fr.ifremer.allegro.referential.taxon
Class TaxonGroupHistoricalRecordDaoBase

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecordDaoBase
All Implemented Interfaces:
TaxonGroupHistoricalRecordDao
Direct Known Subclasses:
TaxonGroupHistoricalRecordDaoImpl

public abstract class TaxonGroupHistoricalRecordDaoBase
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements TaxonGroupHistoricalRecordDao

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

See Also:
TaxonGroupHistoricalRecord

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecordDao
TRANSFORM_CLUSTERTAXONGROUPHISTORICALRECORD, TRANSFORM_NONE, TRANSFORM_REMOTETAXONGROUPHISTORICALRECORDFULLVO, TRANSFORM_REMOTETAXONGROUPHISTORICALRECORDNATURALID
 
Constructor Summary
TaxonGroupHistoricalRecordDaoBase()
           
 
Method Summary
 void clusterTaxonGroupHistoricalRecordToEntity(ClusterTaxonGroupHistoricalRecord source, TaxonGroupHistoricalRecord target, boolean copyIfNull)
          Copies the fields of ClusterTaxonGroupHistoricalRecord to the specified entity.
 void clusterTaxonGroupHistoricalRecordToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterTaxonGroupHistoricalRecord to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord and adds from the passed in entities collection
 TaxonGroupHistoricalRecord create(java.util.Date startDate, java.util.Date endDate, java.lang.String comments, java.sql.Timestamp updateDate, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon)
           Creates a new fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord instance from all attributes and properties and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as TaxonGroupHistoricalRecordDao.create(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date startDate, java.util.Date endDate, java.lang.String comments, java.sql.Timestamp updateDate, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon)
           Does the same thing as TaxonGroupHistoricalRecordDao.create(java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an additional flag called transform.
 java.lang.Object create(int transform, ReferenceTaxon referenceTaxon, java.util.Date startDate, TaxonGroup taxonGroup)
           Does the same thing as TaxonGroupHistoricalRecordDao.create(fr.ifremer.allegro.referential.taxon.ReferenceTaxon,java.util.Date,fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional flag called transform.
 java.lang.Object create(int transform, TaxonGroupHistoricalRecord taxonGroupHistoricalRecord)
           Does the same thing as TaxonGroupHistoricalRecordDao.create(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord) with an additional flag called transform.
 TaxonGroupHistoricalRecord create(ReferenceTaxon referenceTaxon, java.util.Date startDate, TaxonGroup taxonGroup)
           Creates a new fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord instance from only required properties (attributes and association ends) and adds it to the persistent store.
 TaxonGroupHistoricalRecord create(TaxonGroupHistoricalRecord taxonGroupHistoricalRecord)
          Creates an instance of fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord and adds it to the persistent store.
 TaxonGroupHistoricalRecord createFromClusterTaxonGroupHistoricalRecord(ClusterTaxonGroupHistoricalRecord clusterTaxonGroupHistoricalRecord)
           
 TaxonGroupHistoricalRecord findTaxonGroupHistoricalRecordById(java.lang.Integer id)
           
 java.lang.Object findTaxonGroupHistoricalRecordById(int transform, java.lang.Integer id)
           Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findTaxonGroupHistoricalRecordById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordById(int, java.lang.Integer) with an additional argument called queryString.
 TaxonGroupHistoricalRecord findTaxonGroupHistoricalRecordById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordById(java.lang.Integer) with an additional argument called queryString.
 TaxonGroupHistoricalRecord findTaxonGroupHistoricalRecordByNaturalId(java.util.Date startDate, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon)
           
 java.lang.Object findTaxonGroupHistoricalRecordByNaturalId(int transform, java.util.Date startDate, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon)
           Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByNaturalId(java.util.Date, fr.ifremer.allegro.referential.taxon.TaxonGroup, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an additional flag called transform.
 java.lang.Object findTaxonGroupHistoricalRecordByNaturalId(int transform, java.lang.String queryString, java.util.Date startDate, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon)
           Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.taxon.TaxonGroup, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an additional argument called queryString.
 TaxonGroupHistoricalRecord findTaxonGroupHistoricalRecordByNaturalId(java.lang.String queryString, java.util.Date startDate, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon)
           Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByNaturalId(java.util.Date, fr.ifremer.allegro.referential.taxon.TaxonGroup, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an additional argument called queryString.
 java.util.Collection findTaxonGroupHistoricalRecordByReferenceTaxon(int transform, int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
           Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonGroupHistoricalRecordByReferenceTaxon(int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
           Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonGroupHistoricalRecordByReferenceTaxon(int transform, ReferenceTaxon referenceTaxon)
           Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an additional flag called transform.
 java.util.Collection findTaxonGroupHistoricalRecordByReferenceTaxon(int transform, java.lang.String queryString, int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
           Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(int, String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonGroupHistoricalRecordByReferenceTaxon(int transform, java.lang.String queryString, ReferenceTaxon referenceTaxon)
           Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an additional argument called queryString.
 java.util.Collection findTaxonGroupHistoricalRecordByReferenceTaxon(ReferenceTaxon referenceTaxon)
           
 java.util.Collection findTaxonGroupHistoricalRecordByReferenceTaxon(java.lang.String queryString, int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
           Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonGroupHistoricalRecordByReferenceTaxon(java.lang.String queryString, ReferenceTaxon referenceTaxon)
           Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an additional argument called queryString.
 java.util.Collection findTaxonGroupHistoricalRecordByTaxonGroup(int transform, int pageNumber, int pageSize, TaxonGroup taxonGroup)
           Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonGroupHistoricalRecordByTaxonGroup(int pageNumber, int pageSize, TaxonGroup taxonGroup)
           Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonGroupHistoricalRecordByTaxonGroup(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
           Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonGroupHistoricalRecordByTaxonGroup(int transform, java.lang.String queryString, TaxonGroup taxonGroup)
           Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString.
 java.util.Collection findTaxonGroupHistoricalRecordByTaxonGroup(int transform, TaxonGroup taxonGroup)
           Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional flag called transform.
 java.util.Collection findTaxonGroupHistoricalRecordByTaxonGroup(java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
           Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonGroupHistoricalRecordByTaxonGroup(java.lang.String queryString, TaxonGroup taxonGroup)
           Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString.
 java.util.Collection findTaxonGroupHistoricalRecordByTaxonGroup(TaxonGroup taxonGroup)
           
 java.util.Collection getAllTaxonGroupHistoricalRecord()
           
 java.util.Collection getAllTaxonGroupHistoricalRecord(int transform)
           Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord() with an additional flag called transform.
 java.util.Collection getAllTaxonGroupHistoricalRecord(int pageNumber, int pageSize)
           Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonGroupHistoricalRecord(int transform, int pageNumber, int pageSize)
           Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonGroupHistoricalRecord(int transform, java.lang.String queryString)
           Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord(int) with an additional argument called queryString.
 java.util.Collection getAllTaxonGroupHistoricalRecord(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonGroupHistoricalRecord(java.lang.String queryString)
           Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord() with an additional argument called queryString.
 java.util.Collection getAllTaxonGroupHistoricalRecord(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonGroupHistoricalRecordSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonGroupHistoricalRecordSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonGroupHistoricalRecordSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonGroupHistoricalRecordSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTaxonGroupHistoricalRecordSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllTaxonGroupHistoricalRecordSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonGroupHistoricalRecordSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecordSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTaxonGroupHistoricalRecordSinceDateSynchro(java.sql.Timestamp updateDate)
           
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected  ReferenceTaxonDao getReferenceTaxonDao()
          Gets the reference to referenceTaxonDao.
protected  TaxonGroupDao getTaxonGroupDao()
          Gets the reference to taxonGroupDao.
protected abstract  TaxonGroupHistoricalRecord handleCreateFromClusterTaxonGroupHistoricalRecord(ClusterTaxonGroupHistoricalRecord clusterTaxonGroupHistoricalRecord)
          Performs the core logic for createFromClusterTaxonGroupHistoricalRecord(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonGroupHistoricalRecord)
 TaxonGroupHistoricalRecord load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord from the persistent store.
 java.lang.Object load(int transform, java.lang.Integer id)
           Does the same thing as TaxonGroupHistoricalRecordDao.load(java.lang.Integer) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type TaxonGroupHistoricalRecord.
 java.util.Collection loadAll(int transform)
           Does the same thing as TaxonGroupHistoricalRecordDao.loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as TaxonGroupHistoricalRecordDao.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 TaxonGroupHistoricalRecordDao.loadAll(int) with an additional two arguments called pageNumber and pageSize.
 void remoteTaxonGroupHistoricalRecordFullVOToEntity(RemoteTaxonGroupHistoricalRecordFullVO source, TaxonGroupHistoricalRecord target, boolean copyIfNull)
          Copies the fields of RemoteTaxonGroupHistoricalRecordFullVO to the specified entity.
 void remoteTaxonGroupHistoricalRecordFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTaxonGroupHistoricalRecordFullVO to this DAO's entity.
 void remoteTaxonGroupHistoricalRecordNaturalIdToEntity(RemoteTaxonGroupHistoricalRecordNaturalId source, TaxonGroupHistoricalRecord target, boolean copyIfNull)
          Copies the fields of RemoteTaxonGroupHistoricalRecordNaturalId to the specified entity.
 void remoteTaxonGroupHistoricalRecordNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTaxonGroupHistoricalRecordNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord having the given identifier from the persistent store.
 void remove(TaxonGroupHistoricalRecord taxonGroupHistoricalRecord)
          Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord 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 TaxonGroupHistoricalRecordDao.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 setReferenceTaxonDao(ReferenceTaxonDao referenceTaxonDao)
          Sets the reference to referenceTaxonDao.
 void setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
          Sets the reference to taxonGroupDao.
protected  ClusterTaxonGroupHistoricalRecord toClusterTaxonGroupHistoricalRecord(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterTaxonGroupHistoricalRecord toClusterTaxonGroupHistoricalRecord(TaxonGroupHistoricalRecord entity)
          Converts this DAO's entity to an object of type ClusterTaxonGroupHistoricalRecord.
 void toClusterTaxonGroupHistoricalRecord(TaxonGroupHistoricalRecord source, ClusterTaxonGroupHistoricalRecord target)
          Copies the fields of the specified entity to the target value object.
 ClusterTaxonGroupHistoricalRecord[] toClusterTaxonGroupHistoricalRecordArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterTaxonGroupHistoricalRecord.
 void toClusterTaxonGroupHistoricalRecordCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterTaxonGroupHistoricalRecord.
protected  TaxonGroupHistoricalRecord toEntity(java.lang.Object[] row)
           
protected  RemoteTaxonGroupHistoricalRecordFullVO toRemoteTaxonGroupHistoricalRecordFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteTaxonGroupHistoricalRecordFullVO toRemoteTaxonGroupHistoricalRecordFullVO(TaxonGroupHistoricalRecord entity)
          Converts this DAO's entity to an object of type RemoteTaxonGroupHistoricalRecordFullVO.
 void toRemoteTaxonGroupHistoricalRecordFullVO(TaxonGroupHistoricalRecord source, RemoteTaxonGroupHistoricalRecordFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteTaxonGroupHistoricalRecordFullVO[] toRemoteTaxonGroupHistoricalRecordFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTaxonGroupHistoricalRecordFullVO.
 void toRemoteTaxonGroupHistoricalRecordFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTaxonGroupHistoricalRecordFullVO.
protected  RemoteTaxonGroupHistoricalRecordNaturalId toRemoteTaxonGroupHistoricalRecordNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteTaxonGroupHistoricalRecordNaturalId toRemoteTaxonGroupHistoricalRecordNaturalId(TaxonGroupHistoricalRecord entity)
          Converts this DAO's entity to an object of type RemoteTaxonGroupHistoricalRecordNaturalId.
 void toRemoteTaxonGroupHistoricalRecordNaturalId(TaxonGroupHistoricalRecord source, RemoteTaxonGroupHistoricalRecordNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteTaxonGroupHistoricalRecordNaturalId[] toRemoteTaxonGroupHistoricalRecordNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTaxonGroupHistoricalRecordNaturalId.
 void toRemoteTaxonGroupHistoricalRecordNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTaxonGroupHistoricalRecordNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord) method.
protected  java.lang.Object transformEntity(int transform, TaxonGroupHistoricalRecord 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.taxon.TaxonGroupHistoricalRecordDao, please note that the TaxonGroupHistoricalRecordDao.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(TaxonGroupHistoricalRecord taxonGroupHistoricalRecord)
          Updates the taxonGroupHistoricalRecord 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.taxon.TaxonGroupHistoricalRecordDao
clusterTaxonGroupHistoricalRecordToEntity, remoteTaxonGroupHistoricalRecordFullVOToEntity, remoteTaxonGroupHistoricalRecordNaturalIdToEntity
 

Constructor Detail

TaxonGroupHistoricalRecordDaoBase

public TaxonGroupHistoricalRecordDaoBase()
Method Detail

setTaxonGroupDao

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


getTaxonGroupDao

protected TaxonGroupDao getTaxonGroupDao()
Gets the reference to taxonGroupDao.


setReferenceTaxonDao

public void setReferenceTaxonDao(ReferenceTaxonDao referenceTaxonDao)
Sets the reference to referenceTaxonDao.


getReferenceTaxonDao

protected ReferenceTaxonDao getReferenceTaxonDao()
Gets the reference to referenceTaxonDao.


load

public java.lang.Object load(int transform,
                             java.lang.Integer id)
Description copied from interface: TaxonGroupHistoricalRecordDao

Does the same thing as TaxonGroupHistoricalRecordDao.load(java.lang.Integer) 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 TaxonGroupHistoricalRecordDao
id - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.
See Also:
TaxonGroupHistoricalRecordDao.load(int, java.lang.Integer)

load

public TaxonGroupHistoricalRecord load(java.lang.Integer id)
Description copied from interface: TaxonGroupHistoricalRecordDao
Loads an instance of fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord from the persistent store.

Specified by:
load in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.load(java.lang.Integer)

loadAll

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

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

loadAll

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

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

loadAll

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

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

loadAll

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

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

create

public TaxonGroupHistoricalRecord create(TaxonGroupHistoricalRecord taxonGroupHistoricalRecord)
Description copied from interface: TaxonGroupHistoricalRecordDao
Creates an instance of fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord and adds it to the persistent store.

Specified by:
create in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.create(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)

create

public java.lang.Object create(int transform,
                               TaxonGroupHistoricalRecord taxonGroupHistoricalRecord)
Description copied from interface: TaxonGroupHistoricalRecordDao

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

create

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

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

create

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

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

create

public TaxonGroupHistoricalRecord create(java.util.Date startDate,
                                         java.util.Date endDate,
                                         java.lang.String comments,
                                         java.sql.Timestamp updateDate,
                                         TaxonGroup taxonGroup,
                                         ReferenceTaxon referenceTaxon)
Description copied from interface: TaxonGroupHistoricalRecordDao

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

Specified by:
create in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.create(java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.taxon.ReferenceTaxon)

create

public java.lang.Object create(int transform,
                               java.util.Date startDate,
                               java.util.Date endDate,
                               java.lang.String comments,
                               java.sql.Timestamp updateDate,
                               TaxonGroup taxonGroup,
                               ReferenceTaxon referenceTaxon)
Description copied from interface: TaxonGroupHistoricalRecordDao

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

create

public TaxonGroupHistoricalRecord create(ReferenceTaxon referenceTaxon,
                                         java.util.Date startDate,
                                         TaxonGroup taxonGroup)
Description copied from interface: TaxonGroupHistoricalRecordDao

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

Specified by:
create in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.create(fr.ifremer.allegro.referential.taxon.ReferenceTaxon,java.util.Date,fr.ifremer.allegro.referential.taxon.TaxonGroup)

create

public java.lang.Object create(int transform,
                               ReferenceTaxon referenceTaxon,
                               java.util.Date startDate,
                               TaxonGroup taxonGroup)
Description copied from interface: TaxonGroupHistoricalRecordDao

Does the same thing as TaxonGroupHistoricalRecordDao.create(fr.ifremer.allegro.referential.taxon.ReferenceTaxon,java.util.Date,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 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 TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.create(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon,java.util.Date,fr.ifremer.allegro.referential.taxon.TaxonGroup)

update

public void update(TaxonGroupHistoricalRecord taxonGroupHistoricalRecord)
Description copied from interface: TaxonGroupHistoricalRecordDao
Updates the taxonGroupHistoricalRecord instance in the persistent store.

Specified by:
update in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.update(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)

update

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

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

remove

public void remove(TaxonGroupHistoricalRecord taxonGroupHistoricalRecord)
Description copied from interface: TaxonGroupHistoricalRecordDao
Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord from the persistent store.

Specified by:
remove in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.remove(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)

remove

public void remove(java.lang.Integer id)
Description copied from interface: TaxonGroupHistoricalRecordDao
Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord having the given identifier from the persistent store.

Specified by:
remove in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.remove(java.lang.Integer)

remove

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

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

getAllTaxonGroupHistoricalRecord

public java.util.Collection getAllTaxonGroupHistoricalRecord()
Specified by:
getAllTaxonGroupHistoricalRecord in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord()

getAllTaxonGroupHistoricalRecord

public java.util.Collection getAllTaxonGroupHistoricalRecord(int transform)
Description copied from interface: TaxonGroupHistoricalRecordDao

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

getAllTaxonGroupHistoricalRecord

public java.util.Collection getAllTaxonGroupHistoricalRecord(java.lang.String queryString)
Description copied from interface: TaxonGroupHistoricalRecordDao

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

Specified by:
getAllTaxonGroupHistoricalRecord in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord(java.lang.String)

getAllTaxonGroupHistoricalRecord

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

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

getAllTaxonGroupHistoricalRecord

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

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

getAllTaxonGroupHistoricalRecord

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

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

Specified by:
getAllTaxonGroupHistoricalRecord in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.getAllTaxonGroupHistoricalRecord(int, String)

getAllTaxonGroupHistoricalRecord

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

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

getAllTaxonGroupHistoricalRecord

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

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

findTaxonGroupHistoricalRecordById

public TaxonGroupHistoricalRecord findTaxonGroupHistoricalRecordById(java.lang.Integer id)
Specified by:
findTaxonGroupHistoricalRecordById in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordById(java.lang.Integer)

findTaxonGroupHistoricalRecordById

public java.lang.Object findTaxonGroupHistoricalRecordById(int transform,
                                                           java.lang.Integer id)
Description copied from interface: TaxonGroupHistoricalRecordDao

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

findTaxonGroupHistoricalRecordById

public TaxonGroupHistoricalRecord findTaxonGroupHistoricalRecordById(java.lang.String queryString,
                                                                     java.lang.Integer id)
Description copied from interface: TaxonGroupHistoricalRecordDao

Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordById(java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordById(java.lang.Integer).

Specified by:
findTaxonGroupHistoricalRecordById in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordById(java.lang.String, java.lang.Integer)

findTaxonGroupHistoricalRecordById

public java.lang.Object findTaxonGroupHistoricalRecordById(int transform,
                                                           java.lang.String queryString,
                                                           java.lang.Integer id)
Description copied from interface: TaxonGroupHistoricalRecordDao

Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordById(int, java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordById(int, java.lang.Integer id).

Specified by:
findTaxonGroupHistoricalRecordById in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordById(int, java.lang.String, java.lang.Integer)

findTaxonGroupHistoricalRecordByTaxonGroup

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

findTaxonGroupHistoricalRecordByTaxonGroup

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

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

findTaxonGroupHistoricalRecordByTaxonGroup

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

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

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

findTaxonGroupHistoricalRecordByTaxonGroup

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

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

findTaxonGroupHistoricalRecordByTaxonGroup

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

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

findTaxonGroupHistoricalRecordByTaxonGroup

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

Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(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 TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup taxonGroup).

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

findTaxonGroupHistoricalRecordByTaxonGroup

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

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

findTaxonGroupHistoricalRecordByTaxonGroup

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

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

findTaxonGroupHistoricalRecordByReferenceTaxon

public java.util.Collection findTaxonGroupHistoricalRecordByReferenceTaxon(ReferenceTaxon referenceTaxon)
Specified by:
findTaxonGroupHistoricalRecordByReferenceTaxon in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)

findTaxonGroupHistoricalRecordByReferenceTaxon

public java.util.Collection findTaxonGroupHistoricalRecordByReferenceTaxon(int transform,
                                                                           ReferenceTaxon referenceTaxon)
Description copied from interface: TaxonGroupHistoricalRecordDao

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

findTaxonGroupHistoricalRecordByReferenceTaxon

public java.util.Collection findTaxonGroupHistoricalRecordByReferenceTaxon(java.lang.String queryString,
                                                                           ReferenceTaxon referenceTaxon)
Description copied from interface: TaxonGroupHistoricalRecordDao

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

Specified by:
findTaxonGroupHistoricalRecordByReferenceTaxon in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(java.lang.String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)

findTaxonGroupHistoricalRecordByReferenceTaxon

public java.util.Collection findTaxonGroupHistoricalRecordByReferenceTaxon(int pageNumber,
                                                                           int pageSize,
                                                                           ReferenceTaxon referenceTaxon)
Description copied from interface: TaxonGroupHistoricalRecordDao

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

findTaxonGroupHistoricalRecordByReferenceTaxon

public java.util.Collection findTaxonGroupHistoricalRecordByReferenceTaxon(java.lang.String queryString,
                                                                           int pageNumber,
                                                                           int pageSize,
                                                                           ReferenceTaxon referenceTaxon)
Description copied from interface: TaxonGroupHistoricalRecordDao

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

findTaxonGroupHistoricalRecordByReferenceTaxon

public java.util.Collection findTaxonGroupHistoricalRecordByReferenceTaxon(int transform,
                                                                           java.lang.String queryString,
                                                                           ReferenceTaxon referenceTaxon)
Description copied from interface: TaxonGroupHistoricalRecordDao

Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon referenceTaxon).

Specified by:
findTaxonGroupHistoricalRecordByReferenceTaxon in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByReferenceTaxon(int, String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)

findTaxonGroupHistoricalRecordByReferenceTaxon

public java.util.Collection findTaxonGroupHistoricalRecordByReferenceTaxon(int transform,
                                                                           int pageNumber,
                                                                           int pageSize,
                                                                           ReferenceTaxon referenceTaxon)
Description copied from interface: TaxonGroupHistoricalRecordDao

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

findTaxonGroupHistoricalRecordByReferenceTaxon

public java.util.Collection findTaxonGroupHistoricalRecordByReferenceTaxon(int transform,
                                                                           java.lang.String queryString,
                                                                           int pageNumber,
                                                                           int pageSize,
                                                                           ReferenceTaxon referenceTaxon)
Description copied from interface: TaxonGroupHistoricalRecordDao

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

findTaxonGroupHistoricalRecordByNaturalId

public TaxonGroupHistoricalRecord findTaxonGroupHistoricalRecordByNaturalId(java.util.Date startDate,
                                                                            TaxonGroup taxonGroup,
                                                                            ReferenceTaxon referenceTaxon)
Specified by:
findTaxonGroupHistoricalRecordByNaturalId in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByNaturalId(java.util.Date, fr.ifremer.allegro.referential.taxon.TaxonGroup, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)

findTaxonGroupHistoricalRecordByNaturalId

public java.lang.Object findTaxonGroupHistoricalRecordByNaturalId(int transform,
                                                                  java.util.Date startDate,
                                                                  TaxonGroup taxonGroup,
                                                                  ReferenceTaxon referenceTaxon)
Description copied from interface: TaxonGroupHistoricalRecordDao

Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByNaturalId(java.util.Date, fr.ifremer.allegro.referential.taxon.TaxonGroup, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) 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:
findTaxonGroupHistoricalRecordByNaturalId in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.taxon.TaxonGroup, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)

findTaxonGroupHistoricalRecordByNaturalId

public TaxonGroupHistoricalRecord findTaxonGroupHistoricalRecordByNaturalId(java.lang.String queryString,
                                                                            java.util.Date startDate,
                                                                            TaxonGroup taxonGroup,
                                                                            ReferenceTaxon referenceTaxon)
Description copied from interface: TaxonGroupHistoricalRecordDao

Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByNaturalId(java.util.Date, fr.ifremer.allegro.referential.taxon.TaxonGroup, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByNaturalId(java.util.Date, fr.ifremer.allegro.referential.taxon.TaxonGroup, fr.ifremer.allegro.referential.taxon.ReferenceTaxon).

Specified by:
findTaxonGroupHistoricalRecordByNaturalId in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByNaturalId(java.lang.String, java.util.Date, fr.ifremer.allegro.referential.taxon.TaxonGroup, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)

findTaxonGroupHistoricalRecordByNaturalId

public java.lang.Object findTaxonGroupHistoricalRecordByNaturalId(int transform,
                                                                  java.lang.String queryString,
                                                                  java.util.Date startDate,
                                                                  TaxonGroup taxonGroup,
                                                                  ReferenceTaxon referenceTaxon)
Description copied from interface: TaxonGroupHistoricalRecordDao

Does the same thing as TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.taxon.TaxonGroup, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByNaturalId(int, java.util.Date startDate, fr.ifremer.allegro.referential.taxon.TaxonGroup taxonGroup, fr.ifremer.allegro.referential.taxon.ReferenceTaxon referenceTaxon).

Specified by:
findTaxonGroupHistoricalRecordByNaturalId in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.findTaxonGroupHistoricalRecordByNaturalId(int, java.lang.String, java.util.Date, fr.ifremer.allegro.referential.taxon.TaxonGroup, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)

getAllTaxonGroupHistoricalRecordSinceDateSynchro

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

getAllTaxonGroupHistoricalRecordSinceDateSynchro

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

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

getAllTaxonGroupHistoricalRecordSinceDateSynchro

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

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

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

getAllTaxonGroupHistoricalRecordSinceDateSynchro

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

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

getAllTaxonGroupHistoricalRecordSinceDateSynchro

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

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

getAllTaxonGroupHistoricalRecordSinceDateSynchro

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

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

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

getAllTaxonGroupHistoricalRecordSinceDateSynchro

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

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

getAllTaxonGroupHistoricalRecordSinceDateSynchro

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

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

createFromClusterTaxonGroupHistoricalRecord

public TaxonGroupHistoricalRecord createFromClusterTaxonGroupHistoricalRecord(ClusterTaxonGroupHistoricalRecord clusterTaxonGroupHistoricalRecord)
Specified by:
createFromClusterTaxonGroupHistoricalRecord in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.createFromClusterTaxonGroupHistoricalRecord(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonGroupHistoricalRecord)

handleCreateFromClusterTaxonGroupHistoricalRecord

protected abstract TaxonGroupHistoricalRecord handleCreateFromClusterTaxonGroupHistoricalRecord(ClusterTaxonGroupHistoricalRecord clusterTaxonGroupHistoricalRecord)
                                                                                         throws java.lang.Exception
Performs the core logic for createFromClusterTaxonGroupHistoricalRecord(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonGroupHistoricalRecord)

Throws:
java.lang.Exception

transformEntity

protected java.lang.Object transformEntity(int transform,
                                           TaxonGroupHistoricalRecord 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.taxon.TaxonGroupHistoricalRecordDao, please note that the TaxonGroupHistoricalRecordDao.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 TaxonGroupHistoricalRecordDao.TRANSFORM_NONE is assumed.

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

toEntity

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

toRemoteTaxonGroupHistoricalRecordFullVOCollection

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

Specified by:
toRemoteTaxonGroupHistoricalRecordFullVOCollection in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.toRemoteTaxonGroupHistoricalRecordFullVOCollection(java.util.Collection)

toRemoteTaxonGroupHistoricalRecordFullVOArray

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

Specified by:
toRemoteTaxonGroupHistoricalRecordFullVOArray in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.toRemoteTaxonGroupHistoricalRecordFullVOArray(java.util.Collection)

toRemoteTaxonGroupHistoricalRecordFullVO

protected RemoteTaxonGroupHistoricalRecordFullVO toRemoteTaxonGroupHistoricalRecordFullVO(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 TaxonGroupHistoricalRecordDaoImpl class if you intend to use reporting queries.

See Also:
TaxonGroupHistoricalRecordDao.toRemoteTaxonGroupHistoricalRecordFullVO(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)

remoteTaxonGroupHistoricalRecordFullVOToEntityCollection

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

Specified by:
remoteTaxonGroupHistoricalRecordFullVOToEntityCollection in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.remoteTaxonGroupHistoricalRecordFullVOToEntityCollection(java.util.Collection)

toRemoteTaxonGroupHistoricalRecordFullVO

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

toRemoteTaxonGroupHistoricalRecordFullVO

public RemoteTaxonGroupHistoricalRecordFullVO toRemoteTaxonGroupHistoricalRecordFullVO(TaxonGroupHistoricalRecord entity)
Description copied from interface: TaxonGroupHistoricalRecordDao
Converts this DAO's entity to an object of type RemoteTaxonGroupHistoricalRecordFullVO.

Specified by:
toRemoteTaxonGroupHistoricalRecordFullVO in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.toRemoteTaxonGroupHistoricalRecordFullVO(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)

remoteTaxonGroupHistoricalRecordFullVOToEntity

public void remoteTaxonGroupHistoricalRecordFullVOToEntity(RemoteTaxonGroupHistoricalRecordFullVO source,
                                                           TaxonGroupHistoricalRecord target,
                                                           boolean copyIfNull)
Description copied from interface: TaxonGroupHistoricalRecordDao
Copies the fields of RemoteTaxonGroupHistoricalRecordFullVO to the specified entity.

Specified by:
remoteTaxonGroupHistoricalRecordFullVOToEntity in interface TaxonGroupHistoricalRecordDao
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.taxon.TaxonGroupHistoricalRecordDao#remoteTaxonGroupHistoricalRecordFullVOToEntity(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupHistoricalRecordFullVO, fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)

toRemoteTaxonGroupHistoricalRecordNaturalIdCollection

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

Specified by:
toRemoteTaxonGroupHistoricalRecordNaturalIdCollection in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.toRemoteTaxonGroupHistoricalRecordNaturalIdCollection(java.util.Collection)

toRemoteTaxonGroupHistoricalRecordNaturalIdArray

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

Specified by:
toRemoteTaxonGroupHistoricalRecordNaturalIdArray in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.toRemoteTaxonGroupHistoricalRecordNaturalIdArray(java.util.Collection)

toRemoteTaxonGroupHistoricalRecordNaturalId

protected RemoteTaxonGroupHistoricalRecordNaturalId toRemoteTaxonGroupHistoricalRecordNaturalId(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 TaxonGroupHistoricalRecordDaoImpl class if you intend to use reporting queries.

See Also:
TaxonGroupHistoricalRecordDao.toRemoteTaxonGroupHistoricalRecordNaturalId(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)

remoteTaxonGroupHistoricalRecordNaturalIdToEntityCollection

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

Specified by:
remoteTaxonGroupHistoricalRecordNaturalIdToEntityCollection in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.remoteTaxonGroupHistoricalRecordNaturalIdToEntityCollection(java.util.Collection)

toRemoteTaxonGroupHistoricalRecordNaturalId

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

toRemoteTaxonGroupHistoricalRecordNaturalId

public RemoteTaxonGroupHistoricalRecordNaturalId toRemoteTaxonGroupHistoricalRecordNaturalId(TaxonGroupHistoricalRecord entity)
Description copied from interface: TaxonGroupHistoricalRecordDao
Converts this DAO's entity to an object of type RemoteTaxonGroupHistoricalRecordNaturalId.

Specified by:
toRemoteTaxonGroupHistoricalRecordNaturalId in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.toRemoteTaxonGroupHistoricalRecordNaturalId(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)

remoteTaxonGroupHistoricalRecordNaturalIdToEntity

public void remoteTaxonGroupHistoricalRecordNaturalIdToEntity(RemoteTaxonGroupHistoricalRecordNaturalId source,
                                                              TaxonGroupHistoricalRecord target,
                                                              boolean copyIfNull)
Description copied from interface: TaxonGroupHistoricalRecordDao
Copies the fields of RemoteTaxonGroupHistoricalRecordNaturalId to the specified entity.

Specified by:
remoteTaxonGroupHistoricalRecordNaturalIdToEntity in interface TaxonGroupHistoricalRecordDao
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.taxon.TaxonGroupHistoricalRecordDao#remoteTaxonGroupHistoricalRecordNaturalIdToEntity(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupHistoricalRecordNaturalId, fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)

toClusterTaxonGroupHistoricalRecordCollection

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

Specified by:
toClusterTaxonGroupHistoricalRecordCollection in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.toClusterTaxonGroupHistoricalRecordCollection(java.util.Collection)

toClusterTaxonGroupHistoricalRecordArray

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

Specified by:
toClusterTaxonGroupHistoricalRecordArray in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.toClusterTaxonGroupHistoricalRecordArray(java.util.Collection)

toClusterTaxonGroupHistoricalRecord

protected ClusterTaxonGroupHistoricalRecord toClusterTaxonGroupHistoricalRecord(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 TaxonGroupHistoricalRecordDaoImpl class if you intend to use reporting queries.

See Also:
TaxonGroupHistoricalRecordDao.toClusterTaxonGroupHistoricalRecord(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)

clusterTaxonGroupHistoricalRecordToEntityCollection

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

Specified by:
clusterTaxonGroupHistoricalRecordToEntityCollection in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.clusterTaxonGroupHistoricalRecordToEntityCollection(java.util.Collection)

toClusterTaxonGroupHistoricalRecord

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

toClusterTaxonGroupHistoricalRecord

public ClusterTaxonGroupHistoricalRecord toClusterTaxonGroupHistoricalRecord(TaxonGroupHistoricalRecord entity)
Description copied from interface: TaxonGroupHistoricalRecordDao
Converts this DAO's entity to an object of type ClusterTaxonGroupHistoricalRecord.

Specified by:
toClusterTaxonGroupHistoricalRecord in interface TaxonGroupHistoricalRecordDao
See Also:
TaxonGroupHistoricalRecordDao.toClusterTaxonGroupHistoricalRecord(fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)

clusterTaxonGroupHistoricalRecordToEntity

public void clusterTaxonGroupHistoricalRecordToEntity(ClusterTaxonGroupHistoricalRecord source,
                                                      TaxonGroupHistoricalRecord target,
                                                      boolean copyIfNull)
Description copied from interface: TaxonGroupHistoricalRecordDao
Copies the fields of ClusterTaxonGroupHistoricalRecord to the specified entity.

Specified by:
clusterTaxonGroupHistoricalRecordToEntity in interface TaxonGroupHistoricalRecordDao
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.taxon.TaxonGroupHistoricalRecordDao#clusterTaxonGroupHistoricalRecordToEntity(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonGroupHistoricalRecord, fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord)

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

search

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

search

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

search

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

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.