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

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

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

Subclasses of SpatialItemLine in fr.ifremer.allegro.referential.spatial
 class SpatialItemLineImpl
           
 

Methods in fr.ifremer.allegro.referential.spatial that return SpatialItemLine
 SpatialItemLine SpatialItemLineDaoImpl.clusterSpatialItemLineToEntity(ClusterSpatialItemLine clusterSpatialItemLine)
           
 SpatialItemLine SpatialItemLineDao.clusterSpatialItemLineToEntity(ClusterSpatialItemLine clusterSpatialItemLine)
          Converts an instance of type ClusterSpatialItemLine to this DAO's entity.
 SpatialItemLine SpatialItemLineDao.create(SpatialItem spatialItem)
           Creates a new fr.ifremer.allegro.referential.spatial.SpatialItemLine instance from only required properties (attributes and association ends) and adds it to the persistent store.
 SpatialItemLine SpatialItemLineDaoBase.create(SpatialItem spatialItem)
           
 SpatialItemLine SpatialItemLineDao.create(SpatialItemLine spatialItemLine)
          Creates an instance of fr.ifremer.allegro.referential.spatial.SpatialItemLine and adds it to the persistent store.
 SpatialItemLine SpatialItemLineDaoBase.create(SpatialItemLine spatialItemLine)
           
 SpatialItemLine SpatialItemLineDao.create(java.lang.String localizedName, SpatialItem spatialItem)
           Creates a new fr.ifremer.allegro.referential.spatial.SpatialItemLine instance from all attributes and properties and adds it to the persistent store.
 SpatialItemLine SpatialItemLineDaoBase.create(java.lang.String localizedName, SpatialItem spatialItem)
           
 SpatialItemLine SpatialItemLineDao.createFromClusterSpatialItemLine(ClusterSpatialItemLine clusterSpatialItemLine)
           
 SpatialItemLine SpatialItemLineDaoBase.createFromClusterSpatialItemLine(ClusterSpatialItemLine clusterSpatialItemLine)
           
 SpatialItemLine SpatialItemLineDao.findSpatialItemLineById(java.lang.Integer id)
           
 SpatialItemLine SpatialItemLineDaoBase.findSpatialItemLineById(java.lang.Integer id)
           
 SpatialItemLine SpatialItemLineDao.findSpatialItemLineById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as SpatialItemLineDao.findSpatialItemLineById(java.lang.Integer) with an additional argument called queryString.
 SpatialItemLine SpatialItemLineDaoBase.findSpatialItemLineById(java.lang.String queryString, java.lang.Integer id)
           
 SpatialItemLine SpatialItemLineDao.findSpatialItemLineByNaturalId(java.lang.Integer id)
           
 SpatialItemLine SpatialItemLineDaoBase.findSpatialItemLineByNaturalId(java.lang.Integer id)
           
 SpatialItemLine SpatialItemLineDao.findSpatialItemLineByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as SpatialItemLineDao.findSpatialItemLineByNaturalId(java.lang.Integer) with an additional argument called queryString.
 SpatialItemLine SpatialItemLineDaoBase.findSpatialItemLineByNaturalId(java.lang.String queryString, java.lang.Integer id)
           
protected  SpatialItemLine SpatialItemLineDaoImpl.handleCreateFromClusterSpatialItemLine(ClusterSpatialItemLine clusterSpatialItemLine)
           
protected abstract  SpatialItemLine SpatialItemLineDaoBase.handleCreateFromClusterSpatialItemLine(ClusterSpatialItemLine clusterSpatialItemLine)
          Performs the core logic for SpatialItemLineDaoBase.createFromClusterSpatialItemLine(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemLine)
 SpatialItemLine SpatialItemLineDao.load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.referential.spatial.SpatialItemLine from the persistent store.
 SpatialItemLine SpatialItemLineDaoBase.load(java.lang.Integer id)
           
static SpatialItemLine SpatialItemLine.Factory.newInstance()
          Constructs a new instance of SpatialItemLine.
