fr.ifremer.allegro.referential.taxon
Interface TaxonInformationHistoryDao

All Known Implementing Classes:
TaxonInformationHistoryDaoBase, TaxonInformationHistoryDaoImpl

public interface TaxonInformationHistoryDao

See Also:
TaxonInformationHistory

Field Summary
static int TRANSFORM_CLUSTERTAXONINFORMATIONHISTORY
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_NONE
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTETAXONINFORMATIONHISTORYFULLVO
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTETAXONINFORMATIONHISTORYNATURALID
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
 
Method Summary
 TaxonInformationHistory clusterTaxonInformationHistoryToEntity(ClusterTaxonInformationHistory clusterTaxonInformationHistory)
          Converts an instance of type ClusterTaxonInformationHistory to this DAO's entity.
 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 getAllTaxonInformationHistory() with an additional flag called transform.
 java.util.Collection getAllTaxonInformationHistory(int pageNumber, int pageSize)
           Does the same thing as 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 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 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 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 getAllTaxonInformationHistory() with an additional argument called queryString.
 java.util.Collection getAllTaxonInformationHistory(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as 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 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 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 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 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 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 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 getAllTaxonInformationHistorySinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(java.sql.Timestamp updateDate)
           
 java.lang.Object load(int transform, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           Does the same thing as 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 loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as 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 loadAll(int) with an additional two arguments called pageNumber and pageSize.
 TaxonInformationHistory remoteTaxonInformationHistoryFullVOToEntity(RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVO)
          Converts an instance of type RemoteTaxonInformationHistoryFullVO to this DAO's entity.
 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.
 TaxonInformationHistory remoteTaxonInformationHistoryNaturalIdToEntity(RemoteTaxonInformationHistoryNaturalId remoteTaxonInformationHistoryNaturalId)
          Converts an instance of type RemoteTaxonInformationHistoryNaturalId 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 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.
 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.
 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.
 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.
 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.
 

Field Detail

TRANSFORM_NONE

static final int TRANSFORM_NONE
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes no transformation will occur.

See Also:
Constant Field Values

TRANSFORM_REMOTETAXONINFORMATIONHISTORYFULLVO

static final int TRANSFORM_REMOTETAXONINFORMATIONHISTORYFULLVO
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type RemoteTaxonInformationHistoryFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTETAXONINFORMATIONHISTORYNATURALID

static final int TRANSFORM_REMOTETAXONINFORMATIONHISTORYNATURALID
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type RemoteTaxonInformationHistoryNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERTAXONINFORMATIONHISTORY

static final int TRANSFORM_CLUSTERTAXONINFORMATIONHISTORY
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type ClusterTaxonInformationHistory.

See Also:
Constant Field Values
Method Detail

toRemoteTaxonInformationHistoryFullVO

void toRemoteTaxonInformationHistoryFullVO(TaxonInformationHistory source,
                                           RemoteTaxonInformationHistoryFullVO target)
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).


toRemoteTaxonInformationHistoryFullVO

RemoteTaxonInformationHistoryFullVO toRemoteTaxonInformationHistoryFullVO(TaxonInformationHistory entity)
Converts this DAO's entity to an object of type RemoteTaxonInformationHistoryFullVO.


toRemoteTaxonInformationHistoryFullVOCollection

void toRemoteTaxonInformationHistoryFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTaxonInformationHistoryFullVO.


toRemoteTaxonInformationHistoryFullVOArray

RemoteTaxonInformationHistoryFullVO[] toRemoteTaxonInformationHistoryFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTaxonInformationHistoryFullVO.


remoteTaxonInformationHistoryFullVOToEntity

void remoteTaxonInformationHistoryFullVOToEntity(RemoteTaxonInformationHistoryFullVO source,
                                                 TaxonInformationHistory target,
                                                 boolean copyIfNull)
Copies the fields of RemoteTaxonInformationHistoryFullVO to the specified entity.

Parameters:
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.

remoteTaxonInformationHistoryFullVOToEntity

TaxonInformationHistory remoteTaxonInformationHistoryFullVOToEntity(RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVO)
Converts an instance of type RemoteTaxonInformationHistoryFullVO to this DAO's entity.


remoteTaxonInformationHistoryFullVOToEntityCollection

void remoteTaxonInformationHistoryFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTaxonInformationHistoryFullVO to this DAO's entity.


toRemoteTaxonInformationHistoryNaturalId

void toRemoteTaxonInformationHistoryNaturalId(TaxonInformationHistory source,
                                              RemoteTaxonInformationHistoryNaturalId target)
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).


toRemoteTaxonInformationHistoryNaturalId

RemoteTaxonInformationHistoryNaturalId toRemoteTaxonInformationHistoryNaturalId(TaxonInformationHistory entity)
Converts this DAO's entity to an object of type RemoteTaxonInformationHistoryNaturalId.


toRemoteTaxonInformationHistoryNaturalIdCollection

void toRemoteTaxonInformationHistoryNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTaxonInformationHistoryNaturalId.


toRemoteTaxonInformationHistoryNaturalIdArray

RemoteTaxonInformationHistoryNaturalId[] toRemoteTaxonInformationHistoryNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTaxonInformationHistoryNaturalId.


remoteTaxonInformationHistoryNaturalIdToEntity

void remoteTaxonInformationHistoryNaturalIdToEntity(RemoteTaxonInformationHistoryNaturalId source,
                                                    TaxonInformationHistory target,
                                                    boolean copyIfNull)
Copies the fields of RemoteTaxonInformationHistoryNaturalId to the specified entity.

Parameters:
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.

remoteTaxonInformationHistoryNaturalIdToEntity

TaxonInformationHistory remoteTaxonInformationHistoryNaturalIdToEntity(RemoteTaxonInformationHistoryNaturalId remoteTaxonInformationHistoryNaturalId)
Converts an instance of type RemoteTaxonInformationHistoryNaturalId to this DAO's entity.


remoteTaxonInformationHistoryNaturalIdToEntityCollection

void remoteTaxonInformationHistoryNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTaxonInformationHistoryNaturalId to this DAO's entity.


toClusterTaxonInformationHistory

void toClusterTaxonInformationHistory(TaxonInformationHistory source,
                                      ClusterTaxonInformationHistory target)
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).


toClusterTaxonInformationHistory

ClusterTaxonInformationHistory toClusterTaxonInformationHistory(TaxonInformationHistory entity)
Converts this DAO's entity to an object of type ClusterTaxonInformationHistory.


toClusterTaxonInformationHistoryCollection

void toClusterTaxonInformationHistoryCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterTaxonInformationHistory.


toClusterTaxonInformationHistoryArray

ClusterTaxonInformationHistory[] toClusterTaxonInformationHistoryArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterTaxonInformationHistory.


clusterTaxonInformationHistoryToEntity

void clusterTaxonInformationHistoryToEntity(ClusterTaxonInformationHistory source,
                                            TaxonInformationHistory target,
                                            boolean copyIfNull)
Copies the fields of ClusterTaxonInformationHistory to the specified entity.

Parameters:
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.

clusterTaxonInformationHistoryToEntity

TaxonInformationHistory clusterTaxonInformationHistoryToEntity(ClusterTaxonInformationHistory clusterTaxonInformationHistory)
Converts an instance of type ClusterTaxonInformationHistory to this DAO's entity.


clusterTaxonInformationHistoryToEntityCollection

void clusterTaxonInformationHistoryToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterTaxonInformationHistory to this DAO's entity.


load

TaxonInformationHistory load(ReferenceDocument referenceDocument,
                             TaxonNameHistory taxonNameHistory)
Loads an instance of fr.ifremer.allegro.referential.taxon.TaxonInformationHistory from the persistent store.


load

java.lang.Object load(int transform,
                      ReferenceDocument referenceDocument,
                      TaxonNameHistory taxonNameHistory)

Does the same thing as 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.

Parameters:
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.

loadAll

java.util.Collection loadAll()
Loads all entities of type TaxonInformationHistory.

Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int transform)

Does the same thing as 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.

Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int pageNumber,
                             int pageSize)

Does the same thing as 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.

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.

loadAll

java.util.Collection loadAll(int transform,
                             int pageNumber,
                             int pageSize)

Does the same thing as 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.

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.

create

TaxonInformationHistory create(TaxonInformationHistory taxonInformationHistory)
Creates an instance of fr.ifremer.allegro.referential.taxon.TaxonInformationHistory and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        TaxonInformationHistory taxonInformationHistory)

Does the same thing as 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.


create

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

Parameters:
entities - the collection of fr.ifremer.allegro.referential.taxon.TaxonInformationHistory instances to create.
Returns:
the created instances.

create

java.util.Collection create(int transform,
                            java.util.Collection entities)

Does the same thing as 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.


create

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.


create

java.lang.Object create(int transform,
                        java.lang.String description,
                        java.sql.Timestamp updateDate,
                        ReferenceDocument referenceDocument,
                        TaxonNameHistory taxonNameHistory)

Does the same thing as 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.


create

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.


create

java.lang.Object create(int transform,
                        ReferenceDocument referenceDocument,
                        TaxonNameHistory taxonNameHistory)

Does the same thing as 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.


update

void update(TaxonInformationHistory taxonInformationHistory)
Updates the taxonInformationHistory instance in the persistent store.


update

void update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store.


remove

void remove(TaxonInformationHistory taxonInformationHistory)
Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonInformationHistory from the persistent store.


remove

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


remove

void remove(java.util.Collection entities)
Removes all entities in the given entities collection.


getAllTaxonInformationHistory

java.util.Collection getAllTaxonInformationHistory()

getAllTaxonInformationHistory

java.util.Collection getAllTaxonInformationHistory(java.lang.String queryString)

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


getAllTaxonInformationHistory

java.util.Collection getAllTaxonInformationHistory(int pageNumber,
                                                   int pageSize)

Does the same thing as 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.


getAllTaxonInformationHistory

java.util.Collection getAllTaxonInformationHistory(java.lang.String queryString,
                                                   int pageNumber,
                                                   int pageSize)

Does the same thing as 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.


getAllTaxonInformationHistory

java.util.Collection getAllTaxonInformationHistory(int transform)

Does the same thing as 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.


getAllTaxonInformationHistory

java.util.Collection getAllTaxonInformationHistory(int transform,
                                                   int pageNumber,
                                                   int pageSize)

Does the same thing as 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.


getAllTaxonInformationHistory

java.util.Collection getAllTaxonInformationHistory(int transform,
                                                   java.lang.String queryString)

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


getAllTaxonInformationHistory

java.util.Collection getAllTaxonInformationHistory(int transform,
                                                   java.lang.String queryString,
                                                   int pageNumber,
                                                   int pageSize)

Does the same thing as 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.


findTaxonInformationHistoryByReferenceDocument

java.util.Collection findTaxonInformationHistoryByReferenceDocument(ReferenceDocument referenceDocument)

findTaxonInformationHistoryByReferenceDocument

java.util.Collection findTaxonInformationHistoryByReferenceDocument(java.lang.String queryString,
                                                                    ReferenceDocument referenceDocument)

Does the same thing as 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 findTaxonInformationHistoryByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument).


findTaxonInformationHistoryByReferenceDocument

java.util.Collection findTaxonInformationHistoryByReferenceDocument(int pageNumber,
                                                                    int pageSize,
                                                                    ReferenceDocument referenceDocument)

Does the same thing as 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.


findTaxonInformationHistoryByReferenceDocument

java.util.Collection findTaxonInformationHistoryByReferenceDocument(java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    ReferenceDocument referenceDocument)

Does the same thing as 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.


findTaxonInformationHistoryByReferenceDocument

java.util.Collection findTaxonInformationHistoryByReferenceDocument(int transform,
                                                                    ReferenceDocument referenceDocument)

Does the same thing as 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.


findTaxonInformationHistoryByReferenceDocument

java.util.Collection findTaxonInformationHistoryByReferenceDocument(int transform,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    ReferenceDocument referenceDocument)

Does the same thing as 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.


findTaxonInformationHistoryByReferenceDocument

java.util.Collection findTaxonInformationHistoryByReferenceDocument(int transform,
                                                                    java.lang.String queryString,
                                                                    ReferenceDocument referenceDocument)

Does the same thing as 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 findTaxonInformationHistoryByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument referenceDocument).


findTaxonInformationHistoryByReferenceDocument

java.util.Collection findTaxonInformationHistoryByReferenceDocument(int transform,
                                                                    java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    ReferenceDocument referenceDocument)

Does the same thing as 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.


findTaxonInformationHistoryByTaxonNameHistory

java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(TaxonNameHistory taxonNameHistory)

findTaxonInformationHistoryByTaxonNameHistory

java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(java.lang.String queryString,
                                                                   TaxonNameHistory taxonNameHistory)

Does the same thing as 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 findTaxonInformationHistoryByTaxonNameHistory(fr.ifremer.allegro.referential.taxon.TaxonNameHistory).


findTaxonInformationHistoryByTaxonNameHistory

java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(int pageNumber,
                                                                   int pageSize,
                                                                   TaxonNameHistory taxonNameHistory)

Does the same thing as 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.


findTaxonInformationHistoryByTaxonNameHistory

java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(java.lang.String queryString,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   TaxonNameHistory taxonNameHistory)

Does the same thing as 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.


findTaxonInformationHistoryByTaxonNameHistory

java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(int transform,
                                                                   TaxonNameHistory taxonNameHistory)

Does the same thing as 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.


findTaxonInformationHistoryByTaxonNameHistory

java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(int transform,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   TaxonNameHistory taxonNameHistory)

Does the same thing as 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.


findTaxonInformationHistoryByTaxonNameHistory

java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(int transform,
                                                                   java.lang.String queryString,
                                                                   TaxonNameHistory taxonNameHistory)

Does the same thing as 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 findTaxonInformationHistoryByTaxonNameHistory(int, fr.ifremer.allegro.referential.taxon.TaxonNameHistory taxonNameHistory).


findTaxonInformationHistoryByTaxonNameHistory

java.util.Collection findTaxonInformationHistoryByTaxonNameHistory(int transform,
                                                                   java.lang.String queryString,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   TaxonNameHistory taxonNameHistory)

Does the same thing as 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.


findTaxonInformationHistoryByIdentifiers

TaxonInformationHistory findTaxonInformationHistoryByIdentifiers(ReferenceDocument referenceDocument,
                                                                 TaxonNameHistory taxonNameHistory)

findTaxonInformationHistoryByIdentifiers

TaxonInformationHistory findTaxonInformationHistoryByIdentifiers(java.lang.String queryString,
                                                                 ReferenceDocument referenceDocument,
                                                                 TaxonNameHistory taxonNameHistory)

Does the same thing as 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 findTaxonInformationHistoryByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory).


findTaxonInformationHistoryByIdentifiers

java.lang.Object findTaxonInformationHistoryByIdentifiers(int transform,
                                                          ReferenceDocument referenceDocument,
                                                          TaxonNameHistory taxonNameHistory)

Does the same thing as 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.


findTaxonInformationHistoryByIdentifiers

java.lang.Object findTaxonInformationHistoryByIdentifiers(int transform,
                                                          java.lang.String queryString,
                                                          ReferenceDocument referenceDocument,
                                                          TaxonNameHistory taxonNameHistory)

Does the same thing as 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 findTaxonInformationHistoryByIdentifiers(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument referenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory taxonNameHistory).


findTaxonInformationHistoryByNaturalId

TaxonInformationHistory findTaxonInformationHistoryByNaturalId(ReferenceDocument referenceDocument,
                                                               TaxonNameHistory taxonNameHistory)

findTaxonInformationHistoryByNaturalId

TaxonInformationHistory findTaxonInformationHistoryByNaturalId(java.lang.String queryString,
                                                               ReferenceDocument referenceDocument,
                                                               TaxonNameHistory taxonNameHistory)

Does the same thing as 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 findTaxonInformationHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory).


findTaxonInformationHistoryByNaturalId

java.lang.Object findTaxonInformationHistoryByNaturalId(int transform,
                                                        ReferenceDocument referenceDocument,
                                                        TaxonNameHistory taxonNameHistory)

Does the same thing as 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.


findTaxonInformationHistoryByNaturalId

java.lang.Object findTaxonInformationHistoryByNaturalId(int transform,
                                                        java.lang.String queryString,
                                                        ReferenceDocument referenceDocument,
                                                        TaxonNameHistory taxonNameHistory)

Does the same thing as 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 findTaxonInformationHistoryByNaturalId(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument referenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory taxonNameHistory).


getAllTaxonInformationHistorySinceDateSynchro

java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(java.sql.Timestamp updateDate)

getAllTaxonInformationHistorySinceDateSynchro

java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(java.lang.String queryString,
                                                                   java.sql.Timestamp updateDate)

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


getAllTaxonInformationHistorySinceDateSynchro

java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(int pageNumber,
                                                                   int pageSize,
                                                                   java.sql.Timestamp updateDate)

Does the same thing as 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.


getAllTaxonInformationHistorySinceDateSynchro

java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(java.lang.String queryString,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   java.sql.Timestamp updateDate)

Does the same thing as 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.


getAllTaxonInformationHistorySinceDateSynchro

java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(int transform,
                                                                   java.sql.Timestamp updateDate)

Does the same thing as 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.


getAllTaxonInformationHistorySinceDateSynchro

java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(int transform,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   java.sql.Timestamp updateDate)

Does the same thing as 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.


getAllTaxonInformationHistorySinceDateSynchro

java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(int transform,
                                                                   java.lang.String queryString,
                                                                   java.sql.Timestamp updateDate)

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


getAllTaxonInformationHistorySinceDateSynchro

java.util.Collection getAllTaxonInformationHistorySinceDateSynchro(int transform,
                                                                   java.lang.String queryString,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   java.sql.Timestamp updateDate)

Does the same thing as 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.


createFromClusterTaxonInformationHistory

TaxonInformationHistory createFromClusterTaxonInformationHistory(ClusterTaxonInformationHistory clusterTaxonInformationHistory)

search

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. These flags allow you to limit your data to a specified page number and size.

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.

search

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. These flags allow you to limit your data to a specified page number and size.

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.

search

java.util.Set search(int transform,
                     Search search)
Does the same thing as 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.

Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.

search

java.util.Set search(Search search)
Performs a search using the parameters specified in the given search object.

Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.


Copyright © 2008-2010 IFREMER. All Rights Reserved.