Uses of Class
fr.ifremer.allegro.referential.spatial.SpatialItem2Location

Packages that use SpatialItem2Location
fr.ifremer.allegro.referential.spatial   
 

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

Subclasses of SpatialItem2Location in fr.ifremer.allegro.referential.spatial
 class SpatialItem2LocationImpl
           
 

Methods in fr.ifremer.allegro.referential.spatial that return SpatialItem2Location
 SpatialItem2Location SpatialItem2LocationDaoImpl.clusterSpatialItem2LocationToEntity(ClusterSpatialItem2Location clusterSpatialItem2Location)
           
 SpatialItem2Location SpatialItem2LocationDao.clusterSpatialItem2LocationToEntity(ClusterSpatialItem2Location clusterSpatialItem2Location)
          Converts an instance of type ClusterSpatialItem2Location to this DAO's entity.
 SpatialItem2Location SpatialItem2LocationDao.create(Location location, SpatialItem spatialItem)
           Creates a new fr.ifremer.allegro.referential.spatial.SpatialItem2Location instance from only required properties (attributes and association ends) and adds it to the persistent store.
 SpatialItem2Location SpatialItem2LocationDaoBase.create(Location location, SpatialItem spatialItem)
           
 SpatialItem2Location SpatialItem2LocationDao.create(SpatialItem2Location spatialItem2Location)
          Creates an instance of fr.ifremer.allegro.referential.spatial.SpatialItem2Location and adds it to the persistent store.
 SpatialItem2Location SpatialItem2LocationDaoBase.create(SpatialItem2Location spatialItem2Location)
           
 SpatialItem2Location SpatialItem2LocationDao.create(java.lang.String localizedName, SpatialItem spatialItem, Location location)
           Creates a new fr.ifremer.allegro.referential.spatial.SpatialItem2Location instance from all attributes and properties and adds it to the persistent store.
 SpatialItem2Location SpatialItem2LocationDaoBase.create(java.lang.String localizedName, SpatialItem spatialItem, Location location)
           
 SpatialItem2Location SpatialItem2LocationDao.createFromClusterSpatialItem2Location(ClusterSpatialItem2Location clusterSpatialItem2Location)
           
 SpatialItem2Location SpatialItem2LocationDaoBase.createFromClusterSpatialItem2Location(ClusterSpatialItem2Location clusterSpatialItem2Location)
           
 SpatialItem2Location SpatialItem2LocationDao.findSpatialItem2LocationByIdentifiers(SpatialItem spatialItem, Location location)
           
 SpatialItem2Location SpatialItem2LocationDaoBase.findSpatialItem2LocationByIdentifiers(SpatialItem spatialItem, Location location)
           
 SpatialItem2Location SpatialItem2LocationDao.findSpatialItem2LocationByIdentifiers(java.lang.String queryString, SpatialItem spatialItem, Location location)
           Does the same thing as SpatialItem2LocationDao.findSpatialItem2LocationByIdentifiers(fr.ifremer.allegro.referential.spatial.SpatialItem, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 SpatialItem2Location SpatialItem2LocationDaoBase.findSpatialItem2LocationByIdentifiers(java.lang.String queryString, SpatialItem spatialItem, Location location)
           
 SpatialItem2Location SpatialItem2LocationDao.findSpatialItem2LocationByNaturalId(SpatialItem spatialItem, Location location)
           
 SpatialItem2Location SpatialItem2LocationDaoBase.findSpatialItem2LocationByNaturalId(SpatialItem spatialItem, Location location)
           
 SpatialItem2Location SpatialItem2LocationDao.findSpatialItem2LocationByNaturalId(java.lang.String queryString, SpatialItem spatialItem, Location location)
           Does the same thing as SpatialItem2LocationDao.findSpatialItem2LocationByNaturalId(fr.ifremer.allegro.referential.spatial.SpatialItem, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 SpatialItem2Location SpatialItem2LocationDaoBase.findSpatialItem2LocationByNaturalId(java.lang.String queryString, SpatialItem spatialItem, Location location)
           
protected  SpatialItem2Location SpatialItem2LocationDaoImpl.handleCreateFromClusterSpatialItem2Location(ClusterSpatialItem2Location clusterSpatialItem2Location)
           
protected abstract  SpatialItem2Location SpatialItem2LocationDaoBase.handleCreateFromClusterSpatialItem2Location(ClusterSpatialItem2Location clusterSpatialItem2Location)
          Performs the core logic for SpatialItem2LocationDaoBase.createFromClusterSpatialItem2Location(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItem2Location)
 SpatialItem2Location SpatialItem2LocationDao.load(SpatialItem spatialItem, Location location)
          Loads an instance of fr.ifremer.allegro.referential.spatial.SpatialItem2Location from the persistent store.
 SpatialItem2Location SpatialItem2LocationDaoBase.load(SpatialItem spatialItem, Location location)
           
static SpatialItem2Location SpatialItem2Location.Factory.newInstance()
          Constructs a new instance of SpatialItem2Location.
static SpatialItem2Location SpatialItem2Location.Factory.newInstance(java.lang.String localizedName)
          Constructs a new instance of SpatialItem2Location, taking all possible properties (except the identifier(s))as arguments.
 SpatialItem2Location SpatialItem2LocationDaoImpl.remoteSpatialItem2LocationFullVOToEntity(RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVO)
           
 SpatialItem2Location SpatialItem2LocationDao.remoteSpatialItem2LocationFullVOToEntity(RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVO)
          Converts an instance of type RemoteSpatialItem2LocationFullVO to this DAO's entity.
 SpatialItem2Location SpatialItem2LocationDaoImpl.remoteSpatialItem2LocationNaturalIdToEntity(RemoteSpatialItem2LocationNaturalId remoteSpatialItem2LocationNaturalId)
           
 SpatialItem2Location SpatialItem2LocationDao.remoteSpatialItem2LocationNaturalIdToEntity(RemoteSpatialItem2LocationNaturalId remoteSpatialItem2LocationNaturalId)
          Converts an instance of type RemoteSpatialItem2LocationNaturalId to this DAO's entity.
protected  SpatialItem2Location SpatialItem2LocationDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.referential.spatial with parameters of type SpatialItem2Location
 void SpatialItem2LocationDaoImpl.clusterSpatialItem2LocationToEntity(ClusterSpatialItem2Location source, SpatialItem2Location target, boolean copyIfNull)
           
 void SpatialItem2LocationDao.clusterSpatialItem2LocationToEntity(ClusterSpatialItem2Location source, SpatialItem2Location target, boolean copyIfNull)
          Copies the fields of ClusterSpatialItem2Location to the specified entity.
 void SpatialItem2LocationDaoBase.clusterSpatialItem2LocationToEntity(ClusterSpatialItem2Location source, SpatialItem2Location target, boolean copyIfNull)
           
 java.lang.Object SpatialItem2LocationDao.create(int transform, SpatialItem2Location spatialItem2Location)
           Does the same thing as SpatialItem2LocationDao.create(fr.ifremer.allegro.referential.spatial.SpatialItem2Location) with an additional flag called transform.
 java.lang.Object SpatialItem2LocationDaoBase.create(int transform, SpatialItem2Location spatialItem2Location)
           
 SpatialItem2Location SpatialItem2LocationDao.create(SpatialItem2Location spatialItem2Location)
          Creates an instance of fr.ifremer.allegro.referential.spatial.SpatialItem2Location and adds it to the persistent store.
 SpatialItem2Location SpatialItem2LocationDaoBase.create(SpatialItem2Location spatialItem2Location)
           
 void SpatialItem2LocationDaoImpl.remoteSpatialItem2LocationFullVOToEntity(RemoteSpatialItem2LocationFullVO source, SpatialItem2Location target, boolean copyIfNull)
           
 void SpatialItem2LocationDao.remoteSpatialItem2LocationFullVOToEntity(RemoteSpatialItem2LocationFullVO source, SpatialItem2Location target, boolean copyIfNull)
          Copies the fields of RemoteSpatialItem2LocationFullVO to the specified entity.
 void SpatialItem2LocationDaoBase.remoteSpatialItem2LocationFullVOToEntity(RemoteSpatialItem2LocationFullVO source, SpatialItem2Location target, boolean copyIfNull)
           
 void SpatialItem2LocationDaoImpl.remoteSpatialItem2LocationNaturalIdToEntity(RemoteSpatialItem2LocationNaturalId source, SpatialItem2Location target, boolean copyIfNull)
           
 void SpatialItem2LocationDao.remoteSpatialItem2LocationNaturalIdToEntity(RemoteSpatialItem2LocationNaturalId source, SpatialItem2Location target, boolean copyIfNull)
          Copies the fields of RemoteSpatialItem2LocationNaturalId to the specified entity.
 void SpatialItem2LocationDaoBase.remoteSpatialItem2LocationNaturalIdToEntity(RemoteSpatialItem2LocationNaturalId source, SpatialItem2Location target, boolean copyIfNull)
           
 void SpatialItem2LocationDao.remove(SpatialItem2Location spatialItem2Location)
          Removes the instance of fr.ifremer.allegro.referential.spatial.SpatialItem2Location from the persistent store.
 void SpatialItem2LocationDaoBase.remove(SpatialItem2Location spatialItem2Location)
           
 ClusterSpatialItem2Location SpatialItem2LocationDaoImpl.toClusterSpatialItem2Location(SpatialItem2Location entity)
           
 ClusterSpatialItem2Location SpatialItem2LocationDao.toClusterSpatialItem2Location(SpatialItem2Location entity)
          Converts this DAO's entity to an object of type ClusterSpatialItem2Location.
 ClusterSpatialItem2Location SpatialItem2LocationDaoBase.toClusterSpatialItem2Location(SpatialItem2Location entity)
           
 void SpatialItem2LocationDaoImpl.toClusterSpatialItem2Location(SpatialItem2Location source, ClusterSpatialItem2Location target)
           
 void SpatialItem2LocationDao.toClusterSpatialItem2Location(SpatialItem2Location source, ClusterSpatialItem2Location target)
          Copies the fields of the specified entity to the target value object.
 void SpatialItem2LocationDaoBase.toClusterSpatialItem2Location(SpatialItem2Location source, ClusterSpatialItem2Location target)
           
 RemoteSpatialItem2LocationFullVO SpatialItem2LocationDaoImpl.toRemoteSpatialItem2LocationFullVO(SpatialItem2Location entity)
           
 RemoteSpatialItem2LocationFullVO SpatialItem2LocationDao.toRemoteSpatialItem2LocationFullVO(SpatialItem2Location entity)
          Converts this DAO's entity to an object of type RemoteSpatialItem2LocationFullVO.
 RemoteSpatialItem2LocationFullVO SpatialItem2LocationDaoBase.toRemoteSpatialItem2LocationFullVO(SpatialItem2Location entity)
           
 void SpatialItem2LocationDaoImpl.toRemoteSpatialItem2LocationFullVO(SpatialItem2Location source, RemoteSpatialItem2LocationFullVO target)
           
 void SpatialItem2LocationDao.toRemoteSpatialItem2LocationFullVO(SpatialItem2Location source, RemoteSpatialItem2LocationFullVO target)
          Copies the fields of the specified entity to the target value object.
 void SpatialItem2LocationDaoBase.toRemoteSpatialItem2LocationFullVO(SpatialItem2Location source, RemoteSpatialItem2LocationFullVO target)
           
 RemoteSpatialItem2LocationNaturalId SpatialItem2LocationDaoImpl.toRemoteSpatialItem2LocationNaturalId(SpatialItem2Location entity)
           
 RemoteSpatialItem2LocationNaturalId SpatialItem2LocationDao.toRemoteSpatialItem2LocationNaturalId(SpatialItem2Location entity)
          Converts this DAO's entity to an object of type RemoteSpatialItem2LocationNaturalId.
 RemoteSpatialItem2LocationNaturalId SpatialItem2LocationDaoBase.toRemoteSpatialItem2LocationNaturalId(SpatialItem2Location entity)
           
 void SpatialItem2LocationDaoImpl.toRemoteSpatialItem2LocationNaturalId(SpatialItem2Location source, RemoteSpatialItem2LocationNaturalId target)
           
 void SpatialItem2LocationDao.toRemoteSpatialItem2LocationNaturalId(SpatialItem2Location source, RemoteSpatialItem2LocationNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void SpatialItem2LocationDaoBase.toRemoteSpatialItem2LocationNaturalId(SpatialItem2Location source, RemoteSpatialItem2LocationNaturalId target)
           
protected  java.lang.Object SpatialItem2LocationDaoBase.transformEntity(int transform, SpatialItem2Location entity)
          Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.referential.spatial.SpatialItem2LocationDao, please note that the SpatialItem2LocationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void SpatialItem2LocationDao.update(SpatialItem2Location spatialItem2Location)
          Updates the spatialItem2Location instance in the persistent store.
 void SpatialItem2LocationDaoBase.update(SpatialItem2Location spatialItem2Location)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.