static SpatialItemLine SpatialItemLine.Factory.newInstance(SpatialItem spatialItem)
          Constructs a new instance of SpatialItemLine, taking all required and/or read-only properties as arguments.
static SpatialItemLine SpatialItemLine.Factory.newInstance(java.lang.String localizedName, SpatialItem spatialItem)
          Constructs a new instance of SpatialItemLine, taking all possible properties (except the identifier(s))as arguments.
 SpatialItemLine SpatialItemLineDaoImpl.remoteSpatialItemLineFullVOToEntity(RemoteSpatialItemLineFullVO remoteSpatialItemLineFullVO)
           
 SpatialItemLine SpatialItemLineDao.remoteSpatialItemLineFullVOToEntity(RemoteSpatialItemLineFullVO remoteSpatialItemLineFullVO)
          Converts an instance of type RemoteSpatialItemLineFullVO to this DAO's entity.
 SpatialItemLine SpatialItemLineDaoImpl.remoteSpatialItemLineNaturalIdToEntity(RemoteSpatialItemLineNaturalId remoteSpatialItemLineNaturalId)
           
 SpatialItemLine SpatialItemLineDao.remoteSpatialItemLineNaturalIdToEntity(RemoteSpatialItemLineNaturalId remoteSpatialItemLineNaturalId)
          Converts an instance of type RemoteSpatialItemLineNaturalId to this DAO's entity.
