fr.ifremer.allegro.referential.taxon
Class TaxonInformationHistoryDaoBase

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

public abstract class TaxonInformationHistoryDaoBase
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements TaxonInformationHistoryDao

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

See Also:
TaxonInformationHistory

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.referential.taxon.TaxonInformationHistoryDao
TRANSFORM_CLUSTERTAXONINFORMATIONHISTORY, TRANSFORM_NONE, TRANSFORM_REMOTETAXONINFORMATIONHISTORYFULLVO, TRANSFORM_REMOTETAXONINFORMATIONHISTORYNATURALID
 
Constructor Summary
TaxonInformationHistoryDaoBase()
           
 
Method Summary
 void clusterTaxonInformationHistoryToEntity(ClusterTaxonInformationHistory source, TaxonInformationHistory target, boolean copyIfNull)
          Copies the fields of ClusterTaxonInformationHistory to the specified entity.
 void clusterTaxonInformationHistoryToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterTaxonInformationHistory to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.referential.taxon.TaxonInformationHistory and adds from the passed in entities collection
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as TaxonInformationHistoryDao.create(fr.ifremer.allegro.referential.taxon.TaxonInformationHistory) with an additional flag called transform.
 java.lang.Object create(int transform, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.create(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.String description, java.sql.Timestamp updateDate, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional flag called transform.
 java.lang.Object create(int transform, TaxonInformationHistory taxonInformationHistory)
           Does the same thing as TaxonInformationHistoryDao.create(fr.ifremer.allegro.referential.taxon.TaxonInformationHistory) with an additional flag called transform.
 TaxonInformationHistory create(ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           Creates a new fr.ifremer.allegro.referential.taxon.TaxonInformationHistory instance from only required properties (attributes and association ends) and adds it to the persistent store.
 TaxonInformationHistory create(java.lang.String description, java.sql.Timestamp updateDate, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           Creates a new fr.ifremer.allegro.referential.taxon.TaxonInformationHistory instance from all attributes and properties and adds it to the persistent store.
 TaxonInformationHistory create(TaxonInformationHistory taxonInformationHistory)
          Creates an instance of fr.ifremer.allegro.referential.taxon.TaxonInformationHistory and adds it to the persistent store.
 TaxonInformationHistory createFromClusterTaxonInformationHistory(ClusterTaxonInformationHistory clusterTaxonInformationHistory)
           
 java.lang.Object findTaxonInformationHistoryByIdentifiers(int transform, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional flag called transform.
 java.lang.Object findTaxonInformationHistoryByIdentifiers(int transform, java.lang.String queryString, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional argument called queryString.
 TaxonInformationHistory findTaxonInformationHistoryByIdentifiers(ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           
 TaxonInformationHistory findTaxonInformationHistoryByIdentifiers(java.lang.String queryString, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional argument called queryString.
 java.lang.Object findTaxonInformationHistoryByNaturalId(int transform, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional flag called transform.
 java.lang.Object findTaxonInformationHistoryByNaturalId(int transform, java.lang.String queryString, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional argument called queryString.
 TaxonInformationHistory findTaxonInformationHistoryByNaturalId(ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           
 TaxonInformationHistory findTaxonInformationHistoryByNaturalId(java.lang.String queryString, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional argument called queryString.
 java.util.Collection findTaxonInformationHistoryByReferenceDocument(int transform, int pageNumber, int pageSize, ReferenceDocument referenceDocument)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonInformationHistoryByReferenceDocument(int pageNumber, int pageSize, ReferenceDocument referenceDocument)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonInformationHistoryByReferenceDocument(int transform, ReferenceDocument referenceDocument)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional flag called transform.
 java.util.Collection findTaxonInformationHistoryByReferenceDocument(int transform, java.lang.String queryString, int pageNumber, int pageSize, ReferenceDocument referenceDocument)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(int, String, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonInformationHistoryByReferenceDocument(int transform, java.lang.String queryString, ReferenceDocument referenceDocument)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional argument called queryString.
 java.util.Collection findTaxonInformationHistoryByReferenceDocument(ReferenceDocument referenceDocument)
           
 java.util.Collection findTaxonInformationHistoryByReferenceDocument(java.lang.String queryString, int pageNumber, int pageSize, ReferenceDocument referenceDocument)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(String, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonInformationHistoryByReferenceDocument(java.lang.String queryString, ReferenceDocument referenceDocument)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional argument called queryString.
 java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(int transform, int pageNumber, int pageSize, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(int pageNumber, int pageSize, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int, String, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(int transform, java.lang.String queryString, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional argument called queryString.
 java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(int transform, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional flag called transform.
 java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(java.lang.String queryString, int pageNumber, int pageSize, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(String, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(java.lang.String queryString, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional argument called queryString.
 java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(TaxonNameHistory taxonNameHistory)
           
 java.util.Collection getAllTaxonInformationHistory()
           
 java.util.Collection getAllTaxonInformationHistory(int transform)
           Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistory() with an additional flag called transform.
 java.util.Collection getAllTaxonInformationHistory(int pageNumber, int pageSize)
           Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistory() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonInformationHistory(int transform, int pageNumber, int pageSize)
           Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistory(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonInformationHistory(int transform, java.lang.String queryString)
           Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistory(int) with an additional argument called queryString.
 java.util.Collection getAllTaxonInformationHistory(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistory(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonInformationHistory(java.lang.String queryString)
           Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistory() with an additional argument called queryString.
 java.util.Collection getAllTaxonInformationHistory(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistory(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as TaxonInformationHistoryDao.getAllTaxonInformationHistorySinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(java.sql.Timestamp updateDate)
           
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected  ReferenceDocumentDao getReferenceDocumentDao()
          Gets the reference to referenceDocumentDao.
protected  TaxonNameHistoryDao getTaxonNameHistoryDao()
          Gets the reference to taxonNameHistoryDao.
protected abstract  TaxonInformationHistory handleCreateFromClusterTaxonInformationHistory(ClusterTaxonInformationHistory clusterTaxonInformationHistory)
          Performs the core logic for createFromClusterTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonInformationHistory)
 java.lang.Object load(int transform, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.load(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional flag called transform.
 TaxonInformationHistory load(ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
          Loads an instance of fr.ifremer.allegro.referential.taxon.TaxonInformationHistory from the persistent store.
 java.util.Collection loadAll()
          Loads all entities of type TaxonInformationHistory.
 java.util.Collection loadAll(int transform)
           Does the same thing as TaxonInformationHistoryDao.loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as TaxonInformationHistoryDao.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 TaxonInformationHistoryDao.loadAll(int) with an additional two arguments called pageNumber and pageSize.
 void remoteTaxonInformationHistoryFullVOToEntity(RemoteTaxonInformationHistoryFullVO source, TaxonInformationHistory target, boolean copyIfNull)
          Copies the fields of RemoteTaxonInformationHistoryFullVO to the specified entity.
 void remoteTaxonInformationHistoryFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTaxonInformationHistoryFullVO to this DAO's entity.
 void remoteTaxonInformationHistoryNaturalIdToEntity(RemoteTaxonInformationHistoryNaturalId source, TaxonInformationHistory target, boolean copyIfNull)
          Copies the fields of RemoteTaxonInformationHistoryNaturalId to the specified entity.
 void remoteTaxonInformationHistoryNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTaxonInformationHistoryNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
          Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonInformationHistory having the given identifiers from the persistent store.
 void remove(TaxonInformationHistory taxonInformationHistory)
          Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonInformationHistory 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 TaxonInformationHistoryDao.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 setReferenceDocumentDao(ReferenceDocumentDao referenceDocumentDao)
          Sets the reference to referenceDocumentDao.
 void setTaxonNameHistoryDao(TaxonNameHistoryDao taxonNameHistoryDao)
          Sets the reference to taxonNameHistoryDao.
protected  ClusterTaxonInformationHistory toClusterTaxonInformationHistory(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterTaxonInformationHistory toClusterTaxonInformationHistory(TaxonInformationHistory entity)
          Converts this DAO's entity to an object of type ClusterTaxonInformationHistory.
 void toClusterTaxonInformationHistory(TaxonInformationHistory source, ClusterTaxonInformationHistory target)
          Copies the fields of the specified entity to the target value object.
 ClusterTaxonInformationHistory[] toClusterTaxonInformationHistoryArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterTaxonInformationHistory.
 void toClusterTaxonInformationHistoryCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterTaxonInformationHistory.
protected  TaxonInformationHistory toEntity(java.lang.Object[] row)
           
protected  RemoteTaxonInformationHistoryFullVO toRemoteTaxonInformationHistoryFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteTaxonInformationHistoryFullVO toRemoteTaxonInformationHistoryFullVO(TaxonInformationHistory entity)
          Converts this DAO's entity to an object of type RemoteTaxonInformationHistoryFullVO.
 void toRemoteTaxonInformationHistoryFullVO(TaxonInformationHistory source, RemoteTaxonInformationHistoryFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteTaxonInformationHistoryFullVO[] toRemoteTaxonInformationHistoryFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTaxonInformationHistoryFullVO.
 void toRemoteTaxonInformationHistoryFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTaxonInformationHistoryFullVO.
protected  RemoteTaxonInformationHistoryNaturalId toRemoteTaxonInformationHistoryNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteTaxonInformationHistoryNaturalId toRemoteTaxonInformationHistoryNaturalId(TaxonInformationHistory entity)
          Converts this DAO's entity to an object of type RemoteTaxonInformationHistoryNaturalId.
 void toRemoteTaxonInformationHistoryNaturalId(TaxonInformationHistory source, RemoteTaxonInformationHistoryNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteTaxonInformationHistoryNaturalId[] toRemoteTaxonInformationHistoryNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTaxonInformationHistoryNaturalId.
 void toRemoteTaxonInformationHistoryNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTaxonInformationHistoryNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.taxon.TaxonInformationHistory) method.
protected  java.lang.Object transformEntity(int transform, TaxonInformationHistory 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.TaxonInformationHistoryDao, please note that the TaxonInformationHistoryDao.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(TaxonInformationHistory taxonInformationHistory)
          Updates the taxonInformationHistory 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.TaxonInformationHistoryDao
clusterTaxonInformationHistoryToEntity, remoteTaxonInformationHistoryFullVOToEntity, remoteTaxonInformationHistoryNaturalIdToEntity
 

Constructor Detail

TaxonInformationHistoryDaoBase

public TaxonInformationHistoryDaoBase()
Method Detail

setReferenceDocumentDao

public void setReferenceDocumentDao(ReferenceDocumentDao referenceDocumentDao)
Sets the reference to referenceDocumentDao.


getReferenceDocumentDao

protected ReferenceDocumentDao getReferenceDocumentDao()
Gets the reference to referenceDocumentDao.


setTaxonNameHistoryDao

public void setTaxonNameHistoryDao(TaxonNameHistoryDao taxonNameHistoryDao)
Sets the reference to taxonNameHistoryDao.


getTaxonNameHistoryDao

protected TaxonNameHistoryDao getTaxonNameHistoryDao()
Gets the reference to taxonNameHistoryDao.


load

public java.lang.Object load(int transform,
                             ReferenceDocument referenceDocument,
                             TaxonNameHistory taxonNameHistory)
Description copied from interface: TaxonInformationHistoryDao

Does the same thing as TaxonInformationHistoryDao.load(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonNameHistory) 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 TaxonInformationHistoryDao
referenceDocument - identifier of the entity to load
taxonNameHistory - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.
See Also:
TaxonInformationHistoryDao.load(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonNameHistory)

load

public TaxonInformationHistory load(ReferenceDocument referenceDocument,
                                    TaxonNameHistory taxonNameHistory)
Description copied from interface: TaxonInformationHistoryDao
Loads an instance of fr.ifremer.allegro.referential.taxon.TaxonInformationHistory from the persistent store.

Specified by:
load in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.load(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonNameHistory)

loadAll

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

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

loadAll

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

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

loadAll

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

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

loadAll

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

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

create

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

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

create

public java.lang.Object create(int transform,
                               TaxonInformationHistory taxonInformationHistory)
Description copied from interface: TaxonInformationHistoryDao

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

create

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

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

create

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

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

create

public TaxonInformationHistory create(java.lang.String description,
                                      java.sql.Timestamp updateDate,
                                      ReferenceDocument referenceDocument,
                                      TaxonNameHistory taxonNameHistory)
Description copied from interface: TaxonInformationHistoryDao

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

Specified by:
create in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonNameHistory)

create

public java.lang.Object create(int transform,
                               java.lang.String description,
                               java.sql.Timestamp updateDate,
                               ReferenceDocument referenceDocument,
                               TaxonNameHistory taxonNameHistory)
Description copied from interface: TaxonInformationHistoryDao

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

create

public TaxonInformationHistory create(ReferenceDocument referenceDocument,
                                      TaxonNameHistory taxonNameHistory)
Description copied from interface: TaxonInformationHistoryDao

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

Specified by:
create in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.create(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonNameHistory)

create

public java.lang.Object create(int transform,
                               ReferenceDocument referenceDocument,
                               TaxonNameHistory taxonNameHistory)
Description copied from interface: TaxonInformationHistoryDao

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

update

public void update(TaxonInformationHistory taxonInformationHistory)
Description copied from interface: TaxonInformationHistoryDao
Updates the taxonInformationHistory instance in the persistent store.

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

update

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

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

remove

public void remove(TaxonInformationHistory taxonInformationHistory)
Description copied from interface: TaxonInformationHistoryDao
Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonInformationHistory from the persistent store.

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

remove

public void remove(ReferenceDocument referenceDocument,
                   TaxonNameHistory taxonNameHistory)
Description copied from interface: TaxonInformationHistoryDao
Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonInformationHistory having the given identifiers from the persistent store.

Specified by:
remove in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.remove(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonNameHistory)

remove

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

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

getAllTaxonInformationHistory

public java.util.Collection getAllTaxonInformationHistory()
Specified by:
getAllTaxonInformationHistory in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.getAllTaxonInformationHistory()

getAllTaxonInformationHistory

public java.util.Collection getAllTaxonInformationHistory(int transform)
Description copied from interface: TaxonInformationHistoryDao

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

getAllTaxonInformationHistory

public java.util.Collection getAllTaxonInformationHistory(java.lang.String queryString)
Description copied from interface: TaxonInformationHistoryDao

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

Specified by:
getAllTaxonInformationHistory in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.getAllTaxonInformationHistory(java.lang.String)

getAllTaxonInformationHistory

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

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

getAllTaxonInformationHistory

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

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

getAllTaxonInformationHistory

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

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

Specified by:
getAllTaxonInformationHistory in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.getAllTaxonInformationHistory(int, String)

getAllTaxonInformationHistory

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

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

getAllTaxonInformationHistory

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

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

findTaxonInformationHistoryByReferenceDocument

public java.util.Collection findTaxonInformationHistoryByReferenceDocument(ReferenceDocument referenceDocument)
Specified by:
findTaxonInformationHistoryByReferenceDocument in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument)

findTaxonInformationHistoryByReferenceDocument

public java.util.Collection findTaxonInformationHistoryByReferenceDocument(int transform,
                                                                           ReferenceDocument referenceDocument)
Description copied from interface: TaxonInformationHistoryDao

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

findTaxonInformationHistoryByReferenceDocument

public java.util.Collection findTaxonInformationHistoryByReferenceDocument(java.lang.String queryString,
                                                                           ReferenceDocument referenceDocument)
Description copied from interface: TaxonInformationHistoryDao

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

Specified by:
findTaxonInformationHistoryByReferenceDocument in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(java.lang.String, fr.ifremer.allegro.referential.taxon.ReferenceDocument)

findTaxonInformationHistoryByReferenceDocument

public java.util.Collection findTaxonInformationHistoryByReferenceDocument(int pageNumber,
                                                                           int pageSize,
                                                                           ReferenceDocument referenceDocument)
Description copied from interface: TaxonInformationHistoryDao

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

findTaxonInformationHistoryByReferenceDocument

public java.util.Collection findTaxonInformationHistoryByReferenceDocument(java.lang.String queryString,
                                                                           int pageNumber,
                                                                           int pageSize,
                                                                           ReferenceDocument referenceDocument)
Description copied from interface: TaxonInformationHistoryDao

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

findTaxonInformationHistoryByReferenceDocument

public java.util.Collection findTaxonInformationHistoryByReferenceDocument(int transform,
                                                                           java.lang.String queryString,
                                                                           ReferenceDocument referenceDocument)
Description copied from interface: TaxonInformationHistoryDao

Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument referenceDocument).

Specified by:
findTaxonInformationHistoryByReferenceDocument in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.findTaxonInformationHistoryByReferenceDocument(int, String, fr.ifremer.allegro.referential.taxon.ReferenceDocument)

findTaxonInformationHistoryByReferenceDocument

public java.util.Collection findTaxonInformationHistoryByReferenceDocument(int transform,
                                                                           int pageNumber,
                                                                           int pageSize,
                                                                           ReferenceDocument referenceDocument)
Description copied from interface: TaxonInformationHistoryDao

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

findTaxonInformationHistoryByReferenceDocument

public java.util.Collection findTaxonInformationHistoryByReferenceDocument(int transform,
                                                                           java.lang.String queryString,
                                                                           int pageNumber,
                                                                           int pageSize,
                                                                           ReferenceDocument referenceDocument)
Description copied from interface: TaxonInformationHistoryDao

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

findTaxonInformationHistoryByTaxonNameHistory

public java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(TaxonNameHistory taxonNameHistory)
Specified by:
findTaxonInformationHistoryByTaxonNameHistory in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(fr.ifremer.allegro.referential.taxon.TaxonNameHistory)

findTaxonInformationHistoryByTaxonNameHistory

public java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(int transform,
                                                                          TaxonNameHistory taxonNameHistory)
Description copied from interface: TaxonInformationHistoryDao

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

findTaxonInformationHistoryByTaxonNameHistory

public java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(java.lang.String queryString,
                                                                          TaxonNameHistory taxonNameHistory)
Description copied from interface: TaxonInformationHistoryDao

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

Specified by:
findTaxonInformationHistoryByTaxonNameHistory in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(java.lang.String, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)

findTaxonInformationHistoryByTaxonNameHistory

public java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(int pageNumber,
                                                                          int pageSize,
                                                                          TaxonNameHistory taxonNameHistory)
Description copied from interface: TaxonInformationHistoryDao

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

findTaxonInformationHistoryByTaxonNameHistory

public java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(java.lang.String queryString,
                                                                          int pageNumber,
                                                                          int pageSize,
                                                                          TaxonNameHistory taxonNameHistory)
Description copied from interface: TaxonInformationHistoryDao

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

findTaxonInformationHistoryByTaxonNameHistory

public java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(int transform,
                                                                          java.lang.String queryString,
                                                                          TaxonNameHistory taxonNameHistory)
Description copied from interface: TaxonInformationHistoryDao

Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int, fr.ifremer.allegro.referential.taxon.TaxonNameHistory taxonNameHistory).

Specified by:
findTaxonInformationHistoryByTaxonNameHistory in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int, String, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)

findTaxonInformationHistoryByTaxonNameHistory

public java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(int transform,
                                                                          int pageNumber,
                                                                          int pageSize,
                                                                          TaxonNameHistory taxonNameHistory)
Description copied from interface: TaxonInformationHistoryDao

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

findTaxonInformationHistoryByTaxonNameHistory

public java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(int transform,
                                                                          java.lang.String queryString,
                                                                          int pageNumber,
                                                                          int pageSize,
                                                                          TaxonNameHistory taxonNameHistory)
Description copied from interface: TaxonInformationHistoryDao

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

findTaxonInformationHistoryByIdentifiers

public TaxonInformationHistory findTaxonInformationHistoryByIdentifiers(ReferenceDocument referenceDocument,
                                                                        TaxonNameHistory taxonNameHistory)
Specified by:
findTaxonInformationHistoryByIdentifiers in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)

findTaxonInformationHistoryByIdentifiers

public java.lang.Object findTaxonInformationHistoryByIdentifiers(int transform,
                                                                 ReferenceDocument referenceDocument,
                                                                 TaxonNameHistory taxonNameHistory)
Description copied from interface: TaxonInformationHistoryDao

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

findTaxonInformationHistoryByIdentifiers

public TaxonInformationHistory findTaxonInformationHistoryByIdentifiers(java.lang.String queryString,
                                                                        ReferenceDocument referenceDocument,
                                                                        TaxonNameHistory taxonNameHistory)
Description copied from interface: TaxonInformationHistoryDao

Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory).

Specified by:
findTaxonInformationHistoryByIdentifiers in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(java.lang.String, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)

findTaxonInformationHistoryByIdentifiers

public java.lang.Object findTaxonInformationHistoryByIdentifiers(int transform,
                                                                 java.lang.String queryString,
                                                                 ReferenceDocument referenceDocument,
                                                                 TaxonNameHistory taxonNameHistory)
Description copied from interface: TaxonInformationHistoryDao

Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument referenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory taxonNameHistory).

Specified by:
findTaxonInformationHistoryByIdentifiers in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(int, java.lang.String, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)

findTaxonInformationHistoryByNaturalId

public TaxonInformationHistory findTaxonInformationHistoryByNaturalId(ReferenceDocument referenceDocument,
                                                                      TaxonNameHistory taxonNameHistory)
Specified by:
findTaxonInformationHistoryByNaturalId in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)

findTaxonInformationHistoryByNaturalId

public java.lang.Object findTaxonInformationHistoryByNaturalId(int transform,
                                                               ReferenceDocument referenceDocument,
                                                               TaxonNameHistory taxonNameHistory)
Description copied from interface: TaxonInformationHistoryDao

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

findTaxonInformationHistoryByNaturalId

public TaxonInformationHistory findTaxonInformationHistoryByNaturalId(java.lang.String queryString,
                                                                      ReferenceDocument referenceDocument,
                                                                      TaxonNameHistory taxonNameHistory)
Description copied from interface: TaxonInformationHistoryDao

Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory).

Specified by:
findTaxonInformationHistoryByNaturalId in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(java.lang.String, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)

findTaxonInformationHistoryByNaturalId

public java.lang.Object findTaxonInformationHistoryByNaturalId(int transform,
                                                               java.lang.String queryString,
                                                               ReferenceDocument referenceDocument,
                                                               TaxonNameHistory taxonNameHistory)
Description copied from interface: TaxonInformationHistoryDao

Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument referenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory taxonNameHistory).

Specified by:
findTaxonInformationHistoryByNaturalId in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory)

getAllTaxonInformationHistorySinceDateSynchro

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

getAllTaxonInformationHistorySinceDateSynchro

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

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

getAllTaxonInformationHistorySinceDateSynchro

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

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

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

getAllTaxonInformationHistorySinceDateSynchro

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

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

getAllTaxonInformationHistorySinceDateSynchro

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

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

getAllTaxonInformationHistorySinceDateSynchro

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

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

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

getAllTaxonInformationHistorySinceDateSynchro

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

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

getAllTaxonInformationHistorySinceDateSynchro

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

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

createFromClusterTaxonInformationHistory

public TaxonInformationHistory createFromClusterTaxonInformationHistory(ClusterTaxonInformationHistory clusterTaxonInformationHistory)
Specified by:
createFromClusterTaxonInformationHistory in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.createFromClusterTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonInformationHistory)

handleCreateFromClusterTaxonInformationHistory

protected abstract TaxonInformationHistory handleCreateFromClusterTaxonInformationHistory(ClusterTaxonInformationHistory clusterTaxonInformationHistory)
                                                                                   throws java.lang.Exception
Performs the core logic for createFromClusterTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonInformationHistory)

Throws:
java.lang.Exception

transformEntity

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

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

toEntity

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

toRemoteTaxonInformationHistoryFullVOCollection

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

Specified by:
toRemoteTaxonInformationHistoryFullVOCollection in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.toRemoteTaxonInformationHistoryFullVOCollection(java.util.Collection)

toRemoteTaxonInformationHistoryFullVOArray

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

Specified by:
toRemoteTaxonInformationHistoryFullVOArray in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.toRemoteTaxonInformationHistoryFullVOArray(java.util.Collection)

toRemoteTaxonInformationHistoryFullVO

protected RemoteTaxonInformationHistoryFullVO toRemoteTaxonInformationHistoryFullVO(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 TaxonInformationHistoryDaoImpl class if you intend to use reporting queries.

See Also:
TaxonInformationHistoryDao.toRemoteTaxonInformationHistoryFullVO(fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)

remoteTaxonInformationHistoryFullVOToEntityCollection

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

Specified by:
remoteTaxonInformationHistoryFullVOToEntityCollection in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.remoteTaxonInformationHistoryFullVOToEntityCollection(java.util.Collection)

toRemoteTaxonInformationHistoryFullVO

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

toRemoteTaxonInformationHistoryFullVO

public RemoteTaxonInformationHistoryFullVO toRemoteTaxonInformationHistoryFullVO(TaxonInformationHistory entity)
Description copied from interface: TaxonInformationHistoryDao
Converts this DAO's entity to an object of type RemoteTaxonInformationHistoryFullVO.

Specified by:
toRemoteTaxonInformationHistoryFullVO in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.toRemoteTaxonInformationHistoryFullVO(fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)

remoteTaxonInformationHistoryFullVOToEntity

public void remoteTaxonInformationHistoryFullVOToEntity(RemoteTaxonInformationHistoryFullVO source,
                                                        TaxonInformationHistory target,
                                                        boolean copyIfNull)
Description copied from interface: TaxonInformationHistoryDao
Copies the fields of RemoteTaxonInformationHistoryFullVO to the specified entity.

Specified by:
remoteTaxonInformationHistoryFullVOToEntity in interface TaxonInformationHistoryDao
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.TaxonInformationHistoryDao#remoteTaxonInformationHistoryFullVOToEntity(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO, fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)

toRemoteTaxonInformationHistoryNaturalIdCollection

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

Specified by:
toRemoteTaxonInformationHistoryNaturalIdCollection in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.toRemoteTaxonInformationHistoryNaturalIdCollection(java.util.Collection)

toRemoteTaxonInformationHistoryNaturalIdArray

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

Specified by:
toRemoteTaxonInformationHistoryNaturalIdArray in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.toRemoteTaxonInformationHistoryNaturalIdArray(java.util.Collection)

toRemoteTaxonInformationHistoryNaturalId

protected RemoteTaxonInformationHistoryNaturalId toRemoteTaxonInformationHistoryNaturalId(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 TaxonInformationHistoryDaoImpl class if you intend to use reporting queries.

See Also:
TaxonInformationHistoryDao.toRemoteTaxonInformationHistoryNaturalId(fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)

remoteTaxonInformationHistoryNaturalIdToEntityCollection

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

Specified by:
remoteTaxonInformationHistoryNaturalIdToEntityCollection in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.remoteTaxonInformationHistoryNaturalIdToEntityCollection(java.util.Collection)

toRemoteTaxonInformationHistoryNaturalId

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

toRemoteTaxonInformationHistoryNaturalId

public RemoteTaxonInformationHistoryNaturalId toRemoteTaxonInformationHistoryNaturalId(TaxonInformationHistory entity)
Description copied from interface: TaxonInformationHistoryDao
Converts this DAO's entity to an object of type RemoteTaxonInformationHistoryNaturalId.

Specified by:
toRemoteTaxonInformationHistoryNaturalId in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.toRemoteTaxonInformationHistoryNaturalId(fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)

remoteTaxonInformationHistoryNaturalIdToEntity

public void remoteTaxonInformationHistoryNaturalIdToEntity(RemoteTaxonInformationHistoryNaturalId source,
                                                           TaxonInformationHistory target,
                                                           boolean copyIfNull)
Description copied from interface: TaxonInformationHistoryDao
Copies the fields of RemoteTaxonInformationHistoryNaturalId to the specified entity.

Specified by:
remoteTaxonInformationHistoryNaturalIdToEntity in interface TaxonInformationHistoryDao
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.TaxonInformationHistoryDao#remoteTaxonInformationHistoryNaturalIdToEntity(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryNaturalId, fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)

toClusterTaxonInformationHistoryCollection

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

Specified by:
toClusterTaxonInformationHistoryCollection in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.toClusterTaxonInformationHistoryCollection(java.util.Collection)

toClusterTaxonInformationHistoryArray

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

Specified by:
toClusterTaxonInformationHistoryArray in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.toClusterTaxonInformationHistoryArray(java.util.Collection)

toClusterTaxonInformationHistory

protected ClusterTaxonInformationHistory toClusterTaxonInformationHistory(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 TaxonInformationHistoryDaoImpl class if you intend to use reporting queries.

See Also:
TaxonInformationHistoryDao.toClusterTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)

clusterTaxonInformationHistoryToEntityCollection

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

Specified by:
clusterTaxonInformationHistoryToEntityCollection in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.clusterTaxonInformationHistoryToEntityCollection(java.util.Collection)

toClusterTaxonInformationHistory

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

toClusterTaxonInformationHistory

public ClusterTaxonInformationHistory toClusterTaxonInformationHistory(TaxonInformationHistory entity)
Description copied from interface: TaxonInformationHistoryDao
Converts this DAO's entity to an object of type ClusterTaxonInformationHistory.

Specified by:
toClusterTaxonInformationHistory in interface TaxonInformationHistoryDao
See Also:
TaxonInformationHistoryDao.toClusterTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)

clusterTaxonInformationHistoryToEntity

public void clusterTaxonInformationHistoryToEntity(ClusterTaxonInformationHistory source,
                                                   TaxonInformationHistory target,
                                                   boolean copyIfNull)
Description copied from interface: TaxonInformationHistoryDao
Copies the fields of ClusterTaxonInformationHistory to the specified entity.

Specified by:
clusterTaxonInformationHistoryToEntity in interface TaxonInformationHistoryDao
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.TaxonInformationHistoryDao#clusterTaxonInformationHistoryToEntity(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonInformationHistory, fr.ifremer.allegro.referential.taxon.TaxonInformationHistory)

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

search

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

search

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

search

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

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.