|
||||||||||
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.DenormalisedBatchSortingValueDaoBase
public abstract class DenormalisedBatchSortingValueDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue
.
DenormalisedBatchSortingValue
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValueDao |
---|
TRANSFORM_CLUSTERDENORMALISEDBATCHSORTINGVALUE, TRANSFORM_NONE, TRANSFORM_REMOTEDENORMALISEDBATCHSORTINGVALUEFULLVO, TRANSFORM_REMOTEDENORMALISEDBATCHSORTINGVALUENATURALID |
Constructor Summary | |
---|---|
DenormalisedBatchSortingValueDaoBase()
|
Method Summary | |
---|---|
void |
clusterDenormalisedBatchSortingValueToEntity(ClusterDenormalisedBatchSortingValue source,
DenormalisedBatchSortingValue target,
boolean copyIfNull)
Copies the fields of ClusterDenormalisedBatchSortingValue to the specified entity. |
void |
clusterDenormalisedBatchSortingValueToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterDenormalisedBatchSortingValue to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue and adds from the passed in entities collection |
DenormalisedBatchSortingValue |
create(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
Creates an instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue and adds it to the persistent store. |
DenormalisedBatchSortingValue |
create(DenormalizedBatch denormalizedBatch,
Parameter parameter)
Creates a new fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DenormalisedBatchSortingValue |
create(java.lang.Float numericalvalue,
DenormalizedBatch denormalizedBatch,
QualitativeValue qualitativeValue,
Parameter parameter)
Creates a new fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue
instance from all attributes and
properties and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as DenormalisedBatchSortingValueDao.create(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
DenormalisedBatchSortingValue denormalisedBatchSortingValue)
Does the same thing as DenormalisedBatchSortingValueDao.create(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
DenormalizedBatch denormalizedBatch,
Parameter parameter)
Does the same thing as DenormalisedBatchSortingValueDao.create(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.Float numericalvalue,
DenormalizedBatch denormalizedBatch,
QualitativeValue qualitativeValue,
Parameter parameter)
Does the same thing as DenormalisedBatchSortingValueDao.create(java.lang.Float,fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional flag called transform . |
DenormalisedBatchSortingValue |
createFromClusterDenormalisedBatchSortingValue(ClusterDenormalisedBatchSortingValue clusterDenormalisedBatchSortingValue)
|
java.util.Collection |
findDenormalisedBatchSortingValueByDenormalizedBatch(DenormalizedBatch denormalizedBatch)
|
java.util.Collection |
findDenormalisedBatchSortingValueByDenormalizedBatch(int transform,
DenormalizedBatch denormalizedBatch)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an
additional flag called transform . |
java.util.Collection |
findDenormalisedBatchSortingValueByDenormalizedBatch(int pageNumber,
int pageSize,
DenormalizedBatch denormalizedBatch)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDenormalisedBatchSortingValueByDenormalizedBatch(int transform,
int pageNumber,
int pageSize,
DenormalizedBatch denormalizedBatch)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDenormalisedBatchSortingValueByDenormalizedBatch(int transform,
java.lang.String queryString,
DenormalizedBatch denormalizedBatch)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an
additional argument called queryString . |
java.util.Collection |
findDenormalisedBatchSortingValueByDenormalizedBatch(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
DenormalizedBatch denormalizedBatch)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, String, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDenormalisedBatchSortingValueByDenormalizedBatch(java.lang.String queryString,
DenormalizedBatch denormalizedBatch)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an
additional argument called queryString . |
java.util.Collection |
findDenormalisedBatchSortingValueByDenormalizedBatch(java.lang.String queryString,
int pageNumber,
int pageSize,
DenormalizedBatch denormalizedBatch)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(String, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an
additional two arguments called pageNumber and pageSize . |
DenormalisedBatchSortingValue |
findDenormalisedBatchSortingValueById(java.lang.Integer id)
|
java.lang.Object |
findDenormalisedBatchSortingValueById(int transform,
java.lang.Integer id)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findDenormalisedBatchSortingValueById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueById(int, java.lang.Integer) with an
additional argument called queryString . |
DenormalisedBatchSortingValue |
findDenormalisedBatchSortingValueById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueById(java.lang.Integer) with an
additional argument called queryString . |
DenormalisedBatchSortingValue |
findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findDenormalisedBatchSortingValueByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findDenormalisedBatchSortingValueByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
DenormalisedBatchSortingValue |
findDenormalisedBatchSortingValueByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findDenormalisedBatchSortingValueByParameter(int transform,
int pageNumber,
int pageSize,
Parameter parameter)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDenormalisedBatchSortingValueByParameter(int pageNumber,
int pageSize,
Parameter parameter)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDenormalisedBatchSortingValueByParameter(int transform,
Parameter parameter)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional flag called transform . |
java.util.Collection |
findDenormalisedBatchSortingValueByParameter(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Parameter parameter)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(int, String, fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDenormalisedBatchSortingValueByParameter(int transform,
java.lang.String queryString,
Parameter parameter)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional argument called queryString . |
java.util.Collection |
findDenormalisedBatchSortingValueByParameter(Parameter parameter)
|
java.util.Collection |
findDenormalisedBatchSortingValueByParameter(java.lang.String queryString,
int pageNumber,
int pageSize,
Parameter parameter)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(String, fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDenormalisedBatchSortingValueByParameter(java.lang.String queryString,
Parameter parameter)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional argument called queryString . |
java.util.Collection |
findDenormalisedBatchSortingValueByQualitativeValue(int transform,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDenormalisedBatchSortingValueByQualitativeValue(int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDenormalisedBatchSortingValueByQualitativeValue(int transform,
QualitativeValue qualitativeValue)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional flag called transform . |
java.util.Collection |
findDenormalisedBatchSortingValueByQualitativeValue(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDenormalisedBatchSortingValueByQualitativeValue(int transform,
java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findDenormalisedBatchSortingValueByQualitativeValue(QualitativeValue qualitativeValue)
|
java.util.Collection |
findDenormalisedBatchSortingValueByQualitativeValue(java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDenormalisedBatchSortingValueByQualitativeValue(java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
getAllDenormalisedBatchSortingValue()
|
java.util.Collection |
getAllDenormalisedBatchSortingValue(int transform)
Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue() with an
additional flag called transform . |
java.util.Collection |
getAllDenormalisedBatchSortingValue(int pageNumber,
int pageSize)
Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDenormalisedBatchSortingValue(int transform,
int pageNumber,
int pageSize)
Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDenormalisedBatchSortingValue(int transform,
java.lang.String queryString)
Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(int) with an
additional argument called queryString . |
java.util.Collection |
getAllDenormalisedBatchSortingValue(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDenormalisedBatchSortingValue(java.lang.String queryString)
Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue() with an
additional argument called queryString . |
java.util.Collection |
getAllDenormalisedBatchSortingValue(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(String) with an
additional two arguments called pageNumber and pageSize . |
protected DenormalizedBatchDao |
getDenormalizedBatchDao()
Gets the reference to denormalizedBatchDao . |
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 QualitativeValueDao |
getQualitativeValueDao()
Gets the reference to qualitativeValueDao . |
protected abstract DenormalisedBatchSortingValue |
handleCreateFromClusterDenormalisedBatchSortingValue(ClusterDenormalisedBatchSortingValue clusterDenormalisedBatchSortingValue)
Performs the core logic for createFromClusterDenormalisedBatchSortingValue(fr.ifremer.allegro.data.batch.denormalized.generic.cluster.ClusterDenormalisedBatchSortingValue) |
DenormalisedBatchSortingValue |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as DenormalisedBatchSortingValueDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type DenormalisedBatchSortingValue . |
java.util.Collection |
loadAll(int transform)
Does the same thing as DenormalisedBatchSortingValueDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as DenormalisedBatchSortingValueDao.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 DenormalisedBatchSortingValueDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteDenormalisedBatchSortingValueFullVOToEntity(RemoteDenormalisedBatchSortingValueFullVO source,
DenormalisedBatchSortingValue target,
boolean copyIfNull)
Copies the fields of RemoteDenormalisedBatchSortingValueFullVO to the specified entity. |
void |
remoteDenormalisedBatchSortingValueFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteDenormalisedBatchSortingValueFullVO to this
DAO's entity. |
void |
remoteDenormalisedBatchSortingValueNaturalIdToEntity(RemoteDenormalisedBatchSortingValueNaturalId source,
DenormalisedBatchSortingValue target,
boolean copyIfNull)
Copies the fields of RemoteDenormalisedBatchSortingValueNaturalId to the specified entity. |
void |
remoteDenormalisedBatchSortingValueNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteDenormalisedBatchSortingValueNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
Removes the instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue from the persistent store. |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue having the given identifier from the persistent store. |
PaginationResult |
search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
PaginationResult |
search(int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
java.util.Set |
search(int transform,
Search search)
Does the same thing as DenormalisedBatchSortingValueDao.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 |
setDenormalizedBatchDao(DenormalizedBatchDao denormalizedBatchDao)
Sets the reference to denormalizedBatchDao . |
void |
setParameterDao(ParameterDao parameterDao)
Sets the reference to parameterDao . |
void |
setQualitativeValueDao(QualitativeValueDao qualitativeValueDao)
Sets the reference to qualitativeValueDao . |
ClusterDenormalisedBatchSortingValue |
toClusterDenormalisedBatchSortingValue(DenormalisedBatchSortingValue entity)
Converts this DAO's entity to an object of type ClusterDenormalisedBatchSortingValue . |
void |
toClusterDenormalisedBatchSortingValue(DenormalisedBatchSortingValue source,
ClusterDenormalisedBatchSortingValue target)
Copies the fields of the specified entity to the target value object. |
protected ClusterDenormalisedBatchSortingValue |
toClusterDenormalisedBatchSortingValue(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterDenormalisedBatchSortingValue[] |
toClusterDenormalisedBatchSortingValueArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterDenormalisedBatchSortingValue . |
void |
toClusterDenormalisedBatchSortingValueCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterDenormalisedBatchSortingValue . |
protected DenormalisedBatchSortingValue |
toEntity(java.lang.Object[] row)
|
RemoteDenormalisedBatchSortingValueFullVO |
toRemoteDenormalisedBatchSortingValueFullVO(DenormalisedBatchSortingValue entity)
Converts this DAO's entity to an object of type RemoteDenormalisedBatchSortingValueFullVO . |
void |
toRemoteDenormalisedBatchSortingValueFullVO(DenormalisedBatchSortingValue source,
RemoteDenormalisedBatchSortingValueFullVO target)
Copies the fields of the specified entity to the target value object. |
protected RemoteDenormalisedBatchSortingValueFullVO |
toRemoteDenormalisedBatchSortingValueFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteDenormalisedBatchSortingValueFullVO[] |
toRemoteDenormalisedBatchSortingValueFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteDenormalisedBatchSortingValueFullVO . |
void |
toRemoteDenormalisedBatchSortingValueFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteDenormalisedBatchSortingValueFullVO . |
RemoteDenormalisedBatchSortingValueNaturalId |
toRemoteDenormalisedBatchSortingValueNaturalId(DenormalisedBatchSortingValue entity)
Converts this DAO's entity to an object of type RemoteDenormalisedBatchSortingValueNaturalId . |
void |
toRemoteDenormalisedBatchSortingValueNaturalId(DenormalisedBatchSortingValue source,
RemoteDenormalisedBatchSortingValueNaturalId target)
Copies the fields of the specified entity to the target value object. |
protected RemoteDenormalisedBatchSortingValueNaturalId |
toRemoteDenormalisedBatchSortingValueNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteDenormalisedBatchSortingValueNaturalId[] |
toRemoteDenormalisedBatchSortingValueNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteDenormalisedBatchSortingValueNaturalId . |
void |
toRemoteDenormalisedBatchSortingValueNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteDenormalisedBatchSortingValueNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)
method. |
protected java.lang.Object |
transformEntity(int transform,
DenormalisedBatchSortingValue 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.DenormalisedBatchSortingValueDao , please note
that the DenormalisedBatchSortingValueDao.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(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
Updates the denormalisedBatchSortingValue 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.DenormalisedBatchSortingValueDao |
---|
clusterDenormalisedBatchSortingValueToEntity, remoteDenormalisedBatchSortingValueFullVOToEntity, remoteDenormalisedBatchSortingValueNaturalIdToEntity |
Constructor Detail |
---|
public DenormalisedBatchSortingValueDaoBase()
Method Detail |
---|
public void setDenormalizedBatchDao(DenormalizedBatchDao denormalizedBatchDao)
denormalizedBatchDao
.
protected DenormalizedBatchDao getDenormalizedBatchDao()
denormalizedBatchDao
.
public void setQualitativeValueDao(QualitativeValueDao qualitativeValueDao)
qualitativeValueDao
.
protected QualitativeValueDao getQualitativeValueDao()
qualitativeValueDao
.
public void setParameterDao(ParameterDao parameterDao)
parameterDao
.
protected ParameterDao getParameterDao()
parameterDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.load(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
load
in interface DenormalisedBatchSortingValueDao
id
- identifier of the entity to load
DenormalisedBatchSortingValueDao.load(int, java.lang.Integer)
public DenormalisedBatchSortingValue load(java.lang.Integer id)
DenormalisedBatchSortingValueDao
load
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.load(java.lang.Integer)
public java.util.Collection loadAll()
DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValue
.
loadAll
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.loadAll()
public java.util.Collection loadAll(int transform)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.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 DenormalisedBatchSortingValueDao
transform
- the flag indicating what transformation to use.
DenormalisedBatchSortingValueDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.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 DenormalisedBatchSortingValueDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
DenormalisedBatchSortingValueDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.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 DenormalisedBatchSortingValueDao
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.
DenormalisedBatchSortingValueDao.loadAll(int, int, int)
public DenormalisedBatchSortingValue create(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
DenormalisedBatchSortingValueDao
create
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.create(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)
public java.lang.Object create(int transform, DenormalisedBatchSortingValue denormalisedBatchSortingValue)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.create(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.create(int transform, fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)
public java.util.Collection create(java.util.Collection entities)
DenormalisedBatchSortingValueDao
entities
collection
create
in interface DenormalisedBatchSortingValueDao
entities
- the collection of fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue
instances to create.
DenormalisedBatchSortingValueDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.create(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
create
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.create(int, java.util.Collection)
public DenormalisedBatchSortingValue create(java.lang.Float numericalvalue, DenormalizedBatch denormalizedBatch, QualitativeValue qualitativeValue, Parameter parameter)
DenormalisedBatchSortingValueDao
Creates a new fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue
instance from all attributes and
properties and adds it to the persistent store.
create
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.create(java.lang.Float,fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter)
public java.lang.Object create(int transform, java.lang.Float numericalvalue, DenormalizedBatch denormalizedBatch, QualitativeValue qualitativeValue, Parameter parameter)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.create(java.lang.Float,fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.create(int, java.lang.Float,fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter)
public DenormalisedBatchSortingValue create(DenormalizedBatch denormalizedBatch, Parameter parameter)
DenormalisedBatchSortingValueDao
Creates a new fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.create(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.Parameter)
public java.lang.Object create(int transform, DenormalizedBatch denormalizedBatch, Parameter parameter)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.create(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.create(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.Parameter)
public void update(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
DenormalisedBatchSortingValueDao
denormalisedBatchSortingValue
instance in the persistent store.
update
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.update(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)
public void update(java.util.Collection entities)
DenormalisedBatchSortingValueDao
entities
collection in the persistent store.
update
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.update(java.util.Collection)
public void remove(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
DenormalisedBatchSortingValueDao
remove
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.remove(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)
public void remove(java.lang.Integer id)
DenormalisedBatchSortingValueDao
identifier
from the persistent store.
remove
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
DenormalisedBatchSortingValueDao
entities collection.
- Specified by:
remove
in interface DenormalisedBatchSortingValueDao
- See Also:
DenormalisedBatchSortingValueDao.remove(java.util.Collection)
public java.util.Collection getAllDenormalisedBatchSortingValue()
getAllDenormalisedBatchSortingValue
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue()
public java.util.Collection getAllDenormalisedBatchSortingValue(int transform)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
getAllDenormalisedBatchSortingValue
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(int)
public java.util.Collection getAllDenormalisedBatchSortingValue(java.lang.String queryString)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue()
.
getAllDenormalisedBatchSortingValue
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(java.lang.String)
public java.util.Collection getAllDenormalisedBatchSortingValue(int pageNumber, int pageSize)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllDenormalisedBatchSortingValue
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(int, int)
public java.util.Collection getAllDenormalisedBatchSortingValue(java.lang.String queryString, int pageNumber, int pageSize)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllDenormalisedBatchSortingValue
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(String, int, int)
public java.util.Collection getAllDenormalisedBatchSortingValue(int transform, java.lang.String queryString)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(int)
.
getAllDenormalisedBatchSortingValue
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(int, String)
public java.util.Collection getAllDenormalisedBatchSortingValue(int transform, int pageNumber, int pageSize)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllDenormalisedBatchSortingValue
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(int, int, int)
public java.util.Collection getAllDenormalisedBatchSortingValue(int transform, java.lang.String queryString, int pageNumber, int pageSize)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(int, String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllDenormalisedBatchSortingValue
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.getAllDenormalisedBatchSortingValue(int, java.lang.String, int, int)
public DenormalisedBatchSortingValue findDenormalisedBatchSortingValueById(java.lang.Integer id)
findDenormalisedBatchSortingValueById
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueById(java.lang.Integer)
public java.lang.Object findDenormalisedBatchSortingValueById(int transform, java.lang.Integer id)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueById(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findDenormalisedBatchSortingValueById
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueById(int, java.lang.Integer)
public DenormalisedBatchSortingValue findDenormalisedBatchSortingValueById(java.lang.String queryString, java.lang.Integer id)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueById(java.lang.Integer)
.
findDenormalisedBatchSortingValueById
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueById(java.lang.String, java.lang.Integer)
public java.lang.Object findDenormalisedBatchSortingValueById(int transform, java.lang.String queryString, java.lang.Integer id)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueById(int, java.lang.Integer id)
.
findDenormalisedBatchSortingValueById
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(DenormalizedBatch denormalizedBatch)
findDenormalisedBatchSortingValueByDenormalizedBatch
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
public java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int transform, DenormalizedBatch denormalizedBatch)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findDenormalisedBatchSortingValueByDenormalizedBatch
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
public java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(java.lang.String queryString, DenormalizedBatch denormalizedBatch)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
.
findDenormalisedBatchSortingValueByDenormalizedBatch
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(java.lang.String, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
public java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int pageNumber, int pageSize, DenormalizedBatch denormalizedBatch)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDenormalisedBatchSortingValueByDenormalizedBatch
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
public java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(java.lang.String queryString, int pageNumber, int pageSize, DenormalizedBatch denormalizedBatch)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(String, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDenormalisedBatchSortingValueByDenormalizedBatch
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(String, int, int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
public java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int transform, java.lang.String queryString, DenormalizedBatch denormalizedBatch)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch denormalizedBatch)
.
findDenormalisedBatchSortingValueByDenormalizedBatch
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, String, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
public java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int transform, int pageNumber, int pageSize, DenormalizedBatch denormalizedBatch)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDenormalisedBatchSortingValueByDenormalizedBatch
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, int, int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
public java.util.Collection findDenormalisedBatchSortingValueByDenormalizedBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, DenormalizedBatch denormalizedBatch)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, String, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDenormalisedBatchSortingValueByDenormalizedBatch
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, java.lang.String, int, int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch)
public java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(QualitativeValue qualitativeValue)
findDenormalisedBatchSortingValueByQualitativeValue
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int transform, QualitativeValue qualitativeValue)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findDenormalisedBatchSortingValueByQualitativeValue
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
.
findDenormalisedBatchSortingValueByQualitativeValue
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(java.lang.String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDenormalisedBatchSortingValueByQualitativeValue
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDenormalisedBatchSortingValueByQualitativeValue
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue)
.
findDenormalisedBatchSortingValueByQualitativeValue
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDenormalisedBatchSortingValueByQualitativeValue
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(int, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findDenormalisedBatchSortingValueByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDenormalisedBatchSortingValueByQualitativeValue
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByQualitativeValue(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findDenormalisedBatchSortingValueByParameter(Parameter parameter)
findDenormalisedBatchSortingValueByParameter
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findDenormalisedBatchSortingValueByParameter(int transform, Parameter parameter)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findDenormalisedBatchSortingValueByParameter
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findDenormalisedBatchSortingValueByParameter(java.lang.String queryString, Parameter parameter)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter)
.
findDenormalisedBatchSortingValueByParameter
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findDenormalisedBatchSortingValueByParameter(int pageNumber, int pageSize, Parameter parameter)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDenormalisedBatchSortingValueByParameter
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(int, int, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findDenormalisedBatchSortingValueByParameter(java.lang.String queryString, int pageNumber, int pageSize, Parameter parameter)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(String, fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDenormalisedBatchSortingValueByParameter
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(String, int, int, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findDenormalisedBatchSortingValueByParameter(int transform, java.lang.String queryString, Parameter parameter)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter parameter)
.
findDenormalisedBatchSortingValueByParameter
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(int, String, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findDenormalisedBatchSortingValueByParameter(int transform, int pageNumber, int pageSize, Parameter parameter)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDenormalisedBatchSortingValueByParameter
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(int, int, int, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findDenormalisedBatchSortingValueByParameter(int transform, java.lang.String queryString, int pageNumber, int pageSize, Parameter parameter)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(int, String, fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDenormalisedBatchSortingValueByParameter
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByParameter(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Parameter)
public DenormalisedBatchSortingValue findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer id)
findDenormalisedBatchSortingValueByNaturalId
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer)
public java.lang.Object findDenormalisedBatchSortingValueByNaturalId(int transform, java.lang.Integer id)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findDenormalisedBatchSortingValueByNaturalId
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByNaturalId(int, java.lang.Integer)
public DenormalisedBatchSortingValue findDenormalisedBatchSortingValueByNaturalId(java.lang.String queryString, java.lang.Integer id)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByNaturalId(java.lang.Integer)
.
findDenormalisedBatchSortingValueByNaturalId
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findDenormalisedBatchSortingValueByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
DenormalisedBatchSortingValueDao
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByNaturalId(int, java.lang.Integer id)
.
findDenormalisedBatchSortingValueByNaturalId
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByNaturalId(int, java.lang.String, java.lang.Integer)
public DenormalisedBatchSortingValue createFromClusterDenormalisedBatchSortingValue(ClusterDenormalisedBatchSortingValue clusterDenormalisedBatchSortingValue)
createFromClusterDenormalisedBatchSortingValue
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.createFromClusterDenormalisedBatchSortingValue(fr.ifremer.allegro.data.batch.denormalized.generic.cluster.ClusterDenormalisedBatchSortingValue)
protected abstract DenormalisedBatchSortingValue handleCreateFromClusterDenormalisedBatchSortingValue(ClusterDenormalisedBatchSortingValue clusterDenormalisedBatchSortingValue) throws java.lang.Exception
createFromClusterDenormalisedBatchSortingValue(fr.ifremer.allegro.data.batch.denormalized.generic.cluster.ClusterDenormalisedBatchSortingValue)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, DenormalisedBatchSortingValue entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValueDao
, please note
that the DenormalisedBatchSortingValueDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
DenormalisedBatchSortingValue
- DenormalisedBatchSortingValueDao.TRANSFORM_NONE
RemoteDenormalisedBatchSortingValueFullVO
- TRANSFORM_REMOTEDENORMALISEDBATCHSORTINGVALUEFULLVO
RemoteDenormalisedBatchSortingValueNaturalId
- TRANSFORM_REMOTEDENORMALISEDBATCHSORTINGVALUENATURALID
ClusterDenormalisedBatchSortingValue
- TRANSFORM_CLUSTERDENORMALISEDBATCHSORTINGVALUE
DenormalisedBatchSortingValueDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in DenormalisedBatchSortingValueDao
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.DenormalisedBatchSortingValue)
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.DenormalisedBatchSortingValueDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)
protected DenormalisedBatchSortingValue toEntity(java.lang.Object[] row)
public final void toRemoteDenormalisedBatchSortingValueFullVOCollection(java.util.Collection entities)
DenormalisedBatchSortingValueDao
RemoteDenormalisedBatchSortingValueFullVO
.
toRemoteDenormalisedBatchSortingValueFullVOCollection
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.toRemoteDenormalisedBatchSortingValueFullVOCollection(java.util.Collection)
public final RemoteDenormalisedBatchSortingValueFullVO[] toRemoteDenormalisedBatchSortingValueFullVOArray(java.util.Collection entities)
DenormalisedBatchSortingValueDao
RemoteDenormalisedBatchSortingValueFullVO
.
toRemoteDenormalisedBatchSortingValueFullVOArray
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.toRemoteDenormalisedBatchSortingValueFullVOArray(java.util.Collection)
protected RemoteDenormalisedBatchSortingValueFullVO toRemoteDenormalisedBatchSortingValueFullVO(java.lang.Object[] row)
DenormalisedBatchSortingValueDaoImpl
class if you intend to use reporting queries.
DenormalisedBatchSortingValueDao.toRemoteDenormalisedBatchSortingValueFullVO(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)
public final void remoteDenormalisedBatchSortingValueFullVOToEntityCollection(java.util.Collection instances)
DenormalisedBatchSortingValueDao
RemoteDenormalisedBatchSortingValueFullVO
to this
DAO's entity.
remoteDenormalisedBatchSortingValueFullVOToEntityCollection
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.remoteDenormalisedBatchSortingValueFullVOToEntityCollection(java.util.Collection)
public void toRemoteDenormalisedBatchSortingValueFullVO(DenormalisedBatchSortingValue source, RemoteDenormalisedBatchSortingValueFullVO target)
DenormalisedBatchSortingValueDao
toRemoteDenormalisedBatchSortingValueFullVO
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.toRemoteDenormalisedBatchSortingValueFullVO(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue, fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalisedBatchSortingValueFullVO)
public RemoteDenormalisedBatchSortingValueFullVO toRemoteDenormalisedBatchSortingValueFullVO(DenormalisedBatchSortingValue entity)
DenormalisedBatchSortingValueDao
RemoteDenormalisedBatchSortingValueFullVO
.
toRemoteDenormalisedBatchSortingValueFullVO
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.toRemoteDenormalisedBatchSortingValueFullVO(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)
public void remoteDenormalisedBatchSortingValueFullVOToEntity(RemoteDenormalisedBatchSortingValueFullVO source, DenormalisedBatchSortingValue target, boolean copyIfNull)
DenormalisedBatchSortingValueDao
RemoteDenormalisedBatchSortingValueFullVO
to the specified entity.
remoteDenormalisedBatchSortingValueFullVOToEntity
in interface DenormalisedBatchSortingValueDao
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.DenormalisedBatchSortingValueDao#remoteDenormalisedBatchSortingValueFullVOToEntity(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalisedBatchSortingValueFullVO, fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)
public final void toRemoteDenormalisedBatchSortingValueNaturalIdCollection(java.util.Collection entities)
DenormalisedBatchSortingValueDao
RemoteDenormalisedBatchSortingValueNaturalId
.
toRemoteDenormalisedBatchSortingValueNaturalIdCollection
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.toRemoteDenormalisedBatchSortingValueNaturalIdCollection(java.util.Collection)
public final RemoteDenormalisedBatchSortingValueNaturalId[] toRemoteDenormalisedBatchSortingValueNaturalIdArray(java.util.Collection entities)
DenormalisedBatchSortingValueDao
RemoteDenormalisedBatchSortingValueNaturalId
.
toRemoteDenormalisedBatchSortingValueNaturalIdArray
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.toRemoteDenormalisedBatchSortingValueNaturalIdArray(java.util.Collection)
protected RemoteDenormalisedBatchSortingValueNaturalId toRemoteDenormalisedBatchSortingValueNaturalId(java.lang.Object[] row)
DenormalisedBatchSortingValueDaoImpl
class if you intend to use reporting queries.
DenormalisedBatchSortingValueDao.toRemoteDenormalisedBatchSortingValueNaturalId(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)
public final void remoteDenormalisedBatchSortingValueNaturalIdToEntityCollection(java.util.Collection instances)
DenormalisedBatchSortingValueDao
RemoteDenormalisedBatchSortingValueNaturalId
to this
DAO's entity.
remoteDenormalisedBatchSortingValueNaturalIdToEntityCollection
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.remoteDenormalisedBatchSortingValueNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteDenormalisedBatchSortingValueNaturalId(DenormalisedBatchSortingValue source, RemoteDenormalisedBatchSortingValueNaturalId target)
DenormalisedBatchSortingValueDao
toRemoteDenormalisedBatchSortingValueNaturalId
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.toRemoteDenormalisedBatchSortingValueNaturalId(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue, fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalisedBatchSortingValueNaturalId)
public RemoteDenormalisedBatchSortingValueNaturalId toRemoteDenormalisedBatchSortingValueNaturalId(DenormalisedBatchSortingValue entity)
DenormalisedBatchSortingValueDao
RemoteDenormalisedBatchSortingValueNaturalId
.
toRemoteDenormalisedBatchSortingValueNaturalId
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.toRemoteDenormalisedBatchSortingValueNaturalId(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)
public void remoteDenormalisedBatchSortingValueNaturalIdToEntity(RemoteDenormalisedBatchSortingValueNaturalId source, DenormalisedBatchSortingValue target, boolean copyIfNull)
DenormalisedBatchSortingValueDao
RemoteDenormalisedBatchSortingValueNaturalId
to the specified entity.
remoteDenormalisedBatchSortingValueNaturalIdToEntity
in interface DenormalisedBatchSortingValueDao
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.DenormalisedBatchSortingValueDao#remoteDenormalisedBatchSortingValueNaturalIdToEntity(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalisedBatchSortingValueNaturalId, fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)
public final void toClusterDenormalisedBatchSortingValueCollection(java.util.Collection entities)
DenormalisedBatchSortingValueDao
ClusterDenormalisedBatchSortingValue
.
toClusterDenormalisedBatchSortingValueCollection
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.toClusterDenormalisedBatchSortingValueCollection(java.util.Collection)
public final ClusterDenormalisedBatchSortingValue[] toClusterDenormalisedBatchSortingValueArray(java.util.Collection entities)
DenormalisedBatchSortingValueDao
ClusterDenormalisedBatchSortingValue
.
toClusterDenormalisedBatchSortingValueArray
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.toClusterDenormalisedBatchSortingValueArray(java.util.Collection)
protected ClusterDenormalisedBatchSortingValue toClusterDenormalisedBatchSortingValue(java.lang.Object[] row)
DenormalisedBatchSortingValueDaoImpl
class if you intend to use reporting queries.
DenormalisedBatchSortingValueDao.toClusterDenormalisedBatchSortingValue(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)
public final void clusterDenormalisedBatchSortingValueToEntityCollection(java.util.Collection instances)
DenormalisedBatchSortingValueDao
ClusterDenormalisedBatchSortingValue
to this
DAO's entity.
clusterDenormalisedBatchSortingValueToEntityCollection
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.clusterDenormalisedBatchSortingValueToEntityCollection(java.util.Collection)
public void toClusterDenormalisedBatchSortingValue(DenormalisedBatchSortingValue source, ClusterDenormalisedBatchSortingValue target)
DenormalisedBatchSortingValueDao
toClusterDenormalisedBatchSortingValue
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.toClusterDenormalisedBatchSortingValue(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue, fr.ifremer.allegro.data.batch.denormalized.generic.cluster.ClusterDenormalisedBatchSortingValue)
public ClusterDenormalisedBatchSortingValue toClusterDenormalisedBatchSortingValue(DenormalisedBatchSortingValue entity)
DenormalisedBatchSortingValueDao
ClusterDenormalisedBatchSortingValue
.
toClusterDenormalisedBatchSortingValue
in interface DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.toClusterDenormalisedBatchSortingValue(fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)
public void clusterDenormalisedBatchSortingValueToEntity(ClusterDenormalisedBatchSortingValue source, DenormalisedBatchSortingValue target, boolean copyIfNull)
DenormalisedBatchSortingValueDao
ClusterDenormalisedBatchSortingValue
to the specified entity.
clusterDenormalisedBatchSortingValueToEntity
in interface DenormalisedBatchSortingValueDao
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.DenormalisedBatchSortingValueDao#clusterDenormalisedBatchSortingValueToEntity(fr.ifremer.allegro.data.batch.denormalized.generic.cluster.ClusterDenormalisedBatchSortingValue, fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue)
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)
DenormalisedBatchSortingValueDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface DenormalisedBatchSortingValueDao
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.DenormalisedBatchSortingValueDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
DenormalisedBatchSortingValueDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface DenormalisedBatchSortingValueDao
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.DenormalisedBatchSortingValueDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
DenormalisedBatchSortingValueDao
DenormalisedBatchSortingValueDao.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 DenormalisedBatchSortingValueDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
DenormalisedBatchSortingValueDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
DenormalisedBatchSortingValueDao
search
object.
search
in interface DenormalisedBatchSortingValueDao
search
- the search object which provides the search parameters and pagination specification.
DenormalisedBatchSortingValueDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |