fr.ifremer.allegro.data.batch.denormalized
Interface DenormalizedBatchDao

All Known Implementing Classes:
DenormalizedBatchDaoBase, DenormalizedBatchDaoImpl

public interface DenormalizedBatchDao

See Also:
DenormalizedBatch

Field Summary
static int TRANSFORM_CLUSTERDENORMALIZEDBATCH
          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_REMOTEDENORMALIZEDBATCHFULLVO
          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_REMOTEDENORMALIZEDBATCHNATURALID
          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
 DenormalizedBatch clusterDenormalizedBatchToEntity(ClusterDenormalizedBatch clusterDenormalizedBatch)
          Converts an instance of type ClusterDenormalizedBatch to this DAO's entity.
 void clusterDenormalizedBatchToEntity(ClusterDenormalizedBatch source, DenormalizedBatch target, boolean copyIfNull)
          Copies the fields of ClusterDenormalizedBatch to the specified entity.
 void clusterDenormalizedBatchToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterDenormalizedBatch to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch and adds from the passed in entities collection
 DenormalizedBatch create(DenormalizedBatch denormalizedBatch)
          Creates an instance of fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as create(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an additional flag called transform.
 java.lang.Object create(int transform, DenormalizedBatch denormalizedBatch)
           Does the same thing as create(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.Short rankOrder)
           Does the same thing as create(java.lang.Short) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.Short rankOrder, java.lang.Float weight, java.lang.Float elevateWeight, java.lang.Integer individualcount, java.lang.Integer elevateIndividualCount, java.lang.Float numericalValue, java.lang.Boolean exhaustiveInventory, java.lang.Boolean childBatchsReplication, java.lang.String comments, Parameter numericalParameter, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, java.util.Collection denormalisedBatchSortingValues)
           Does the same thing as create(java.lang.Short,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Boolean,java.lang.Boolean,java.lang.String,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.taxon.ReferenceTaxon,java.util.Collection) with an additional flag called transform.
 DenormalizedBatch create(java.lang.Short rankOrder)
           Creates a new fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch instance from only required properties (attributes and association ends) and adds it to the persistent store.
 DenormalizedBatch create(java.lang.Short rankOrder, java.lang.Float weight, java.lang.Float elevateWeight, java.lang.Integer individualcount, java.lang.Integer elevateIndividualCount, java.lang.Float numericalValue, java.lang.Boolean exhaustiveInventory, java.lang.Boolean childBatchsReplication, java.lang.String comments, Parameter numericalParameter, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, java.util.Collection denormalisedBatchSortingValues)
           Creates a new fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch instance from all attributes and properties and adds it to the persistent store.
 DenormalizedBatch createFromClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
           
 java.lang.Object findDenormalizedBatchById(int transform, java.lang.Long id)
           Does the same thing as findDenormalizedBatchById(java.lang.Long) with an additional flag called transform.
 java.lang.Object findDenormalizedBatchById(int transform, java.lang.String queryString, java.lang.Long id)
           Does the same thing as findDenormalizedBatchById(int, java.lang.Long) with an additional argument called queryString.
 DenormalizedBatch findDenormalizedBatchById(java.lang.Long id)
           
 DenormalizedBatch findDenormalizedBatchById(java.lang.String queryString, java.lang.Long id)
           Does the same thing as findDenormalizedBatchById(java.lang.Long) with an additional argument called queryString.
 java.lang.Object findDenormalizedBatchByNaturalId(int transform, java.lang.Long id)
           Does the same thing as findDenormalizedBatchByNaturalId(java.lang.Long) with an additional flag called transform.
 java.lang.Object findDenormalizedBatchByNaturalId(int transform, java.lang.String queryString, java.lang.Long id)
           Does the same thing as findDenormalizedBatchByNaturalId(int, java.lang.Long) with an additional argument called queryString.
 DenormalizedBatch findDenormalizedBatchByNaturalId(java.lang.Long id)
           
 DenormalizedBatch findDenormalizedBatchByNaturalId(java.lang.String queryString, java.lang.Long id)
           Does the same thing as findDenormalizedBatchByNaturalId(java.lang.Long) with an additional argument called queryString.
 java.util.Collection findDenormalizedBatchByNumericalParameter(int transform, int pageNumber, int pageSize, Parameter numericalParameter)
           Does the same thing as findDenormalizedBatchByNumericalParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalizedBatchByNumericalParameter(int pageNumber, int pageSize, Parameter numericalParameter)
           Does the same thing as findDenormalizedBatchByNumericalParameter(fr.ifremer.allegro.referential.pmfm.Parameter) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalizedBatchByNumericalParameter(int transform, Parameter numericalParameter)
           Does the same thing as findDenormalizedBatchByNumericalParameter(fr.ifremer.allegro.referential.pmfm.Parameter) with an additional flag called transform.
 java.util.Collection findDenormalizedBatchByNumericalParameter(int transform, java.lang.String queryString, int pageNumber, int pageSize, Parameter numericalParameter)
           Does the same thing as findDenormalizedBatchByNumericalParameter(int, String, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalizedBatchByNumericalParameter(int transform, java.lang.String queryString, Parameter numericalParameter)
           Does the same thing as findDenormalizedBatchByNumericalParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional argument called queryString.
 java.util.Collection findDenormalizedBatchByNumericalParameter(Parameter numericalParameter)
           
 java.util.Collection findDenormalizedBatchByNumericalParameter(java.lang.String queryString, int pageNumber, int pageSize, Parameter numericalParameter)
           Does the same thing as findDenormalizedBatchByNumericalParameter(String, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalizedBatchByNumericalParameter(java.lang.String queryString, Parameter numericalParameter)
           Does the same thing as findDenormalizedBatchByNumericalParameter(fr.ifremer.allegro.referential.pmfm.Parameter) with an additional argument called queryString.
 java.util.Collection findDenormalizedBatchByReferenceTaxon(int transform, int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
           Does the same thing as findDenormalizedBatchByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalizedBatchByReferenceTaxon(int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
           Does the same thing as findDenormalizedBatchByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalizedBatchByReferenceTaxon(int transform, ReferenceTaxon referenceTaxon)
           Does the same thing as findDenormalizedBatchByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an additional flag called transform.
 java.util.Collection findDenormalizedBatchByReferenceTaxon(int transform, java.lang.String queryString, int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
           Does the same thing as findDenormalizedBatchByReferenceTaxon(int, String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalizedBatchByReferenceTaxon(int transform, java.lang.String queryString, ReferenceTaxon referenceTaxon)
           Does the same thing as findDenormalizedBatchByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an additional argument called queryString.
 java.util.Collection findDenormalizedBatchByReferenceTaxon(ReferenceTaxon referenceTaxon)
           
 java.util.Collection findDenormalizedBatchByReferenceTaxon(java.lang.String queryString, int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
           Does the same thing as findDenormalizedBatchByReferenceTaxon(String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalizedBatchByReferenceTaxon(java.lang.String queryString, ReferenceTaxon referenceTaxon)
           Does the same thing as findDenormalizedBatchByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an additional argument called queryString.
 java.util.Collection findDenormalizedBatchByTaxonGroup(int transform, int pageNumber, int pageSize, TaxonGroup taxonGroup)
           Does the same thing as findDenormalizedBatchByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalizedBatchByTaxonGroup(int pageNumber, int pageSize, TaxonGroup taxonGroup)
           Does the same thing as findDenormalizedBatchByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalizedBatchByTaxonGroup(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
           Does the same thing as findDenormalizedBatchByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalizedBatchByTaxonGroup(int transform, java.lang.String queryString, TaxonGroup taxonGroup)
           Does the same thing as findDenormalizedBatchByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString.
 java.util.Collection findDenormalizedBatchByTaxonGroup(int transform, TaxonGroup taxonGroup)
           Does the same thing as findDenormalizedBatchByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional flag called transform.
 java.util.Collection findDenormalizedBatchByTaxonGroup(java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
           Does the same thing as findDenormalizedBatchByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalizedBatchByTaxonGroup(java.lang.String queryString, TaxonGroup taxonGroup)
           Does the same thing as findDenormalizedBatchByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString.
 java.util.Collection findDenormalizedBatchByTaxonGroup(TaxonGroup taxonGroup)
           
 ClusterDenormalizedBatch[] getAllClusterDenormalizedBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllDenormalizedBatch()
           
 java.util.Collection getAllDenormalizedBatch(int transform)
           Does the same thing as getAllDenormalizedBatch() with an additional flag called transform.
 java.util.Collection getAllDenormalizedBatch(int pageNumber, int pageSize)
           Does the same thing as getAllDenormalizedBatch() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllDenormalizedBatch(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllDenormalizedBatch(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllDenormalizedBatch(int transform, java.lang.String queryString)
           Does the same thing as getAllDenormalizedBatch(int) with an additional argument called queryString.
 java.util.Collection getAllDenormalizedBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllDenormalizedBatch(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllDenormalizedBatch(java.lang.String queryString)
           Does the same thing as getAllDenormalizedBatch() with an additional argument called queryString.
 java.util.Collection getAllDenormalizedBatch(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllDenormalizedBatch(String) with an additional two arguments called pageNumber and pageSize.
 java.lang.Object load(int transform, java.lang.Long id)
           Does the same thing as load(java.lang.Long) with an additional flag called transform.
 DenormalizedBatch load(java.lang.Long id)
          Loads an instance of fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch from the persistent store.
 java.util.Collection loadAll()
          Loads all entities of type DenormalizedBatch.
 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.
 DenormalizedBatch remoteDenormalizedBatchFullVOToEntity(RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVO)
          Converts an instance of type RemoteDenormalizedBatchFullVO to this DAO's entity.
 void remoteDenormalizedBatchFullVOToEntity(RemoteDenormalizedBatchFullVO source, DenormalizedBatch target, boolean copyIfNull)
          Copies the fields of RemoteDenormalizedBatchFullVO to the specified entity.
 void remoteDenormalizedBatchFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteDenormalizedBatchFullVO to this DAO's entity.
 DenormalizedBatch remoteDenormalizedBatchNaturalIdToEntity(RemoteDenormalizedBatchNaturalId remoteDenormalizedBatchNaturalId)
          Converts an instance of type RemoteDenormalizedBatchNaturalId to this DAO's entity.
 void remoteDenormalizedBatchNaturalIdToEntity(RemoteDenormalizedBatchNaturalId source, DenormalizedBatch target, boolean copyIfNull)
          Copies the fields of RemoteDenormalizedBatchNaturalId to the specified entity.
 void remoteDenormalizedBatchNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteDenormalizedBatchNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(DenormalizedBatch denormalizedBatch)
          Removes the instance of fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch from the persistent store.
 void remove(java.lang.Long id)
          Removes the instance of fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch having the given identifier 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.
 ClusterDenormalizedBatch toClusterDenormalizedBatch(DenormalizedBatch entity)
          Converts this DAO's entity to an object of type ClusterDenormalizedBatch.
 void toClusterDenormalizedBatch(DenormalizedBatch source, ClusterDenormalizedBatch target)
          Copies the fields of the specified entity to the target value object.
 ClusterDenormalizedBatch[] toClusterDenormalizedBatchArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterDenormalizedBatch.
 void toClusterDenormalizedBatchCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterDenormalizedBatch.
 RemoteDenormalizedBatchFullVO toRemoteDenormalizedBatchFullVO(DenormalizedBatch entity)
          Converts this DAO's entity to an object of type RemoteDenormalizedBatchFullVO.
 void toRemoteDenormalizedBatchFullVO(DenormalizedBatch source, RemoteDenormalizedBatchFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteDenormalizedBatchFullVO[] toRemoteDenormalizedBatchFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteDenormalizedBatchFullVO.
 void toRemoteDenormalizedBatchFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteDenormalizedBatchFullVO.
 RemoteDenormalizedBatchNaturalId toRemoteDenormalizedBatchNaturalId(DenormalizedBatch entity)
          Converts this DAO's entity to an object of type RemoteDenormalizedBatchNaturalId.
 void toRemoteDenormalizedBatchNaturalId(DenormalizedBatch source, RemoteDenormalizedBatchNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteDenormalizedBatchNaturalId[] toRemoteDenormalizedBatchNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteDenormalizedBatchNaturalId.
 void toRemoteDenormalizedBatchNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteDenormalizedBatchNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(DenormalizedBatch denormalizedBatch)
          Updates the denormalizedBatch 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_REMOTEDENORMALIZEDBATCHFULLVO

static final int TRANSFORM_REMOTEDENORMALIZEDBATCHFULLVO
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 RemoteDenormalizedBatchFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEDENORMALIZEDBATCHNATURALID

static final int TRANSFORM_REMOTEDENORMALIZEDBATCHNATURALID
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 RemoteDenormalizedBatchNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERDENORMALIZEDBATCH

static final int TRANSFORM_CLUSTERDENORMALIZEDBATCH
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 ClusterDenormalizedBatch.

See Also:
Constant Field Values
Method Detail

toRemoteDenormalizedBatchFullVO

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


toRemoteDenormalizedBatchFullVO

RemoteDenormalizedBatchFullVO toRemoteDenormalizedBatchFullVO(DenormalizedBatch entity)
Converts this DAO's entity to an object of type RemoteDenormalizedBatchFullVO.


toRemoteDenormalizedBatchFullVOCollection

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


toRemoteDenormalizedBatchFullVOArray

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


remoteDenormalizedBatchFullVOToEntity

void remoteDenormalizedBatchFullVOToEntity(RemoteDenormalizedBatchFullVO source,
                                           DenormalizedBatch target,
                                           boolean copyIfNull)
Copies the fields of RemoteDenormalizedBatchFullVO 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.

remoteDenormalizedBatchFullVOToEntity

DenormalizedBatch remoteDenormalizedBatchFullVOToEntity(RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVO)
Converts an instance of type RemoteDenormalizedBatchFullVO to this DAO's entity.


remoteDenormalizedBatchFullVOToEntityCollection

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


toRemoteDenormalizedBatchNaturalId

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


toRemoteDenormalizedBatchNaturalId

RemoteDenormalizedBatchNaturalId toRemoteDenormalizedBatchNaturalId(DenormalizedBatch entity)
Converts this DAO's entity to an object of type RemoteDenormalizedBatchNaturalId.


toRemoteDenormalizedBatchNaturalIdCollection

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


toRemoteDenormalizedBatchNaturalIdArray

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


remoteDenormalizedBatchNaturalIdToEntity

void remoteDenormalizedBatchNaturalIdToEntity(RemoteDenormalizedBatchNaturalId source,
                                              DenormalizedBatch target,
                                              boolean copyIfNull)
Copies the fields of RemoteDenormalizedBatchNaturalId 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.

remoteDenormalizedBatchNaturalIdToEntity

DenormalizedBatch remoteDenormalizedBatchNaturalIdToEntity(RemoteDenormalizedBatchNaturalId remoteDenormalizedBatchNaturalId)
Converts an instance of type RemoteDenormalizedBatchNaturalId to this DAO's entity.


remoteDenormalizedBatchNaturalIdToEntityCollection

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


toClusterDenormalizedBatch

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


toClusterDenormalizedBatch

ClusterDenormalizedBatch toClusterDenormalizedBatch(DenormalizedBatch entity)
Converts this DAO's entity to an object of type ClusterDenormalizedBatch.


toClusterDenormalizedBatchCollection

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


toClusterDenormalizedBatchArray

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


clusterDenormalizedBatchToEntity

void clusterDenormalizedBatchToEntity(ClusterDenormalizedBatch source,
                                      DenormalizedBatch target,
                                      boolean copyIfNull)
Copies the fields of ClusterDenormalizedBatch 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.

clusterDenormalizedBatchToEntity

DenormalizedBatch clusterDenormalizedBatchToEntity(ClusterDenormalizedBatch clusterDenormalizedBatch)
Converts an instance of type ClusterDenormalizedBatch to this DAO's entity.


clusterDenormalizedBatchToEntityCollection

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


load

DenormalizedBatch load(java.lang.Long id)
Loads an instance of fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch from the persistent store.


load

java.lang.Object load(int transform,
                      java.lang.Long id)

Does the same thing as load(java.lang.Long) 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:
id - 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 DenormalizedBatch.

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

DenormalizedBatch create(DenormalizedBatch denormalizedBatch)
Creates an instance of fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        DenormalizedBatch denormalizedBatch)

Does the same thing as create(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) 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.data.batch.denormalized.DenormalizedBatch and adds from the passed in entities collection

Parameters:
entities - the collection of fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch 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.data.batch.denormalized.DenormalizedBatch) 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

DenormalizedBatch create(java.lang.Short rankOrder,
                         java.lang.Float weight,
                         java.lang.Float elevateWeight,
                         java.lang.Integer individualcount,
                         java.lang.Integer elevateIndividualCount,
                         java.lang.Float numericalValue,
                         java.lang.Boolean exhaustiveInventory,
                         java.lang.Boolean childBatchsReplication,
                         java.lang.String comments,
                         Parameter numericalParameter,
                         TaxonGroup taxonGroup,
                         ReferenceTaxon referenceTaxon,
                         java.util.Collection denormalisedBatchSortingValues)

Creates a new fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch instance from all attributes and properties and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        java.lang.Short rankOrder,
                        java.lang.Float weight,
                        java.lang.Float elevateWeight,
                        java.lang.Integer individualcount,
                        java.lang.Integer elevateIndividualCount,
                        java.lang.Float numericalValue,
                        java.lang.Boolean exhaustiveInventory,
                        java.lang.Boolean childBatchsReplication,
                        java.lang.String comments,
                        Parameter numericalParameter,
                        TaxonGroup taxonGroup,
                        ReferenceTaxon referenceTaxon,
                        java.util.Collection denormalisedBatchSortingValues)

Does the same thing as create(java.lang.Short,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Boolean,java.lang.Boolean,java.lang.String,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.taxon.ReferenceTaxon,java.util.Collection) 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

DenormalizedBatch create(java.lang.Short rankOrder)

Creates a new fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch instance from only required properties (attributes and association ends) and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        java.lang.Short rankOrder)

Does the same thing as create(java.lang.Short) 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(DenormalizedBatch denormalizedBatch)
Updates the denormalizedBatch 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(DenormalizedBatch denormalizedBatch)
Removes the instance of fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch from the persistent store.


remove

void remove(java.lang.Long id)
Removes the instance of fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch having the given identifier from the persistent store.


remove

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


getAllDenormalizedBatch

java.util.Collection getAllDenormalizedBatch()

getAllDenormalizedBatch

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

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


getAllDenormalizedBatch

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

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


getAllDenormalizedBatch

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

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


getAllDenormalizedBatch

java.util.Collection getAllDenormalizedBatch(int transform)

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


getAllDenormalizedBatch

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

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


getAllDenormalizedBatch

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

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


getAllDenormalizedBatch

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

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


findDenormalizedBatchById

DenormalizedBatch findDenormalizedBatchById(java.lang.Long id)

findDenormalizedBatchById

DenormalizedBatch findDenormalizedBatchById(java.lang.String queryString,
                                            java.lang.Long id)

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


findDenormalizedBatchById

java.lang.Object findDenormalizedBatchById(int transform,
                                           java.lang.Long id)

Does the same thing as findDenormalizedBatchById(java.lang.Long) 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.


findDenormalizedBatchById

java.lang.Object findDenormalizedBatchById(int transform,
                                           java.lang.String queryString,
                                           java.lang.Long id)

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


findDenormalizedBatchByNumericalParameter

java.util.Collection findDenormalizedBatchByNumericalParameter(Parameter numericalParameter)

findDenormalizedBatchByNumericalParameter

java.util.Collection findDenormalizedBatchByNumericalParameter(java.lang.String queryString,
                                                               Parameter numericalParameter)

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


findDenormalizedBatchByNumericalParameter

java.util.Collection findDenormalizedBatchByNumericalParameter(int pageNumber,
                                                               int pageSize,
                                                               Parameter numericalParameter)

Does the same thing as findDenormalizedBatchByNumericalParameter(fr.ifremer.allegro.referential.pmfm.Parameter) 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.


findDenormalizedBatchByNumericalParameter

java.util.Collection findDenormalizedBatchByNumericalParameter(java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               Parameter numericalParameter)

Does the same thing as findDenormalizedBatchByNumericalParameter(String, fr.ifremer.allegro.referential.pmfm.Parameter) 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.


findDenormalizedBatchByNumericalParameter

java.util.Collection findDenormalizedBatchByNumericalParameter(int transform,
                                                               Parameter numericalParameter)

Does the same thing as findDenormalizedBatchByNumericalParameter(fr.ifremer.allegro.referential.pmfm.Parameter) 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.


findDenormalizedBatchByNumericalParameter

java.util.Collection findDenormalizedBatchByNumericalParameter(int transform,
                                                               int pageNumber,
                                                               int pageSize,
                                                               Parameter numericalParameter)

Does the same thing as findDenormalizedBatchByNumericalParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter) 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.


findDenormalizedBatchByNumericalParameter

java.util.Collection findDenormalizedBatchByNumericalParameter(int transform,
                                                               java.lang.String queryString,
                                                               Parameter numericalParameter)

Does the same thing as findDenormalizedBatchByNumericalParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findDenormalizedBatchByNumericalParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter numericalParameter).


findDenormalizedBatchByNumericalParameter

java.util.Collection findDenormalizedBatchByNumericalParameter(int transform,
                                                               java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               Parameter numericalParameter)

Does the same thing as findDenormalizedBatchByNumericalParameter(int, String, fr.ifremer.allegro.referential.pmfm.Parameter) 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.


findDenormalizedBatchByTaxonGroup

java.util.Collection findDenormalizedBatchByTaxonGroup(TaxonGroup taxonGroup)

findDenormalizedBatchByTaxonGroup

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

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


findDenormalizedBatchByTaxonGroup

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

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


findDenormalizedBatchByTaxonGroup

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

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


findDenormalizedBatchByTaxonGroup

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

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


findDenormalizedBatchByTaxonGroup

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

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


findDenormalizedBatchByTaxonGroup

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

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


findDenormalizedBatchByTaxonGroup

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

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


findDenormalizedBatchByReferenceTaxon

java.util.Collection findDenormalizedBatchByReferenceTaxon(ReferenceTaxon referenceTaxon)

findDenormalizedBatchByReferenceTaxon

java.util.Collection findDenormalizedBatchByReferenceTaxon(java.lang.String queryString,
                                                           ReferenceTaxon referenceTaxon)

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


findDenormalizedBatchByReferenceTaxon

java.util.Collection findDenormalizedBatchByReferenceTaxon(int pageNumber,
                                                           int pageSize,
                                                           ReferenceTaxon referenceTaxon)

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


findDenormalizedBatchByReferenceTaxon

java.util.Collection findDenormalizedBatchByReferenceTaxon(java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           ReferenceTaxon referenceTaxon)

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


findDenormalizedBatchByReferenceTaxon

java.util.Collection findDenormalizedBatchByReferenceTaxon(int transform,
                                                           ReferenceTaxon referenceTaxon)

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


findDenormalizedBatchByReferenceTaxon

java.util.Collection findDenormalizedBatchByReferenceTaxon(int transform,
                                                           int pageNumber,
                                                           int pageSize,
                                                           ReferenceTaxon referenceTaxon)

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


findDenormalizedBatchByReferenceTaxon

java.util.Collection findDenormalizedBatchByReferenceTaxon(int transform,
                                                           java.lang.String queryString,
                                                           ReferenceTaxon referenceTaxon)

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


findDenormalizedBatchByReferenceTaxon

java.util.Collection findDenormalizedBatchByReferenceTaxon(int transform,
                                                           java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           ReferenceTaxon referenceTaxon)

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


findDenormalizedBatchByNaturalId

DenormalizedBatch findDenormalizedBatchByNaturalId(java.lang.Long id)

findDenormalizedBatchByNaturalId

DenormalizedBatch findDenormalizedBatchByNaturalId(java.lang.String queryString,
                                                   java.lang.Long id)

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


findDenormalizedBatchByNaturalId

java.lang.Object findDenormalizedBatchByNaturalId(int transform,
                                                  java.lang.Long id)

Does the same thing as findDenormalizedBatchByNaturalId(java.lang.Long) 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.


findDenormalizedBatchByNaturalId

java.lang.Object findDenormalizedBatchByNaturalId(int transform,
                                                  java.lang.String queryString,
                                                  java.lang.Long id)

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


createFromClusterDenormalizedBatch

DenormalizedBatch createFromClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)

getAllClusterDenormalizedBatch

ClusterDenormalizedBatch[] getAllClusterDenormalizedBatch(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.