|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DenormalizedBatchDao
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 |
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 |
---|
static final int TRANSFORM_NONE
int
parameter called transform
.
This specific flag denotes no transformation will occur.
static final int TRANSFORM_REMOTEDENORMALIZEDBATCHFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteDenormalizedBatchFullVO
.
static final int TRANSFORM_REMOTEDENORMALIZEDBATCHNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteDenormalizedBatchNaturalId
.
static final int TRANSFORM_CLUSTERDENORMALIZEDBATCH
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterDenormalizedBatch
.
Method Detail |
---|
void toRemoteDenormalizedBatchFullVO(DenormalizedBatch source, RemoteDenormalizedBatchFullVO target)
RemoteDenormalizedBatchFullVO toRemoteDenormalizedBatchFullVO(DenormalizedBatch entity)
RemoteDenormalizedBatchFullVO
.
void toRemoteDenormalizedBatchFullVOCollection(java.util.Collection entities)
RemoteDenormalizedBatchFullVO
.
RemoteDenormalizedBatchFullVO[] toRemoteDenormalizedBatchFullVOArray(java.util.Collection entities)
RemoteDenormalizedBatchFullVO
.
void remoteDenormalizedBatchFullVOToEntity(RemoteDenormalizedBatchFullVO source, DenormalizedBatch target, boolean copyIfNull)
RemoteDenormalizedBatchFullVO
to the specified entity.
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.DenormalizedBatch remoteDenormalizedBatchFullVOToEntity(RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVO)
RemoteDenormalizedBatchFullVO
to this DAO's entity.
void remoteDenormalizedBatchFullVOToEntityCollection(java.util.Collection instances)
RemoteDenormalizedBatchFullVO
to this
DAO's entity.
void toRemoteDenormalizedBatchNaturalId(DenormalizedBatch source, RemoteDenormalizedBatchNaturalId target)
RemoteDenormalizedBatchNaturalId toRemoteDenormalizedBatchNaturalId(DenormalizedBatch entity)
RemoteDenormalizedBatchNaturalId
.
void toRemoteDenormalizedBatchNaturalIdCollection(java.util.Collection entities)
RemoteDenormalizedBatchNaturalId
.
RemoteDenormalizedBatchNaturalId[] toRemoteDenormalizedBatchNaturalIdArray(java.util.Collection entities)
RemoteDenormalizedBatchNaturalId
.
void remoteDenormalizedBatchNaturalIdToEntity(RemoteDenormalizedBatchNaturalId source, DenormalizedBatch target, boolean copyIfNull)
RemoteDenormalizedBatchNaturalId
to the specified entity.
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.DenormalizedBatch remoteDenormalizedBatchNaturalIdToEntity(RemoteDenormalizedBatchNaturalId remoteDenormalizedBatchNaturalId)
RemoteDenormalizedBatchNaturalId
to this DAO's entity.
void remoteDenormalizedBatchNaturalIdToEntityCollection(java.util.Collection instances)
RemoteDenormalizedBatchNaturalId
to this
DAO's entity.
void toClusterDenormalizedBatch(DenormalizedBatch source, ClusterDenormalizedBatch target)
ClusterDenormalizedBatch toClusterDenormalizedBatch(DenormalizedBatch entity)
ClusterDenormalizedBatch
.
void toClusterDenormalizedBatchCollection(java.util.Collection entities)
ClusterDenormalizedBatch
.
ClusterDenormalizedBatch[] toClusterDenormalizedBatchArray(java.util.Collection entities)
ClusterDenormalizedBatch
.
void clusterDenormalizedBatchToEntity(ClusterDenormalizedBatch source, DenormalizedBatch target, boolean copyIfNull)
ClusterDenormalizedBatch
to the specified entity.
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.DenormalizedBatch clusterDenormalizedBatchToEntity(ClusterDenormalizedBatch clusterDenormalizedBatch)
ClusterDenormalizedBatch
to this DAO's entity.
void clusterDenormalizedBatchToEntityCollection(java.util.Collection instances)
ClusterDenormalizedBatch
to this
DAO's entity.
DenormalizedBatch load(java.lang.Long id)
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.
id
- identifier of the entity to load
java.util.Collection loadAll()
DenormalizedBatch
.
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.
transform
- the flag indicating what transformation to use.
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.
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
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.
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.
DenormalizedBatch create(DenormalizedBatch denormalizedBatch)
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.
java.util.Collection create(java.util.Collection entities)
entities
collection
entities
- the collection of fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch
instances to 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.
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.
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.
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.
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.
void update(DenormalizedBatch denormalizedBatch)
denormalizedBatch
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(DenormalizedBatch denormalizedBatch)
void remove(java.lang.Long id)
identifier
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection 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()
.
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.
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.
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.
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.
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)
.
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.
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
. This queryString
argument allows you to override the query string defined in findDenormalizedBatchById(java.lang.Long)
.
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.
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)
.
java.util.Collection findDenormalizedBatchByNumericalParameter(Parameter numericalParameter)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findDenormalizedBatchByTaxonGroup(TaxonGroup taxonGroup)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findDenormalizedBatchByReferenceTaxon(ReferenceTaxon referenceTaxon)
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)
.
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.
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.
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.
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.
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)
.
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.
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
. This queryString
argument allows you to override the query string defined in findDenormalizedBatchByNaturalId(java.lang.Long)
.
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.
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)
.
DenormalizedBatch createFromClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
ClusterDenormalizedBatch[] getAllClusterDenormalizedBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.PaginationResult search(int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.java.util.Set search(int transform, Search search)
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.
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
java.util.Set search(Search search)
search
object.
search
- the search object which provides the search parameters and pagination specification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |