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

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

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

Subclasses of SpatialItemArea in fr.ifremer.allegro.referential.spatial
 class SpatialItemAreaImpl
           
 

Methods in fr.ifremer.allegro.referential.spatial that return SpatialItemArea
 SpatialItemArea SpatialItemAreaDaoImpl.clusterSpatialItemAreaToEntity(ClusterSpatialItemArea clusterSpatialItemArea)
           
 SpatialItemArea SpatialItemAreaDao.clusterSpatialItemAreaToEntity(ClusterSpatialItemArea clusterSpatialItemArea)
          Converts an instance of type ClusterSpatialItemArea to this DAO's entity.
 SpatialItemArea SpatialItemAreaDao.create(SpatialItem spatialItem)
           Creates a new fr.ifremer.allegro.referential.spatial.SpatialItemArea instance from only required properties (attributes and association ends) and adds it to the persistent store.
 SpatialItemArea SpatialItemAreaDaoBase.create(SpatialItem spatialItem)
           
 SpatialItemArea SpatialItemAreaDao.create(SpatialItemArea spatialItemArea)
          Creates an instance of fr.ifremer.allegro.referential.spatial.SpatialItemArea and adds it to the persistent store.
 SpatialItemArea SpatialItemAreaDaoBase.create(SpatialItemArea spatialItemArea)
           
 SpatialItemArea SpatialItemAreaDao.create(java.lang.String localizedName, SpatialItem spatialItem)
           Creates a new fr.ifremer.allegro.referential.spatial.SpatialItemArea instance from all attributes and properties and adds it to the persistent store.
 SpatialItemArea SpatialItemAreaDaoBase.create(java.lang.String localizedName, SpatialItem spatialItem)
           
 SpatialItemArea SpatialItemAreaDao.createFromClusterSpatialItemArea(ClusterSpatialItemArea clusterSpatialItemArea)
           
 SpatialItemArea SpatialItemAreaDaoBase.createFromClusterSpatialItemArea(ClusterSpatialItemArea clusterSpatialItemArea)
           
 SpatialItemArea SpatialItemAreaDao.findSpatialItemAreaById(java.lang.Integer id)
           
 SpatialItemArea SpatialItemAreaDaoBase.findSpatialItemAreaById(java.lang.Integer id)
           
 SpatialItemArea SpatialItemAreaDao.findSpatialItemAreaById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as SpatialItemAreaDao.findSpatialItemAreaById(java.lang.Integer) with an additional argument called queryString.
 SpatialItemArea SpatialItemAreaDaoBase.findSpatialItemAreaById(java.lang.String queryString, java.lang.Integer id)
           
 SpatialItemArea SpatialItemAreaDao.findSpatialItemAreaByNaturalId(java.lang.Integer id)
           
 SpatialItemArea SpatialItemAreaDaoBase.findSpatialItemAreaByNaturalId(java.lang.Integer id)
           
 SpatialItemArea SpatialItemAreaDao.findSpatialItemAreaByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as SpatialItemAreaDao.findSpatialItemAreaByNaturalId(java.lang.Integer) with an additional argument called queryString.
 SpatialItemArea SpatialItemAreaDaoBase.findSpatialItemAreaByNaturalId(java.lang.String queryString, java.lang.Integer id)
           
protected  SpatialItemArea SpatialItemAreaDaoImpl.handleCreateFromClusterSpatialItemArea(ClusterSpatialItemArea clusterSpatialItemArea)
           
protected abstract  SpatialItemArea SpatialItemAreaDaoBase.handleCreateFromClusterSpatialItemArea(ClusterSpatialItemArea clusterSpatialItemArea)
          Performs the core logic for SpatialItemAreaDaoBase.createFromClusterSpatialItemArea(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemArea)
 SpatialItemArea SpatialItemAreaDao.load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.referential.spatial.SpatialItemArea from the persistent store.
 SpatialItemArea SpatialItemAreaDaoBase.load(java.lang.Integer id)
           
static SpatialItemArea SpatialItemArea.Factory.newInstance()
          Constructs a new instance of SpatialItemArea.
