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

All Known Implementing Classes:
DenormalisedBatchSortingValueDaoBase, DenormalisedBatchSortingValueDaoImpl

public interface DenormalisedBatchSortingValueDao

See Also:
DenormalisedBatchSortingValue

Field Summary
static int TRANSFORM_CLUSTERDENORMALISEDBATCHSORTINGVALUE
          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_REMOTEDENORMALISEDBATCHSORTINGVALUEFULLVO
          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_REMOTEDENORMALISEDBATCHSORTINGVALUENATURALID
          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
 DenormalisedBatchSortingValue clusterDenormalisedBatchSortingValueToEntity(ClusterDenormalisedBatchSortingValue clusterDenormalisedBatchSortingValue)
          Converts an instance of type ClusterDenormalisedBatchSortingValue to this DAO's entity.
 void clusterDenormalisedBatchSortingValueToEntity(ClusterDenormalisedBatchSortingValue source, DenormalisedBatchSortingValue target, boolean copyIfNull)
          Copies the fields of ClusterDenormalisedBatchSortingValue to the specified entity.
 void clusterDenormalisedBatchSortingValueToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterDenormalisedBatchSortingValue to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue and adds from the passed in entities collection
 DenormalisedBatchSortingValue create(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
          Creates an instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue and adds it to the persistent store.
 DenormalisedBatchSortingValue create(DenormalizedBatch denormalizedBatch, Parameter parameter)
           Creates a new fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue instance from only required properties (attributes and association ends) and adds it to the persistent store.
 DenormalisedBatchSortingValue create(java.lang.Float numericalvalue, DenormalizedBatch denormalizedBatch, QualitativeValue qualitativeValue, Parameter parameter)
           Creates a new fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue instance from all attributes and properties 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.DenormalisedBatchSortingValue) with an additional flag called transform.
 java.lang.Object create(int transform, DenormalisedBatchSortingValue denormalisedBatchSortingValue)
           Does the same thing as create(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue) with an additional flag called transform.
 java.lang.Object create(int transform, DenormalizedBatch denormalizedBatch, Parameter parameter)
           Does the same thing as create(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.Parameter) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.Float numericalvalue, DenormalizedBatch denormalizedBatch, QualitativeValue qualitativeValue, Parameter parameter)
           Does the same thing as create(java.lang.Float,fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter) with an additional flag called transform.
 DenormalisedBatchSortingValue createFromClusterDenormalisedBatchSortingValue(ClusterDenormalisedBatchSortingValue clusterDenormalisedBatchSortingValue)
           
 java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(DenormalizedBatch denormalizedBatch)
           
 java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int transform, DenormalizedBatch denormalizedBatch)
           Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an additional flag called transform.
 java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int pageNumber, int pageSize, DenormalizedBatch denormalizedBatch)
           Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int transform, int pageNumber, int pageSize, DenormalizedBatch denormalizedBatch)
           Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int transform, java.lang.String queryString, DenormalizedBatch denormalizedBatch)
           Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an additional argument called queryString.
 java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, DenormalizedBatch denormalizedBatch)
           Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(int, String, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(java.lang.String queryString, DenormalizedBatch denormalizedBatch)
           Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an additional argument called queryString.
 java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(java.lang.String queryString, int pageNumber, int pageSize, DenormalizedBatch denormalizedBatch)
           Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(String, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an additional two arguments called pageNumber and pageSize.
 DenormalisedBatchSortingValue findDenormalisedBatchSortingValueById(java.lang.Integer id)
           
 java.lang.Object findDenormalisedBatchSortingValueById(int transform, java.lang.Integer id)
           Does the same thing as findDenormalisedBatchSortingValueById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findDenormalisedBatchSortingValueById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findDenormalisedBatchSortingValueById(int, java.lang.Integer) with an additional argument called queryString.
 DenormalisedBatchSortingValue findDenormalisedBatchSortingValueById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findDenormalisedBatchSortingValueById(java.lang.Integer) with an additional argument called queryString.
 DenormalisedBatchSortingValue findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer id)
           
 java.lang.Object findDenormalisedBatchSortingValueByNaturalId(int transform, java.lang.Integer id)
           Does the same thing as findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findDenormalisedBatchSortingValueByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findDenormalisedBatchSortingValueByNaturalId(int, java.lang.Integer) with an additional argument called queryString.
 DenormalisedBatchSortingValue findDenormalisedBatchSortingValueByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findDenormalisedBatchSortingValueByParameter(int transform, int pageNumber, int pageSize, Parameter parameter)
           Does the same thing as findDenormalisedBatchSortingValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalisedBatchSortingValueByParameter(int pageNumber, int pageSize, Parameter parameter)
           Does the same thing as findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalisedBatchSortingValueByParameter(int transform, Parameter parameter)
           Does the same thing as findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter) with an additional flag called transform.
 java.util.Collection findDenormalisedBatchSortingValueByParameter(int transform, java.lang.String queryString, int pageNumber, int pageSize, Parameter parameter)
           Does the same thing as findDenormalisedBatchSortingValueByParameter(int, String, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalisedBatchSortingValueByParameter(int transform, java.lang.String queryString, Parameter parameter)
           Does the same thing as findDenormalisedBatchSortingValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional argument called queryString.
 java.util.Collection findDenormalisedBatchSortingValueByParameter(Parameter parameter)
           
 java.util.Collection findDenormalisedBatchSortingValueByParameter(java.lang.String queryString, int pageNumber, int pageSize, Parameter parameter)
           Does the same thing as findDenormalisedBatchSortingValueByParameter(String, fr.ifremer.allegro.referential.pmfm.Parameter) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalisedBatchSortingValueByParameter(java.lang.String queryString, Parameter parameter)
           Does the same thing as findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter) with an additional argument called queryString.
 java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as findDenormalisedBatchSortingValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int transform, QualitativeValue qualitativeValue)
           Does the same thing as findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional flag called transform.
 java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as findDenormalisedBatchSortingValueByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as findDenormalisedBatchSortingValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(QualitativeValue qualitativeValue)
           
 java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as findDenormalisedBatchSortingValueByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection getAllDenormalisedBatchSortingValue()
           
 java.util.Collection getAllDenormalisedBatchSortingValue(int transform)
           Does the same thing as getAllDenormalisedBatchSortingValue() with an additional flag called transform.
 java.util.Collection getAllDenormalisedBatchSortingValue(int pageNumber, int pageSize)
           Does the same thing as getAllDenormalisedBatchSortingValue() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllDenormalisedBatchSortingValue(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllDenormalisedBatchSortingValue(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllDenormalisedBatchSortingValue(int transform, java.lang.String queryString)
           Does the same thing as getAllDenormalisedBatchSortingValue(int) with an additional argument called queryString.
 java.util.Collection getAllDenormalisedBatchSortingValue(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllDenormalisedBatchSortingValue(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllDenormalisedBatchSortingValue(java.lang.String queryString)
           Does the same thing as getAllDenormalisedBatchSortingValue() with an additional argument called queryString.
 java.util.Collection getAllDenormalisedBatchSortingValue(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllDenormalisedBatchSortingValue(String) with an additional two arguments called pageNumber and pageSize.
 DenormalisedBatchSortingValue load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue from the persistent store.
 java.lang.Object load(int transform, java.lang.Integer id)
           Does the same thing as load(java.lang.Integer) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type DenormalisedBatchSortingValue.
 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.
 DenormalisedBatchSortingValue remoteDenormalisedBatchSortingValueFullVOToEntity(RemoteDenormalisedBatchSortingValueFullVO remoteDenormalisedBatchSortingValueFullVO)
          Converts an instance of type RemoteDenormalisedBatchSortingValueFullVO to this DAO's entity.
 void remoteDenormalisedBatchSortingValueFullVOToEntity(RemoteDenormalisedBatchSortingValueFullVO source, DenormalisedBatchSortingValue target, boolean copyIfNull)
          Copies the fields of RemoteDenormalisedBatchSortingValueFullVO to the specified entity.
 void remoteDenormalisedBatchSortingValueFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteDenormalisedBatchSortingValueFullVO to this DAO's entity.
 DenormalisedBatchSortingValue remoteDenormalisedBatchSortingValueNaturalIdToEntity(RemoteDenormalisedBatchSortingValueNaturalId remoteDenormalisedBatchSortingValueNaturalId)
          Converts an instance of type RemoteDenormalisedBatchSortingValueNaturalId to this DAO's entity.
 void remoteDenormalisedBatchSortingValueNaturalIdToEntity(RemoteDenormalisedBatchSortingValueNaturalId source, DenormalisedBatchSortingValue target, boolean copyIfNull)
          Copies the fields of RemoteDenormalisedBatchSortingValueNaturalId to the specified entity.
 void remoteDenormalisedBatchSortingValueNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteDenormalisedBatchSortingValueNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
          Removes the instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue from the persistent store.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue 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.
 ClusterDenormalisedBatchSortingValue toClusterDenormalisedBatchSortingValue(DenormalisedBatchSortingValue entity)
          Converts this DAO's entity to an object of type ClusterDenormalisedBatchSortingValue.
 void toClusterDenormalisedBatchSortingValue(DenormalisedBatchSortingValue source, ClusterDenormalisedBatchSortingValue target)
          Copies the fields of the specified entity to the target value object.
 ClusterDenormalisedBatchSortingValue[] toClusterDenormalisedBatchSortingValueArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterDenormalisedBatchSortingValue.
 void toClusterDenormalisedBatchSortingValueCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterDenormalisedBatchSortingValue.
 RemoteDenormalisedBatchSortingValueFullVO toRemoteDenormalisedBatchSortingValueFullVO(DenormalisedBatchSortingValue entity)
          Converts this DAO's entity to an object of type RemoteDenormalisedBatchSortingValueFullVO.
 void toRemoteDenormalisedBatchSortingValueFullVO(DenormalisedBatchSortingValue source, RemoteDenormalisedBatchSortingValueFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteDenormalisedBatchSortingValueFullVO[] toRemoteDenormalisedBatchSortingValueFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteDenormalisedBatchSortingValueFullVO.
 void toRemoteDenormalisedBatchSortingValueFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteDenormalisedBatchSortingValueFullVO.
 RemoteDenormalisedBatchSortingValueNaturalId toRemoteDenormalisedBatchSortingValueNaturalId(DenormalisedBatchSortingValue entity)
          Converts this DAO's entity to an object of type RemoteDenormalisedBatchSortingValueNaturalId.
 void toRemoteDenormalisedBatchSortingValueNaturalId(DenormalisedBatchSortingValue source, RemoteDenormalisedBatchSortingValueNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteDenormalisedBatchSortingValueNaturalId[] toRemoteDenormalisedBatchSortingValueNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteDenormalisedBatchSortingValueNaturalId.
 void toRemoteDenormalisedBatchSortingValueNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteDenormalisedBatchSortingValueNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
          Updates the denormalisedBatchSortingValue 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_REMOTEDENORMALISEDBATCHSORTINGVALUEFULLVO

static final int TRANSFORM_REMOTEDENORMALISEDBATCHSORTINGVALUEFULLVO
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 RemoteDenormalisedBatchSortingValueFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEDENORMALISEDBATCHSORTINGVALUENATURALID

static final int TRANSFORM_REMOTEDENORMALISEDBATCHSORTINGVALUENATURALID
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 RemoteDenormalisedBatchSortingValueNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERDENORMALISEDBATCHSORTINGVALUE

static final int TRANSFORM_CLUSTERDENORMALISEDBATCHSORTINGVALUE
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 ClusterDenormalisedBatchSortingValue.

See Also:
Constant Field Values
Method Detail

toRemoteDenormalisedBatchSortingValueFullVO

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


toRemoteDenormalisedBatchSortingValueFullVO

RemoteDenormalisedBatchSortingValueFullVO toRemoteDenormalisedBatchSortingValueFullVO(DenormalisedBatchSortingValue entity)
Converts this DAO's entity to an object of type RemoteDenormalisedBatchSortingValueFullVO.


toRemoteDenormalisedBatchSortingValueFullVOCollection

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


toRemoteDenormalisedBatchSortingValueFullVOArray

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


remoteDenormalisedBatchSortingValueFullVOToEntity

void remoteDenormalisedBatchSortingValueFullVOToEntity(RemoteDenormalisedBatchSortingValueFullVO source,
                                                       DenormalisedBatchSortingValue target,
                                                       boolean copyIfNull)
Copies the fields of RemoteDenormalisedBatchSortingValueFullVO 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.

remoteDenormalisedBatchSortingValueFullVOToEntity

DenormalisedBatchSortingValue remoteDenormalisedBatchSortingValueFullVOToEntity(RemoteDenormalisedBatchSortingValueFullVO remoteDenormalisedBatchSortingValueFullVO)
Converts an instance of type RemoteDenormalisedBatchSortingValueFullVO to this DAO's entity.


remoteDenormalisedBatchSortingValueFullVOToEntityCollection

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


toRemoteDenormalisedBatchSortingValueNaturalId

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


toRemoteDenormalisedBatchSortingValueNaturalId

RemoteDenormalisedBatchSortingValueNaturalId toRemoteDenormalisedBatchSortingValueNaturalId(DenormalisedBatchSortingValue entity)
Converts this DAO's entity to an object of type RemoteDenormalisedBatchSortingValueNaturalId.


toRemoteDenormalisedBatchSortingValueNaturalIdCollection

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


toRemoteDenormalisedBatchSortingValueNaturalIdArray

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


remoteDenormalisedBatchSortingValueNaturalIdToEntity

void remoteDenormalisedBatchSortingValueNaturalIdToEntity(RemoteDenormalisedBatchSortingValueNaturalId source,
                                                          DenormalisedBatchSortingValue target,
                                                          boolean copyIfNull)
Copies the fields of RemoteDenormalisedBatchSortingValueNaturalId 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.

remoteDenormalisedBatchSortingValueNaturalIdToEntity

DenormalisedBatchSortingValue remoteDenormalisedBatchSortingValueNaturalIdToEntity(RemoteDenormalisedBatchSortingValueNaturalId remoteDenormalisedBatchSortingValueNaturalId)
Converts an instance of type RemoteDenormalisedBatchSortingValueNaturalId to this DAO's entity.


remoteDenormalisedBatchSortingValueNaturalIdToEntityCollection

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


toClusterDenormalisedBatchSortingValue

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


toClusterDenormalisedBatchSortingValue

ClusterDenormalisedBatchSortingValue toClusterDenormalisedBatchSortingValue(DenormalisedBatchSortingValue entity)
Converts this DAO's entity to an object of type ClusterDenormalisedBatchSortingValue.


toClusterDenormalisedBatchSortingValueCollection

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


toClusterDenormalisedBatchSortingValueArray

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


clusterDenormalisedBatchSortingValueToEntity

void clusterDenormalisedBatchSortingValueToEntity(ClusterDenormalisedBatchSortingValue source,
                                                  DenormalisedBatchSortingValue target,
                                                  boolean copyIfNull)
Copies the fields of ClusterDenormalisedBatchSortingValue 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.

clusterDenormalisedBatchSortingValueToEntity

DenormalisedBatchSortingValue clusterDenormalisedBatchSortingValueToEntity(ClusterDenormalisedBatchSortingValue clusterDenormalisedBatchSortingValue)
Converts an instance of type ClusterDenormalisedBatchSortingValue to this DAO's entity.


clusterDenormalisedBatchSortingValueToEntityCollection

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


load

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


load

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

Does the same thing as load(java.lang.Integer) 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 DenormalisedBatchSortingValue.

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

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


create

java.lang.Object create(int transform,
                        DenormalisedBatchSortingValue denormalisedBatchSortingValue)

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

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

DenormalisedBatchSortingValue create(java.lang.Float numericalvalue,
                                     DenormalizedBatch denormalizedBatch,
                                     QualitativeValue qualitativeValue,
                                     Parameter parameter)

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


create

java.lang.Object create(int transform,
                        java.lang.Float numericalvalue,
                        DenormalizedBatch denormalizedBatch,
                        QualitativeValue qualitativeValue,
                        Parameter parameter)

Does the same thing as create(java.lang.Float,fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter) 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

DenormalisedBatchSortingValue create(DenormalizedBatch denormalizedBatch,
                                     Parameter parameter)

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


create

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

Does the same thing as create(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.Parameter) 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(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
Updates the denormalisedBatchSortingValue 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(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
Removes the instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue from the persistent store.


remove

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


remove

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


getAllDenormalisedBatchSortingValue

java.util.Collection getAllDenormalisedBatchSortingValue()

getAllDenormalisedBatchSortingValue

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

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


getAllDenormalisedBatchSortingValue

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

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


getAllDenormalisedBatchSortingValue

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

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


getAllDenormalisedBatchSortingValue

java.util.Collection getAllDenormalisedBatchSortingValue(int transform)

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


getAllDenormalisedBatchSortingValue

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

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


getAllDenormalisedBatchSortingValue

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

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


getAllDenormalisedBatchSortingValue

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

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


findDenormalisedBatchSortingValueById

DenormalisedBatchSortingValue findDenormalisedBatchSortingValueById(java.lang.Integer id)

findDenormalisedBatchSortingValueById

DenormalisedBatchSortingValue findDenormalisedBatchSortingValueById(java.lang.String queryString,
                                                                    java.lang.Integer id)

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


findDenormalisedBatchSortingValueById

java.lang.Object findDenormalisedBatchSortingValueById(int transform,
                                                       java.lang.Integer id)

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


findDenormalisedBatchSortingValueById

java.lang.Object findDenormalisedBatchSortingValueById(int transform,
                                                       java.lang.String queryString,
                                                       java.lang.Integer id)

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


findDenormalisedBatchSortingValueByDenormalizedBatch

java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(DenormalizedBatch denormalizedBatch)

findDenormalisedBatchSortingValueByDenormalizedBatch

java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(java.lang.String queryString,
                                                                          DenormalizedBatch denormalizedBatch)

Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch).


findDenormalisedBatchSortingValueByDenormalizedBatch

java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int pageNumber,
                                                                          int pageSize,
                                                                          DenormalizedBatch denormalizedBatch)

Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) 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.


findDenormalisedBatchSortingValueByDenormalizedBatch

java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(java.lang.String queryString,
                                                                          int pageNumber,
                                                                          int pageSize,
                                                                          DenormalizedBatch denormalizedBatch)

Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(String, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) 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.


findDenormalisedBatchSortingValueByDenormalizedBatch

java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int transform,
                                                                          DenormalizedBatch denormalizedBatch)

Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) 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.


findDenormalisedBatchSortingValueByDenormalizedBatch

java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int transform,
                                                                          int pageNumber,
                                                                          int pageSize,
                                                                          DenormalizedBatch denormalizedBatch)

Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) 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.


findDenormalisedBatchSortingValueByDenormalizedBatch

java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int transform,
                                                                          java.lang.String queryString,
                                                                          DenormalizedBatch denormalizedBatch)

Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findDenormalisedBatchSortingValueByDenormalizedBatch(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch denormalizedBatch).


findDenormalisedBatchSortingValueByDenormalizedBatch

java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int transform,
                                                                          java.lang.String queryString,
                                                                          int pageNumber,
                                                                          int pageSize,
                                                                          DenormalizedBatch denormalizedBatch)

