Uses of Class
fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointNaturalId

Packages that use RemoteSpatialItemPointNaturalId
fr.ifremer.allegro.referential.spatial   
fr.ifremer.allegro.referential.spatial.generic.service   
fr.ifremer.allegro.referential.spatial.generic.vo   
 

Uses of RemoteSpatialItemPointNaturalId in fr.ifremer.allegro.referential.spatial
 

Methods in fr.ifremer.allegro.referential.spatial that return RemoteSpatialItemPointNaturalId
protected  RemoteSpatialItemPointNaturalId SpatialItemPointDaoBase.toRemoteSpatialItemPointNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteSpatialItemPointNaturalId SpatialItemPointDaoImpl.toRemoteSpatialItemPointNaturalId(SpatialItemPoint entity)
           
 RemoteSpatialItemPointNaturalId SpatialItemPointDao.toRemoteSpatialItemPointNaturalId(SpatialItemPoint entity)
          Converts this DAO's entity to an object of type RemoteSpatialItemPointNaturalId.
 RemoteSpatialItemPointNaturalId SpatialItemPointDaoBase.toRemoteSpatialItemPointNaturalId(SpatialItemPoint entity)
           
 RemoteSpatialItemPointNaturalId[] SpatialItemPointDao.toRemoteSpatialItemPointNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteSpatialItemPointNaturalId.
 RemoteSpatialItemPointNaturalId[] SpatialItemPointDaoBase.toRemoteSpatialItemPointNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.spatial with parameters of type RemoteSpatialItemPointNaturalId
 SpatialItemPoint SpatialItemPointDaoImpl.remoteSpatialItemPointNaturalIdToEntity(RemoteSpatialItemPointNaturalId remoteSpatialItemPointNaturalId)
           
 SpatialItemPoint SpatialItemPointDao.remoteSpatialItemPointNaturalIdToEntity(RemoteSpatialItemPointNaturalId remoteSpatialItemPointNaturalId)
          Converts an instance of type RemoteSpatialItemPointNaturalId to this DAO's entity.
 void SpatialItemPointDaoImpl.remoteSpatialItemPointNaturalIdToEntity(RemoteSpatialItemPointNaturalId source, SpatialItemPoint target, boolean copyIfNull)
           
 void SpatialItemPointDao.remoteSpatialItemPointNaturalIdToEntity(RemoteSpatialItemPointNaturalId source, SpatialItemPoint target, boolean copyIfNull)
          Copies the fields of RemoteSpatialItemPointNaturalId to the specified entity.
 void SpatialItemPointDaoBase.remoteSpatialItemPointNaturalIdToEntity(RemoteSpatialItemPointNaturalId source, SpatialItemPoint target, boolean copyIfNull)
           
 void SpatialItemPointDaoImpl.toRemoteSpatialItemPointNaturalId(SpatialItemPoint source, RemoteSpatialItemPointNaturalId target)
           
 void SpatialItemPointDao.toRemoteSpatialItemPointNaturalId(SpatialItemPoint source, RemoteSpatialItemPointNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void SpatialItemPointDaoBase.toRemoteSpatialItemPointNaturalId(SpatialItemPoint source, RemoteSpatialItemPointNaturalId target)
           
 

Uses of RemoteSpatialItemPointNaturalId in fr.ifremer.allegro.referential.spatial.generic.service
 

Methods in fr.ifremer.allegro.referential.spatial.generic.service that return RemoteSpatialItemPointNaturalId
 RemoteSpatialItemPointNaturalId RemoteSpatialItemPointFullService.getSpatialItemPointNaturalIdById(java.lang.Integer id)
           
 RemoteSpatialItemPointNaturalId RemoteSpatialItemPointFullServiceWSDelegator.getSpatialItemPointNaturalIdById(java.lang.Integer id)
           
 RemoteSpatialItemPointNaturalId RemoteSpatialItemPointFullServiceBase.getSpatialItemPointNaturalIdById(java.lang.Integer id)
           
 RemoteSpatialItemPointNaturalId[] RemoteSpatialItemPointFullService.getSpatialItemPointNaturalIds()
           
 RemoteSpatialItemPointNaturalId[] RemoteSpatialItemPointFullServiceWSDelegator.getSpatialItemPointNaturalIds()
           
 RemoteSpatialItemPointNaturalId[] RemoteSpatialItemPointFullServiceBase.getSpatialItemPointNaturalIds()
           
protected  RemoteSpatialItemPointNaturalId RemoteSpatialItemPointFullServiceImpl.handleGetSpatialItemPointNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteSpatialItemPointNaturalId RemoteSpatialItemPointFullServiceBase.handleGetSpatialItemPointNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.getSpatialItemPointNaturalIdById(java.lang.Integer)
protected  RemoteSpatialItemPointNaturalId[] RemoteSpatialItemPointFullServiceImpl.handleGetSpatialItemPointNaturalIds()
           
protected abstract  RemoteSpatialItemPointNaturalId[] RemoteSpatialItemPointFullServiceBase.handleGetSpatialItemPointNaturalIds()
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.getSpatialItemPointNaturalIds()
 

Methods in fr.ifremer.allegro.referential.spatial.generic.service with parameters of type RemoteSpatialItemPointNaturalId
 RemoteSpatialItemPointFullVO RemoteSpatialItemPointFullService.getSpatialItemPointByNaturalId(RemoteSpatialItemPointNaturalId spatialItemPointNaturalId)
           
 RemoteSpatialItemPointFullVO RemoteSpatialItemPointFullServiceWSDelegator.getSpatialItemPointByNaturalId(RemoteSpatialItemPointNaturalId spatialItemPointNaturalId)
           
 RemoteSpatialItemPointFullVO RemoteSpatialItemPointFullServiceBase.getSpatialItemPointByNaturalId(RemoteSpatialItemPointNaturalId spatialItemPointNaturalId)
           
protected  RemoteSpatialItemPointFullVO RemoteSpatialItemPointFullServiceImpl.handleGetSpatialItemPointByNaturalId(RemoteSpatialItemPointNaturalId spatialItemPointNaturalId)
           
protected abstract  RemoteSpatialItemPointFullVO RemoteSpatialItemPointFullServiceBase.handleGetSpatialItemPointByNaturalId(RemoteSpatialItemPointNaturalId spatialItemPointNaturalId)
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.getSpatialItemPointByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointNaturalId)
 

Uses of RemoteSpatialItemPointNaturalId in fr.ifremer.allegro.referential.spatial.generic.vo
 

Methods in fr.ifremer.allegro.referential.spatial.generic.vo with parameters of type RemoteSpatialItemPointNaturalId
 void RemoteSpatialItemPointNaturalId.copy(RemoteSpatialItemPointNaturalId otherBean)
          Copies all properties from the argument value object into this value object.
 

Constructors in fr.ifremer.allegro.referential.spatial.generic.vo with parameters of type RemoteSpatialItemPointNaturalId
RemoteSpatialItemPointNaturalId(RemoteSpatialItemPointNaturalId otherBean)
          Copies constructor from other RemoteSpatialItemPointNaturalId
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.