fr.ifremer.allegro.referential.taxon
Interface TaxonGroupInformationDao

All Known Implementing Classes:
TaxonGroupInformationDaoBase, TaxonGroupInformationDaoImpl

public interface TaxonGroupInformationDao

See Also:
TaxonGroupInformation

Field Summary
static int TRANSFORM_CLUSTERTAXONGROUPINFORMATION
          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_REMOTETAXONGROUPINFORMATIONFULLVO
          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_REMOTETAXONGROUPINFORMATIONNATURALID
          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
 TaxonGroupInformation clusterTaxonGroupInformationToEntity(ClusterTaxonGroupInformation clusterTaxonGroupInformation)
          Converts an instance of type ClusterTaxonGroupInformation to this DAO's entity.
 void clusterTaxonGroupInformationToEntity(ClusterTaxonGroupInformation source, TaxonGroupInformation target, boolean copyIfNull)
          Copies the fields of ClusterTaxonGroupInformation to the specified entity.
 void clusterTaxonGroupInformationToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterTaxonGroupInformation to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.referential.taxon.TaxonGroupInformation 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.TaxonGroupInformation) with an additional flag called transform.
 java.lang.Object create(int transform, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           Does the same thing as create(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.String description, java.sql.Timestamp updateDate, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           Does the same thing as create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional flag called transform.
 java.lang.Object create(int transform, TaxonGroupInformation taxonGroupInformation)
           Does the same thing as create(fr.ifremer.allegro.referential.taxon.TaxonGroupInformation) with an additional flag called transform.
 TaxonGroupInformation create(ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           Creates a new fr.ifremer.allegro.referential.taxon.TaxonGroupInformation instance from only required properties (attributes and association ends) and adds it to the persistent store.
 TaxonGroupInformation create(java.lang.String description, java.sql.Timestamp updateDate, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           Creates a new fr.ifremer.allegro.referential.taxon.TaxonGroupInformation instance from all attributes and properties and adds it to the persistent store.
 TaxonGroupInformation create(TaxonGroupInformation taxonGroupInformation)
          Creates an instance of fr.ifremer.allegro.referential.taxon.TaxonGroupInformation and adds it to the persistent store.
 TaxonGroupInformation createFromClusterTaxonGroupInformation(ClusterTaxonGroupInformation clusterTaxonGroupInformation)
           
 java.lang.Object findTaxonGroupInformationByIdentifiers(int transform, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           Does the same thing as findTaxonGroupInformationByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional flag called transform.
 java.lang.Object findTaxonGroupInformationByIdentifiers(int transform, java.lang.String queryString, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           Does the same thing as findTaxonGroupInformationByIdentifiers(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString.
 TaxonGroupInformation findTaxonGroupInformationByIdentifiers(ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           
 TaxonGroupInformation findTaxonGroupInformationByIdentifiers(java.lang.String queryString, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           Does the same thing as findTaxonGroupInformationByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString.
 java.lang.Object findTaxonGroupInformationByNaturalId(int transform, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           Does the same thing as findTaxonGroupInformationByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional flag called transform.
 java.lang.Object findTaxonGroupInformationByNaturalId(int transform, java.lang.String queryString, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           Does the same thing as findTaxonGroupInformationByNaturalId(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString.
 TaxonGroupInformation findTaxonGroupInformationByNaturalId(ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           
 TaxonGroupInformation findTaxonGroupInformationByNaturalId(java.lang.String queryString, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           Does the same thing as findTaxonGroupInformationByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString.
 java.util.Collection findTaxonGroupInformationByReferenceDocument(int transform, int pageNumber, int pageSize, ReferenceDocument referenceDocument)
           Does the same thing as findTaxonGroupInformationByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonGroupInformationByReferenceDocument(int pageNumber, int pageSize, ReferenceDocument referenceDocument)
           Does the same thing as findTaxonGroupInformationByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonGroupInformationByReferenceDocument(int transform, ReferenceDocument referenceDocument)
           Does the same thing as findTaxonGroupInformationByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional flag called transform.
 java.util.Collection findTaxonGroupInformationByReferenceDocument(int transform, java.lang.String queryString, int pageNumber, int pageSize, ReferenceDocument referenceDocument)
           Does the same thing as findTaxonGroupInformationByReferenceDocument(int, String, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonGroupInformationByReferenceDocument(int transform, java.lang.String queryString, ReferenceDocument referenceDocument)
           Does the same thing as findTaxonGroupInformationByReferenceDocument(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional argument called queryString.
 java.util.Collection findTaxonGroupInformationByReferenceDocument(ReferenceDocument referenceDocument)
           
 java.util.Collection findTaxonGroupInformationByReferenceDocument(java.lang.String queryString, int pageNumber, int pageSize, ReferenceDocument referenceDocument)
           Does the same thing as findTaxonGroupInformationByReferenceDocument(String, fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonGroupInformationByReferenceDocument(java.lang.String queryString, ReferenceDocument referenceDocument)
           Does the same thing as findTaxonGroupInformationByReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument) with an additional argument called queryString.
 java.util.Collection findTaxonGroupInformationByTaxonGroup(int transform, int pageNumber, int pageSize, TaxonGroup taxonGroup)
           Does the same thing as findTaxonGroupInformationByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonGroupInformationByTaxonGroup(int pageNumber, int pageSize, TaxonGroup taxonGroup)
           Does the same thing as findTaxonGroupInformationByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonGroupInformationByTaxonGroup(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
           Does the same thing as findTaxonGroupInformationByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonGroupInformationByTaxonGroup(int transform, java.lang.String queryString, TaxonGroup taxonGroup)
           Does the same thing as findTaxonGroupInformationByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString.
 java.util.Collection findTaxonGroupInformationByTaxonGroup(int transform, TaxonGroup taxonGroup)
           Does the same thing as findTaxonGroupInformationByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional flag called transform.
 java.util.Collection findTaxonGroupInformationByTaxonGroup(java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
           Does the same thing as findTaxonGroupInformationByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTaxonGroupInformationByTaxonGroup(java.lang.String queryString, TaxonGroup taxonGroup)
           Does the same thing as findTaxonGroupInformationByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString.
 java.util.Collection findTaxonGroupInformationByTaxonGroup(TaxonGroup taxonGroup)
           
 java.util.Collection getAllTaxonGroupInformation()
           
 java.util.Collection getAllTaxonGroupInformation(int transform)
           Does the same thing as getAllTaxonGroupInformation() with an additional flag called transform.
 java.util.Collection getAllTaxonGroupInformation(int pageNumber, int pageSize)
           Does the same thing as getAllTaxonGroupInformation() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonGroupInformation(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllTaxonGroupInformation(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonGroupInformation(int transform, java.lang.String queryString)
           Does the same thing as getAllTaxonGroupInformation(int) with an additional argument called queryString.
 java.util.Collection getAllTaxonGroupInformation(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllTaxonGroupInformation(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonGroupInformation(java.lang.String queryString)
           Does the same thing as getAllTaxonGroupInformation() with an additional argument called queryString.
 java.util.Collection getAllTaxonGroupInformation(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllTaxonGroupInformation(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonGroupInformationSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTaxonGroupInformationSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonGroupInformationSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTaxonGroupInformationSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonGroupInformationSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTaxonGroupInformationSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonGroupInformationSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllTaxonGroupInformationSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTaxonGroupInformationSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as getAllTaxonGroupInformationSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllTaxonGroupInformationSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTaxonGroupInformationSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTaxonGroupInformationSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllTaxonGroupInformationSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTaxonGroupInformationSinceDateSynchro(java.sql.Timestamp updateDate)
           
 java.lang.Object load(int transform, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           Does the same thing as load(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional flag called transform.
 TaxonGroupInformation load(ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
          Loads an instance of fr.ifremer.allegro.referential.taxon.TaxonGroupInformation from the persistent store.
 java.util.Collection loadAll()
          Loads all entities of type TaxonGroupInformation.
 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.
 TaxonGroupInformation remoteTaxonGroupInformationFullVOToEntity(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVO)
          Converts an instance of type RemoteTaxonGroupInformationFullVO to this DAO's entity.
 void remoteTaxonGroupInformationFullVOToEntity(RemoteTaxonGroupInformationFullVO source, TaxonGroupInformation target, boolean copyIfNull)
          Copies the fields of RemoteTaxonGroupInformationFullVO to the specified entity.
 void remoteTaxonGroupInformationFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTaxonGroupInformationFullVO to this DAO's entity.
 TaxonGroupInformation remoteTaxonGroupInformationNaturalIdToEntity(RemoteTaxonGroupInformationNaturalId remoteTaxonGroupInformationNaturalId)
          Converts an instance of type RemoteTaxonGroupInformationNaturalId to this DAO's entity.
 void remoteTaxonGroupInformationNaturalIdToEntity(RemoteTaxonGroupInformationNaturalId source, TaxonGroupInformation target, boolean copyIfNull)
          Copies the fields of RemoteTaxonGroupInformationNaturalId to the specified entity.
 void remoteTaxonGroupInformationNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTaxonGroupInformationNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
          Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonGroupInformation having the given identifiers from the persistent store.
 void remove(TaxonGroupInformation taxonGroupInformation)
          Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonGroupInformation 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.
 ClusterTaxonGroupInformation toClusterTaxonGroupInformation(TaxonGroupInformation entity)
          Converts this DAO's entity to an object of type ClusterTaxonGroupInformation.
 void toClusterTaxonGroupInformation(TaxonGroupInformation source, ClusterTaxonGroupInformation target)
          Copies the fields of the specified entity to the target value object.
 ClusterTaxonGroupInformation[] toClusterTaxonGroupInformationArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterTaxonGroupInformation.
 void toClusterTaxonGroupInformationCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterTaxonGroupInformation.
 RemoteTaxonGroupInformationFullVO toRemoteTaxonGroupInformationFullVO(TaxonGroupInformation entity)
          Converts this DAO's entity to an object of type RemoteTaxonGroupInformationFullVO.
 void toRemoteTaxonGroupInformationFullVO(TaxonGroupInformation source, RemoteTaxonGroupInformationFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteTaxonGroupInformationFullVO[] toRemoteTaxonGroupInformationFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTaxonGroupInformationFullVO.
 void toRemoteTaxonGroupInformationFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTaxonGroupInformationFullVO.
 RemoteTaxonGroupInformationNaturalId toRemoteTaxonGroupInformationNaturalId(TaxonGroupInformation entity)
          Converts this DAO's entity to an object of type RemoteTaxonGroupInformationNaturalId.
 void toRemoteTaxonGroupInformationNaturalId(TaxonGroupInformation source, RemoteTaxonGroupInformationNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteTaxonGroupInformationNaturalId[] toRemoteTaxonGroupInformationNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTaxonGroupInformationNaturalId.
 void toRemoteTaxonGroupInformationNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTaxonGroupInformationNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(TaxonGroupInformation taxonGroupInformation)
          Updates the taxonGroupInformation 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_REMOTETAXONGROUPINFORMATIONFULLVO

static final int TRANSFORM_REMOTETAXONGROUPINFORMATIONFULLVO
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 RemoteTaxonGroupInformationFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTETAXONGROUPINFORMATIONNATURALID

static final int TRANSFORM_REMOTETAXONGROUPINFORMATIONNATURALID
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 RemoteTaxonGroupInformationNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERTAXONGROUPINFORMATION

static final int TRANSFORM_CLUSTERTAXONGROUPINFORMATION
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 ClusterTaxonGroupInformation.

See Also:
Constant Field Values
Method Detail

toRemoteTaxonGroupInformationFullVO

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


toRemoteTaxonGroupInformationFullVO

RemoteTaxonGroupInformationFullVO toRemoteTaxonGroupInformationFullVO(TaxonGroupInformation entity)
Converts this DAO's entity to an object of type RemoteTaxonGroupInformationFullVO.


toRemoteTaxonGroupInformationFullVOCollection

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


toRemoteTaxonGroupInformationFullVOArray

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


remoteTaxonGroupInformationFullVOToEntity

void remoteTaxonGroupInformationFullVOToEntity(RemoteTaxonGroupInformationFullVO source,
                                               TaxonGroupInformation target,
                                               boolean copyIfNull)
Copies the fields of RemoteTaxonGroupInformationFullVO 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.

remoteTaxonGroupInformationFullVOToEntity

TaxonGroupInformation remoteTaxonGroupInformationFullVOToEntity(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVO)
Converts an instance of type RemoteTaxonGroupInformationFullVO to this DAO's entity.


remoteTaxonGroupInformationFullVOToEntityCollection

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


toRemoteTaxonGroupInformationNaturalId

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


toRemoteTaxonGroupInformationNaturalId

RemoteTaxonGroupInformationNaturalId toRemoteTaxonGroupInformationNaturalId(TaxonGroupInformation entity)
Converts this DAO's entity to an object of type RemoteTaxonGroupInformationNaturalId.


toRemoteTaxonGroupInformationNaturalIdCollection

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


toRemoteTaxonGroupInformationNaturalIdArray

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


remoteTaxonGroupInformationNaturalIdToEntity

void remoteTaxonGroupInformationNaturalIdToEntity(RemoteTaxonGroupInformationNaturalId source,
                                                  TaxonGroupInformation target,
                                                  boolean copyIfNull)
Copies the fields of RemoteTaxonGroupInformationNaturalId 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.

remoteTaxonGroupInformationNaturalIdToEntity

TaxonGroupInformation remoteTaxonGroupInformationNaturalIdToEntity(RemoteTaxonGroupInformationNaturalId remoteTaxonGroupInformationNaturalId)
Converts an instance of type RemoteTaxonGroupInformationNaturalId to this DAO's entity.


remoteTaxonGroupInformationNaturalIdToEntityCollection

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


toClusterTaxonGroupInformation

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


toClusterTaxonGroupInformation

ClusterTaxonGroupInformation toClusterTaxonGroupInformation(TaxonGroupInformation entity)
Converts this DAO's entity to an object of type ClusterTaxonGroupInformation.


toClusterTaxonGroupInformationCollection

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


toClusterTaxonGroupInformationArray

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


clusterTaxonGroupInformationToEntity

void clusterTaxonGroupInformationToEntity(ClusterTaxonGroupInformation source,
                                          TaxonGroupInformation target,
                                          boolean copyIfNull)
Copies the fields of ClusterTaxonGroupInformation 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.

clusterTaxonGroupInformationToEntity

TaxonGroupInformation clusterTaxonGroupInformationToEntity(ClusterTaxonGroupInformation clusterTaxonGroupInformation)
Converts an instance of type ClusterTaxonGroupInformation to this DAO's entity.


clusterTaxonGroupInformationToEntityCollection

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


load

TaxonGroupInformation load(ReferenceDocument referenceDocument,
                           TaxonGroup taxonGroup)
Loads an instance of fr.ifremer.allegro.referential.taxon.TaxonGroupInformation from the persistent store.


load

java.lang.Object load(int transform,
                      ReferenceDocument referenceDocument,
                      TaxonGroup taxonGroup)

Does the same thing as load(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined in this class then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Parameters:
referenceDocument - identifier of the entity to load
taxonGroup - 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 TaxonGroupInformation.

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

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


create

java.lang.Object create(int transform,
                        TaxonGroupInformation taxonGroupInformation)

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

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

TaxonGroupInformation create(java.lang.String description,
                             java.sql.Timestamp updateDate,
                             ReferenceDocument referenceDocument,
                             TaxonGroup taxonGroup)

Creates a new fr.ifremer.allegro.referential.taxon.TaxonGroupInformation 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,
                        TaxonGroup taxonGroup)

Does the same thing as create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.


create

TaxonGroupInformation create(ReferenceDocument referenceDocument,
                             TaxonGroup taxonGroup)

Creates a new fr.ifremer.allegro.referential.taxon.TaxonGroupInformation 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,
                        TaxonGroup taxonGroup)

Does the same thing as create(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOTWILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.


update

void update(TaxonGroupInformation taxonGroupInformation)
Updates the taxonGroupInformation 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(TaxonGroupInformation taxonGroupInformation)
Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonGroupInformation from the persistent store.


remove

void remove(ReferenceDocument referenceDocument,
            TaxonGroup taxonGroup)
Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonGroupInformation having the given identifiers from the persistent store.


remove

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


getAllTaxonGroupInformation

java.util.Collection getAllTaxonGroupInformation()

getAllTaxonGroupInformation

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

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


getAllTaxonGroupInformation

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

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


getAllTaxonGroupInformation

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

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


getAllTaxonGroupInformation

java.util.Collection getAllTaxonGroupInformation(int transform)

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


getAllTaxonGroupInformation

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

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


getAllTaxonGroupInformation

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

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


getAllTaxonGroupInformation

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

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


findTaxonGroupInformationByReferenceDocument

java.util.Collection findTaxonGroupInformationByReferenceDocument(ReferenceDocument referenceDocument)

findTaxonGroupInformationByReferenceDocument

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

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


findTaxonGroupInformationByReferenceDocument

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

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


findTaxonGroupInformationByReferenceDocument

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

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


findTaxonGroupInformationByReferenceDocument

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

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


findTaxonGroupInformationByReferenceDocument

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

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


findTaxonGroupInformationByReferenceDocument

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

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


findTaxonGroupInformationByReferenceDocument

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

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


findTaxonGroupInformationByTaxonGroup

java.util.Collection findTaxonGroupInformationByTaxonGroup(TaxonGroup taxonGroup)

findTaxonGroupInformationByTaxonGroup

java.util.Collection findTaxonGroupInformationByTaxonGroup(java.lang.String queryString,
                                                           TaxonGroup taxonGroup)

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


findTaxonGroupInformationByTaxonGroup

java.util.Collection findTaxonGroupInformationByTaxonGroup(int pageNumber,
                                                           int pageSize,
                                                           TaxonGroup taxonGroup)

Does the same thing as findTaxonGroupInformationByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTaxonGroupInformationByTaxonGroup

java.util.Collection findTaxonGroupInformationByTaxonGroup(java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           TaxonGroup taxonGroup)

Does the same thing as findTaxonGroupInformationByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTaxonGroupInformationByTaxonGroup

java.util.Collection findTaxonGroupInformationByTaxonGroup(int transform,
                                                           TaxonGroup taxonGroup)

Does the same thing as findTaxonGroupInformationByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findTaxonGroupInformationByTaxonGroup

java.util.Collection findTaxonGroupInformationByTaxonGroup(int transform,
                                                           int pageNumber,
                                                           int pageSize,
                                                           TaxonGroup taxonGroup)

Does the same thing as findTaxonGroupInformationByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTaxonGroupInformationByTaxonGroup

java.util.Collection findTaxonGroupInformationByTaxonGroup(int transform,
                                                           java.lang.String queryString,
                                                           TaxonGroup taxonGroup)

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


findTaxonGroupInformationByTaxonGroup

java.util.Collection findTaxonGroupInformationByTaxonGroup(int transform,
                                                           java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           TaxonGroup taxonGroup)

Does the same thing as findTaxonGroupInformationByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findTaxonGroupInformationByIdentifiers

TaxonGroupInformation findTaxonGroupInformationByIdentifiers(ReferenceDocument referenceDocument,
                                                             TaxonGroup taxonGroup)

findTaxonGroupInformationByIdentifiers

TaxonGroupInformation findTaxonGroupInformationByIdentifiers(java.lang.String queryString,
                                                             ReferenceDocument referenceDocument,
                                                             TaxonGroup taxonGroup)

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


findTaxonGroupInformationByIdentifiers

java.lang.Object findTaxonGroupInformationByIdentifiers(int transform,
                                                        ReferenceDocument referenceDocument,
                                                        TaxonGroup taxonGroup)

Does the same thing as findTaxonGroupInformationByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findTaxonGroupInformationByIdentifiers

java.lang.Object findTaxonGroupInformationByIdentifiers(int transform,
                                                        java.lang.String queryString,
                                                        ReferenceDocument referenceDocument,
                                                        TaxonGroup taxonGroup)

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


findTaxonGroupInformationByNaturalId

TaxonGroupInformation findTaxonGroupInformationByNaturalId(ReferenceDocument referenceDocument,
                                                           TaxonGroup taxonGroup)

findTaxonGroupInformationByNaturalId

TaxonGroupInformation findTaxonGroupInformationByNaturalId(java.lang.String queryString,
                                                           ReferenceDocument referenceDocument,
                                                           TaxonGroup taxonGroup)

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


findTaxonGroupInformationByNaturalId

java.lang.Object findTaxonGroupInformationByNaturalId(int transform,
                                                      ReferenceDocument referenceDocument,
                                                      TaxonGroup taxonGroup)

Does the same thing as findTaxonGroupInformationByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findTaxonGroupInformationByNaturalId

java.lang.Object findTaxonGroupInformationByNaturalId(int transform,
                                                      java.lang.String queryString,
                                                      ReferenceDocument referenceDocument,
                                                      TaxonGroup taxonGroup)

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


getAllTaxonGroupInformationSinceDateSynchro

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

getAllTaxonGroupInformationSinceDateSynchro

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

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


getAllTaxonGroupInformationSinceDateSynchro

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

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


getAllTaxonGroupInformationSinceDateSynchro

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

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


getAllTaxonGroupInformationSinceDateSynchro

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

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


getAllTaxonGroupInformationSinceDateSynchro

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

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


getAllTaxonGroupInformationSinceDateSynchro

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

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


getAllTaxonGroupInformationSinceDateSynchro

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

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


createFromClusterTaxonGroupInformation

TaxonGroupInformation createFromClusterTaxonGroupInformation(ClusterTaxonGroupInformation clusterTaxonGroupInformation)

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.