fr.ifremer.allegro.referential.transcribing
Class TranscribingTaxonGroupDaoBase

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

public abstract class TranscribingTaxonGroupDaoBase
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements TranscribingTaxonGroupDao

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

See Also:
TranscribingTaxonGroup

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroupDao
TRANSFORM_CLUSTERTRANSCRIBINGTAXONGROUP, TRANSFORM_NONE, TRANSFORM_REMOTETRANSCRIBINGTAXONGROUPFULLVO, TRANSFORM_REMOTETRANSCRIBINGTAXONGROUPNATURALID
 
Constructor Summary
TranscribingTaxonGroupDaoBase()
           
 
Method Summary
 void clusterTranscribingTaxonGroupToEntity(ClusterTranscribingTaxonGroup source, TranscribingTaxonGroup target, boolean copyIfNull)
          Copies the fields of ClusterTranscribingTaxonGroup to the specified entity.
 void clusterTranscribingTaxonGroupToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterTranscribingTaxonGroup to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup and adds from the passed in entities collection
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as TranscribingTaxonGroupDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.String externalCode, TaxonGroup taxonGroup, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingTaxonGroupDao.create(java.lang.String,fr.ifremer.allegro.referential.taxon.TaxonGroup,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, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, TaxonGroup taxonGroup)
           Does the same thing as TranscribingTaxonGroupDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional flag called transform.
 java.lang.Object create(int transform, TranscribingTaxonGroup transcribingTaxonGroup)
           Does the same thing as TranscribingTaxonGroupDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup) with an additional flag called transform.
 TranscribingTaxonGroup create(java.lang.String externalCode, TaxonGroup taxonGroup, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup instance from only required properties (attributes and association ends) and adds it to the persistent store.
 TranscribingTaxonGroup create(java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, TaxonGroup taxonGroup)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup instance from all attributes and properties and adds it to the persistent store.
 TranscribingTaxonGroup create(TranscribingTaxonGroup transcribingTaxonGroup)
          Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup and adds it to the persistent store.
 TranscribingTaxonGroup createFromClusterTranscribingTaxonGroup(ClusterTranscribingTaxonGroup clusterTranscribingTaxonGroup)
           
 java.lang.Object findTranscribingTaxonGroupByIdentifiers(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, TaxonGroup taxonGroup)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString.
 java.lang.Object findTranscribingTaxonGroupByIdentifiers(int transform, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, TaxonGroup taxonGroup)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional flag called transform.
 TranscribingTaxonGroup findTranscribingTaxonGroupByIdentifiers(java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, TaxonGroup taxonGroup)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString.
 TranscribingTaxonGroup findTranscribingTaxonGroupByIdentifiers(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, TaxonGroup taxonGroup)
           
 java.lang.Object findTranscribingTaxonGroupByNaturalId(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, TaxonGroup taxonGroup)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString.
 java.lang.Object findTranscribingTaxonGroupByNaturalId(int transform, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, TaxonGroup taxonGroup)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional flag called transform.
 TranscribingTaxonGroup findTranscribingTaxonGroupByNaturalId(java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, TaxonGroup taxonGroup)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString.
 TranscribingTaxonGroup findTranscribingTaxonGroupByNaturalId(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, TaxonGroup taxonGroup)
           
 java.util.Collection findTranscribingTaxonGroupByTaxonGroup(int transform, int pageNumber, int pageSize, TaxonGroup taxonGroup)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingTaxonGroupByTaxonGroup(int pageNumber, int pageSize, TaxonGroup taxonGroup)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingTaxonGroupByTaxonGroup(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingTaxonGroupByTaxonGroup(int transform, java.lang.String queryString, TaxonGroup taxonGroup)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString.
 java.util.Collection findTranscribingTaxonGroupByTaxonGroup(int transform, TaxonGroup taxonGroup)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional flag called transform.
 java.util.Collection findTranscribingTaxonGroupByTaxonGroup(java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingTaxonGroupByTaxonGroup(java.lang.String queryString, TaxonGroup taxonGroup)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString.
 java.util.Collection findTranscribingTaxonGroupByTaxonGroup(TaxonGroup taxonGroup)
           
 java.util.Collection findTranscribingTaxonGroupByTranscribingSide(int transform, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingTaxonGroupByTranscribingSide(int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingTaxonGroupByTranscribingSide(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingTaxonGroupByTranscribingSide(int transform, java.lang.String queryString, TranscribingSide transcribingSide)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString.
 java.util.Collection findTranscribingTaxonGroupByTranscribingSide(int transform, TranscribingSide transcribingSide)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional flag called transform.
 java.util.Collection findTranscribingTaxonGroupByTranscribingSide(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSide(String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingTaxonGroupByTranscribingSide(java.lang.String queryString, TranscribingSide transcribingSide)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString.
 java.util.Collection findTranscribingTaxonGroupByTranscribingSide(TranscribingSide transcribingSide)
           
 java.util.Collection findTranscribingTaxonGroupByTranscribingSystem(int transform, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingTaxonGroupByTranscribingSystem(int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingTaxonGroupByTranscribingSystem(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingTaxonGroupByTranscribingSystem(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 java.util.Collection findTranscribingTaxonGroupByTranscribingSystem(int transform, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform.
 java.util.Collection findTranscribingTaxonGroupByTranscribingSystem(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSystem(String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingTaxonGroupByTranscribingSystem(java.lang.String queryString, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 java.util.Collection findTranscribingTaxonGroupByTranscribingSystem(TranscribingSystem transcribingSystem)
           
 ClusterTranscribingTaxonGroup[] getAllClusterTranscribingTaxonGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllTranscribingTaxonGroup()
           
 java.util.Collection getAllTranscribingTaxonGroup(int transform)
           Does the same thing as TranscribingTaxonGroupDao.getAllTranscribingTaxonGroup() with an additional flag called transform.
 java.util.Collection getAllTranscribingTaxonGroup(int pageNumber, int pageSize)
           Does the same thing as TranscribingTaxonGroupDao.getAllTranscribingTaxonGroup() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingTaxonGroup(int transform, int pageNumber, int pageSize)
           Does the same thing as TranscribingTaxonGroupDao.getAllTranscribingTaxonGroup(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingTaxonGroup(int transform, java.lang.String queryString)
           Does the same thing as TranscribingTaxonGroupDao.getAllTranscribingTaxonGroup(int) with an additional argument called queryString.
 java.util.Collection getAllTranscribingTaxonGroup(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as TranscribingTaxonGroupDao.getAllTranscribingTaxonGroup(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingTaxonGroup(java.lang.String queryString)
           Does the same thing as TranscribingTaxonGroupDao.getAllTranscribingTaxonGroup() with an additional argument called queryString.
 java.util.Collection getAllTranscribingTaxonGroup(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as TranscribingTaxonGroupDao.getAllTranscribingTaxonGroup(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingTaxonGroupSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingTaxonGroupDao.getAllTranscribingTaxonGroupSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingTaxonGroupSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingTaxonGroupDao.getAllTranscribingTaxonGroupSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingTaxonGroupSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingTaxonGroupDao.getAllTranscribingTaxonGroupSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingTaxonGroupSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingTaxonGroupDao.getAllTranscribingTaxonGroupSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTranscribingTaxonGroupSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingTaxonGroupDao.getAllTranscribingTaxonGroupSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllTranscribingTaxonGroupSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingTaxonGroupDao.getAllTranscribingTaxonGroupSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingTaxonGroupSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingTaxonGroupDao.getAllTranscribingTaxonGroupSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTranscribingTaxonGroupSinceDateSynchro(java.sql.Timestamp updateDate)
           
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected  TaxonGroupDao getTaxonGroupDao()
          Gets the reference to taxonGroupDao.
protected  TranscribingSideDao getTranscribingSideDao()
          Gets the reference to transcribingSideDao.
protected  TranscribingSystemDao getTranscribingSystemDao()
          Gets the reference to transcribingSystemDao.
protected abstract  TranscribingTaxonGroup handleCreateFromClusterTranscribingTaxonGroup(ClusterTranscribingTaxonGroup clusterTranscribingTaxonGroup)
          Performs the core logic for createFromClusterTranscribingTaxonGroup(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingTaxonGroup)
protected abstract  ClusterTranscribingTaxonGroup[] handleGetAllClusterTranscribingTaxonGroupSinceDateSynchro(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 getAllClusterTranscribingTaxonGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 java.lang.Object load(int transform, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, TaxonGroup taxonGroup)
           Does the same thing as TranscribingTaxonGroupDao.load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional flag called transform.
 TranscribingTaxonGroup load(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, TaxonGroup taxonGroup)
          Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup from the persistent store.
 java.util.Collection loadAll()
          Loads all entities of type TranscribingTaxonGroup.
 java.util.Collection loadAll(int transform)
           Does the same thing as TranscribingTaxonGroupDao.loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as TranscribingTaxonGroupDao.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 TranscribingTaxonGroupDao.loadAll(int) with an additional two arguments called pageNumber and pageSize.
 void remoteTranscribingTaxonGroupFullVOToEntity(RemoteTranscribingTaxonGroupFullVO source, TranscribingTaxonGroup target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingTaxonGroupFullVO to the specified entity.
 void remoteTranscribingTaxonGroupFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTranscribingTaxonGroupFullVO to this DAO's entity.
 void remoteTranscribingTaxonGroupNaturalIdToEntity(RemoteTranscribingTaxonGroupNaturalId source, TranscribingTaxonGroup target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingTaxonGroupNaturalId to the specified entity.
 void remoteTranscribingTaxonGroupNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTranscribingTaxonGroupNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, TaxonGroup taxonGroup)
          Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup having the given identifiers from the persistent store.
 void remove(TranscribingTaxonGroup transcribingTaxonGroup)
          Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup 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 TranscribingTaxonGroupDao.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 setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
          Sets the reference to taxonGroupDao.
 void setTranscribingSideDao(TranscribingSideDao transcribingSideDao)
          Sets the reference to transcribingSideDao.
 void setTranscribingSystemDao(TranscribingSystemDao transcribingSystemDao)
          Sets the reference to transcribingSystemDao.
protected  ClusterTranscribingTaxonGroup toClusterTranscribingTaxonGroup(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterTranscribingTaxonGroup toClusterTranscribingTaxonGroup(TranscribingTaxonGroup entity)
          Converts this DAO's entity to an object of type ClusterTranscribingTaxonGroup.
 void toClusterTranscribingTaxonGroup(TranscribingTaxonGroup source, ClusterTranscribingTaxonGroup target)
          Copies the fields of the specified entity to the target value object.
 ClusterTranscribingTaxonGroup[] toClusterTranscribingTaxonGroupArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterTranscribingTaxonGroup.
 void toClusterTranscribingTaxonGroupCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterTranscribingTaxonGroup.
protected  TranscribingTaxonGroup toEntity(java.lang.Object[] row)
           
protected  RemoteTranscribingTaxonGroupFullVO toRemoteTranscribingTaxonGroupFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteTranscribingTaxonGroupFullVO toRemoteTranscribingTaxonGroupFullVO(TranscribingTaxonGroup entity)
          Converts this DAO's entity to an object of type RemoteTranscribingTaxonGroupFullVO.
 void toRemoteTranscribingTaxonGroupFullVO(TranscribingTaxonGroup source, RemoteTranscribingTaxonGroupFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteTranscribingTaxonGroupFullVO[] toRemoteTranscribingTaxonGroupFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTranscribingTaxonGroupFullVO.
 void toRemoteTranscribingTaxonGroupFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTranscribingTaxonGroupFullVO.
protected  RemoteTranscribingTaxonGroupNaturalId toRemoteTranscribingTaxonGroupNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteTranscribingTaxonGroupNaturalId toRemoteTranscribingTaxonGroupNaturalId(TranscribingTaxonGroup entity)
          Converts this DAO's entity to an object of type RemoteTranscribingTaxonGroupNaturalId.
 void toRemoteTranscribingTaxonGroupNaturalId(TranscribingTaxonGroup source, RemoteTranscribingTaxonGroupNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteTranscribingTaxonGroupNaturalId[] toRemoteTranscribingTaxonGroupNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTranscribingTaxonGroupNaturalId.
 void toRemoteTranscribingTaxonGroupNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTranscribingTaxonGroupNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup) method.
protected  java.lang.Object transformEntity(int transform, TranscribingTaxonGroup 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.TranscribingTaxonGroupDao, please note that the TranscribingTaxonGroupDao.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(TranscribingTaxonGroup transcribingTaxonGroup)
          Updates the transcribingTaxonGroup 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.TranscribingTaxonGroupDao
clusterTranscribingTaxonGroupToEntity, remoteTranscribingTaxonGroupFullVOToEntity, remoteTranscribingTaxonGroupNaturalIdToEntity
 

Constructor Detail

TranscribingTaxonGroupDaoBase

public TranscribingTaxonGroupDaoBase()
Method Detail

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.


setTaxonGroupDao

public void setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
Sets the reference to taxonGroupDao.


getTaxonGroupDao

protected TaxonGroupDao getTaxonGroupDao()
Gets the reference to taxonGroupDao.


load

public java.lang.Object load(int transform,
                             TranscribingSystem transcribingSystem,
                             TranscribingSide transcribingSide,
                             TaxonGroup taxonGroup)
Description copied from interface: TranscribingTaxonGroupDao

Does the same thing as TranscribingTaxonGroupDao.load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.taxon.TaxonGroup) 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 TranscribingTaxonGroupDao
transcribingSystem - identifier of the entity to load
transcribingSide - identifier of the entity to load
taxonGroup - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.
See Also:
TranscribingTaxonGroupDao.load(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.taxon.TaxonGroup)

load

public TranscribingTaxonGroup load(TranscribingSystem transcribingSystem,
                                   TranscribingSide transcribingSide,
                                   TaxonGroup taxonGroup)
Description copied from interface: TranscribingTaxonGroupDao
Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup from the persistent store.

Specified by:
load in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.taxon.TaxonGroup)

loadAll

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

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

loadAll

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

Does the same thing as TranscribingTaxonGroupDao.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 TranscribingTaxonGroupDao
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.
See Also:
TranscribingTaxonGroupDao.loadAll(int)

loadAll

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

Does the same thing as TranscribingTaxonGroupDao.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 TranscribingTaxonGroupDao
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:
TranscribingTaxonGroupDao.loadAll(int, int)

loadAll

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

Does the same thing as TranscribingTaxonGroupDao.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 TranscribingTaxonGroupDao
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:
TranscribingTaxonGroupDao.loadAll(int, int, int)

create

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

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

create

public java.lang.Object create(int transform,
                               TranscribingTaxonGroup transcribingTaxonGroup)
Description copied from interface: TranscribingTaxonGroupDao

Does the same thing as TranscribingTaxonGroupDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup) 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 TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.create(int transform, fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup)

create

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

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

create

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

Does the same thing as TranscribingTaxonGroupDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup) 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 TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.create(int, java.util.Collection)

create

public TranscribingTaxonGroup create(java.lang.String externalCode,
                                     java.sql.Timestamp updateDate,
                                     TranscribingSystem transcribingSystem,
                                     TranscribingSide transcribingSide,
                                     TaxonGroup taxonGroup)
Description copied from interface: TranscribingTaxonGroupDao

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

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

create

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

Does the same thing as TranscribingTaxonGroupDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.taxon.TaxonGroup) 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 TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.create(int, java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.taxon.TaxonGroup)

create

public TranscribingTaxonGroup create(java.lang.String externalCode,
                                     TaxonGroup taxonGroup,
                                     TranscribingSide transcribingSide,
                                     TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingTaxonGroupDao

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

Specified by:
create in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.create(java.lang.String,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

create

public java.lang.Object create(int transform,
                               java.lang.String externalCode,
                               TaxonGroup taxonGroup,
                               TranscribingSide transcribingSide,
                               TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingTaxonGroupDao

Does the same thing as TranscribingTaxonGroupDao.create(java.lang.String,fr.ifremer.allegro.referential.taxon.TaxonGroup,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 TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.create(int, java.lang.String,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

update

public void update(TranscribingTaxonGroup transcribingTaxonGroup)
Description copied from interface: TranscribingTaxonGroupDao
Updates the transcribingTaxonGroup instance in the persistent store.

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

update

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

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

remove

public void remove(TranscribingTaxonGroup transcribingTaxonGroup)
Description copied from interface: TranscribingTaxonGroupDao
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup from the persistent store.

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

remove

public void remove(TranscribingSystem transcribingSystem,
                   TranscribingSide transcribingSide,
                   TaxonGroup taxonGroup)
Description copied from interface: TranscribingTaxonGroupDao
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup having the given identifiers from the persistent store.

Specified by:
remove in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.remove(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.taxon.TaxonGroup)

remove

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

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

getAllTranscribingTaxonGroup

public java.util.Collection getAllTranscribingTaxonGroup()
Specified by:
getAllTranscribingTaxonGroup in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.getAllTranscribingTaxonGroup()

getAllTranscribingTaxonGroup

public java.util.Collection getAllTranscribingTaxonGroup(int transform)
Description copied from interface: TranscribingTaxonGroupDao

Does the same thing as TranscribingTaxonGroupDao.getAllTranscribingTaxonGroup() 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:
getAllTranscribingTaxonGroup in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.getAllTranscribingTaxonGroup(int)

getAllTranscribingTaxonGroup

public java.util.Collection getAllTranscribingTaxonGroup(java.lang.String queryString)
Description copied from interface: TranscribingTaxonGroupDao

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

Specified by:
getAllTranscribingTaxonGroup in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.getAllTranscribingTaxonGroup(java.lang.String)

getAllTranscribingTaxonGroup

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

Does the same thing as TranscribingTaxonGroupDao.getAllTranscribingTaxonGroup() 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:
getAllTranscribingTaxonGroup in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.getAllTranscribingTaxonGroup(int, int)

getAllTranscribingTaxonGroup

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

Does the same thing as TranscribingTaxonGroupDao.getAllTranscribingTaxonGroup(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:
getAllTranscribingTaxonGroup in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.getAllTranscribingTaxonGroup(String, int, int)

getAllTranscribingTaxonGroup

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

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

Specified by:
getAllTranscribingTaxonGroup in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.getAllTranscribingTaxonGroup(int, String)

getAllTranscribingTaxonGroup

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

Does the same thing as TranscribingTaxonGroupDao.getAllTranscribingTaxonGroup(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:
getAllTranscribingTaxonGroup in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.getAllTranscribingTaxonGroup(int, int, int)

getAllTranscribingTaxonGroup

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

Does the same thing as TranscribingTaxonGroupDao.getAllTranscribingTaxonGroup(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:
getAllTranscribingTaxonGroup in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.getAllTranscribingTaxonGroup(int, java.lang.String, int, int)

findTranscribingTaxonGroupByTranscribingSystem

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

findTranscribingTaxonGroupByTranscribingSystem

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

Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSystem(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:
findTranscribingTaxonGroupByTranscribingSystem in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingTaxonGroupByTranscribingSystem

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

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

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

findTranscribingTaxonGroupByTranscribingSystem

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

Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSystem(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:
findTranscribingTaxonGroupByTranscribingSystem in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSystem(int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingTaxonGroupByTranscribingSystem

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

Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSystem(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:
findTranscribingTaxonGroupByTranscribingSystem in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSystem(String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingTaxonGroupByTranscribingSystem

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

Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSystem(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 TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem).

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

findTranscribingTaxonGroupByTranscribingSystem

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

Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSystem(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:
findTranscribingTaxonGroupByTranscribingSystem in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSystem(int, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingTaxonGroupByTranscribingSystem

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

Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSystem(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:
findTranscribingTaxonGroupByTranscribingSystem in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSystem(int, java.lang.String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingTaxonGroupByTranscribingSide

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

findTranscribingTaxonGroupByTranscribingSide

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

Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSide(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:
findTranscribingTaxonGroupByTranscribingSide in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingTaxonGroupByTranscribingSide

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

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

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

findTranscribingTaxonGroupByTranscribingSide

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

Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSide(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:
findTranscribingTaxonGroupByTranscribingSide in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSide(int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingTaxonGroupByTranscribingSide

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

Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSide(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:
findTranscribingTaxonGroupByTranscribingSide in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSide(String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingTaxonGroupByTranscribingSide

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

Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSide(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 TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide).

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

findTranscribingTaxonGroupByTranscribingSide

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

Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSide(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:
findTranscribingTaxonGroupByTranscribingSide in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSide(int, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingTaxonGroupByTranscribingSide

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

Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSide(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:
findTranscribingTaxonGroupByTranscribingSide in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTranscribingSide(int, java.lang.String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingTaxonGroupByTaxonGroup

public java.util.Collection findTranscribingTaxonGroupByTaxonGroup(TaxonGroup taxonGroup)
Specified by:
findTranscribingTaxonGroupByTaxonGroup in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)

findTranscribingTaxonGroupByTaxonGroup

public java.util.Collection findTranscribingTaxonGroupByTaxonGroup(int transform,
                                                                   TaxonGroup taxonGroup)
Description copied from interface: TranscribingTaxonGroupDao

Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) 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:
findTranscribingTaxonGroupByTaxonGroup in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)

findTranscribingTaxonGroupByTaxonGroup

public java.util.Collection findTranscribingTaxonGroupByTaxonGroup(java.lang.String queryString,
                                                                   TaxonGroup taxonGroup)
Description copied from interface: TranscribingTaxonGroupDao

Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup).

Specified by:
findTranscribingTaxonGroupByTaxonGroup in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTaxonGroup(java.lang.String, fr.ifremer.allegro.referential.taxon.TaxonGroup)

findTranscribingTaxonGroupByTaxonGroup

public java.util.Collection findTranscribingTaxonGroupByTaxonGroup(int pageNumber,
                                                                   int pageSize,
                                                                   TaxonGroup taxonGroup)
Description copied from interface: TranscribingTaxonGroupDao

Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) 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:
findTranscribingTaxonGroupByTaxonGroup in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTaxonGroup(int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)

findTranscribingTaxonGroupByTaxonGroup

public java.util.Collection findTranscribingTaxonGroupByTaxonGroup(java.lang.String queryString,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   TaxonGroup taxonGroup)
Description copied from interface: TranscribingTaxonGroupDao

Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup) 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:
findTranscribingTaxonGroupByTaxonGroup in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTaxonGroup(String, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)

findTranscribingTaxonGroupByTaxonGroup

public java.util.Collection findTranscribingTaxonGroupByTaxonGroup(int transform,
                                                                   java.lang.String queryString,
                                                                   TaxonGroup taxonGroup)
Description copied from interface: TranscribingTaxonGroupDao

Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup taxonGroup).

Specified by:
findTranscribingTaxonGroupByTaxonGroup in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup)

findTranscribingTaxonGroupByTaxonGroup

public java.util.Collection findTranscribingTaxonGroupByTaxonGroup(int transform,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   TaxonGroup taxonGroup)
Description copied from interface: TranscribingTaxonGroupDao

Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) 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:
findTranscribingTaxonGroupByTaxonGroup in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTaxonGroup(int, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)

findTranscribingTaxonGroupByTaxonGroup

public java.util.Collection findTranscribingTaxonGroupByTaxonGroup(int transform,
                                                                   java.lang.String queryString,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   TaxonGroup taxonGroup)
Description copied from interface: TranscribingTaxonGroupDao

Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup) 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:
findTranscribingTaxonGroupByTaxonGroup in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByTaxonGroup(int, java.lang.String, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)

findTranscribingTaxonGroupByIdentifiers

public TranscribingTaxonGroup findTranscribingTaxonGroupByIdentifiers(TranscribingSystem transcribingSystem,
                                                                      TranscribingSide transcribingSide,
                                                                      TaxonGroup taxonGroup)
Specified by:
findTranscribingTaxonGroupByIdentifiers in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.taxon.TaxonGroup)

findTranscribingTaxonGroupByIdentifiers

public java.lang.Object findTranscribingTaxonGroupByIdentifiers(int transform,
                                                                TranscribingSystem transcribingSystem,
                                                                TranscribingSide transcribingSide,
                                                                TaxonGroup taxonGroup)
Description copied from interface: TranscribingTaxonGroupDao

Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.taxon.TaxonGroup) 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:
findTranscribingTaxonGroupByIdentifiers in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.taxon.TaxonGroup)

findTranscribingTaxonGroupByIdentifiers

public TranscribingTaxonGroup findTranscribingTaxonGroupByIdentifiers(java.lang.String queryString,
                                                                      TranscribingSystem transcribingSystem,
                                                                      TranscribingSide transcribingSide,
                                                                      TaxonGroup taxonGroup)
Description copied from interface: TranscribingTaxonGroupDao

Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingTaxonGroupDao.findTranscribingTaxonGroupByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.taxon.TaxonGroup).

Specified by:
findTranscribingTaxonGroupByIdentifiers in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByIdentifiers(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.taxon.TaxonGroup)

findTranscribingTaxonGroupByIdentifiers

public java.lang.Object findTranscribingTaxonGroupByIdentifiers(int transform,
                                                                java.lang.String queryString,
                                                                TranscribingSystem transcribingSystem,
                                                                TranscribingSide transcribingSide,
                                                                TaxonGroup taxonGroup)
Description copied from interface: TranscribingTaxonGroupDao

Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingTaxonGroupDao.findTranscribingTaxonGroupByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide, fr.ifremer.allegro.referential.taxon.TaxonGroup taxonGroup).

Specified by:
findTranscribingTaxonGroupByIdentifiers in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByIdentifiers(int, java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.taxon.TaxonGroup)

findTranscribingTaxonGroupByNaturalId

public TranscribingTaxonGroup findTranscribingTaxonGroupByNaturalId(TranscribingSystem transcribingSystem,
                                                                    TranscribingSide transcribingSide,
                                                                    TaxonGroup taxonGroup)
Specified by:
findTranscribingTaxonGroupByNaturalId in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.taxon.TaxonGroup)

findTranscribingTaxonGroupByNaturalId

public java.lang.Object findTranscribingTaxonGroupByNaturalId(int transform,
                                                              TranscribingSystem transcribingSystem,
                                                              TranscribingSide transcribingSide,
                                                              TaxonGroup taxonGroup)
Description copied from interface: TranscribingTaxonGroupDao

Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.taxon.TaxonGroup) 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:
findTranscribingTaxonGroupByNaturalId in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.taxon.TaxonGroup)

findTranscribingTaxonGroupByNaturalId

public TranscribingTaxonGroup findTranscribingTaxonGroupByNaturalId(java.lang.String queryString,
                                                                    TranscribingSystem transcribingSystem,
                                                                    TranscribingSide transcribingSide,
                                                                    TaxonGroup taxonGroup)
Description copied from interface: TranscribingTaxonGroupDao

Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingTaxonGroupDao.findTranscribingTaxonGroupByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.taxon.TaxonGroup).

Specified by:
findTranscribingTaxonGroupByNaturalId in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByNaturalId(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.taxon.TaxonGroup)

findTranscribingTaxonGroupByNaturalId

public java.lang.Object findTranscribingTaxonGroupByNaturalId(int transform,
                                                              java.lang.String queryString,
                                                              TranscribingSystem transcribingSystem,
                                                              TranscribingSide transcribingSide,
                                                              TaxonGroup taxonGroup)
Description copied from interface: TranscribingTaxonGroupDao

Does the same thing as TranscribingTaxonGroupDao.findTranscribingTaxonGroupByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingTaxonGroupDao.findTranscribingTaxonGroupByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide, fr.ifremer.allegro.referential.taxon.TaxonGroup taxonGroup).

Specified by:
findTranscribingTaxonGroupByNaturalId in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.findTranscribingTaxonGroupByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.taxon.TaxonGroup)

getAllTranscribingTaxonGroupSinceDateSynchro

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

getAllTranscribingTaxonGroupSinceDateSynchro

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

Does the same thing as TranscribingTaxonGroupDao.getAllTranscribingTaxonGroupSinceDateSynchro(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:
getAllTranscribingTaxonGroupSinceDateSynchro in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.getAllTranscribingTaxonGroupSinceDateSynchro(int, java.sql.Timestamp)

getAllTranscribingTaxonGroupSinceDateSynchro

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

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

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

getAllTranscribingTaxonGroupSinceDateSynchro

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

Does the same thing as TranscribingTaxonGroupDao.getAllTranscribingTaxonGroupSinceDateSynchro(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:
getAllTranscribingTaxonGroupSinceDateSynchro in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.getAllTranscribingTaxonGroupSinceDateSynchro(int, int, java.sql.Timestamp)

getAllTranscribingTaxonGroupSinceDateSynchro

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

Does the same thing as TranscribingTaxonGroupDao.getAllTranscribingTaxonGroupSinceDateSynchro(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:
getAllTranscribingTaxonGroupSinceDateSynchro in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.getAllTranscribingTaxonGroupSinceDateSynchro(String, int, int, java.sql.Timestamp)

getAllTranscribingTaxonGroupSinceDateSynchro

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

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

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

getAllTranscribingTaxonGroupSinceDateSynchro

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

Does the same thing as TranscribingTaxonGroupDao.getAllTranscribingTaxonGroupSinceDateSynchro(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:
getAllTranscribingTaxonGroupSinceDateSynchro in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.getAllTranscribingTaxonGroupSinceDateSynchro(int, int, int, java.sql.Timestamp)

getAllTranscribingTaxonGroupSinceDateSynchro

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

Does the same thing as TranscribingTaxonGroupDao.getAllTranscribingTaxonGroupSinceDateSynchro(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:
getAllTranscribingTaxonGroupSinceDateSynchro in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.getAllTranscribingTaxonGroupSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)

createFromClusterTranscribingTaxonGroup

public TranscribingTaxonGroup createFromClusterTranscribingTaxonGroup(ClusterTranscribingTaxonGroup clusterTranscribingTaxonGroup)
Specified by:
createFromClusterTranscribingTaxonGroup in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.createFromClusterTranscribingTaxonGroup(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingTaxonGroup)

handleCreateFromClusterTranscribingTaxonGroup

protected abstract TranscribingTaxonGroup handleCreateFromClusterTranscribingTaxonGroup(ClusterTranscribingTaxonGroup clusterTranscribingTaxonGroup)
                                                                                 throws java.lang.Exception
Performs the core logic for createFromClusterTranscribingTaxonGroup(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingTaxonGroup)

Throws:
java.lang.Exception

getAllClusterTranscribingTaxonGroupSinceDateSynchro

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

handleGetAllClusterTranscribingTaxonGroupSinceDateSynchro

protected abstract ClusterTranscribingTaxonGroup[] handleGetAllClusterTranscribingTaxonGroupSinceDateSynchro(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 getAllClusterTranscribingTaxonGroupSinceDateSynchro(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,
                                           TranscribingTaxonGroup 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.TranscribingTaxonGroupDao, please note that the TranscribingTaxonGroupDao.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 TranscribingTaxonGroupDao.TRANSFORM_NONE is assumed.

Parameters:
transform - one of the constants declared in TranscribingTaxonGroupDao
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.TranscribingTaxonGroup) 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.TranscribingTaxonGroupDao
entities - the collection of entities to transform
See Also:
transformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup)

toEntity

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

toRemoteTranscribingTaxonGroupFullVOCollection

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

Specified by:
toRemoteTranscribingTaxonGroupFullVOCollection in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.toRemoteTranscribingTaxonGroupFullVOCollection(java.util.Collection)

toRemoteTranscribingTaxonGroupFullVOArray

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

Specified by:
toRemoteTranscribingTaxonGroupFullVOArray in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.toRemoteTranscribingTaxonGroupFullVOArray(java.util.Collection)

toRemoteTranscribingTaxonGroupFullVO

protected RemoteTranscribingTaxonGroupFullVO toRemoteTranscribingTaxonGroupFullVO(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 TranscribingTaxonGroupDaoImpl class if you intend to use reporting queries.

See Also:
TranscribingTaxonGroupDao.toRemoteTranscribingTaxonGroupFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup)

remoteTranscribingTaxonGroupFullVOToEntityCollection

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

Specified by:
remoteTranscribingTaxonGroupFullVOToEntityCollection in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.remoteTranscribingTaxonGroupFullVOToEntityCollection(java.util.Collection)

toRemoteTranscribingTaxonGroupFullVO

public void toRemoteTranscribingTaxonGroupFullVO(TranscribingTaxonGroup source,
                                                 RemoteTranscribingTaxonGroupFullVO target)
Description copied from interface: TranscribingTaxonGroupDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteTranscribingTaxonGroupFullVO(), 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:
toRemoteTranscribingTaxonGroupFullVO in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.toRemoteTranscribingTaxonGroupFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingTaxonGroupFullVO)

toRemoteTranscribingTaxonGroupFullVO

public RemoteTranscribingTaxonGroupFullVO toRemoteTranscribingTaxonGroupFullVO(TranscribingTaxonGroup entity)
Description copied from interface: TranscribingTaxonGroupDao
Converts this DAO's entity to an object of type RemoteTranscribingTaxonGroupFullVO.

Specified by:
toRemoteTranscribingTaxonGroupFullVO in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.toRemoteTranscribingTaxonGroupFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup)

remoteTranscribingTaxonGroupFullVOToEntity

public void remoteTranscribingTaxonGroupFullVOToEntity(RemoteTranscribingTaxonGroupFullVO source,
                                                       TranscribingTaxonGroup target,
                                                       boolean copyIfNull)
Description copied from interface: TranscribingTaxonGroupDao
Copies the fields of RemoteTranscribingTaxonGroupFullVO to the specified entity.

Specified by:
remoteTranscribingTaxonGroupFullVOToEntity in interface TranscribingTaxonGroupDao
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.TranscribingTaxonGroupDao#remoteTranscribingTaxonGroupFullVOToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingTaxonGroupFullVO, fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup)

toRemoteTranscribingTaxonGroupNaturalIdCollection

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

Specified by:
toRemoteTranscribingTaxonGroupNaturalIdCollection in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.toRemoteTranscribingTaxonGroupNaturalIdCollection(java.util.Collection)

toRemoteTranscribingTaxonGroupNaturalIdArray

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

Specified by:
toRemoteTranscribingTaxonGroupNaturalIdArray in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.toRemoteTranscribingTaxonGroupNaturalIdArray(java.util.Collection)

toRemoteTranscribingTaxonGroupNaturalId

protected RemoteTranscribingTaxonGroupNaturalId toRemoteTranscribingTaxonGroupNaturalId(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 TranscribingTaxonGroupDaoImpl class if you intend to use reporting queries.

See Also:
TranscribingTaxonGroupDao.toRemoteTranscribingTaxonGroupNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup)

remoteTranscribingTaxonGroupNaturalIdToEntityCollection

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

Specified by:
remoteTranscribingTaxonGroupNaturalIdToEntityCollection in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.remoteTranscribingTaxonGroupNaturalIdToEntityCollection(java.util.Collection)

toRemoteTranscribingTaxonGroupNaturalId

public void toRemoteTranscribingTaxonGroupNaturalId(TranscribingTaxonGroup source,
                                                    RemoteTranscribingTaxonGroupNaturalId target)
Description copied from interface: TranscribingTaxonGroupDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteTranscribingTaxonGroupNaturalId(), 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:
toRemoteTranscribingTaxonGroupNaturalId in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.toRemoteTranscribingTaxonGroupNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingTaxonGroupNaturalId)

toRemoteTranscribingTaxonGroupNaturalId

public RemoteTranscribingTaxonGroupNaturalId toRemoteTranscribingTaxonGroupNaturalId(TranscribingTaxonGroup entity)
Description copied from interface: TranscribingTaxonGroupDao
Converts this DAO's entity to an object of type RemoteTranscribingTaxonGroupNaturalId.

Specified by:
toRemoteTranscribingTaxonGroupNaturalId in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.toRemoteTranscribingTaxonGroupNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup)

remoteTranscribingTaxonGroupNaturalIdToEntity

public void remoteTranscribingTaxonGroupNaturalIdToEntity(RemoteTranscribingTaxonGroupNaturalId source,
                                                          TranscribingTaxonGroup target,
                                                          boolean copyIfNull)
Description copied from interface: TranscribingTaxonGroupDao
Copies the fields of RemoteTranscribingTaxonGroupNaturalId to the specified entity.

Specified by:
remoteTranscribingTaxonGroupNaturalIdToEntity in interface TranscribingTaxonGroupDao
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.TranscribingTaxonGroupDao#remoteTranscribingTaxonGroupNaturalIdToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingTaxonGroupNaturalId, fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup)

toClusterTranscribingTaxonGroupCollection

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

Specified by:
toClusterTranscribingTaxonGroupCollection in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.toClusterTranscribingTaxonGroupCollection(java.util.Collection)

toClusterTranscribingTaxonGroupArray

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

Specified by:
toClusterTranscribingTaxonGroupArray in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.toClusterTranscribingTaxonGroupArray(java.util.Collection)

toClusterTranscribingTaxonGroup

protected ClusterTranscribingTaxonGroup toClusterTranscribingTaxonGroup(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 TranscribingTaxonGroupDaoImpl class if you intend to use reporting queries.

See Also:
TranscribingTaxonGroupDao.toClusterTranscribingTaxonGroup(fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup)

clusterTranscribingTaxonGroupToEntityCollection

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

Specified by:
clusterTranscribingTaxonGroupToEntityCollection in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.clusterTranscribingTaxonGroupToEntityCollection(java.util.Collection)

toClusterTranscribingTaxonGroup

public void toClusterTranscribingTaxonGroup(TranscribingTaxonGroup source,
                                            ClusterTranscribingTaxonGroup target)
Description copied from interface: TranscribingTaxonGroupDao
Copies the fields of the specified entity to the target value object. This method is similar to toClusterTranscribingTaxonGroup(), 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:
toClusterTranscribingTaxonGroup in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.toClusterTranscribingTaxonGroup(fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup, fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingTaxonGroup)

toClusterTranscribingTaxonGroup

public ClusterTranscribingTaxonGroup toClusterTranscribingTaxonGroup(TranscribingTaxonGroup entity)
Description copied from interface: TranscribingTaxonGroupDao
Converts this DAO's entity to an object of type ClusterTranscribingTaxonGroup.

Specified by:
toClusterTranscribingTaxonGroup in interface TranscribingTaxonGroupDao
See Also:
TranscribingTaxonGroupDao.toClusterTranscribingTaxonGroup(fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup)

clusterTranscribingTaxonGroupToEntity

public void clusterTranscribingTaxonGroupToEntity(ClusterTranscribingTaxonGroup source,
                                                  TranscribingTaxonGroup target,
                                                  boolean copyIfNull)
Description copied from interface: TranscribingTaxonGroupDao
Copies the fields of ClusterTranscribingTaxonGroup to the specified entity.

Specified by:
clusterTranscribingTaxonGroupToEntity in interface TranscribingTaxonGroupDao
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.TranscribingTaxonGroupDao#clusterTranscribingTaxonGroupToEntity(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingTaxonGroup, fr.ifremer.allegro.referential.transcribing.TranscribingTaxonGroup)

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: TranscribingTaxonGroupDao
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 TranscribingTaxonGroupDao
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:
TranscribingTaxonGroupDao.search(int, int, int, fr.ifremer.allegro.Search)

search

public PaginationResult search(int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: TranscribingTaxonGroupDao
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 TranscribingTaxonGroupDao
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:
TranscribingTaxonGroupDao.search(int, int, fr.ifremer.allegro.Search)

search

public java.util.Set search(int transform,
                            Search search)
Description copied from interface: TranscribingTaxonGroupDao
Does the same thing as TranscribingTaxonGroupDao.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 TranscribingTaxonGroupDao
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:
TranscribingTaxonGroupDao.search(int, fr.ifremer.allegro.Search)

search

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

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.