static SpatialItemArea SpatialItemArea.Factory.newInstance(SpatialItem spatialItem)
          Constructs a new instance of SpatialItemArea, taking all required and/or read-only properties as arguments.
static SpatialItemArea SpatialItemArea.Factory.newInstance(java.lang.String localizedName, SpatialItem spatialItem)
          Constructs a new instance of SpatialItemArea, taking all possible properties (except the identifier(s))as arguments.
 SpatialItemArea SpatialItemAreaDaoImpl.remoteSpatialItemAreaFullVOToEntity(RemoteSpatialItemAreaFullVO remoteSpatialItemAreaFullVO)
           
 SpatialItemArea SpatialItemAreaDao.remoteSpatialItemAreaFullVOToEntity(RemoteSpatialItemAreaFullVO remoteSpatialItemAreaFullVO)
          Converts an instance of type RemoteSpatialItemAreaFullVO to this DAO's entity.
 SpatialItemArea SpatialItemAreaDaoImpl.remoteSpatialItemAreaNaturalIdToEntity(RemoteSpatialItemAreaNaturalId remoteSpatialItemAreaNaturalId)
           
 SpatialItemArea SpatialItemAreaDao.remoteSpatialItemAreaNaturalIdToEntity(RemoteSpatialItemAreaNaturalId remoteSpatialItemAreaNaturalId)
          Converts an instance of type RemoteSpatialItemAreaNaturalId to this DAO's entity.
