|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatchDaoBase
public abstract class DenormalizedBatchDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch
.
DenormalizedBatch
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatchDao |
---|
TRANSFORM_CLUSTERDENORMALIZEDBATCH, TRANSFORM_NONE, TRANSFORM_REMOTEDENORMALIZEDBATCHFULLVO, TRANSFORM_REMOTEDENORMALIZEDBATCHNATURALID |
Constructor Summary | |
---|---|
DenormalizedBatchDaoBase()
|
Method Summary | |
---|---|
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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.getAllDenormalizedBatch() with an
additional flag called transform . |
java.util.Collection |
getAllDenormalizedBatch(int pageNumber,
int pageSize)
Does the same thing as DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.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 DenormalizedBatchDao.getAllDenormalizedBatch() with an
additional argument called queryString . |
java.util.Collection |
getAllDenormalizedBatch(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as DenormalizedBatchDao.getAllDenormalizedBatch(String) with an
additional two arguments called pageNumber and pageSize . |
protected DenormalisedBatchSortingValueDao |
getDenormalisedBatchSortingValueDao()
Gets the reference to denormalisedBatchSortingValueDao . |
protected ParameterDao |
getParameterDao()
Gets the reference to parameterDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected ReferenceTaxonDao |
getReferenceTaxonDao()
Gets the reference to referenceTaxonDao . |
protected TaxonGroupDao |
getTaxonGroupDao()
Gets the reference to taxonGroupDao . |
protected abstract DenormalizedBatch |
handleCreateFromClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
Performs the core logic for createFromClusterDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.generic.cluster.ClusterDenormalizedBatch) |
protected abstract ClusterDenormalizedBatch[] |
handleGetAllClusterDenormalizedBatch(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterDenormalizedBatch(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
java.lang.Object |
load(int transform,
java.lang.Long id)
Does the same thing as DenormalizedBatchDao.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 DenormalizedBatchDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as DenormalizedBatchDao.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 DenormalizedBatchDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
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. |
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 DenormalizedBatchDao.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. |
void |
setDenormalisedBatchSortingValueDao(DenormalisedBatchSortingValueDao denormalisedBatchSortingValueDao)
Sets the reference to denormalisedBatchSortingValueDao . |
void |
setParameterDao(ParameterDao parameterDao)
Sets the reference to parameterDao . |
void |
setReferenceTaxonDao(ReferenceTaxonDao referenceTaxonDao)
Sets the reference to referenceTaxonDao . |
void |
setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
Sets the reference to taxonGroupDao . |
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. |
protected ClusterDenormalizedBatch |
toClusterDenormalizedBatch(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a 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 . |
protected DenormalizedBatch |
toEntity(java.lang.Object[] row)
|
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. |
protected RemoteDenormalizedBatchFullVO |
toRemoteDenormalizedBatchFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a 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. |
protected RemoteDenormalizedBatchNaturalId |
toRemoteDenormalizedBatchNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a 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 . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
method. |
protected java.lang.Object |
transformEntity(int transform,
DenormalizedBatch entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatchDao , please note
that the DenormalizedBatchDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatchDao |
---|
clusterDenormalizedBatchToEntity, remoteDenormalizedBatchFullVOToEntity, remoteDenormalizedBatchNaturalIdToEntity |
Constructor Detail |
---|
public DenormalizedBatchDaoBase()
Method Detail |
---|
public void setParameterDao(ParameterDao parameterDao)
parameterDao
.
protected ParameterDao getParameterDao()
parameterDao
.
public void setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
taxonGroupDao
.
protected TaxonGroupDao getTaxonGroupDao()
taxonGroupDao
.
public void setReferenceTaxonDao(ReferenceTaxonDao referenceTaxonDao)
referenceTaxonDao
.
protected ReferenceTaxonDao getReferenceTaxonDao()
referenceTaxonDao
.
public void setDenormalisedBatchSortingValueDao(DenormalisedBatchSortingValueDao denormalisedBatchSortingValueDao)
denormalisedBatchSortingValueDao
.
protected DenormalisedBatchSortingValueDao getDenormalisedBatchSortingValueDao()
denormalisedBatchSortingValueDao
.
public java.lang.Object load(int transform, java.lang.Long id)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.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.
load
in interface DenormalizedBatchDao
id
- identifier of the entity to load
DenormalizedBatchDao.load(int, java.lang.Long)
public DenormalizedBatch load(java.lang.Long id)
DenormalizedBatchDao
load
in interface DenormalizedBatchDao
DenormalizedBatchDao.load(java.lang.Long)
public java.util.Collection loadAll()
DenormalizedBatchDao
DenormalizedBatch
.
loadAll
in interface DenormalizedBatchDao
DenormalizedBatchDao.loadAll()
public java.util.Collection loadAll(int transform)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.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.
loadAll
in interface DenormalizedBatchDao
transform
- the flag indicating what transformation to use.
DenormalizedBatchDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.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.
loadAll
in interface DenormalizedBatchDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
DenormalizedBatchDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.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.
loadAll
in interface DenormalizedBatchDao
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.
DenormalizedBatchDao.loadAll(int, int, int)
public DenormalizedBatch create(DenormalizedBatch denormalizedBatch)
DenormalizedBatchDao
create
in interface DenormalizedBatchDao
DenormalizedBatchDao.create(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
public java.lang.Object create(int transform, DenormalizedBatch denormalizedBatch)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.create(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface DenormalizedBatchDao
DenormalizedBatchDao.create(int transform, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
public java.util.Collection create(java.util.Collection entities)
DenormalizedBatchDao
entities
collection
create
in interface DenormalizedBatchDao
entities
- the collection of fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch
instances to create.
DenormalizedBatchDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.create(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
create
in interface DenormalizedBatchDao
DenormalizedBatchDao.create(int, java.util.Collection)
public 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)
DenormalizedBatchDao
Creates a new fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch
instance from all attributes and
properties and adds it to the persistent store.
create
in interface DenormalizedBatchDao
DenormalizedBatchDao.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)
public 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)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.create(java.lang.Short,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Boolean,java.lang.Boolean,java.lang.String,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.taxon.ReferenceTaxon,java.util.Collection)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface DenormalizedBatchDao
DenormalizedBatchDao.create(int, 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)
public DenormalizedBatch create(java.lang.Short rankOrder)
DenormalizedBatchDao
Creates a new fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface DenormalizedBatchDao
DenormalizedBatchDao.create(java.lang.Short)
public java.lang.Object create(int transform, java.lang.Short rankOrder)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.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.
create
in interface DenormalizedBatchDao
DenormalizedBatchDao.create(int, java.lang.Short)
public void update(DenormalizedBatch denormalizedBatch)
DenormalizedBatchDao
denormalizedBatch
instance in the persistent store.
update
in interface DenormalizedBatchDao
DenormalizedBatchDao.update(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
public void update(java.util.Collection entities)
DenormalizedBatchDao
entities
collection in the persistent store.
update
in interface DenormalizedBatchDao
DenormalizedBatchDao.update(java.util.Collection)
public void remove(DenormalizedBatch denormalizedBatch)
DenormalizedBatchDao
remove
in interface DenormalizedBatchDao
DenormalizedBatchDao.remove(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
public void remove(java.lang.Long id)
DenormalizedBatchDao
identifier
from the persistent store.
remove
in interface DenormalizedBatchDao
DenormalizedBatchDao.remove(java.lang.Long)
public void remove(java.util.Collection entities)
DenormalizedBatchDao
entities collection.
- Specified by:
remove
in interface DenormalizedBatchDao
- See Also:
DenormalizedBatchDao.remove(java.util.Collection)
public java.util.Collection getAllDenormalizedBatch()
getAllDenormalizedBatch
in interface DenormalizedBatchDao
DenormalizedBatchDao.getAllDenormalizedBatch()
public java.util.Collection getAllDenormalizedBatch(int transform)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.getAllDenormalizedBatch()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
getAllDenormalizedBatch
in interface DenormalizedBatchDao
DenormalizedBatchDao.getAllDenormalizedBatch(int)
public java.util.Collection getAllDenormalizedBatch(java.lang.String queryString)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.getAllDenormalizedBatch()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DenormalizedBatchDao.getAllDenormalizedBatch()
.
getAllDenormalizedBatch
in interface DenormalizedBatchDao
DenormalizedBatchDao.getAllDenormalizedBatch(java.lang.String)
public java.util.Collection getAllDenormalizedBatch(int pageNumber, int pageSize)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.getAllDenormalizedBatch()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllDenormalizedBatch
in interface DenormalizedBatchDao
DenormalizedBatchDao.getAllDenormalizedBatch(int, int)
public java.util.Collection getAllDenormalizedBatch(java.lang.String queryString, int pageNumber, int pageSize)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.getAllDenormalizedBatch(String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllDenormalizedBatch
in interface DenormalizedBatchDao
DenormalizedBatchDao.getAllDenormalizedBatch(String, int, int)
public java.util.Collection getAllDenormalizedBatch(int transform, java.lang.String queryString)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.getAllDenormalizedBatch(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DenormalizedBatchDao.getAllDenormalizedBatch(int)
.
getAllDenormalizedBatch
in interface DenormalizedBatchDao
DenormalizedBatchDao.getAllDenormalizedBatch(int, String)
public java.util.Collection getAllDenormalizedBatch(int transform, int pageNumber, int pageSize)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.getAllDenormalizedBatch(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllDenormalizedBatch
in interface DenormalizedBatchDao
DenormalizedBatchDao.getAllDenormalizedBatch(int, int, int)
public java.util.Collection getAllDenormalizedBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.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.
getAllDenormalizedBatch
in interface DenormalizedBatchDao
DenormalizedBatchDao.getAllDenormalizedBatch(int, java.lang.String, int, int)
public DenormalizedBatch findDenormalizedBatchById(java.lang.Long id)
findDenormalizedBatchById
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchById(java.lang.Long)
public java.lang.Object findDenormalizedBatchById(int transform, java.lang.Long id)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.findDenormalizedBatchById(java.lang.Long)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findDenormalizedBatchById
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchById(int, java.lang.Long)
public DenormalizedBatch findDenormalizedBatchById(java.lang.String queryString, java.lang.Long id)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.findDenormalizedBatchById(java.lang.Long)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DenormalizedBatchDao.findDenormalizedBatchById(java.lang.Long)
.
findDenormalizedBatchById
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchById(java.lang.String, java.lang.Long)
public java.lang.Object findDenormalizedBatchById(int transform, java.lang.String queryString, java.lang.Long id)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.findDenormalizedBatchById(int, java.lang.Long)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DenormalizedBatchDao.findDenormalizedBatchById(int, java.lang.Long id)
.
findDenormalizedBatchById
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchById(int, java.lang.String, java.lang.Long)
public java.util.Collection findDenormalizedBatchByNumericalParameter(Parameter numericalParameter)
findDenormalizedBatchByNumericalParameter
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByNumericalParameter(fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findDenormalizedBatchByNumericalParameter(int transform, Parameter numericalParameter)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.findDenormalizedBatchByNumericalParameter(fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findDenormalizedBatchByNumericalParameter
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByNumericalParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findDenormalizedBatchByNumericalParameter(java.lang.String queryString, Parameter numericalParameter)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.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 DenormalizedBatchDao.findDenormalizedBatchByNumericalParameter(fr.ifremer.allegro.referential.pmfm.Parameter)
.
findDenormalizedBatchByNumericalParameter
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByNumericalParameter(java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findDenormalizedBatchByNumericalParameter(int pageNumber, int pageSize, Parameter numericalParameter)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.findDenormalizedBatchByNumericalParameter(fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDenormalizedBatchByNumericalParameter
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByNumericalParameter(int, int, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findDenormalizedBatchByNumericalParameter(java.lang.String queryString, int pageNumber, int pageSize, Parameter numericalParameter)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.findDenormalizedBatchByNumericalParameter(String, fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDenormalizedBatchByNumericalParameter
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByNumericalParameter(String, int, int, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findDenormalizedBatchByNumericalParameter(int transform, java.lang.String queryString, Parameter numericalParameter)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.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 DenormalizedBatchDao.findDenormalizedBatchByNumericalParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter numericalParameter)
.
findDenormalizedBatchByNumericalParameter
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByNumericalParameter(int, String, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findDenormalizedBatchByNumericalParameter(int transform, int pageNumber, int pageSize, Parameter numericalParameter)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.findDenormalizedBatchByNumericalParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDenormalizedBatchByNumericalParameter
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByNumericalParameter(int, int, int, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findDenormalizedBatchByNumericalParameter(int transform, java.lang.String queryString, int pageNumber, int pageSize, Parameter numericalParameter)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.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.
findDenormalizedBatchByNumericalParameter
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByNumericalParameter(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findDenormalizedBatchByTaxonGroup(TaxonGroup taxonGroup)
findDenormalizedBatchByTaxonGroup
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findDenormalizedBatchByTaxonGroup(int transform, TaxonGroup taxonGroup)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.findDenormalizedBatchByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findDenormalizedBatchByTaxonGroup
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findDenormalizedBatchByTaxonGroup(java.lang.String queryString, TaxonGroup taxonGroup)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.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 DenormalizedBatchDao.findDenormalizedBatchByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
.
findDenormalizedBatchByTaxonGroup
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByTaxonGroup(java.lang.String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findDenormalizedBatchByTaxonGroup(int pageNumber, int pageSize, TaxonGroup taxonGroup)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.findDenormalizedBatchByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDenormalizedBatchByTaxonGroup
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByTaxonGroup(int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findDenormalizedBatchByTaxonGroup(java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.findDenormalizedBatchByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDenormalizedBatchByTaxonGroup
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByTaxonGroup(String, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findDenormalizedBatchByTaxonGroup(int transform, java.lang.String queryString, TaxonGroup taxonGroup)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.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 DenormalizedBatchDao.findDenormalizedBatchByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup taxonGroup)
.
findDenormalizedBatchByTaxonGroup
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findDenormalizedBatchByTaxonGroup(int transform, int pageNumber, int pageSize, TaxonGroup taxonGroup)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.findDenormalizedBatchByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDenormalizedBatchByTaxonGroup
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByTaxonGroup(int, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findDenormalizedBatchByTaxonGroup(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.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.
findDenormalizedBatchByTaxonGroup
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByTaxonGroup(int, java.lang.String, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findDenormalizedBatchByReferenceTaxon(ReferenceTaxon referenceTaxon)
findDenormalizedBatchByReferenceTaxon
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findDenormalizedBatchByReferenceTaxon(int transform, ReferenceTaxon referenceTaxon)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.findDenormalizedBatchByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findDenormalizedBatchByReferenceTaxon
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findDenormalizedBatchByReferenceTaxon(java.lang.String queryString, ReferenceTaxon referenceTaxon)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.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 DenormalizedBatchDao.findDenormalizedBatchByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
.
findDenormalizedBatchByReferenceTaxon
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByReferenceTaxon(java.lang.String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findDenormalizedBatchByReferenceTaxon(int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.findDenormalizedBatchByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDenormalizedBatchByReferenceTaxon
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByReferenceTaxon(int, int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findDenormalizedBatchByReferenceTaxon(java.lang.String queryString, int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.findDenormalizedBatchByReferenceTaxon(String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDenormalizedBatchByReferenceTaxon
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByReferenceTaxon(String, int, int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findDenormalizedBatchByReferenceTaxon(int transform, java.lang.String queryString, ReferenceTaxon referenceTaxon)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.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 DenormalizedBatchDao.findDenormalizedBatchByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon referenceTaxon)
.
findDenormalizedBatchByReferenceTaxon
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByReferenceTaxon(int, String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findDenormalizedBatchByReferenceTaxon(int transform, int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.findDenormalizedBatchByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDenormalizedBatchByReferenceTaxon
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByReferenceTaxon(int, int, int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findDenormalizedBatchByReferenceTaxon(int transform, java.lang.String queryString, int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.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.
findDenormalizedBatchByReferenceTaxon
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByReferenceTaxon(int, java.lang.String, int, int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public DenormalizedBatch findDenormalizedBatchByNaturalId(java.lang.Long id)
findDenormalizedBatchByNaturalId
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByNaturalId(java.lang.Long)
public java.lang.Object findDenormalizedBatchByNaturalId(int transform, java.lang.Long id)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.findDenormalizedBatchByNaturalId(java.lang.Long)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findDenormalizedBatchByNaturalId
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByNaturalId(int, java.lang.Long)
public DenormalizedBatch findDenormalizedBatchByNaturalId(java.lang.String queryString, java.lang.Long id)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.findDenormalizedBatchByNaturalId(java.lang.Long)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DenormalizedBatchDao.findDenormalizedBatchByNaturalId(java.lang.Long)
.
findDenormalizedBatchByNaturalId
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByNaturalId(java.lang.String, java.lang.Long)
public java.lang.Object findDenormalizedBatchByNaturalId(int transform, java.lang.String queryString, java.lang.Long id)
DenormalizedBatchDao
Does the same thing as DenormalizedBatchDao.findDenormalizedBatchByNaturalId(int, java.lang.Long)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DenormalizedBatchDao.findDenormalizedBatchByNaturalId(int, java.lang.Long id)
.
findDenormalizedBatchByNaturalId
in interface DenormalizedBatchDao
DenormalizedBatchDao.findDenormalizedBatchByNaturalId(int, java.lang.String, java.lang.Long)
public DenormalizedBatch createFromClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
createFromClusterDenormalizedBatch
in interface DenormalizedBatchDao
DenormalizedBatchDao.createFromClusterDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.generic.cluster.ClusterDenormalizedBatch)
protected abstract DenormalizedBatch handleCreateFromClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch) throws java.lang.Exception
createFromClusterDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.generic.cluster.ClusterDenormalizedBatch)
java.lang.Exception
public ClusterDenormalizedBatch[] getAllClusterDenormalizedBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterDenormalizedBatch
in interface DenormalizedBatchDao
DenormalizedBatchDao.getAllClusterDenormalizedBatch(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterDenormalizedBatch[] handleGetAllClusterDenormalizedBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterDenormalizedBatch(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, DenormalizedBatch entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatchDao
, please note
that the DenormalizedBatchDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
DenormalizedBatch
- DenormalizedBatchDao.TRANSFORM_NONE
RemoteDenormalizedBatchFullVO
- TRANSFORM_REMOTEDENORMALIZEDBATCHFULLVO
RemoteDenormalizedBatchNaturalId
- TRANSFORM_REMOTEDENORMALIZEDBATCHNATURALID
ClusterDenormalizedBatch
- TRANSFORM_CLUSTERDENORMALIZEDBATCH
DenormalizedBatchDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in DenormalizedBatchDao
entity
- an entity that was found
transformEntities(int,java.util.Collection)
protected void transformEntities(int transform, java.util.Collection entities)
transformEntity(int,fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transform
- one of the constants declared in fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatchDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
protected DenormalizedBatch toEntity(java.lang.Object[] row)
public final void toRemoteDenormalizedBatchFullVOCollection(java.util.Collection entities)
DenormalizedBatchDao
RemoteDenormalizedBatchFullVO
.
toRemoteDenormalizedBatchFullVOCollection
in interface DenormalizedBatchDao
DenormalizedBatchDao.toRemoteDenormalizedBatchFullVOCollection(java.util.Collection)
public final RemoteDenormalizedBatchFullVO[] toRemoteDenormalizedBatchFullVOArray(java.util.Collection entities)
DenormalizedBatchDao
RemoteDenormalizedBatchFullVO
.
toRemoteDenormalizedBatchFullVOArray
in interface DenormalizedBatchDao
DenormalizedBatchDao.toRemoteDenormalizedBatchFullVOArray(java.util.Collection)
protected RemoteDenormalizedBatchFullVO toRemoteDenormalizedBatchFullVO(java.lang.Object[] row)
DenormalizedBatchDaoImpl
class if you intend to use reporting queries.
DenormalizedBatchDao.toRemoteDenormalizedBatchFullVO(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
public final void remoteDenormalizedBatchFullVOToEntityCollection(java.util.Collection instances)
DenormalizedBatchDao
RemoteDenormalizedBatchFullVO
to this
DAO's entity.
remoteDenormalizedBatchFullVOToEntityCollection
in interface DenormalizedBatchDao
DenormalizedBatchDao.remoteDenormalizedBatchFullVOToEntityCollection(java.util.Collection)
public void toRemoteDenormalizedBatchFullVO(DenormalizedBatch source, RemoteDenormalizedBatchFullVO target)
DenormalizedBatchDao
toRemoteDenormalizedBatchFullVO
in interface DenormalizedBatchDao
DenormalizedBatchDao.toRemoteDenormalizedBatchFullVO(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch, fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO)
public RemoteDenormalizedBatchFullVO toRemoteDenormalizedBatchFullVO(DenormalizedBatch entity)
DenormalizedBatchDao
RemoteDenormalizedBatchFullVO
.
toRemoteDenormalizedBatchFullVO
in interface DenormalizedBatchDao
DenormalizedBatchDao.toRemoteDenormalizedBatchFullVO(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
public void remoteDenormalizedBatchFullVOToEntity(RemoteDenormalizedBatchFullVO source, DenormalizedBatch target, boolean copyIfNull)
DenormalizedBatchDao
RemoteDenormalizedBatchFullVO
to the specified entity.
remoteDenormalizedBatchFullVOToEntity
in interface DenormalizedBatchDao
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.fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatchDao#remoteDenormalizedBatchFullVOToEntity(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
public final void toRemoteDenormalizedBatchNaturalIdCollection(java.util.Collection entities)
DenormalizedBatchDao
RemoteDenormalizedBatchNaturalId
.
toRemoteDenormalizedBatchNaturalIdCollection
in interface DenormalizedBatchDao
DenormalizedBatchDao.toRemoteDenormalizedBatchNaturalIdCollection(java.util.Collection)
public final RemoteDenormalizedBatchNaturalId[] toRemoteDenormalizedBatchNaturalIdArray(java.util.Collection entities)
DenormalizedBatchDao
RemoteDenormalizedBatchNaturalId
.
toRemoteDenormalizedBatchNaturalIdArray
in interface DenormalizedBatchDao
DenormalizedBatchDao.toRemoteDenormalizedBatchNaturalIdArray(java.util.Collection)
protected RemoteDenormalizedBatchNaturalId toRemoteDenormalizedBatchNaturalId(java.lang.Object[] row)
DenormalizedBatchDaoImpl
class if you intend to use reporting queries.
DenormalizedBatchDao.toRemoteDenormalizedBatchNaturalId(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
public final void remoteDenormalizedBatchNaturalIdToEntityCollection(java.util.Collection instances)
DenormalizedBatchDao
RemoteDenormalizedBatchNaturalId
to this
DAO's entity.
remoteDenormalizedBatchNaturalIdToEntityCollection
in interface DenormalizedBatchDao
DenormalizedBatchDao.remoteDenormalizedBatchNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteDenormalizedBatchNaturalId(DenormalizedBatch source, RemoteDenormalizedBatchNaturalId target)
DenormalizedBatchDao
toRemoteDenormalizedBatchNaturalId
in interface DenormalizedBatchDao
DenormalizedBatchDao.toRemoteDenormalizedBatchNaturalId(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch, fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchNaturalId)
public RemoteDenormalizedBatchNaturalId toRemoteDenormalizedBatchNaturalId(DenormalizedBatch entity)
DenormalizedBatchDao
RemoteDenormalizedBatchNaturalId
.
toRemoteDenormalizedBatchNaturalId
in interface DenormalizedBatchDao
DenormalizedBatchDao.toRemoteDenormalizedBatchNaturalId(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
public void remoteDenormalizedBatchNaturalIdToEntity(RemoteDenormalizedBatchNaturalId source, DenormalizedBatch target, boolean copyIfNull)
DenormalizedBatchDao
RemoteDenormalizedBatchNaturalId
to the specified entity.
remoteDenormalizedBatchNaturalIdToEntity
in interface DenormalizedBatchDao
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.fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatchDao#remoteDenormalizedBatchNaturalIdToEntity(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchNaturalId, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
public final void toClusterDenormalizedBatchCollection(java.util.Collection entities)
DenormalizedBatchDao
ClusterDenormalizedBatch
.
toClusterDenormalizedBatchCollection
in interface DenormalizedBatchDao
DenormalizedBatchDao.toClusterDenormalizedBatchCollection(java.util.Collection)
public final ClusterDenormalizedBatch[] toClusterDenormalizedBatchArray(java.util.Collection entities)
DenormalizedBatchDao
ClusterDenormalizedBatch
.
toClusterDenormalizedBatchArray
in interface DenormalizedBatchDao
DenormalizedBatchDao.toClusterDenormalizedBatchArray(java.util.Collection)
protected ClusterDenormalizedBatch toClusterDenormalizedBatch(java.lang.Object[] row)
DenormalizedBatchDaoImpl
class if you intend to use reporting queries.
DenormalizedBatchDao.toClusterDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
public final void clusterDenormalizedBatchToEntityCollection(java.util.Collection instances)
DenormalizedBatchDao
ClusterDenormalizedBatch
to this
DAO's entity.
clusterDenormalizedBatchToEntityCollection
in interface DenormalizedBatchDao
DenormalizedBatchDao.clusterDenormalizedBatchToEntityCollection(java.util.Collection)
public void toClusterDenormalizedBatch(DenormalizedBatch source, ClusterDenormalizedBatch target)
DenormalizedBatchDao
toClusterDenormalizedBatch
in interface DenormalizedBatchDao
DenormalizedBatchDao.toClusterDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch, fr.ifremer.allegro.data.batch.denormalized.generic.cluster.ClusterDenormalizedBatch)
public ClusterDenormalizedBatch toClusterDenormalizedBatch(DenormalizedBatch entity)
DenormalizedBatchDao
ClusterDenormalizedBatch
.
toClusterDenormalizedBatch
in interface DenormalizedBatchDao
DenormalizedBatchDao.toClusterDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
public void clusterDenormalizedBatchToEntity(ClusterDenormalizedBatch source, DenormalizedBatch target, boolean copyIfNull)
DenormalizedBatchDao
ClusterDenormalizedBatch
to the specified entity.
clusterDenormalizedBatchToEntity
in interface DenormalizedBatchDao
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.fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatchDao#clusterDenormalizedBatchToEntity(fr.ifremer.allegro.data.batch.denormalized.generic.cluster.ClusterDenormalizedBatch, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
DenormalizedBatchDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface DenormalizedBatchDao
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.DenormalizedBatchDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
DenormalizedBatchDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface DenormalizedBatchDao
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.DenormalizedBatchDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
DenormalizedBatchDao
DenormalizedBatchDao.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.
search
in interface DenormalizedBatchDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
DenormalizedBatchDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
DenormalizedBatchDao
search
object.
search
in interface DenormalizedBatchDao
search
- the search object which provides the search parameters and pagination specification.
DenormalizedBatchDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |