fr.ifremer.allegro.referential.taxon
Interface TaxonInformationDao

All Known Implementing Classes:
TaxonInformationDaoBase, TaxonInformationDaoImpl

public interface TaxonInformationDao

See Also:
TaxonInformation

Field Summary
static int TRANSFORM_CLUSTERTAXONINFORMATION
          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_REMOTETAXONINFORMATIONFULLVO
          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_REMOTETAXONINFORMATIONNATURALID
          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
 TaxonInformation clusterTaxonInformationToEntity(ClusterTaxonInformation clusterTaxonInformation)
          Converts an instance of type ClusterTaxonInformation to this DAO's entity.
 void clusterTaxonInformationToEntity(ClusterTaxonInformation source, TaxonInformation target, boolean copyIfNull)
          Copies the fields of ClusterTaxonInformation to the specified entity.
 void clusterTaxonInformationToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterTaxonInformation to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.referential.taxon.TaxonInformation 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.TaxonInformation) with an additional flag called transform.
 java.lang.Object create(int transform, ReferenceDocument referenceDocument, TaxonName taxonName)
           Does the same thing as create(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonName) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.String description, java.sql.Timestamp updateDate, ReferenceDocument referenceDocument, TaxonName taxonName)
           Does the same thing as create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonName) with an additional flag called transform.
 java.lang.Object create(int transform, TaxonInformation taxonInformation)
           Does the same thing as create(fr.ifremer.allegro.referential.taxon.TaxonInformation) with an additional flag called transform.
 TaxonInformation create(ReferenceDocument referenceDocument, TaxonName taxonName)
           Creates a new fr.ifremer.allegro.referential.taxon.TaxonInformation instance from only required properties (attributes and association ends) and adds it to the persistent store.
 TaxonInformation create(java.lang.String description, java.sql.Timestamp updateDate, ReferenceDocument referenceDocument, TaxonName taxonName)
           Creates a new fr.ifremer.allegro.referential.taxon.TaxonInformation instance from all attributes and properties and adds it to the persistent store.
 TaxonInformation create(TaxonInformation taxonInformation)
          Creates an instance of fr.ifremer.allegro.referential.taxon.TaxonInformation and adds it to the persistent store.
 TaxonInformation createFromClusterTaxonInformation(ClusterTaxonInformation clusterTaxonInformation)
           
 java.lang.Object findTaxonInformationByIdentifiers(int transform, java.lang.String queryString, TaxonName taxonName, ReferenceDocument referenceDocument)
           Does the same thing as findTaxonInformationByIdentifiers(int, fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional argument called queryString.
 java.lang.Object findTaxonInformationByIdentifiers(int transform, TaxonName taxonName, ReferenceDocument referenceDocument)
           Does the same thing as findTaxonInformationByIdentifiers(fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional flag called transform.
 TaxonInformation findTaxonInformationByIdentifiers(java.lang.String queryString, TaxonName taxonName, ReferenceDocument referenceDocument)
           Does the same thing as findTaxonInformationByIdentifiers(fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional argument called queryString.
 TaxonInformation findTaxonInformationByIdentifiers(TaxonName taxonName, ReferenceDocument referenceDocument)
           
 java.lang.Object findTaxonInformationByNaturalId(int transform, java.lang.String queryString, TaxonName taxonName, ReferenceDocument referenceDocument)
           Does the same thing as findTaxonInformationByNaturalId(int, fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional argument called queryString.
 java.lang.Object findTaxonInformationByNaturalId(int transform, TaxonName taxonName, ReferenceDocument referenceDocument)
           Does the same thing as findTaxonInformationByNaturalId(fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional flag called transform.
 TaxonInformation findTaxonInformationByNaturalId(java.lang.String queryString, TaxonName taxonName, ReferenceDocument referenceDocument)
           Does the same thing as findTaxonInformationByNaturalId(fr.ifremer.allegro.referential.taxon.TaxonName, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional argument called queryString.
 TaxonInformation findTaxonInformationByNaturalId(TaxonName taxonName, ReferenceDocument referenceDocument)
           
 java.util.Collection findTaxonInformationByReferenceDocument(int transform, int pageNumber, int pageSize, ReferenceDocument referenceDocument)
           Does the same thing as findTaxonInformationByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonInformationByReferenceDocument(int pageNumber, int pageSize, ReferenceDocument referenceDocument)
           Does the same thing as findTaxonInformationByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonInformationByReferenceDocument(int transform, ReferenceDocument referenceDocument)
           Does the same thing as findTaxonInformationByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional flag called transform.
 java.util.Collection findTaxonInformationByReferenceDocument(int transform, java.lang.String queryString, int pageNumber, int pageSize, ReferenceDocument referenceDocument)
           Does the same thing as findTaxonInformationByReferenceDocument(int, String, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonInformationByReferenceDocument(int transform, java.lang.String queryString, ReferenceDocument referenceDocument)
           Does the same thing as findTaxonInformationByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional argument called queryString.
 java.util.Collection findTaxonInformationByReferenceDocument(ReferenceDocument referenceDocument)
           
 java.util.Collection findTaxonInformationByReferenceDocument(java.lang.String queryString, int pageNumber, int pageSize, ReferenceDocument referenceDocument)
           Does the same thing as findTaxonInformationByReferenceDocument(String, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonInformationByReferenceDocument(java.lang.String queryString, ReferenceDocument referenceDocument)
           Does the same thing as findTaxonInformationByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional argument called queryString.
 java.util.Collection findTaxonInformationByTaxonName(int transform, int pageNumber, int pageSize, TaxonName taxonName)
           Does the same thing as findTaxonInformationByTaxonName(int, fr.ifremer.allegro.referential.taxon.TaxonName) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonInformationByTaxonName(int pageNumber, int pageSize, TaxonName taxonName)
           Does the same thing as findTaxonInformationByTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonInformationByTaxonName(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonName taxonName)
           Does the same thing as findTaxonInformationByTaxonName(int, String, fr.ifremer.allegro.referential.taxon.TaxonName) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonInformationByTaxonName(int transform, java.lang.String queryString, TaxonName taxonName)
           Does the same thing as findTaxonInformationByTaxonName(int, fr.ifremer.allegro.referential.taxon.TaxonName) with an additional argument called queryString.
 java.util.Collection findTaxonInformationByTaxonName(int transform, TaxonName taxonName)
           Does the same thing as findTaxonInformationByTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName) with an additional flag called transform.
 java.util.Collection findTaxonInformationByTaxonName(java.lang.String queryString, int pageNumber, int pageSize, TaxonName taxonName)
           Does the same thing as findTaxonInformationByTaxonName(String, fr.ifremer.allegro.referential.taxon.TaxonName) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonInformationByTaxonName(java.lang.String queryString, TaxonName taxonName)
           Does the same thing as findTaxonInformationByTaxonName(fr.ifremer.allegro.referential.taxon.TaxonName) with an additional argument called queryString.
 java.util.Collection findTaxonInformationByTaxonName(TaxonName taxonName)
           
 ClusterTaxonInformation[] getAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllTaxonInformation()
           
 java.util.Collection getAllTaxonInformation(int transform)
           Does the same thing as getAllTaxonInformation() with an additional flag called transform.
 java.util.Collection getAllTaxonInformation(int pageNumber, int pageSize)
           Does the same thing as getAllTaxonInformation() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonInformation(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllTaxonInformation(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonInformation(int transform, java.lang.String queryString)
           Does the same thing as getAllTaxonInformation(int) with an additional argument called queryString.
 java.util.Collection getAllTaxonInformation(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllTaxonInformation(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonInformation(java.lang.String queryString)
           Does the same thing as getAllTaxonInformation() with an additional argument called queryString.
 java.util.Collection getAllTaxonInformation(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllTaxonInformation(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonInformationSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTaxonInformationSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonInformationSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTaxonInformationSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonInformationSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTaxonInformationSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonInformationSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllTaxonInformationSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTaxonInformationSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as getAllTaxonInformationSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllTaxonInformationSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTaxonInformationSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonInformationSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllTaxonInformationSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTaxonInformationSinceDateSynchro(java.sql.Timestamp updateDate)
           
 java.lang.Object load(int transform, ReferenceDocument referenceDocument, TaxonName taxonName)
           Does the same thing as load(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonName) with an additional flag called transform.
 TaxonInformation load(ReferenceDocument referenceDocument, TaxonName taxonName)
          Loads an instance of fr.ifremer.allegro.referential.taxon.TaxonInformation from the persistent store.
 java.util.Collection loadAll()
          Loads all entities of type TaxonInformation.
 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.
 TaxonInformation remoteTaxonInformationFullVOToEntity(RemoteTaxonInformationFullVO remoteTaxonInformationFullVO)
          Converts an instance of type RemoteTaxonInformationFullVO to this DAO's entity.
 void remoteTaxonInformationFullVOToEntity(RemoteTaxonInformationFullVO source, TaxonInformation target, boolean copyIfNull)
          Copies the fields of RemoteTaxonInformationFullVO to the specified entity.
 void remoteTaxonInformationFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTaxonInformationFullVO to this DAO's entity.
 TaxonInformation remoteTaxonInformationNaturalIdToEntity(RemoteTaxonInformationNaturalId remoteTaxonInformationNaturalId)
          Converts an instance of type RemoteTaxonInformationNaturalId to this DAO's entity.
 void remoteTaxonInformationNaturalIdToEntity(RemoteTaxonInformationNaturalId source, TaxonInformation target, boolean copyIfNull)
          Copies the fields of RemoteTaxonInformationNaturalId to the specified entity.
 void remoteTaxonInformationNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTaxonInformationNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(ReferenceDocument referenceDocument, TaxonName taxonName)
          Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonInformation having the given identifiers from the persistent store.
 void remove(TaxonInformation taxonInformation)
          Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonInformation 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.
 ClusterTaxonInformation toClusterTaxonInformation(TaxonInformation entity)
          Converts this DAO's entity to an object of type ClusterTaxonInformation.
 void toClusterTaxonInformation(TaxonInformation source, ClusterTaxonInformation target)
          Copies the fields of the specified entity to the target value object.
 ClusterTaxonInformation[] toClusterTaxonInformationArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterTaxonInformation.
 void toClusterTaxonInformationCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterTaxonInformation.
 RemoteTaxonInformationFullVO toRemoteTaxonInformationFullVO(TaxonInformation entity)
          Converts this DAO's entity to an object of type RemoteTaxonInformationFullVO.
 void toRemoteTaxonInformationFullVO(TaxonInformation source, RemoteTaxonInformationFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteTaxonInformationFullVO[] toRemoteTaxonInformationFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTaxonInformationFullVO.
 void toRemoteTaxonInformationFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTaxonInformationFullVO.
 RemoteTaxonInformationNaturalId toRemoteTaxonInformationNaturalId(TaxonInformation entity)
          Converts this DAO's entity to an object of type RemoteTaxonInformationNaturalId.
 void toRemoteTaxonInformationNaturalId(TaxonInformation source, RemoteTaxonInformationNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteTaxonInformationNaturalId[] toRemoteTaxonInformationNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTaxonInformationNaturalId.
 void toRemoteTaxonInformationNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTaxonInformationNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(TaxonInformation taxonInformation)
          Updates the taxonInformation 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_REMOTETAXONINFORMATIONFULLVO

static final int TRANSFORM_REMOTETAXONINFORMATIONFULLVO
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 RemoteTaxonInformationFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTETAXONINFORMATIONNATURALID

static final int TRANSFORM_REMOTETAXONINFORMATIONNATURALID
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 RemoteTaxonInformationNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERTAXONINFORMATION

static final int TRANSFORM_CLUSTERTAXONINFORMATION
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 ClusterTaxonInformation.

See Also:
Constant Field Values
Method Detail

toRemoteTaxonInformationFullVO

void toRemoteTaxonInformationFullVO(TaxonInformation source,
                                    RemoteTaxonInformationFullVO target)
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteTaxonInformationFullVO(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toRemoteTaxonInformationFullVO

RemoteTaxonInformationFullVO toRemoteTaxonInformationFullVO(TaxonInformation entity)
Converts this DAO's entity to an object of type RemoteTaxonInformationFullVO.


toRemoteTaxonInformationFullVOCollection

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


toRemoteTaxonInformationFullVOArray

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


remoteTaxonInformationFullVOToEntity

void remoteTaxonInformationFullVOToEntity(RemoteTaxonInformationFullVO source,
                                          TaxonInformation target,
                                          boolean copyIfNull)
Copies the fields of RemoteTaxonInformationFullVO 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.

remoteTaxonInformationFullVOToEntity

TaxonInformation remoteTaxonInformationFullVOToEntity(RemoteTaxonInformationFullVO remoteTaxonInformationFullVO)
Converts an instance of type RemoteTaxonInformationFullVO to this DAO's entity.


remoteTaxonInformationFullVOToEntityCollection

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


toRemoteTaxonInformationNaturalId

void toRemoteTaxonInformationNaturalId(TaxonInformation source,
                                       RemoteTaxonInformationNaturalId target)
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteTaxonInformationNaturalId(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toRemoteTaxonInformationNaturalId

RemoteTaxonInformationNaturalId toRemoteTaxonInformationNaturalId(TaxonInformation entity)
Converts this DAO's entity to an object of type RemoteTaxonInformationNaturalId.


toRemoteTaxonInformationNaturalIdCollection

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


toRemoteTaxonInformationNaturalIdArray

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


remoteTaxonInformationNaturalIdToEntity

void remoteTaxonInformationNaturalIdToEntity(RemoteTaxonInformationNaturalId source,
                                             TaxonInformation target,
                                             boolean copyIfNull)
Copies the fields of RemoteTaxonInformationNaturalId 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.

remoteTaxonInformationNaturalIdToEntity

TaxonInformation remoteTaxonInformationNaturalIdToEntity(RemoteTaxonInformationNaturalId remoteTaxonInformationNaturalId)
Converts an instance of type RemoteTaxonInformationNaturalId to this DAO's entity.


remoteTaxonInformationNaturalIdToEntityCollection

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


toClusterTaxonInformation

void toClusterTaxonInformation(TaxonInformation source,
                               ClusterTaxonInformation target)
Copies the fields of the specified entity to the target value object. This method is similar to toClusterTaxonInformation(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toClusterTaxonInformation

ClusterTaxonInformation toClusterTaxonInformation(TaxonInformation entity)
Converts this DAO's entity to an object of type ClusterTaxonInformation.


toClusterTaxonInformationCollection

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


toClusterTaxonInformationArray

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


clusterTaxonInformationToEntity

void clusterTaxonInformationToEntity(ClusterTaxonInformation source,
                                     TaxonInformation target,
                                     boolean copyIfNull)
Copies the fields of ClusterTaxonInformation 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.

clusterTaxonInformationToEntity

TaxonInformation clusterTaxonInformationToEntity(ClusterTaxonInformation clusterTaxonInformation)
Converts an instance of type ClusterTaxonInformation to this DAO's entity.


clusterTaxonInformationToEntityCollection

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


load

TaxonInformation load(ReferenceDocument referenceDocument,
                      TaxonName taxonName)
Loads an instance of fr.ifremer.allegro.referential.taxon.TaxonInformation from the persistent store.


load

java.lang.Object load(int transform,
                      ReferenceDocument referenceDocument,
                      TaxonName taxonName)

Does the same thing as load(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonName) 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
taxonName - 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 TaxonInformation.

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

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


create

java.lang.Object create(int transform,
                        TaxonInformation taxonInformation)

Does the same thing as create(fr.ifremer.allegro.referential.taxon.TaxonInformation) 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.TaxonInformation and adds from the passed in entities collection

Parameters:
entities - the collection of fr.ifremer.allegro.referential.taxon.TaxonInformation 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.TaxonInformation) 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

TaxonInformation create(java.lang.String description,
                        java.sql.Timestamp updateDate,
                        ReferenceDocument referenceDocument,
                        TaxonName taxonName)

Creates a new fr.ifremer.allegro.referential.taxon.TaxonInformation 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,
                        TaxonName taxonName)

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

TaxonInformation create(ReferenceDocument referenceDocument,
                        TaxonName taxonName)

Creates a new fr.ifremer.allegro.referential.taxon.TaxonInformation 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,
                        TaxonName taxonName)

Does the same thing as create(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonName) 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(TaxonInformation taxonInformation)
Updates the taxonInformation 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(TaxonInformation taxonInformation)
Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonInformation from the persistent store.


remove

void remove(ReferenceDocument referenceDocument,
            TaxonName taxonName)
Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonInformation having the given identifiers from the persistent store.


remove

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


getAllTaxonInformation

java.util.Collection getAllTaxonInformation()

getAllTaxonInformation

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

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


getAllTaxonInformation

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

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


getAllTaxonInformation

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

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


getAllTaxonInformation

java.util.Collection getAllTaxonInformation(int transform)

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


getAllTaxonInformation

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

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


getAllTaxonInformation

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

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


getAllTaxonInformation

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

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


findTaxonInformationByTaxonName

java.util.Collection findTaxonInformationByTaxonName(TaxonName taxonName)

findTaxonInformationByTaxonName

java.util.Collection findTaxonInformationByTaxonName(java.lang.String queryString,
                                                     TaxonName taxonName)

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


findTaxonInformationByTaxonName

java.util.Collection findTaxonInformationByTaxonName(int pageNumber,
                                                     int pageSize,
                                                     TaxonName taxonName)

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


findTaxonInformationByTaxonName

java.util.Collection findTaxonInformationByTaxonName(java.lang.String queryString,
                                                     int pageNumber,
                                                     int pageSize,
                                                     TaxonName taxonName)

Does the same thing as findTaxonInformationByTaxonName(String, fr.ifremer.allegro.referential.taxon.TaxonName) 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.


findTaxonInformationByTaxonName

java.util.Collection findTaxonInformationByTaxonName(int transform,
                                                     TaxonName taxonName)

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


findTaxonInformationByTaxonName

java.util.Collection findTaxonInformationByTaxonName(int transform,
                                                     int pageNumber,
                                                     int pageSize,
                                                     TaxonName taxonName)

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


findTaxonInformationByTaxonName

java.util.Collection findTaxonInformationByTaxonName(int transform,
                                                     java.lang.String queryString,
                                                     TaxonName taxonName)

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


findTaxonInformationByTaxonName

java.util.Collection findTaxonInformationByTaxonName(int transform,
                                                     java.lang.String queryString,
                                                     int pageNumber,
                                                     int pageSize,
                                                     TaxonName taxonName)

Does the same thing as findTaxonInformationByTaxonName(int, String, fr.ifremer.allegro.referential.taxon.TaxonName) 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.


findTaxonInformationByReferenceDocument

java.util.Collection findTaxonInformationByReferenceDocument(ReferenceDocument referenceDocument)

findTaxonInformationByReferenceDocument

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

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


findTaxonInformationByReferenceDocument

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

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


findTaxonInformationByReferenceDocument

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

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


findTaxonInformationByReferenceDocument

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

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


findTaxonInformationByReferenceDocument

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

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


findTaxonInformationByReferenceDocument

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

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


findTaxonInformationByReferenceDocument

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

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


findTaxonInformationByIdentifiers

TaxonInformation findTaxonInformationByIdentifiers(TaxonName taxonName,
                                                   ReferenceDocument referenceDocument)

findTaxonInformationByIdentifiers

TaxonInformation findTaxonInformationByIdentifiers(java.lang.String queryString,
                                                   TaxonName taxonName,
                                                   ReferenceDocument referenceDocument)

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


findTaxonInformationByIdentifiers

java.lang.Object findTaxonInformationByIdentifiers(int transform,
                                                   TaxonName taxonName,
                                                   ReferenceDocument referenceDocument)

Does the same thing as findTaxonInformationByIdentifiers(fr.ifremer.allegro.referential.taxon.TaxonName, 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.


findTaxonInformationByIdentifiers

java.lang.Object findTaxonInformationByIdentifiers(int transform,
                                                   java.lang.String queryString,
                                                   TaxonName taxonName,
                                                   ReferenceDocument referenceDocument)

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


findTaxonInformationByNaturalId

TaxonInformation findTaxonInformationByNaturalId(TaxonName taxonName,
                                                 ReferenceDocument referenceDocument)

findTaxonInformationByNaturalId

TaxonInformation findTaxonInformationByNaturalId(java.lang.String queryString,
                                                 TaxonName taxonName,
                                                 ReferenceDocument referenceDocument)

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


findTaxonInformationByNaturalId

java.lang.Object findTaxonInformationByNaturalId(int transform,
                                                 TaxonName taxonName,
                                                 ReferenceDocument referenceDocument)

Does the same thing as findTaxonInformationByNaturalId(fr.ifremer.allegro.referential.taxon.TaxonName, 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.


findTaxonInformationByNaturalId

java.lang.Object findTaxonInformationByNaturalId(int transform,
                                                 java.lang.String queryString,
                                                 TaxonName taxonName,
                                                 ReferenceDocument referenceDocument)

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


getAllTaxonInformationSinceDateSynchro

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

getAllTaxonInformationSinceDateSynchro

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

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


getAllTaxonInformationSinceDateSynchro

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

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


getAllTaxonInformationSinceDateSynchro

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

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


getAllTaxonInformationSinceDateSynchro

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

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


getAllTaxonInformationSinceDateSynchro

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

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


getAllTaxonInformationSinceDateSynchro

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

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


getAllTaxonInformationSinceDateSynchro

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

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


createFromClusterTaxonInformation

TaxonInformation createFromClusterTaxonInformation(ClusterTaxonInformation clusterTaxonInformation)

getAllClusterTaxonInformationSinceDateSynchro

ClusterTaxonInformation[] getAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                        java.lang.Integer userId,
                                                                        java.lang.Integer[] registrationLocationIds,
                                                                        java.lang.Integer pageNumber,
                                                                        java.lang.Integer pageSize)

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.