Does the same thing as findDenormalisedBatchSortingValueByDenormalizedBatch(int, String, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) 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.


findDenormalisedBatchSortingValueByQualitativeValue

java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(QualitativeValue qualitativeValue)

findDenormalisedBatchSortingValueByQualitativeValue

java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(java.lang.String queryString,
                                                                         QualitativeValue qualitativeValue)

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


findDenormalisedBatchSortingValueByQualitativeValue

java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int pageNumber,
                                                                         int pageSize,
                                                                         QualitativeValue qualitativeValue)

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


findDenormalisedBatchSortingValueByQualitativeValue

java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(java.lang.String queryString,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         QualitativeValue qualitativeValue)

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


findDenormalisedBatchSortingValueByQualitativeValue

java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int transform,
                                                                         QualitativeValue qualitativeValue)

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


findDenormalisedBatchSortingValueByQualitativeValue

java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int transform,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         QualitativeValue qualitativeValue)

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


findDenormalisedBatchSortingValueByQualitativeValue

java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int transform,
                                                                         java.lang.String queryString,
                                                                         QualitativeValue qualitativeValue)

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


findDenormalisedBatchSortingValueByQualitativeValue

java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int transform,
                                                                         java.lang.String queryString,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         QualitativeValue qualitativeValue)

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


