Uses of Class
fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel

Packages that use TranscribingLocationLevel
fr.ifremer.allegro.referential.transcribing   
 

Uses of TranscribingLocationLevel in fr.ifremer.allegro.referential.transcribing
 

Subclasses of TranscribingLocationLevel in fr.ifremer.allegro.referential.transcribing
 class TranscribingLocationLevelImpl
           
 

Methods in fr.ifremer.allegro.referential.transcribing that return TranscribingLocationLevel
 TranscribingLocationLevel TranscribingLocationLevelDaoImpl.clusterTranscribingLocationLevelToEntity(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
           
 TranscribingLocationLevel TranscribingLocationLevelDao.clusterTranscribingLocationLevelToEntity(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
          Converts an instance of type ClusterTranscribingLocationLevel to this DAO's entity.
 TranscribingLocationLevel TranscribingLocationLevelDao.create(java.lang.String externalCode, LocationLevel locationLevel, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel instance from only required properties (attributes and association ends) and adds it to the persistent store.
 TranscribingLocationLevel TranscribingLocationLevelDaoBase.create(java.lang.String externalCode, LocationLevel locationLevel, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           
 TranscribingLocationLevel TranscribingLocationLevelDao.create(java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, LocationLevel locationLevel)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel instance from all attributes and properties and adds it to the persistent store.
 TranscribingLocationLevel TranscribingLocationLevelDaoBase.create(java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, LocationLevel locationLevel)
           
 TranscribingLocationLevel TranscribingLocationLevelDao.create(TranscribingLocationLevel transcribingLocationLevel)
          Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel and adds it to the persistent store.
 TranscribingLocationLevel TranscribingLocationLevelDaoBase.create(TranscribingLocationLevel transcribingLocationLevel)
           
 TranscribingLocationLevel TranscribingLocationLevelDao.createFromClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
           
 TranscribingLocationLevel TranscribingLocationLevelDaoBase.createFromClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
           
 TranscribingLocationLevel TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(java.lang.String queryString, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an additional argument called queryString.
 TranscribingLocationLevel TranscribingLocationLevelDaoBase.findTranscribingLocationLevelByIdentifiers(java.lang.String queryString, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           
 TranscribingLocationLevel TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           
 TranscribingLocationLevel TranscribingLocationLevelDaoBase.findTranscribingLocationLevelByIdentifiers(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           
 TranscribingLocationLevel TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(java.lang.String queryString, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an additional argument called queryString.
 TranscribingLocationLevel TranscribingLocationLevelDaoBase.findTranscribingLocationLevelByNaturalId(java.lang.String queryString, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           
 TranscribingLocationLevel TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           
 TranscribingLocationLevel TranscribingLocationLevelDaoBase.findTranscribingLocationLevelByNaturalId(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           
protected  TranscribingLocationLevel TranscribingLocationLevelDaoImpl.handleCreateFromClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
           
protected abstract  TranscribingLocationLevel TranscribingLocationLevelDaoBase.handleCreateFromClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
          Performs the core logic for TranscribingLocationLevelDaoBase.createFromClusterTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocationLevel)
 TranscribingLocationLevel TranscribingLocationLevelDao.load(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
          Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel from the persistent store.
 TranscribingLocationLevel TranscribingLocationLevelDaoBase.load(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           
static TranscribingLocationLevel TranscribingLocationLevel.Factory.newInstance()
          Constructs a new instance of TranscribingLocationLevel.
static TranscribingLocationLevel TranscribingLocationLevel.Factory.newInstance(java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSide transcribingSide)
          Constructs a new instance of TranscribingLocationLevel, taking all possible properties (except the identifier(s))as arguments.
static TranscribingLocationLevel TranscribingLocationLevel.Factory.newInstance(java.lang.String externalCode, TranscribingSide transcribingSide)
          Constructs a new instance of TranscribingLocationLevel, taking all required and/or read-only properties as arguments.
 TranscribingLocationLevel TranscribingLocationLevelDaoImpl.remoteTranscribingLocationLevelFullVOToEntity(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVO)
           
 TranscribingLocationLevel TranscribingLocationLevelDao.remoteTranscribingLocationLevelFullVOToEntity(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVO)
          Converts an instance of type RemoteTranscribingLocationLevelFullVO to this DAO's entity.
 TranscribingLocationLevel TranscribingLocationLevelDaoImpl.remoteTranscribingLocationLevelNaturalIdToEntity(RemoteTranscribingLocationLevelNaturalId remoteTranscribingLocationLevelNaturalId)
           
 TranscribingLocationLevel TranscribingLocationLevelDao.remoteTranscribingLocationLevelNaturalIdToEntity(RemoteTranscribingLocationLevelNaturalId remoteTranscribingLocationLevelNaturalId)
          Converts an instance of type RemoteTranscribingLocationLevelNaturalId to this DAO's entity.
protected  TranscribingLocationLevel TranscribingLocationLevelDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.referential.transcribing with parameters of type TranscribingLocationLevel
 void TranscribingLocationLevelDaoImpl.clusterTranscribingLocationLevelToEntity(ClusterTranscribingLocationLevel source, TranscribingLocationLevel target, boolean copyIfNull)
           
 void TranscribingLocationLevelDao.clusterTranscribingLocationLevelToEntity(ClusterTranscribingLocationLevel source, TranscribingLocationLevel target, boolean copyIfNull)
          Copies the fields of ClusterTranscribingLocationLevel to the specified entity.
 void TranscribingLocationLevelDaoBase.clusterTranscribingLocationLevelToEntity(ClusterTranscribingLocationLevel source, TranscribingLocationLevel target, boolean copyIfNull)
           
 java.lang.Object TranscribingLocationLevelDao.create(int transform, TranscribingLocationLevel transcribingLocationLevel)
           Does the same thing as TranscribingLocationLevelDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel) with an additional flag called transform.
 java.lang.Object TranscribingLocationLevelDaoBase.create(int transform, TranscribingLocationLevel transcribingLocationLevel)
           
 TranscribingLocationLevel TranscribingLocationLevelDao.create(TranscribingLocationLevel transcribingLocationLevel)
          Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel and adds it to the persistent store.
 TranscribingLocationLevel TranscribingLocationLevelDaoBase.create(TranscribingLocationLevel transcribingLocationLevel)
           
 void TranscribingLocationLevelDaoImpl.remoteTranscribingLocationLevelFullVOToEntity(RemoteTranscribingLocationLevelFullVO source, TranscribingLocationLevel target, boolean copyIfNull)
           
 void TranscribingLocationLevelDao.remoteTranscribingLocationLevelFullVOToEntity(RemoteTranscribingLocationLevelFullVO source, TranscribingLocationLevel target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingLocationLevelFullVO to the specified entity.
 void TranscribingLocationLevelDaoBase.remoteTranscribingLocationLevelFullVOToEntity(RemoteTranscribingLocationLevelFullVO source, TranscribingLocationLevel target, boolean copyIfNull)
           
 void TranscribingLocationLevelDaoImpl.remoteTranscribingLocationLevelNaturalIdToEntity(RemoteTranscribingLocationLevelNaturalId source, TranscribingLocationLevel target, boolean copyIfNull)
           
 void TranscribingLocationLevelDao.remoteTranscribingLocationLevelNaturalIdToEntity(RemoteTranscribingLocationLevelNaturalId source, TranscribingLocationLevel target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingLocationLevelNaturalId to the specified entity.
 void TranscribingLocationLevelDaoBase.remoteTranscribingLocationLevelNaturalIdToEntity(RemoteTranscribingLocationLevelNaturalId source, TranscribingLocationLevel target, boolean copyIfNull)
           
 void TranscribingLocationLevelDao.remove(TranscribingLocationLevel transcribingLocationLevel)
          Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel from the persistent store.
 void TranscribingLocationLevelDaoBase.remove(TranscribingLocationLevel transcribingLocationLevel)
           
 ClusterTranscribingLocationLevel TranscribingLocationLevelDaoImpl.toClusterTranscribingLocationLevel(TranscribingLocationLevel entity)
           
 ClusterTranscribingLocationLevel TranscribingLocationLevelDao.toClusterTranscribingLocationLevel(TranscribingLocationLevel entity)
          Converts this DAO's entity to an object of type ClusterTranscribingLocationLevel.
 ClusterTranscribingLocationLevel TranscribingLocationLevelDaoBase.toClusterTranscribingLocationLevel(TranscribingLocationLevel entity)
           
 void TranscribingLocationLevelDaoImpl.toClusterTranscribingLocationLevel(TranscribingLocationLevel source, ClusterTranscribingLocationLevel target)
           
 void TranscribingLocationLevelDao.toClusterTranscribingLocationLevel(TranscribingLocationLevel source, ClusterTranscribingLocationLevel target)
          Copies the fields of the specified entity to the target value object.
 void TranscribingLocationLevelDaoBase.toClusterTranscribingLocationLevel(TranscribingLocationLevel source, ClusterTranscribingLocationLevel target)
           
 RemoteTranscribingLocationLevelFullVO TranscribingLocationLevelDaoImpl.toRemoteTranscribingLocationLevelFullVO(TranscribingLocationLevel entity)
           
 RemoteTranscribingLocationLevelFullVO TranscribingLocationLevelDao.toRemoteTranscribingLocationLevelFullVO(TranscribingLocationLevel entity)
          Converts this DAO's entity to an object of type RemoteTranscribingLocationLevelFullVO.
 RemoteTranscribingLocationLevelFullVO TranscribingLocationLevelDaoBase.toRemoteTranscribingLocationLevelFullVO(TranscribingLocationLevel entity)
           
 void TranscribingLocationLevelDaoImpl.toRemoteTranscribingLocationLevelFullVO(TranscribingLocationLevel source, RemoteTranscribingLocationLevelFullVO target)
           
 void TranscribingLocationLevelDao.toRemoteTranscribingLocationLevelFullVO(TranscribingLocationLevel source, RemoteTranscribingLocationLevelFullVO target)
          Copies the fields of the specified entity to the target value object.
 void TranscribingLocationLevelDaoBase.toRemoteTranscribingLocationLevelFullVO(TranscribingLocationLevel source, RemoteTranscribingLocationLevelFullVO target)
           
 RemoteTranscribingLocationLevelNaturalId TranscribingLocationLevelDaoImpl.toRemoteTranscribingLocationLevelNaturalId(TranscribingLocationLevel entity)
           
 RemoteTranscribingLocationLevelNaturalId TranscribingLocationLevelDao.toRemoteTranscribingLocationLevelNaturalId(TranscribingLocationLevel entity)
          Converts this DAO's entity to an object of type RemoteTranscribingLocationLevelNaturalId.
 RemoteTranscribingLocationLevelNaturalId TranscribingLocationLevelDaoBase.toRemoteTranscribingLocationLevelNaturalId(TranscribingLocationLevel entity)
           
 void TranscribingLocationLevelDaoImpl.toRemoteTranscribingLocationLevelNaturalId(TranscribingLocationLevel source, RemoteTranscribingLocationLevelNaturalId target)
           
 void TranscribingLocationLevelDao.toRemoteTranscribingLocationLevelNaturalId(TranscribingLocationLevel source, RemoteTranscribingLocationLevelNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void TranscribingLocationLevelDaoBase.toRemoteTranscribingLocationLevelNaturalId(TranscribingLocationLevel source, RemoteTranscribingLocationLevelNaturalId target)
           
protected  java.lang.Object TranscribingLocationLevelDaoBase.transformEntity(int transform, TranscribingLocationLevel 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.transcribing.TranscribingLocationLevelDao, please note that the TranscribingLocationLevelDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void TranscribingLocationLevelDao.update(TranscribingLocationLevel transcribingLocationLevel)
          Updates the transcribingLocationLevel instance in the persistent store.
 void TranscribingLocationLevelDaoBase.update(TranscribingLocationLevel transcribingLocationLevel)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.