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

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

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

Subclasses of TranscribingGear in fr.ifremer.allegro.referential.transcribing
 class TranscribingGearImpl
           
 

Methods in fr.ifremer.allegro.referential.transcribing that return TranscribingGear
 TranscribingGear TranscribingGearDaoImpl.clusterTranscribingGearToEntity(ClusterTranscribingGear clusterTranscribingGear)
           
 TranscribingGear TranscribingGearDao.clusterTranscribingGearToEntity(ClusterTranscribingGear clusterTranscribingGear)
          Converts an instance of type ClusterTranscribingGear to this DAO's entity.
 TranscribingGear TranscribingGearDao.create(java.lang.String externalCode, Gear gear, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingGear instance from only required properties (attributes and association ends) and adds it to the persistent store.
 TranscribingGear TranscribingGearDaoBase.create(java.lang.String externalCode, Gear gear, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           
 TranscribingGear TranscribingGearDao.create(java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingGear instance from all attributes and properties and adds it to the persistent store.
 TranscribingGear TranscribingGearDaoBase.create(java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
           
 TranscribingGear TranscribingGearDao.create(TranscribingGear transcribingGear)
          Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingGear and adds it to the persistent store.
 TranscribingGear TranscribingGearDaoBase.create(TranscribingGear transcribingGear)
           
 TranscribingGear TranscribingGearDao.createFromClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear)
           
 TranscribingGear TranscribingGearDaoBase.createFromClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear)
           
 TranscribingGear TranscribingGearDao.findTranscribingGearByIdentifiers(java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
           Does the same thing as TranscribingGearDao.findTranscribingGearByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 TranscribingGear TranscribingGearDaoBase.findTranscribingGearByIdentifiers(java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
           
 TranscribingGear TranscribingGearDao.findTranscribingGearByIdentifiers(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
           
 TranscribingGear TranscribingGearDaoBase.findTranscribingGearByIdentifiers(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
           
 TranscribingGear TranscribingGearDao.findTranscribingGearByNaturalId(java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
           Does the same thing as TranscribingGearDao.findTranscribingGearByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 TranscribingGear TranscribingGearDaoBase.findTranscribingGearByNaturalId(java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
           
 TranscribingGear TranscribingGearDao.findTranscribingGearByNaturalId(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
           
 TranscribingGear TranscribingGearDaoBase.findTranscribingGearByNaturalId(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
           
protected  TranscribingGear TranscribingGearDaoImpl.handleCreateFromClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear)
           
protected abstract  TranscribingGear TranscribingGearDaoBase.handleCreateFromClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear)
          Performs the core logic for TranscribingGearDaoBase.createFromClusterTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingGear)
 TranscribingGear TranscribingGearDao.load(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
          Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingGear from the persistent store.
 TranscribingGear TranscribingGearDaoBase.load(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
           
static TranscribingGear TranscribingGear.Factory.newInstance()
          Constructs a new instance of TranscribingGear.
static TranscribingGear TranscribingGear.Factory.newInstance(java.lang.String externalCode)
          Constructs a new instance of TranscribingGear, taking all required and/or read-only properties as arguments.
static TranscribingGear TranscribingGear.Factory.newInstance(java.lang.String externalCode, java.sql.Timestamp updateDate)
          Constructs a new instance of TranscribingGear, taking all possible properties (except the identifier(s))as arguments.
 TranscribingGear TranscribingGearDaoImpl.remoteTranscribingGearFullVOToEntity(RemoteTranscribingGearFullVO remoteTranscribingGearFullVO)
           
 TranscribingGear TranscribingGearDao.remoteTranscribingGearFullVOToEntity(RemoteTranscribingGearFullVO remoteTranscribingGearFullVO)
          Converts an instance of type RemoteTranscribingGearFullVO to this DAO's entity.
 TranscribingGear TranscribingGearDaoImpl.remoteTranscribingGearNaturalIdToEntity(RemoteTranscribingGearNaturalId remoteTranscribingGearNaturalId)
           
 TranscribingGear TranscribingGearDao.remoteTranscribingGearNaturalIdToEntity(RemoteTranscribingGearNaturalId remoteTranscribingGearNaturalId)
          Converts an instance of type RemoteTranscribingGearNaturalId to this DAO's entity.
protected  TranscribingGear TranscribingGearDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.referential.transcribing with parameters of type TranscribingGear
 void TranscribingGearDaoImpl.clusterTranscribingGearToEntity(ClusterTranscribingGear source, TranscribingGear target, boolean copyIfNull)
           
 void TranscribingGearDao.clusterTranscribingGearToEntity(ClusterTranscribingGear source, TranscribingGear target, boolean copyIfNull)
          Copies the fields of ClusterTranscribingGear to the specified entity.
 void TranscribingGearDaoBase.clusterTranscribingGearToEntity(ClusterTranscribingGear source, TranscribingGear target, boolean copyIfNull)
           
 java.lang.Object TranscribingGearDao.create(int transform, TranscribingGear transcribingGear)
           Does the same thing as TranscribingGearDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingGear) with an additional flag called transform.
 java.lang.Object TranscribingGearDaoBase.create(int transform, TranscribingGear transcribingGear)
           
 TranscribingGear TranscribingGearDao.create(TranscribingGear transcribingGear)
          Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingGear and adds it to the persistent store.
 TranscribingGear TranscribingGearDaoBase.create(TranscribingGear transcribingGear)
           
 void TranscribingGearDaoImpl.remoteTranscribingGearFullVOToEntity(RemoteTranscribingGearFullVO source, TranscribingGear target, boolean copyIfNull)
           
 void TranscribingGearDao.remoteTranscribingGearFullVOToEntity(RemoteTranscribingGearFullVO source, TranscribingGear target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingGearFullVO to the specified entity.
 void TranscribingGearDaoBase.remoteTranscribingGearFullVOToEntity(RemoteTranscribingGearFullVO source, TranscribingGear target, boolean copyIfNull)
           
 void TranscribingGearDaoImpl.remoteTranscribingGearNaturalIdToEntity(RemoteTranscribingGearNaturalId source, TranscribingGear target, boolean copyIfNull)
           
 void TranscribingGearDao.remoteTranscribingGearNaturalIdToEntity(RemoteTranscribingGearNaturalId source, TranscribingGear target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingGearNaturalId to the specified entity.
 void TranscribingGearDaoBase.remoteTranscribingGearNaturalIdToEntity(RemoteTranscribingGearNaturalId source, TranscribingGear target, boolean copyIfNull)
           
 void TranscribingGearDao.remove(TranscribingGear transcribingGear)
          Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingGear from the persistent store.
 void TranscribingGearDaoBase.remove(TranscribingGear transcribingGear)
           
 ClusterTranscribingGear TranscribingGearDaoImpl.toClusterTranscribingGear(TranscribingGear entity)
           
 ClusterTranscribingGear TranscribingGearDao.toClusterTranscribingGear(TranscribingGear entity)
          Converts this DAO's entity to an object of type ClusterTranscribingGear.
 ClusterTranscribingGear TranscribingGearDaoBase.toClusterTranscribingGear(TranscribingGear entity)
           
 void TranscribingGearDaoImpl.toClusterTranscribingGear(TranscribingGear source, ClusterTranscribingGear target)
           
 void TranscribingGearDao.toClusterTranscribingGear(TranscribingGear source, ClusterTranscribingGear target)
          Copies the fields of the specified entity to the target value object.
 void TranscribingGearDaoBase.toClusterTranscribingGear(TranscribingGear source, ClusterTranscribingGear target)
           
 RemoteTranscribingGearFullVO TranscribingGearDaoImpl.toRemoteTranscribingGearFullVO(TranscribingGear entity)
           
 RemoteTranscribingGearFullVO TranscribingGearDao.toRemoteTranscribingGearFullVO(TranscribingGear entity)
          Converts this DAO's entity to an object of type RemoteTranscribingGearFullVO.
 RemoteTranscribingGearFullVO TranscribingGearDaoBase.toRemoteTranscribingGearFullVO(TranscribingGear entity)
           
 void TranscribingGearDaoImpl.toRemoteTranscribingGearFullVO(TranscribingGear source, RemoteTranscribingGearFullVO target)
           
 void TranscribingGearDao.toRemoteTranscribingGearFullVO(TranscribingGear source, RemoteTranscribingGearFullVO target)
          Copies the fields of the specified entity to the target value object.
 void TranscribingGearDaoBase.toRemoteTranscribingGearFullVO(TranscribingGear source, RemoteTranscribingGearFullVO target)
           
 RemoteTranscribingGearNaturalId TranscribingGearDaoImpl.toRemoteTranscribingGearNaturalId(TranscribingGear entity)
           
 RemoteTranscribingGearNaturalId TranscribingGearDao.toRemoteTranscribingGearNaturalId(TranscribingGear entity)
          Converts this DAO's entity to an object of type RemoteTranscribingGearNaturalId.
 RemoteTranscribingGearNaturalId TranscribingGearDaoBase.toRemoteTranscribingGearNaturalId(TranscribingGear entity)
           
 void TranscribingGearDaoImpl.toRemoteTranscribingGearNaturalId(TranscribingGear source, RemoteTranscribingGearNaturalId target)
           
 void TranscribingGearDao.toRemoteTranscribingGearNaturalId(TranscribingGear source, RemoteTranscribingGearNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void TranscribingGearDaoBase.toRemoteTranscribingGearNaturalId(TranscribingGear source, RemoteTranscribingGearNaturalId target)
           
protected  java.lang.Object TranscribingGearDaoBase.transformEntity(int transform, TranscribingGear 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.TranscribingGearDao, please note that the TranscribingGearDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void TranscribingGearDao.update(TranscribingGear transcribingGear)
          Updates the transcribingGear instance in the persistent store.
 void TranscribingGearDaoBase.update(TranscribingGear transcribingGear)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.