protected  SpatialItemLine SpatialItemLineDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.referential.spatial with parameters of type SpatialItemLine
 void SpatialItemLineDaoImpl.clusterSpatialItemLineToEntity(ClusterSpatialItemLine source, SpatialItemLine target, boolean copyIfNull)
           
 void SpatialItemLineDao.clusterSpatialItemLineToEntity(ClusterSpatialItemLine source, SpatialItemLine target, boolean copyIfNull)
          Copies the fields of ClusterSpatialItemLine to the specified entity.
 void SpatialItemLineDaoBase.clusterSpatialItemLineToEntity(ClusterSpatialItemLine source, SpatialItemLine target, boolean copyIfNull)
           
 java.lang.Object SpatialItemLineDao.create(int transform, SpatialItemLine spatialItemLine)
           Does the same thing as SpatialItemLineDao.create(fr.ifremer.allegro.referential.spatial.SpatialItemLine) with an additional flag called transform.
 java.lang.Object SpatialItemLineDaoBase.create(int transform, SpatialItemLine spatialItemLine)
           
 SpatialItemLine SpatialItemLineDao.create(SpatialItemLine spatialItemLine)
          Creates an instance of fr.ifremer.allegro.referential.spatial.SpatialItemLine and adds it to the persistent store.
 SpatialItemLine SpatialItemLineDaoBase.create(SpatialItemLine spatialItemLine)
           
 void SpatialItemLineDaoImpl.remoteSpatialItemLineFullVOToEntity(RemoteSpatialItemLineFullVO source, SpatialItemLine target, boolean copyIfNull)
           
 void SpatialItemLineDao.remoteSpatialItemLineFullVOToEntity(RemoteSpatialItemLineFullVO source, SpatialItemLine target, boolean copyIfNull)
          Copies the fields of RemoteSpatialItemLineFullVO to the specified entity.
 void SpatialItemLineDaoBase.remoteSpatialItemLineFullVOToEntity(RemoteSpatialItemLineFullVO source, SpatialItemLine target, boolean copyIfNull)
           
 void SpatialItemLineDaoImpl.remoteSpatialItemLineNaturalIdToEntity(RemoteSpatialItemLineNaturalId source, SpatialItemLine target, boolean copyIfNull)
           
 void SpatialItemLineDao.remoteSpatialItemLineNaturalIdToEntity(RemoteSpatialItemLineNaturalId source, SpatialItemLine target, boolean copyIfNull)
          Copies the fields of RemoteSpatialItemLineNaturalId to the specified entity.
 void SpatialItemLineDaoBase.remoteSpatialItemLineNaturalIdToEntity(RemoteSpatialItemLineNaturalId source, SpatialItemLine target, boolean copyIfNull)
           
 void SpatialItemLineDao.remove(SpatialItemLine spatialItemLine)
          Removes the instance of fr.ifremer.allegro.referential.spatial.SpatialItemLine from the persistent store.
 void SpatialItemLineDaoBase.remove(SpatialItemLine spatialItemLine)
           
 ClusterSpatialItemLine SpatialItemLineDaoImpl.toClusterSpatialItemLine(SpatialItemLine entity)
           
 ClusterSpatialItemLine SpatialItemLineDao.toClusterSpatialItemLine(SpatialItemLine entity)
          Converts this DAO's entity to an object of type ClusterSpatialItemLine.
 ClusterSpatialItemLine SpatialItemLineDaoBase.toClusterSpatialItemLine(SpatialItemLine entity)
           
 void SpatialItemLineDaoImpl.toClusterSpatialItemLine(SpatialItemLine source, ClusterSpatialItemLine target)
           
 void SpatialItemLineDao.toClusterSpatialItemLine(SpatialItemLine source, ClusterSpatialItemLine target)
          Copies the fields of the specified entity to the target value object.
 void SpatialItemLineDaoBase.toClusterSpatialItemLine(SpatialItemLine source, ClusterSpatialItemLine target)
           
 RemoteSpatialItemLineFullVO SpatialItemLineDaoImpl.toRemoteSpatialItemLineFullVO(SpatialItemLine entity)
           
 RemoteSpatialItemLineFullVO SpatialItemLineDao.toRemoteSpatialItemLineFullVO(SpatialItemLine entity)
          Converts this DAO's entity to an object of type RemoteSpatialItemLineFullVO.
 RemoteSpatialItemLineFullVO SpatialItemLineDaoBase.toRemoteSpatialItemLineFullVO(SpatialItemLine entity)
           
 void SpatialItemLineDaoImpl.toRemoteSpatialItemLineFullVO(SpatialItemLine source, RemoteSpatialItemLineFullVO target)
           
 void SpatialItemLineDao.toRemoteSpatialItemLineFullVO(SpatialItemLine source, RemoteSpatialItemLineFullVO target)
          Copies the fields of the specified entity to the target value object.
 void SpatialItemLineDaoBase.toRemoteSpatialItemLineFullVO(SpatialItemLine source, RemoteSpatialItemLineFullVO target)
           
 RemoteSpatialItemLineNaturalId SpatialItemLineDaoImpl.toRemoteSpatialItemLineNaturalId(SpatialItemLine entity)
           
 RemoteSpatialItemLineNaturalId SpatialItemLineDao.toRemoteSpatialItemLineNaturalId(SpatialItemLine entity)
          Converts this DAO's entity to an object of type RemoteSpatialItemLineNaturalId.
 RemoteSpatialItemLineNaturalId SpatialItemLineDaoBase.toRemoteSpatialItemLineNaturalId(SpatialItemLine entity)
           
 void SpatialItemLineDaoImpl.toRemoteSpatialItemLineNaturalId(SpatialItemLine source, RemoteSpatialItemLineNaturalId target)
           
 void SpatialItemLineDao.toRemoteSpatialItemLineNaturalId(SpatialItemLine source, RemoteSpatialItemLineNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void SpatialItemLineDaoBase.toRemoteSpatialItemLineNaturalId(SpatialItemLine source, RemoteSpatialItemLineNaturalId target)
           
protected  java.lang.Object SpatialItemLineDaoBase.transformEntity(int transform, SpatialItemLine 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.SpatialItemLineDao, please note that the SpatialItemLineDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void SpatialItemLineDao.update(SpatialItemLine spatialItemLine)
          Updates the spatialItemLine instance in the persistent store.
 void SpatialItemLineDaoBase.update(SpatialItemLine spatialItemLine)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.