fr.ifremer.allegro.referential.transcribing
Class TranscribingPmfmDaoBase

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.referential.transcribing.TranscribingPmfmDaoBase
All Implemented Interfaces:
TranscribingPmfmDao
Direct Known Subclasses:
TranscribingPmfmDaoImpl

public abstract class TranscribingPmfmDaoBase
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements TranscribingPmfmDao

Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.referential.transcribing.TranscribingPmfm.

See Also:
TranscribingPmfm

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.referential.transcribing.TranscribingPmfmDao
TRANSFORM_CLUSTERTRANSCRIBINGPMFM, TRANSFORM_NONE, TRANSFORM_REMOTETRANSCRIBINGPMFMFULLVO, TRANSFORM_REMOTETRANSCRIBINGPMFMNATURALID
 
Constructor Summary
TranscribingPmfmDaoBase()
           
 
Method Summary
 void clusterTranscribingPmfmToEntity(ClusterTranscribingPmfm source, TranscribingPmfm target, boolean copyIfNull)
          Copies the fields of ClusterTranscribingPmfm to the specified entity.
 void clusterTranscribingPmfmToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterTranscribingPmfm to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.referential.transcribing.TranscribingPmfm and adds from the passed in entities collection
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as TranscribingPmfmDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingPmfm) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.String externalCode, Pmfm pmfm, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingPmfmDao.create(java.lang.String,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.String externalCode, java.sql.Timestamp updateDate, Pmfm pmfm, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide)
           Does the same thing as TranscribingPmfmDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional flag called transform.
 java.lang.Object create(int transform, TranscribingPmfm transcribingPmfm)
           Does the same thing as TranscribingPmfmDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingPmfm) with an additional flag called transform.
 TranscribingPmfm create(java.lang.String externalCode, Pmfm pmfm, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingPmfm instance from only required properties (attributes and association ends) and adds it to the persistent store.
 TranscribingPmfm create(java.lang.String externalCode, java.sql.Timestamp updateDate, Pmfm pmfm, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingPmfm instance from all attributes and properties and adds it to the persistent store.
 TranscribingPmfm create(TranscribingPmfm transcribingPmfm)
          Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingPmfm and adds it to the persistent store.
 TranscribingPmfm createFromClusterTranscribingPmfm(ClusterTranscribingPmfm clusterTranscribingPmfm)
           
 java.lang.Object findTranscribingPmfmByIdentifiers(int transform, Pmfm pmfm, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByIdentifiers(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform.
 java.lang.Object findTranscribingPmfmByIdentifiers(int transform, java.lang.String queryString, Pmfm pmfm, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByIdentifiers(int, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 TranscribingPmfm findTranscribingPmfmByIdentifiers(Pmfm pmfm, TranscribingSystem transcribingSystem)
           
 TranscribingPmfm findTranscribingPmfmByIdentifiers(java.lang.String queryString, Pmfm pmfm, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByIdentifiers(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 java.lang.Object findTranscribingPmfmByNaturalId(int transform, Pmfm pmfm, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByNaturalId(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform.
 java.lang.Object findTranscribingPmfmByNaturalId(int transform, java.lang.String queryString, Pmfm pmfm, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByNaturalId(int, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 TranscribingPmfm findTranscribingPmfmByNaturalId(Pmfm pmfm, TranscribingSystem transcribingSystem)
           
 TranscribingPmfm findTranscribingPmfmByNaturalId(java.lang.String queryString, Pmfm pmfm, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByNaturalId(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 java.util.Collection findTranscribingPmfmByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingPmfmByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingPmfmByPmfm(int transform, Pmfm pmfm)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform.
 java.util.Collection findTranscribingPmfmByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingPmfmByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findTranscribingPmfmByPmfm(Pmfm pmfm)
           
 java.util.Collection findTranscribingPmfmByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingPmfmByPmfm(java.lang.String queryString, Pmfm pmfm)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findTranscribingPmfmByTranscribingSide(int transform, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingPmfmByTranscribingSide(int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingPmfmByTranscribingSide(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingPmfmByTranscribingSide(int transform, java.lang.String queryString, TranscribingSide transcribingSide)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString.
 java.util.Collection findTranscribingPmfmByTranscribingSide(int transform, TranscribingSide transcribingSide)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional flag called transform.
 java.util.Collection findTranscribingPmfmByTranscribingSide(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSide(String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingPmfmByTranscribingSide(java.lang.String queryString, TranscribingSide transcribingSide)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString.
 java.util.Collection findTranscribingPmfmByTranscribingSide(TranscribingSide transcribingSide)
           
 java.util.Collection findTranscribingPmfmByTranscribingSystem(int transform, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingPmfmByTranscribingSystem(int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingPmfmByTranscribingSystem(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingPmfmByTranscribingSystem(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 java.util.Collection findTranscribingPmfmByTranscribingSystem(int transform, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform.
 java.util.Collection findTranscribingPmfmByTranscribingSystem(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSystem(String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingPmfmByTranscribingSystem(java.lang.String queryString, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 java.util.Collection findTranscribingPmfmByTranscribingSystem(TranscribingSystem transcribingSystem)
           
 ClusterTranscribingPmfm[] getAllClusterTranscribingPmfmSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllTranscribingPmfm()
           
 java.util.Collection getAllTranscribingPmfm(int transform)
           Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfm() with an additional flag called transform.
 java.util.Collection getAllTranscribingPmfm(int pageNumber, int pageSize)
           Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfm() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingPmfm(int transform, int pageNumber, int pageSize)
           Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfm(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingPmfm(int transform, java.lang.String queryString)
           Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfm(int) with an additional argument called queryString.
 java.util.Collection getAllTranscribingPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfm(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingPmfm(java.lang.String queryString)
           Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfm() with an additional argument called queryString.
 java.util.Collection getAllTranscribingPmfm(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfm(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingPmfmSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfmSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingPmfmSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfmSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingPmfmSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfmSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingPmfmSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfmSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTranscribingPmfmSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfmSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllTranscribingPmfmSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfmSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingPmfmSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfmSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTranscribingPmfmSinceDateSynchro(java.sql.Timestamp updateDate)
           
protected  PmfmDao getPmfmDao()
          Gets the reference to pmfmDao.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected  TranscribingSideDao getTranscribingSideDao()
          Gets the reference to transcribingSideDao.
protected  TranscribingSystemDao getTranscribingSystemDao()
          Gets the reference to transcribingSystemDao.
protected abstract  TranscribingPmfm handleCreateFromClusterTranscribingPmfm(ClusterTranscribingPmfm clusterTranscribingPmfm)
          Performs the core logic for createFromClusterTranscribingPmfm(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingPmfm)
protected abstract  ClusterTranscribingPmfm[] handleGetAllClusterTranscribingPmfmSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for getAllClusterTranscribingPmfmSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 java.lang.Object load(int transform, Pmfm pmfm, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingPmfmDao.load(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform.
 TranscribingPmfm load(Pmfm pmfm, TranscribingSystem transcribingSystem)
          Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingPmfm from the persistent store.
 java.util.Collection loadAll()
          Loads all entities of type TranscribingPmfm.
 java.util.Collection loadAll(int transform)
           Does the same thing as TranscribingPmfmDao.loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as TranscribingPmfmDao.loadAll() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
           Does the same thing as TranscribingPmfmDao.loadAll(int) with an additional two arguments called pageNumber and pageSize.
 void remoteTranscribingPmfmFullVOToEntity(RemoteTranscribingPmfmFullVO source, TranscribingPmfm target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingPmfmFullVO to the specified entity.
 void remoteTranscribingPmfmFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTranscribingPmfmFullVO to this DAO's entity.
 void remoteTranscribingPmfmNaturalIdToEntity(RemoteTranscribingPmfmNaturalId source, TranscribingPmfm target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingPmfmNaturalId to the specified entity.
 void remoteTranscribingPmfmNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTranscribingPmfmNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(Pmfm pmfm, TranscribingSystem transcribingSystem)
          Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingPmfm having the given identifiers from the persistent store.
 void remove(TranscribingPmfm transcribingPmfm)
          Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingPmfm from the persistent store.
 PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 PaginationResult search(int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 java.util.Set search(int transform, Search search)
          Does the same thing as TranscribingPmfmDao.search(fr.ifremer.allegro.Search) but with an additional flag called transform.
 java.util.Set search(Search search)
          Performs a search using the parameters specified in the given search object.
 void setPmfmDao(PmfmDao pmfmDao)
          Sets the reference to pmfmDao.
 void setTranscribingSideDao(TranscribingSideDao transcribingSideDao)
          Sets the reference to transcribingSideDao.
 void setTranscribingSystemDao(TranscribingSystemDao transcribingSystemDao)
          Sets the reference to transcribingSystemDao.
protected  ClusterTranscribingPmfm toClusterTranscribingPmfm(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterTranscribingPmfm toClusterTranscribingPmfm(TranscribingPmfm entity)
          Converts this DAO's entity to an object of type ClusterTranscribingPmfm.
 void toClusterTranscribingPmfm(TranscribingPmfm source, ClusterTranscribingPmfm target)
          Copies the fields of the specified entity to the target value object.
 ClusterTranscribingPmfm[] toClusterTranscribingPmfmArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterTranscribingPmfm.
 void toClusterTranscribingPmfmCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterTranscribingPmfm.
protected  TranscribingPmfm toEntity(java.lang.Object[] row)
           
protected  RemoteTranscribingPmfmFullVO toRemoteTranscribingPmfmFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteTranscribingPmfmFullVO toRemoteTranscribingPmfmFullVO(TranscribingPmfm entity)
          Converts this DAO's entity to an object of type RemoteTranscribingPmfmFullVO.
 void toRemoteTranscribingPmfmFullVO(TranscribingPmfm source, RemoteTranscribingPmfmFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteTranscribingPmfmFullVO[] toRemoteTranscribingPmfmFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTranscribingPmfmFullVO.
 void toRemoteTranscribingPmfmFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTranscribingPmfmFullVO.
protected  RemoteTranscribingPmfmNaturalId toRemoteTranscribingPmfmNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteTranscribingPmfmNaturalId toRemoteTranscribingPmfmNaturalId(TranscribingPmfm entity)
          Converts this DAO's entity to an object of type RemoteTranscribingPmfmNaturalId.
 void toRemoteTranscribingPmfmNaturalId(TranscribingPmfm source, RemoteTranscribingPmfmNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteTranscribingPmfmNaturalId[] toRemoteTranscribingPmfmNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTranscribingPmfmNaturalId.
 void toRemoteTranscribingPmfmNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTranscribingPmfmNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingPmfm) method.
protected  java.lang.Object transformEntity(int transform, TranscribingPmfm 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.TranscribingPmfmDao, please note that the TranscribingPmfmDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(TranscribingPmfm transcribingPmfm)
          Updates the transcribingPmfm instance in the persistent store.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.ifremer.allegro.referential.transcribing.TranscribingPmfmDao
clusterTranscribingPmfmToEntity, remoteTranscribingPmfmFullVOToEntity, remoteTranscribingPmfmNaturalIdToEntity
 

Constructor Detail

TranscribingPmfmDaoBase

public TranscribingPmfmDaoBase()
Method Detail

setPmfmDao

public void setPmfmDao(PmfmDao pmfmDao)
Sets the reference to pmfmDao.


getPmfmDao

protected PmfmDao getPmfmDao()
Gets the reference to pmfmDao.


setTranscribingSystemDao

public void setTranscribingSystemDao(TranscribingSystemDao transcribingSystemDao)
Sets the reference to transcribingSystemDao.


getTranscribingSystemDao

protected TranscribingSystemDao getTranscribingSystemDao()
Gets the reference to transcribingSystemDao.


setTranscribingSideDao

public void setTranscribingSideDao(TranscribingSideDao transcribingSideDao)
Sets the reference to transcribingSideDao.


getTranscribingSideDao

protected TranscribingSideDao getTranscribingSideDao()
Gets the reference to transcribingSideDao.


load

public java.lang.Object load(int transform,
                             Pmfm pmfm,
                             TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.load(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined in this class then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
load in interface TranscribingPmfmDao
pmfm - identifier of the entity to load
transcribingSystem - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.
See Also:
TranscribingPmfmDao.load(int, fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

load

public TranscribingPmfm load(Pmfm pmfm,
                             TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingPmfmDao
Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingPmfm from the persistent store.

Specified by:
load in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.load(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

loadAll

public java.util.Collection loadAll()
Description copied from interface: TranscribingPmfmDao
Loads all entities of type TranscribingPmfm.

Specified by:
loadAll in interface TranscribingPmfmDao
Returns:
the loaded entities.
See Also:
TranscribingPmfmDao.loadAll()

loadAll

public java.util.Collection loadAll(int transform)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.loadAll() with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
loadAll in interface TranscribingPmfmDao
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.
See Also:
TranscribingPmfmDao.loadAll(int)

loadAll

public java.util.Collection loadAll(int pageNumber,
                                    int pageSize)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.loadAll() with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
loadAll in interface TranscribingPmfmDao
Parameters:
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.
See Also:
TranscribingPmfmDao.loadAll(int, int)

loadAll

public java.util.Collection loadAll(int transform,
                                    int pageNumber,
                                    int pageSize)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.loadAll(int) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
loadAll in interface TranscribingPmfmDao
Parameters:
transform - the flag indicating what transformation to use.
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.
See Also:
TranscribingPmfmDao.loadAll(int, int, int)

create

public TranscribingPmfm create(TranscribingPmfm transcribingPmfm)
Description copied from interface: TranscribingPmfmDao
Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingPmfm and adds it to the persistent store.

Specified by:
create in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingPmfm)

create

public java.lang.Object create(int transform,
                               TranscribingPmfm transcribingPmfm)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingPmfm) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
create in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.create(int transform, fr.ifremer.allegro.referential.transcribing.TranscribingPmfm)

create

public java.util.Collection create(java.util.Collection entities)
Description copied from interface: TranscribingPmfmDao
Creates a new instance of fr.ifremer.allegro.referential.transcribing.TranscribingPmfm and adds from the passed in entities collection

Specified by:
create in interface TranscribingPmfmDao
Parameters:
entities - the collection of fr.ifremer.allegro.referential.transcribing.TranscribingPmfm instances to create.
Returns:
the created instances.
See Also:
TranscribingPmfmDao.create(java.util.Collection)

create

public java.util.Collection create(int transform,
                                   java.util.Collection entities)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingPmfm) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
create in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.create(int, java.util.Collection)

create

public TranscribingPmfm create(java.lang.String externalCode,
                               java.sql.Timestamp updateDate,
                               Pmfm pmfm,
                               TranscribingSystem transcribingSystem,
                               TranscribingSide transcribingSide)
Description copied from interface: TranscribingPmfmDao

Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingPmfm instance from all attributes and properties and adds it to the persistent store.

Specified by:
create in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide)

create

public java.lang.Object create(int transform,
                               java.lang.String externalCode,
                               java.sql.Timestamp updateDate,
                               Pmfm pmfm,
                               TranscribingSystem transcribingSystem,
                               TranscribingSide transcribingSide)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
create in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.create(int, java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide)

create

public TranscribingPmfm create(java.lang.String externalCode,
                               Pmfm pmfm,
                               TranscribingSide transcribingSide,
                               TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingPmfmDao

Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingPmfm instance from only required properties (attributes and association ends) and adds it to the persistent store.

Specified by:
create in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.create(java.lang.String,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

create

public java.lang.Object create(int transform,
                               java.lang.String externalCode,
                               Pmfm pmfm,
                               TranscribingSide transcribingSide,
                               TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.create(java.lang.String,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOTWILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
create in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.create(int, java.lang.String,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

update

public void update(TranscribingPmfm transcribingPmfm)
Description copied from interface: TranscribingPmfmDao
Updates the transcribingPmfm instance in the persistent store.

Specified by:
update in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.update(fr.ifremer.allegro.referential.transcribing.TranscribingPmfm)

update

public void update(java.util.Collection entities)
Description copied from interface: TranscribingPmfmDao
Updates all instances in the entities collection in the persistent store.

Specified by:
update in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.update(java.util.Collection)

remove

public void remove(TranscribingPmfm transcribingPmfm)
Description copied from interface: TranscribingPmfmDao
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingPmfm from the persistent store.

Specified by:
remove in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.remove(fr.ifremer.allegro.referential.transcribing.TranscribingPmfm)

remove

public void remove(Pmfm pmfm,
                   TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingPmfmDao
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingPmfm having the given identifiers from the persistent store.

Specified by:
remove in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.remove(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

remove

public void remove(java.util.Collection entities)
Description copied from interface: TranscribingPmfmDao
Removes all entities in the given entities collection.

Specified by:
remove in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.remove(java.util.Collection)

getAllTranscribingPmfm

public java.util.Collection getAllTranscribingPmfm()
Specified by:
getAllTranscribingPmfm in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.getAllTranscribingPmfm()

getAllTranscribingPmfm

public java.util.Collection getAllTranscribingPmfm(int transform)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfm() with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
getAllTranscribingPmfm in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.getAllTranscribingPmfm(int)

getAllTranscribingPmfm

public java.util.Collection getAllTranscribingPmfm(java.lang.String queryString)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfm() with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingPmfmDao.getAllTranscribingPmfm().

Specified by:
getAllTranscribingPmfm in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.getAllTranscribingPmfm(java.lang.String)

getAllTranscribingPmfm

public java.util.Collection getAllTranscribingPmfm(int pageNumber,
                                                   int pageSize)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfm() with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllTranscribingPmfm in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.getAllTranscribingPmfm(int, int)

getAllTranscribingPmfm

public java.util.Collection getAllTranscribingPmfm(java.lang.String queryString,
                                                   int pageNumber,
                                                   int pageSize)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfm(String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllTranscribingPmfm in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.getAllTranscribingPmfm(String, int, int)

getAllTranscribingPmfm

public java.util.Collection getAllTranscribingPmfm(int transform,
                                                   java.lang.String queryString)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfm(int) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingPmfmDao.getAllTranscribingPmfm(int).

Specified by:
getAllTranscribingPmfm in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.getAllTranscribingPmfm(int, String)

getAllTranscribingPmfm

public java.util.Collection getAllTranscribingPmfm(int transform,
                                                   int pageNumber,
                                                   int pageSize)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfm(int) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllTranscribingPmfm in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.getAllTranscribingPmfm(int, int, int)

getAllTranscribingPmfm

public java.util.Collection getAllTranscribingPmfm(int transform,
                                                   java.lang.String queryString,
                                                   int pageNumber,
                                                   int pageSize)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfm(int, String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllTranscribingPmfm in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.getAllTranscribingPmfm(int, java.lang.String, int, int)

findTranscribingPmfmByPmfm

public java.util.Collection findTranscribingPmfmByPmfm(Pmfm pmfm)
Specified by:
findTranscribingPmfmByPmfm in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)

findTranscribingPmfmByPmfm

public java.util.Collection findTranscribingPmfmByPmfm(int transform,
                                                       Pmfm pmfm)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findTranscribingPmfmByPmfm in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findTranscribingPmfmByPmfm

public java.util.Collection findTranscribingPmfmByPmfm(java.lang.String queryString,
                                                       Pmfm pmfm)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingPmfmDao.findTranscribingPmfmByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm).

Specified by:
findTranscribingPmfmByPmfm in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByPmfm(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm)

findTranscribingPmfmByPmfm

public java.util.Collection findTranscribingPmfmByPmfm(int pageNumber,
                                                       int pageSize,
                                                       Pmfm pmfm)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findTranscribingPmfmByPmfm in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByPmfm(int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findTranscribingPmfmByPmfm

public java.util.Collection findTranscribingPmfmByPmfm(java.lang.String queryString,
                                                       int pageNumber,
                                                       int pageSize,
                                                       Pmfm pmfm)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findTranscribingPmfmByPmfm in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByPmfm(String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findTranscribingPmfmByPmfm

public java.util.Collection findTranscribingPmfmByPmfm(int transform,
                                                       java.lang.String queryString,
                                                       Pmfm pmfm)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingPmfmDao.findTranscribingPmfmByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm).

Specified by:
findTranscribingPmfmByPmfm in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)

findTranscribingPmfmByPmfm

public java.util.Collection findTranscribingPmfmByPmfm(int transform,
                                                       int pageNumber,
                                                       int pageSize,
                                                       Pmfm pmfm)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findTranscribingPmfmByPmfm in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByPmfm(int, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findTranscribingPmfmByPmfm

public java.util.Collection findTranscribingPmfmByPmfm(int transform,
                                                       java.lang.String queryString,
                                                       int pageNumber,
                                                       int pageSize,
                                                       Pmfm pmfm)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findTranscribingPmfmByPmfm in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByPmfm(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findTranscribingPmfmByTranscribingSystem

public java.util.Collection findTranscribingPmfmByTranscribingSystem(TranscribingSystem transcribingSystem)
Specified by:
findTranscribingPmfmByTranscribingSystem in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingPmfmByTranscribingSystem

public java.util.Collection findTranscribingPmfmByTranscribingSystem(int transform,
                                                                     TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findTranscribingPmfmByTranscribingSystem in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingPmfmByTranscribingSystem

public java.util.Collection findTranscribingPmfmByTranscribingSystem(java.lang.String queryString,
                                                                     TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingPmfmDao.findTranscribingPmfmByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem).

Specified by:
findTranscribingPmfmByTranscribingSystem in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByTranscribingSystem(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingPmfmByTranscribingSystem

public java.util.Collection findTranscribingPmfmByTranscribingSystem(int pageNumber,
                                                                     int pageSize,
                                                                     TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findTranscribingPmfmByTranscribingSystem in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByTranscribingSystem(int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingPmfmByTranscribingSystem

public java.util.Collection findTranscribingPmfmByTranscribingSystem(java.lang.String queryString,
                                                                     int pageNumber,
                                                                     int pageSize,
                                                                     TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSystem(String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findTranscribingPmfmByTranscribingSystem in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByTranscribingSystem(String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingPmfmByTranscribingSystem

public java.util.Collection findTranscribingPmfmByTranscribingSystem(int transform,
                                                                     java.lang.String queryString,
                                                                     TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingPmfmDao.findTranscribingPmfmByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem).

Specified by:
findTranscribingPmfmByTranscribingSystem in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingPmfmByTranscribingSystem

public java.util.Collection findTranscribingPmfmByTranscribingSystem(int transform,
                                                                     int pageNumber,
                                                                     int pageSize,
                                                                     TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findTranscribingPmfmByTranscribingSystem in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByTranscribingSystem(int, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingPmfmByTranscribingSystem

public java.util.Collection findTranscribingPmfmByTranscribingSystem(int transform,
                                                                     java.lang.String queryString,
                                                                     int pageNumber,
                                                                     int pageSize,
                                                                     TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findTranscribingPmfmByTranscribingSystem in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByTranscribingSystem(int, java.lang.String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingPmfmByTranscribingSide

public java.util.Collection findTranscribingPmfmByTranscribingSide(TranscribingSide transcribingSide)
Specified by:
findTranscribingPmfmByTranscribingSide in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingPmfmByTranscribingSide

public java.util.Collection findTranscribingPmfmByTranscribingSide(int transform,
                                                                   TranscribingSide transcribingSide)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findTranscribingPmfmByTranscribingSide in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingPmfmByTranscribingSide

public java.util.Collection findTranscribingPmfmByTranscribingSide(java.lang.String queryString,
                                                                   TranscribingSide transcribingSide)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingPmfmDao.findTranscribingPmfmByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide).

Specified by:
findTranscribingPmfmByTranscribingSide in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByTranscribingSide(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingPmfmByTranscribingSide

public java.util.Collection findTranscribingPmfmByTranscribingSide(int pageNumber,
                                                                   int pageSize,
                                                                   TranscribingSide transcribingSide)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findTranscribingPmfmByTranscribingSide in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByTranscribingSide(int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingPmfmByTranscribingSide

public java.util.Collection findTranscribingPmfmByTranscribingSide(java.lang.String queryString,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   TranscribingSide transcribingSide)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSide(String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findTranscribingPmfmByTranscribingSide in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByTranscribingSide(String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingPmfmByTranscribingSide

public java.util.Collection findTranscribingPmfmByTranscribingSide(int transform,
                                                                   java.lang.String queryString,
                                                                   TranscribingSide transcribingSide)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingPmfmDao.findTranscribingPmfmByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide).

Specified by:
findTranscribingPmfmByTranscribingSide in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingPmfmByTranscribingSide

public java.util.Collection findTranscribingPmfmByTranscribingSide(int transform,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   TranscribingSide transcribingSide)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findTranscribingPmfmByTranscribingSide in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByTranscribingSide(int, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingPmfmByTranscribingSide

public java.util.Collection findTranscribingPmfmByTranscribingSide(int transform,
                                                                   java.lang.String queryString,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   TranscribingSide transcribingSide)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findTranscribingPmfmByTranscribingSide in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByTranscribingSide(int, java.lang.String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingPmfmByIdentifiers

public TranscribingPmfm findTranscribingPmfmByIdentifiers(Pmfm pmfm,
                                                          TranscribingSystem transcribingSystem)
Specified by:
findTranscribingPmfmByIdentifiers in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByIdentifiers(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingPmfmByIdentifiers

public java.lang.Object findTranscribingPmfmByIdentifiers(int transform,
                                                          Pmfm pmfm,
                                                          TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByIdentifiers(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findTranscribingPmfmByIdentifiers in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByIdentifiers(int, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingPmfmByIdentifiers

public TranscribingPmfm findTranscribingPmfmByIdentifiers(java.lang.String queryString,
                                                          Pmfm pmfm,
                                                          TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByIdentifiers(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingPmfmDao.findTranscribingPmfmByIdentifiers(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem).

Specified by:
findTranscribingPmfmByIdentifiers in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByIdentifiers(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingPmfmByIdentifiers

public java.lang.Object findTranscribingPmfmByIdentifiers(int transform,
                                                          java.lang.String queryString,
                                                          Pmfm pmfm,
                                                          TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByIdentifiers(int, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingPmfmDao.findTranscribingPmfmByIdentifiers(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem).

Specified by:
findTranscribingPmfmByIdentifiers in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByIdentifiers(int, java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingPmfmByNaturalId

public TranscribingPmfm findTranscribingPmfmByNaturalId(Pmfm pmfm,
                                                        TranscribingSystem transcribingSystem)
Specified by:
findTranscribingPmfmByNaturalId in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByNaturalId(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingPmfmByNaturalId

public java.lang.Object findTranscribingPmfmByNaturalId(int transform,
                                                        Pmfm pmfm,
                                                        TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByNaturalId(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findTranscribingPmfmByNaturalId in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByNaturalId(int, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingPmfmByNaturalId

public TranscribingPmfm findTranscribingPmfmByNaturalId(java.lang.String queryString,
                                                        Pmfm pmfm,
                                                        TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByNaturalId(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingPmfmDao.findTranscribingPmfmByNaturalId(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem).

Specified by:
findTranscribingPmfmByNaturalId in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByNaturalId(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingPmfmByNaturalId

public java.lang.Object findTranscribingPmfmByNaturalId(int transform,
                                                        java.lang.String queryString,
                                                        Pmfm pmfm,
                                                        TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.findTranscribingPmfmByNaturalId(int, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingPmfmDao.findTranscribingPmfmByNaturalId(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem).

Specified by:
findTranscribingPmfmByNaturalId in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.findTranscribingPmfmByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

getAllTranscribingPmfmSinceDateSynchro

public java.util.Collection getAllTranscribingPmfmSinceDateSynchro(java.sql.Timestamp updateDate)
Specified by:
getAllTranscribingPmfmSinceDateSynchro in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.getAllTranscribingPmfmSinceDateSynchro(java.sql.Timestamp)

getAllTranscribingPmfmSinceDateSynchro

public java.util.Collection getAllTranscribingPmfmSinceDateSynchro(int transform,
                                                                   java.sql.Timestamp updateDate)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfmSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
getAllTranscribingPmfmSinceDateSynchro in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.getAllTranscribingPmfmSinceDateSynchro(int, java.sql.Timestamp)

getAllTranscribingPmfmSinceDateSynchro

public java.util.Collection getAllTranscribingPmfmSinceDateSynchro(java.lang.String queryString,
                                                                   java.sql.Timestamp updateDate)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfmSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingPmfmDao.getAllTranscribingPmfmSinceDateSynchro(java.sql.Timestamp).

Specified by:
getAllTranscribingPmfmSinceDateSynchro in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.getAllTranscribingPmfmSinceDateSynchro(java.lang.String, java.sql.Timestamp)

getAllTranscribingPmfmSinceDateSynchro

public java.util.Collection getAllTranscribingPmfmSinceDateSynchro(int pageNumber,
                                                                   int pageSize,
                                                                   java.sql.Timestamp updateDate)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfmSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllTranscribingPmfmSinceDateSynchro in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.getAllTranscribingPmfmSinceDateSynchro(int, int, java.sql.Timestamp)

getAllTranscribingPmfmSinceDateSynchro

public java.util.Collection getAllTranscribingPmfmSinceDateSynchro(java.lang.String queryString,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   java.sql.Timestamp updateDate)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfmSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllTranscribingPmfmSinceDateSynchro in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.getAllTranscribingPmfmSinceDateSynchro(String, int, int, java.sql.Timestamp)

getAllTranscribingPmfmSinceDateSynchro

public java.util.Collection getAllTranscribingPmfmSinceDateSynchro(int transform,
                                                                   java.lang.String queryString,
                                                                   java.sql.Timestamp updateDate)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfmSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingPmfmDao.getAllTranscribingPmfmSinceDateSynchro(int, java.sql.Timestamp updateDate).

Specified by:
getAllTranscribingPmfmSinceDateSynchro in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.getAllTranscribingPmfmSinceDateSynchro(int, String, java.sql.Timestamp)

getAllTranscribingPmfmSinceDateSynchro

public java.util.Collection getAllTranscribingPmfmSinceDateSynchro(int transform,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   java.sql.Timestamp updateDate)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfmSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllTranscribingPmfmSinceDateSynchro in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.getAllTranscribingPmfmSinceDateSynchro(int, int, int, java.sql.Timestamp)

getAllTranscribingPmfmSinceDateSynchro

public java.util.Collection getAllTranscribingPmfmSinceDateSynchro(int transform,
                                                                   java.lang.String queryString,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   java.sql.Timestamp updateDate)
Description copied from interface: TranscribingPmfmDao

Does the same thing as TranscribingPmfmDao.getAllTranscribingPmfmSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllTranscribingPmfmSinceDateSynchro in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.getAllTranscribingPmfmSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)

createFromClusterTranscribingPmfm

public TranscribingPmfm createFromClusterTranscribingPmfm(ClusterTranscribingPmfm clusterTranscribingPmfm)
Specified by:
createFromClusterTranscribingPmfm in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.createFromClusterTranscribingPmfm(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingPmfm)

handleCreateFromClusterTranscribingPmfm

protected abstract TranscribingPmfm handleCreateFromClusterTranscribingPmfm(ClusterTranscribingPmfm clusterTranscribingPmfm)
                                                                     throws java.lang.Exception
Performs the core logic for createFromClusterTranscribingPmfm(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingPmfm)

Throws:
java.lang.Exception

getAllClusterTranscribingPmfmSinceDateSynchro

public ClusterTranscribingPmfm[] getAllClusterTranscribingPmfmSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                               java.lang.Integer userId,
                                                                               java.lang.Integer[] registrationLocationIds,
                                                                               java.lang.Integer pageNumber,
                                                                               java.lang.Integer pageSize)
Specified by:
getAllClusterTranscribingPmfmSinceDateSynchro in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.getAllClusterTranscribingPmfmSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetAllClusterTranscribingPmfmSinceDateSynchro

protected abstract ClusterTranscribingPmfm[] handleGetAllClusterTranscribingPmfmSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                                 java.lang.Integer userId,
                                                                                                 java.lang.Integer[] registrationLocationIds,
                                                                                                 java.lang.Integer pageNumber,
                                                                                                 java.lang.Integer pageSize)
                                                                                          throws java.lang.Exception
Performs the core logic for getAllClusterTranscribingPmfmSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

transformEntity

protected java.lang.Object transformEntity(int transform,
                                           TranscribingPmfm 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.TranscribingPmfmDao, please note that the TranscribingPmfmDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.

This method will return instances of these types:

If the integer argument value is unknown TranscribingPmfmDao.TRANSFORM_NONE is assumed.

Parameters:
transform - one of the constants declared in TranscribingPmfmDao
entity - an entity that was found
Returns:
the transformed entity (i.e. new value object, etc)
See Also:
transformEntities(int,java.util.Collection)

transformEntities

protected void transformEntities(int transform,
                                 java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingPmfm) method. This method does not instantiate a new collection.

This method is to be used internally only.

Parameters:
transform - one of the constants declared in fr.ifremer.allegro.referential.transcribing.TranscribingPmfmDao
entities - the collection of entities to transform
See Also:
transformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingPmfm)

toEntity

protected TranscribingPmfm toEntity(java.lang.Object[] row)

toRemoteTranscribingPmfmFullVOCollection

public final void toRemoteTranscribingPmfmFullVOCollection(java.util.Collection entities)
Description copied from interface: TranscribingPmfmDao
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingPmfmFullVO.

Specified by:
toRemoteTranscribingPmfmFullVOCollection in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.toRemoteTranscribingPmfmFullVOCollection(java.util.Collection)

toRemoteTranscribingPmfmFullVOArray

public final RemoteTranscribingPmfmFullVO[] toRemoteTranscribingPmfmFullVOArray(java.util.Collection entities)
Description copied from interface: TranscribingPmfmDao
Converts this DAO's entity to an array of instances of type RemoteTranscribingPmfmFullVO.

Specified by:
toRemoteTranscribingPmfmFullVOArray in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.toRemoteTranscribingPmfmFullVOArray(java.util.Collection)

toRemoteTranscribingPmfmFullVO

protected RemoteTranscribingPmfmFullVO toRemoteTranscribingPmfmFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the TranscribingPmfmDaoImpl class if you intend to use reporting queries.

See Also:
TranscribingPmfmDao.toRemoteTranscribingPmfmFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingPmfm)

remoteTranscribingPmfmFullVOToEntityCollection

public final void remoteTranscribingPmfmFullVOToEntityCollection(java.util.Collection instances)
Description copied from interface: TranscribingPmfmDao
Converts a Collection of instances of type RemoteTranscribingPmfmFullVO to this DAO's entity.

Specified by:
remoteTranscribingPmfmFullVOToEntityCollection in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.remoteTranscribingPmfmFullVOToEntityCollection(java.util.Collection)

toRemoteTranscribingPmfmFullVO

public void toRemoteTranscribingPmfmFullVO(TranscribingPmfm source,
                                           RemoteTranscribingPmfmFullVO target)
Description copied from interface: TranscribingPmfmDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteTranscribingPmfmFullVO(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toRemoteTranscribingPmfmFullVO in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.toRemoteTranscribingPmfmFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingPmfm, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmFullVO)

toRemoteTranscribingPmfmFullVO

public RemoteTranscribingPmfmFullVO toRemoteTranscribingPmfmFullVO(TranscribingPmfm entity)
Description copied from interface: TranscribingPmfmDao
Converts this DAO's entity to an object of type RemoteTranscribingPmfmFullVO.

Specified by:
toRemoteTranscribingPmfmFullVO in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.toRemoteTranscribingPmfmFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingPmfm)

remoteTranscribingPmfmFullVOToEntity

public void remoteTranscribingPmfmFullVOToEntity(RemoteTranscribingPmfmFullVO source,
                                                 TranscribingPmfm target,
                                                 boolean copyIfNull)
Description copied from interface: TranscribingPmfmDao
Copies the fields of RemoteTranscribingPmfmFullVO to the specified entity.

Specified by:
remoteTranscribingPmfmFullVOToEntity in interface TranscribingPmfmDao
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.
See Also:
fr.ifremer.allegro.referential.transcribing.TranscribingPmfmDao#remoteTranscribingPmfmFullVOToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmFullVO, fr.ifremer.allegro.referential.transcribing.TranscribingPmfm)

toRemoteTranscribingPmfmNaturalIdCollection

public final void toRemoteTranscribingPmfmNaturalIdCollection(java.util.Collection entities)
Description copied from interface: TranscribingPmfmDao
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingPmfmNaturalId.

Specified by:
toRemoteTranscribingPmfmNaturalIdCollection in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.toRemoteTranscribingPmfmNaturalIdCollection(java.util.Collection)

toRemoteTranscribingPmfmNaturalIdArray

public final RemoteTranscribingPmfmNaturalId[] toRemoteTranscribingPmfmNaturalIdArray(java.util.Collection entities)
Description copied from interface: TranscribingPmfmDao
Converts this DAO's entity to an array of instances of type RemoteTranscribingPmfmNaturalId.

Specified by:
toRemoteTranscribingPmfmNaturalIdArray in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.toRemoteTranscribingPmfmNaturalIdArray(java.util.Collection)

toRemoteTranscribingPmfmNaturalId

protected RemoteTranscribingPmfmNaturalId toRemoteTranscribingPmfmNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the TranscribingPmfmDaoImpl class if you intend to use reporting queries.

See Also:
TranscribingPmfmDao.toRemoteTranscribingPmfmNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingPmfm)

remoteTranscribingPmfmNaturalIdToEntityCollection

public final void remoteTranscribingPmfmNaturalIdToEntityCollection(java.util.Collection instances)
Description copied from interface: TranscribingPmfmDao
Converts a Collection of instances of type RemoteTranscribingPmfmNaturalId to this DAO's entity.

Specified by:
remoteTranscribingPmfmNaturalIdToEntityCollection in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.remoteTranscribingPmfmNaturalIdToEntityCollection(java.util.Collection)

toRemoteTranscribingPmfmNaturalId

public void toRemoteTranscribingPmfmNaturalId(TranscribingPmfm source,
                                              RemoteTranscribingPmfmNaturalId target)
Description copied from interface: TranscribingPmfmDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteTranscribingPmfmNaturalId(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toRemoteTranscribingPmfmNaturalId in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.toRemoteTranscribingPmfmNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingPmfm, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmNaturalId)

toRemoteTranscribingPmfmNaturalId

public RemoteTranscribingPmfmNaturalId toRemoteTranscribingPmfmNaturalId(TranscribingPmfm entity)
Description copied from interface: TranscribingPmfmDao
Converts this DAO's entity to an object of type RemoteTranscribingPmfmNaturalId.

Specified by:
toRemoteTranscribingPmfmNaturalId in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.toRemoteTranscribingPmfmNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingPmfm)

remoteTranscribingPmfmNaturalIdToEntity

public void remoteTranscribingPmfmNaturalIdToEntity(RemoteTranscribingPmfmNaturalId source,
                                                    TranscribingPmfm target,
                                                    boolean copyIfNull)
Description copied from interface: TranscribingPmfmDao
Copies the fields of RemoteTranscribingPmfmNaturalId to the specified entity.

Specified by:
remoteTranscribingPmfmNaturalIdToEntity in interface TranscribingPmfmDao
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.
See Also:
fr.ifremer.allegro.referential.transcribing.TranscribingPmfmDao#remoteTranscribingPmfmNaturalIdToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmNaturalId, fr.ifremer.allegro.referential.transcribing.TranscribingPmfm)

toClusterTranscribingPmfmCollection

public final void toClusterTranscribingPmfmCollection(java.util.Collection entities)
Description copied from interface: TranscribingPmfmDao
Converts this DAO's entity to a Collection of instances of type ClusterTranscribingPmfm.

Specified by:
toClusterTranscribingPmfmCollection in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.toClusterTranscribingPmfmCollection(java.util.Collection)

toClusterTranscribingPmfmArray

public final ClusterTranscribingPmfm[] toClusterTranscribingPmfmArray(java.util.Collection entities)
Description copied from interface: TranscribingPmfmDao
Converts this DAO's entity to an array of instances of type ClusterTranscribingPmfm.

Specified by:
toClusterTranscribingPmfmArray in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.toClusterTranscribingPmfmArray(java.util.Collection)

toClusterTranscribingPmfm

protected ClusterTranscribingPmfm toClusterTranscribingPmfm(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the TranscribingPmfmDaoImpl class if you intend to use reporting queries.

See Also:
TranscribingPmfmDao.toClusterTranscribingPmfm(fr.ifremer.allegro.referential.transcribing.TranscribingPmfm)

clusterTranscribingPmfmToEntityCollection

public final void clusterTranscribingPmfmToEntityCollection(java.util.Collection instances)
Description copied from interface: TranscribingPmfmDao
Converts a Collection of instances of type ClusterTranscribingPmfm to this DAO's entity.

Specified by:
clusterTranscribingPmfmToEntityCollection in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.clusterTranscribingPmfmToEntityCollection(java.util.Collection)

toClusterTranscribingPmfm

public void toClusterTranscribingPmfm(TranscribingPmfm source,
                                      ClusterTranscribingPmfm target)
Description copied from interface: TranscribingPmfmDao
Copies the fields of the specified entity to the target value object. This method is similar to toClusterTranscribingPmfm(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toClusterTranscribingPmfm in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.toClusterTranscribingPmfm(fr.ifremer.allegro.referential.transcribing.TranscribingPmfm, fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingPmfm)

toClusterTranscribingPmfm

public ClusterTranscribingPmfm toClusterTranscribingPmfm(TranscribingPmfm entity)
Description copied from interface: TranscribingPmfmDao
Converts this DAO's entity to an object of type ClusterTranscribingPmfm.

Specified by:
toClusterTranscribingPmfm in interface TranscribingPmfmDao
See Also:
TranscribingPmfmDao.toClusterTranscribingPmfm(fr.ifremer.allegro.referential.transcribing.TranscribingPmfm)

clusterTranscribingPmfmToEntity

public void clusterTranscribingPmfmToEntity(ClusterTranscribingPmfm source,
                                            TranscribingPmfm target,
                                            boolean copyIfNull)
Description copied from interface: TranscribingPmfmDao
Copies the fields of ClusterTranscribingPmfm to the specified entity.

Specified by:
clusterTranscribingPmfmToEntity in interface TranscribingPmfmDao
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.
See Also:
fr.ifremer.allegro.referential.transcribing.TranscribingPmfmDao#clusterTranscribingPmfmToEntity(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingPmfm, fr.ifremer.allegro.referential.transcribing.TranscribingPmfm)

getPrincipal

protected java.security.Principal getPrincipal()
Gets the current principal if one has been set, otherwise returns null.

Returns:
the current principal

search

public PaginationResult search(int transform,
                               int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: TranscribingPmfmDao
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize. These flags allow you to limit your data to a specified page number and size.

Specified by:
search in interface TranscribingPmfmDao
Parameters:
transform - the transformation flag.
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.
See Also:
TranscribingPmfmDao.search(int, int, int, fr.ifremer.allegro.Search)

search

public PaginationResult search(int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: TranscribingPmfmDao
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize. These flags allow you to limit your data to a specified page number and size.

Specified by:
search in interface TranscribingPmfmDao
Parameters:
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.
See Also:
TranscribingPmfmDao.search(int, int, fr.ifremer.allegro.Search)

search

public java.util.Set search(int transform,
                            Search search)
Description copied from interface: TranscribingPmfmDao
Does the same thing as TranscribingPmfmDao.search(fr.ifremer.allegro.Search) but with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
search in interface TranscribingPmfmDao
Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
TranscribingPmfmDao.search(int, fr.ifremer.allegro.Search)

search

public java.util.Set search(Search search)
Description copied from interface: TranscribingPmfmDao
Performs a search using the parameters specified in the given search object.

Specified by:
search in interface TranscribingPmfmDao
Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
TranscribingPmfmDao.search(fr.ifremer.allegro.Search)


Copyright © 2008-2010 IFREMER. All Rights Reserved.