protected  SpatialItemArea SpatialItemAreaDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.referential.spatial with parameters of type SpatialItemArea
 void SpatialItemAreaDaoImpl.clusterSpatialItemAreaToEntity(ClusterSpatialItemArea source, SpatialItemArea target, boolean copyIfNull)
           
 void SpatialItemAreaDao.clusterSpatialItemAreaToEntity(ClusterSpatialItemArea source, SpatialItemArea target, boolean copyIfNull)
          Copies the fields of ClusterSpatialItemArea to the specified entity.
 void SpatialItemAreaDaoBase.clusterSpatialItemAreaToEntity(ClusterSpatialItemArea source, SpatialItemArea target, boolean copyIfNull)
           
 java.lang.Object SpatialItemAreaDao.create(int transform, SpatialItemArea spatialItemArea)
           Does the same thing as SpatialItemAreaDao.create(fr.ifremer.allegro.referential.spatial.SpatialItemArea) with an additional flag called transform.
 java.lang.Object SpatialItemAreaDaoBase.create(int transform, SpatialItemArea spatialItemArea)
           
 SpatialItemArea SpatialItemAreaDao.create(SpatialItemArea spatialItemArea)
          Creates an instance of fr.ifremer.allegro.referential.spatial.SpatialItemArea and adds it to the persistent store.
 SpatialItemArea SpatialItemAreaDaoBase.create(SpatialItemArea spatialItemArea)
           
 void SpatialItemAreaDaoImpl.remoteSpatialItemAreaFullVOToEntity(RemoteSpatialItemAreaFullVO source, SpatialItemArea target, boolean copyIfNull)
           
 void SpatialItemAreaDao.remoteSpatialItemAreaFullVOToEntity(RemoteSpatialItemAreaFullVO source, SpatialItemArea target, boolean copyIfNull)
          Copies the fields of RemoteSpatialItemAreaFullVO to the specified entity.
 void SpatialItemAreaDaoBase.remoteSpatialItemAreaFullVOToEntity(RemoteSpatialItemAreaFullVO source, SpatialItemArea target, boolean copyIfNull)
           
 void SpatialItemAreaDaoImpl.remoteSpatialItemAreaNaturalIdToEntity(RemoteSpatialItemAreaNaturalId source, SpatialItemArea target, boolean copyIfNull)
           
 void SpatialItemAreaDao.remoteSpatialItemAreaNaturalIdToEntity(RemoteSpatialItemAreaNaturalId source, SpatialItemArea target, boolean copyIfNull)
          Copies the fields of RemoteSpatialItemAreaNaturalId to the specified entity.
 void SpatialItemAreaDaoBase.remoteSpatialItemAreaNaturalIdToEntity(RemoteSpatialItemAreaNaturalId source, SpatialItemArea target, boolean copyIfNull)
           
 void SpatialItemAreaDao.remove(SpatialItemArea spatialItemArea)
          Removes the instance of fr.ifremer.allegro.referential.spatial.SpatialItemArea from the persistent store.
 void SpatialItemAreaDaoBase.remove(SpatialItemArea spatialItemArea)
           
 ClusterSpatialItemArea SpatialItemAreaDaoImpl.toClusterSpatialItemArea(SpatialItemArea entity)
           
 ClusterSpatialItemArea SpatialItemAreaDao.toClusterSpatialItemArea(SpatialItemArea entity)
          Converts this DAO's entity to an object of type ClusterSpatialItemArea.
 ClusterSpatialItemArea SpatialItemAreaDaoBase.toClusterSpatialItemArea(SpatialItemArea entity)
           
 void SpatialItemAreaDaoImpl.toClusterSpatialItemArea(SpatialItemArea source, ClusterSpatialItemArea target)
           
 void SpatialItemAreaDao.toClusterSpatialItemArea(SpatialItemArea source, ClusterSpatialItemArea target)
          Copies the fields of the specified entity to the target value object.
 void SpatialItemAreaDaoBase.toClusterSpatialItemArea(SpatialItemArea source, ClusterSpatialItemArea target)
           
 RemoteSpatialItemAreaFullVO SpatialItemAreaDaoImpl.toRemoteSpatialItemAreaFullVO(SpatialItemArea entity)
           
 RemoteSpatialItemAreaFullVO SpatialItemAreaDao.toRemoteSpatialItemAreaFullVO(SpatialItemArea entity)
          Converts this DAO's entity to an object of type RemoteSpatialItemAreaFullVO.
 RemoteSpatialItemAreaFullVO SpatialItemAreaDaoBase.toRemoteSpatialItemAreaFullVO(SpatialItemArea entity)
           
 void SpatialItemAreaDaoImpl.toRemoteSpatialItemAreaFullVO(SpatialItemArea source, RemoteSpatialItemAreaFullVO target)
           
 void SpatialItemAreaDao.toRemoteSpatialItemAreaFullVO(SpatialItemArea source, RemoteSpatialItemAreaFullVO target)
          Copies the fields of the specified entity to the target value object.
 void SpatialItemAreaDaoBase.toRemoteSpatialItemAreaFullVO(SpatialItemArea source, RemoteSpatialItemAreaFullVO target)
           
 RemoteSpatialItemAreaNaturalId SpatialItemAreaDaoImpl.toRemoteSpatialItemAreaNaturalId(SpatialItemArea entity)
           
 RemoteSpatialItemAreaNaturalId SpatialItemAreaDao.toRemoteSpatialItemAreaNaturalId(SpatialItemArea entity)
          Converts this DAO's entity to an object of type RemoteSpatialItemAreaNaturalId.
 RemoteSpatialItemAreaNaturalId SpatialItemAreaDaoBase.toRemoteSpatialItemAreaNaturalId(SpatialItemArea entity)
           
 void SpatialItemAreaDaoImpl.toRemoteSpatialItemAreaNaturalId(SpatialItemArea source, RemoteSpatialItemAreaNaturalId target)
           
 void SpatialItemAreaDao.toRemoteSpatialItemAreaNaturalId(SpatialItemArea source, RemoteSpatialItemAreaNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void SpatialItemAreaDaoBase.toRemoteSpatialItemAreaNaturalId(SpatialItemArea source, RemoteSpatialItemAreaNaturalId target)
           
protected  java.lang.Object SpatialItemAreaDaoBase.transformEntity(int transform, SpatialItemArea 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.SpatialItemAreaDao, please note that the SpatialItemAreaDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void SpatialItemAreaDao.update(SpatialItemArea spatialItemArea)
          Updates the spatialItemArea instance in the persistent store.
 void SpatialItemAreaDaoBase.update(SpatialItemArea spatialItemArea)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.