findDenormalisedBatchSortingValueByParameter

java.util.Collection findDenormalisedBatchSortingValueByParameter(Parameter parameter)

findDenormalisedBatchSortingValueByParameter

java.util.Collection findDenormalisedBatchSortingValueByParameter(java.lang.String queryString,
                                                                  Parameter parameter)

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


findDenormalisedBatchSortingValueByParameter

java.util.Collection findDenormalisedBatchSortingValueByParameter(int pageNumber,
                                                                  int pageSize,
                                                                  Parameter parameter)

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


findDenormalisedBatchSortingValueByParameter

java.util.Collection findDenormalisedBatchSortingValueByParameter(java.lang.String queryString,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  Parameter parameter)

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


findDenormalisedBatchSortingValueByParameter

java.util.Collection findDenormalisedBatchSortingValueByParameter(int transform,
                                                                  Parameter parameter)

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


findDenormalisedBatchSortingValueByParameter

java.util.Collection findDenormalisedBatchSortingValueByParameter(int transform,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  Parameter parameter)

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


findDenormalisedBatchSortingValueByParameter

java.util.Collection findDenormalisedBatchSortingValueByParameter(int transform,
                                                                  java.lang.String queryString,
                                                                  Parameter parameter)

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


findDenormalisedBatchSortingValueByParameter

java.util.Collection findDenormalisedBatchSortingValueByParameter(int transform,
                                                                  java.lang.String queryString,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  Parameter parameter)

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


findDenormalisedBatchSortingValueByNaturalId

DenormalisedBatchSortingValue findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer id)

findDenormalisedBatchSortingValueByNaturalId

DenormalisedBatchSortingValue findDenormalisedBatchSortingValueByNaturalId(java.lang.String queryString,
                                                                           java.lang.Integer id)

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


findDenormalisedBatchSortingValueByNaturalId

java.lang.Object findDenormalisedBatchSortingValueByNaturalId(int transform,
                                                              java.lang.Integer id)

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


findDenormalisedBatchSortingValueByNaturalId

java.lang.Object findDenormalisedBatchSortingValueByNaturalId(int transform,
                                                              java.lang.String queryString,
                                                              java.lang.Integer id)

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


createFromClusterDenormalisedBatchSortingValue

DenormalisedBatchSortingValue createFromClusterDenormalisedBatchSortingValue(ClusterDenormalisedBatchSortingValue clusterDenormalisedBatchSortingValue)

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.