|
||||||||||
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.referential.pmfm.PmfmDaoBase
public abstract class PmfmDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.pmfm.Pmfm
.
Pmfm
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.pmfm.PmfmDao |
---|
TRANSFORM_CLUSTERPMFM, TRANSFORM_NONE, TRANSFORM_REMOTEPMFMFULLVO, TRANSFORM_REMOTEPMFMNATURALID |
Constructor Summary | |
---|---|
PmfmDaoBase()
|
Method Summary | |
---|---|
void |
clusterPmfmToEntity(ClusterPmfm source,
Pmfm target,
boolean copyIfNull)
Copies the fields of ClusterPmfm to the specified entity. |
void |
clusterPmfmToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterPmfm to this
DAO's entity. |
Pmfm |
create(AggregationLevel aggregationLevel,
java.util.Date creationDate,
Fraction fraction,
Matrix matrix,
Method method,
Parameter parameter,
Status status,
Unit unit)
Creates a new fr.ifremer.allegro.referential.pmfm.Pmfm
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.pmfm.Pmfm and adds from the passed in entities collection |
java.lang.Object |
create(int transform,
AggregationLevel aggregationLevel,
java.util.Date creationDate,
Fraction fraction,
Matrix matrix,
Method method,
Parameter parameter,
Status status,
Unit unit)
Does the same thing as PmfmDao.create(fr.ifremer.allegro.referential.pmfm.AggregationLevel,java.util.Date,fr.ifremer.allegro.referential.pmfm.Fraction,fr.ifremer.allegro.referential.pmfm.Matrix,fr.ifremer.allegro.referential.pmfm.Method,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.pmfm.Unit) with an
additional flag called transform . |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as PmfmDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional flag called transform . |
Pmfm |
create(java.lang.Integer signifFiguresNumber,
java.lang.Integer maximumNumberDecimals,
java.lang.Float detectionThreshold,
java.lang.Float minValue,
java.lang.Float maxValue,
java.lang.Float precision,
java.lang.Float defaultValue,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
Parameter parameter,
Matrix matrix,
Method method,
Unit unit,
Fraction fraction,
java.util.Collection qualitativeValues,
Status status,
AggregationLevel aggregationLevel)
Creates a new fr.ifremer.allegro.referential.pmfm.Pmfm
instance from all attributes and
properties and adds it to the persistent store. |
java.lang.Object |
create(int transform,
java.lang.Integer signifFiguresNumber,
java.lang.Integer maximumNumberDecimals,
java.lang.Float detectionThreshold,
java.lang.Float minValue,
java.lang.Float maxValue,
java.lang.Float precision,
java.lang.Float defaultValue,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
Parameter parameter,
Matrix matrix,
Method method,
Unit unit,
Fraction fraction,
java.util.Collection qualitativeValues,
Status status,
AggregationLevel aggregationLevel)
Does the same thing as PmfmDao.create(java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.pmfm.Matrix,fr.ifremer.allegro.referential.pmfm.Method,fr.ifremer.allegro.referential.pmfm.Unit,fr.ifremer.allegro.referential.pmfm.Fraction,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
Pmfm pmfm)
Does the same thing as PmfmDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional flag called transform . |
Pmfm |
create(Pmfm pmfm)
Creates an instance of fr.ifremer.allegro.referential.pmfm.Pmfm and adds it to the persistent store. |
Pmfm |
createFromClusterPmfm(ClusterPmfm clusterPmfm)
|
java.util.Collection |
findPmfmByAggregationLevel(AggregationLevel aggregationLevel)
|
java.util.Collection |
findPmfmByAggregationLevel(int transform,
AggregationLevel aggregationLevel)
Does the same thing as PmfmDao.findPmfmByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional flag called transform . |
java.util.Collection |
findPmfmByAggregationLevel(int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as PmfmDao.findPmfmByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByAggregationLevel(int transform,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as PmfmDao.findPmfmByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByAggregationLevel(int transform,
java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as PmfmDao.findPmfmByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findPmfmByAggregationLevel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as PmfmDao.findPmfmByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByAggregationLevel(java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as PmfmDao.findPmfmByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findPmfmByAggregationLevel(java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as PmfmDao.findPmfmByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByFraction(Fraction fraction)
|
java.util.Collection |
findPmfmByFraction(int transform,
Fraction fraction)
Does the same thing as PmfmDao.findPmfmByFraction(fr.ifremer.allegro.referential.pmfm.Fraction) with an
additional flag called transform . |
java.util.Collection |
findPmfmByFraction(int pageNumber,
int pageSize,
Fraction fraction)
Does the same thing as PmfmDao.findPmfmByFraction(fr.ifremer.allegro.referential.pmfm.Fraction) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByFraction(int transform,
int pageNumber,
int pageSize,
Fraction fraction)
Does the same thing as PmfmDao.findPmfmByFraction(int, fr.ifremer.allegro.referential.pmfm.Fraction) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByFraction(int transform,
java.lang.String queryString,
Fraction fraction)
Does the same thing as PmfmDao.findPmfmByFraction(int, fr.ifremer.allegro.referential.pmfm.Fraction) with an
additional argument called queryString . |
java.util.Collection |
findPmfmByFraction(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Fraction fraction)
Does the same thing as PmfmDao.findPmfmByFraction(int, String, fr.ifremer.allegro.referential.pmfm.Fraction) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByFraction(java.lang.String queryString,
Fraction fraction)
Does the same thing as PmfmDao.findPmfmByFraction(fr.ifremer.allegro.referential.pmfm.Fraction) with an
additional argument called queryString . |
java.util.Collection |
findPmfmByFraction(java.lang.String queryString,
int pageNumber,
int pageSize,
Fraction fraction)
Does the same thing as PmfmDao.findPmfmByFraction(String, fr.ifremer.allegro.referential.pmfm.Fraction) with an
additional two arguments called pageNumber and pageSize . |
Pmfm |
findPmfmById(java.lang.Integer id)
|
java.lang.Object |
findPmfmById(int transform,
java.lang.Integer id)
Does the same thing as PmfmDao.findPmfmById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findPmfmById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PmfmDao.findPmfmById(int, java.lang.Integer) with an
additional argument called queryString . |
Pmfm |
findPmfmById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PmfmDao.findPmfmById(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findPmfmByMatrix(int transform,
int pageNumber,
int pageSize,
Matrix matrix)
Does the same thing as PmfmDao.findPmfmByMatrix(int, fr.ifremer.allegro.referential.pmfm.Matrix) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByMatrix(int pageNumber,
int pageSize,
Matrix matrix)
Does the same thing as PmfmDao.findPmfmByMatrix(fr.ifremer.allegro.referential.pmfm.Matrix) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByMatrix(int transform,
Matrix matrix)
Does the same thing as PmfmDao.findPmfmByMatrix(fr.ifremer.allegro.referential.pmfm.Matrix) with an
additional flag called transform . |
java.util.Collection |
findPmfmByMatrix(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Matrix matrix)
Does the same thing as PmfmDao.findPmfmByMatrix(int, String, fr.ifremer.allegro.referential.pmfm.Matrix) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByMatrix(int transform,
java.lang.String queryString,
Matrix matrix)
Does the same thing as PmfmDao.findPmfmByMatrix(int, fr.ifremer.allegro.referential.pmfm.Matrix) with an
additional argument called queryString . |
java.util.Collection |
findPmfmByMatrix(Matrix matrix)
|
java.util.Collection |
findPmfmByMatrix(java.lang.String queryString,
int pageNumber,
int pageSize,
Matrix matrix)
Does the same thing as PmfmDao.findPmfmByMatrix(String, fr.ifremer.allegro.referential.pmfm.Matrix) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByMatrix(java.lang.String queryString,
Matrix matrix)
Does the same thing as PmfmDao.findPmfmByMatrix(fr.ifremer.allegro.referential.pmfm.Matrix) with an
additional argument called queryString . |
java.util.Collection |
findPmfmByMethod(int transform,
int pageNumber,
int pageSize,
Method method)
Does the same thing as PmfmDao.findPmfmByMethod(int, fr.ifremer.allegro.referential.pmfm.Method) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByMethod(int pageNumber,
int pageSize,
Method method)
Does the same thing as PmfmDao.findPmfmByMethod(fr.ifremer.allegro.referential.pmfm.Method) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByMethod(int transform,
Method method)
Does the same thing as PmfmDao.findPmfmByMethod(fr.ifremer.allegro.referential.pmfm.Method) with an
additional flag called transform . |
java.util.Collection |
findPmfmByMethod(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Method method)
Does the same thing as PmfmDao.findPmfmByMethod(int, String, fr.ifremer.allegro.referential.pmfm.Method) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByMethod(int transform,
java.lang.String queryString,
Method method)
Does the same thing as PmfmDao.findPmfmByMethod(int, fr.ifremer.allegro.referential.pmfm.Method) with an
additional argument called queryString . |
java.util.Collection |
findPmfmByMethod(Method method)
|
java.util.Collection |
findPmfmByMethod(java.lang.String queryString,
int pageNumber,
int pageSize,
Method method)
Does the same thing as PmfmDao.findPmfmByMethod(String, fr.ifremer.allegro.referential.pmfm.Method) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByMethod(java.lang.String queryString,
Method method)
Does the same thing as PmfmDao.findPmfmByMethod(fr.ifremer.allegro.referential.pmfm.Method) with an
additional argument called queryString . |
Pmfm |
findPmfmByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findPmfmByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as PmfmDao.findPmfmByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findPmfmByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PmfmDao.findPmfmByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
Pmfm |
findPmfmByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PmfmDao.findPmfmByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findPmfmByParameter(int transform,
int pageNumber,
int pageSize,
Parameter parameter)
Does the same thing as PmfmDao.findPmfmByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByParameter(int pageNumber,
int pageSize,
Parameter parameter)
Does the same thing as PmfmDao.findPmfmByParameter(fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByParameter(int transform,
Parameter parameter)
Does the same thing as PmfmDao.findPmfmByParameter(fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional flag called transform . |
java.util.Collection |
findPmfmByParameter(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Parameter parameter)
Does the same thing as PmfmDao.findPmfmByParameter(int, String, fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByParameter(int transform,
java.lang.String queryString,
Parameter parameter)
Does the same thing as PmfmDao.findPmfmByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional argument called queryString . |
java.util.Collection |
findPmfmByParameter(Parameter parameter)
|
java.util.Collection |
findPmfmByParameter(java.lang.String queryString,
int pageNumber,
int pageSize,
Parameter parameter)
Does the same thing as PmfmDao.findPmfmByParameter(String, fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByParameter(java.lang.String queryString,
Parameter parameter)
Does the same thing as PmfmDao.findPmfmByParameter(fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional argument called queryString . |
java.util.Collection |
findPmfmByStatus(int transform,
int pageNumber,
int pageSize,
Status status)
Does the same thing as PmfmDao.findPmfmByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByStatus(int pageNumber,
int pageSize,
Status status)
Does the same thing as PmfmDao.findPmfmByStatus(fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByStatus(int transform,
Status status)
Does the same thing as PmfmDao.findPmfmByStatus(fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.util.Collection |
findPmfmByStatus(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as PmfmDao.findPmfmByStatus(int, String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByStatus(int transform,
java.lang.String queryString,
Status status)
Does the same thing as PmfmDao.findPmfmByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
java.util.Collection |
findPmfmByStatus(Status status)
|
java.util.Collection |
findPmfmByStatus(java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as PmfmDao.findPmfmByStatus(String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByStatus(java.lang.String queryString,
Status status)
Does the same thing as PmfmDao.findPmfmByStatus(fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
java.util.Collection |
findPmfmByUnit(int transform,
int pageNumber,
int pageSize,
Unit unit)
Does the same thing as PmfmDao.findPmfmByUnit(int, fr.ifremer.allegro.referential.pmfm.Unit) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByUnit(int pageNumber,
int pageSize,
Unit unit)
Does the same thing as PmfmDao.findPmfmByUnit(fr.ifremer.allegro.referential.pmfm.Unit) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByUnit(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Unit unit)
Does the same thing as PmfmDao.findPmfmByUnit(int, String, fr.ifremer.allegro.referential.pmfm.Unit) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByUnit(int transform,
java.lang.String queryString,
Unit unit)
Does the same thing as PmfmDao.findPmfmByUnit(int, fr.ifremer.allegro.referential.pmfm.Unit) with an
additional argument called queryString . |
java.util.Collection |
findPmfmByUnit(int transform,
Unit unit)
Does the same thing as PmfmDao.findPmfmByUnit(fr.ifremer.allegro.referential.pmfm.Unit) with an
additional flag called transform . |
java.util.Collection |
findPmfmByUnit(java.lang.String queryString,
int pageNumber,
int pageSize,
Unit unit)
Does the same thing as PmfmDao.findPmfmByUnit(String, fr.ifremer.allegro.referential.pmfm.Unit) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmByUnit(java.lang.String queryString,
Unit unit)
Does the same thing as PmfmDao.findPmfmByUnit(fr.ifremer.allegro.referential.pmfm.Unit) with an
additional argument called queryString . |
java.util.Collection |
findPmfmByUnit(Unit unit)
|
protected AggregationLevelDao |
getAggregationLevelDao()
Gets the reference to aggregationLevelDao . |
ClusterPmfm[] |
getAllClusterPmfmSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllPmfm()
|
java.util.Collection |
getAllPmfm(int transform)
Does the same thing as PmfmDao.getAllPmfm() with an
additional flag called transform . |
java.util.Collection |
getAllPmfm(int pageNumber,
int pageSize)
Does the same thing as PmfmDao.getAllPmfm() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPmfm(int transform,
int pageNumber,
int pageSize)
Does the same thing as PmfmDao.getAllPmfm(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPmfm(int transform,
java.lang.String queryString)
Does the same thing as PmfmDao.getAllPmfm(int) with an
additional argument called queryString . |
java.util.Collection |
getAllPmfm(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as PmfmDao.getAllPmfm(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPmfm(java.lang.String queryString)
Does the same thing as PmfmDao.getAllPmfm() with an
additional argument called queryString . |
java.util.Collection |
getAllPmfm(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as PmfmDao.getAllPmfm(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPmfmSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PmfmDao.getAllPmfmSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPmfmSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PmfmDao.getAllPmfmSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPmfmSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PmfmDao.getAllPmfmSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPmfmSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as PmfmDao.getAllPmfmSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllPmfmSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as PmfmDao.getAllPmfmSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllPmfmSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PmfmDao.getAllPmfmSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPmfmSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as PmfmDao.getAllPmfmSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllPmfmSinceDateSynchro(java.sql.Timestamp updateDate)
|
protected FractionDao |
getFractionDao()
Gets the reference to fractionDao . |
protected MatrixDao |
getMatrixDao()
Gets the reference to matrixDao . |
protected MethodDao |
getMethodDao()
Gets the reference to methodDao . |
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 StatusDao |
getStatusDao()
Gets the reference to statusDao . |
protected UnitDao |
getUnitDao()
Gets the reference to unitDao . |
protected abstract Pmfm |
handleCreateFromClusterPmfm(ClusterPmfm clusterPmfm)
Performs the core logic for createFromClusterPmfm(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterPmfm) |
protected abstract ClusterPmfm[] |
handleGetAllClusterPmfmSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterPmfmSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
Pmfm |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.pmfm.Pmfm from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as PmfmDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type Pmfm . |
java.util.Collection |
loadAll(int transform)
Does the same thing as PmfmDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as PmfmDao.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 PmfmDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remotePmfmFullVOToEntity(RemotePmfmFullVO source,
Pmfm target,
boolean copyIfNull)
Copies the fields of RemotePmfmFullVO to the specified entity. |
void |
remotePmfmFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemotePmfmFullVO to this
DAO's entity. |
void |
remotePmfmNaturalIdToEntity(RemotePmfmNaturalId source,
Pmfm target,
boolean copyIfNull)
Copies the fields of RemotePmfmNaturalId to the specified entity. |
void |
remotePmfmNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemotePmfmNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.referential.pmfm.Pmfm having the given identifier from the persistent store. |
void |
remove(Pmfm pmfm)
Removes the instance of fr.ifremer.allegro.referential.pmfm.Pmfm 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 PmfmDao.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 |
setAggregationLevelDao(AggregationLevelDao aggregationLevelDao)
Sets the reference to aggregationLevelDao . |
void |
setFractionDao(FractionDao fractionDao)
Sets the reference to fractionDao . |
void |
setMatrixDao(MatrixDao matrixDao)
Sets the reference to matrixDao . |
void |
setMethodDao(MethodDao methodDao)
Sets the reference to methodDao . |
void |
setParameterDao(ParameterDao parameterDao)
Sets the reference to parameterDao . |
void |
setQualitativeValueDao(QualitativeValueDao qualitativeValueDao)
Sets the reference to qualitativeValueDao . |
void |
setStatusDao(StatusDao statusDao)
Sets the reference to statusDao . |
void |
setUnitDao(UnitDao unitDao)
Sets the reference to unitDao . |
protected ClusterPmfm |
toClusterPmfm(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterPmfm |
toClusterPmfm(Pmfm entity)
Converts this DAO's entity to an object of type ClusterPmfm . |
void |
toClusterPmfm(Pmfm source,
ClusterPmfm target)
Copies the fields of the specified entity to the target value object. |
ClusterPmfm[] |
toClusterPmfmArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterPmfm . |
void |
toClusterPmfmCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterPmfm . |
protected Pmfm |
toEntity(java.lang.Object[] row)
|
protected RemotePmfmFullVO |
toRemotePmfmFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemotePmfmFullVO |
toRemotePmfmFullVO(Pmfm entity)
Converts this DAO's entity to an object of type RemotePmfmFullVO . |
void |
toRemotePmfmFullVO(Pmfm source,
RemotePmfmFullVO target)
Copies the fields of the specified entity to the target value object. |
RemotePmfmFullVO[] |
toRemotePmfmFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemotePmfmFullVO . |
void |
toRemotePmfmFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemotePmfmFullVO . |
protected RemotePmfmNaturalId |
toRemotePmfmNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemotePmfmNaturalId |
toRemotePmfmNaturalId(Pmfm entity)
Converts this DAO's entity to an object of type RemotePmfmNaturalId . |
void |
toRemotePmfmNaturalId(Pmfm source,
RemotePmfmNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemotePmfmNaturalId[] |
toRemotePmfmNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemotePmfmNaturalId . |
void |
toRemotePmfmNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemotePmfmNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.pmfm.Pmfm)
method. |
protected java.lang.Object |
transformEntity(int transform,
Pmfm 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.referential.pmfm.PmfmDao , please note
that the PmfmDao.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(Pmfm pmfm)
Updates the pmfm 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.referential.pmfm.PmfmDao |
---|
clusterPmfmToEntity, remotePmfmFullVOToEntity, remotePmfmNaturalIdToEntity |
Constructor Detail |
---|
public PmfmDaoBase()
Method Detail |
---|
public void setParameterDao(ParameterDao parameterDao)
parameterDao
.
protected ParameterDao getParameterDao()
parameterDao
.
public void setMatrixDao(MatrixDao matrixDao)
matrixDao
.
protected MatrixDao getMatrixDao()
matrixDao
.
public void setMethodDao(MethodDao methodDao)
methodDao
.
protected MethodDao getMethodDao()
methodDao
.
public void setUnitDao(UnitDao unitDao)
unitDao
.
protected UnitDao getUnitDao()
unitDao
.
public void setFractionDao(FractionDao fractionDao)
fractionDao
.
protected FractionDao getFractionDao()
fractionDao
.
public void setQualitativeValueDao(QualitativeValueDao qualitativeValueDao)
qualitativeValueDao
.
protected QualitativeValueDao getQualitativeValueDao()
qualitativeValueDao
.
public void setStatusDao(StatusDao statusDao)
statusDao
.
protected StatusDao getStatusDao()
statusDao
.
public void setAggregationLevelDao(AggregationLevelDao aggregationLevelDao)
aggregationLevelDao
.
protected AggregationLevelDao getAggregationLevelDao()
aggregationLevelDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
PmfmDao
Does the same thing as PmfmDao.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 PmfmDao
id
- identifier of the entity to load
PmfmDao.load(int, java.lang.Integer)
public Pmfm load(java.lang.Integer id)
PmfmDao
load
in interface PmfmDao
PmfmDao.load(java.lang.Integer)
public java.util.Collection loadAll()
PmfmDao
Pmfm
.
loadAll
in interface PmfmDao
PmfmDao.loadAll()
public java.util.Collection loadAll(int transform)
PmfmDao
Does the same thing as PmfmDao.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 PmfmDao
transform
- the flag indicating what transformation to use.
PmfmDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
PmfmDao
Does the same thing as PmfmDao.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 PmfmDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
PmfmDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
PmfmDao
Does the same thing as PmfmDao.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 PmfmDao
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.
PmfmDao.loadAll(int, int, int)
public Pmfm create(Pmfm pmfm)
PmfmDao
create
in interface PmfmDao
PmfmDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.lang.Object create(int transform, Pmfm pmfm)
PmfmDao
Does the same thing as PmfmDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm)
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 PmfmDao
PmfmDao.create(int transform, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection create(java.util.Collection entities)
PmfmDao
entities
collection
create
in interface PmfmDao
entities
- the collection of fr.ifremer.allegro.referential.pmfm.Pmfm
instances to create.
PmfmDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
PmfmDao
Does the same thing as PmfmDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm)
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 PmfmDao
PmfmDao.create(int, java.util.Collection)
public Pmfm create(java.lang.Integer signifFiguresNumber, java.lang.Integer maximumNumberDecimals, java.lang.Float detectionThreshold, java.lang.Float minValue, java.lang.Float maxValue, java.lang.Float precision, java.lang.Float defaultValue, java.util.Date creationDate, java.sql.Timestamp updateDate, Parameter parameter, Matrix matrix, Method method, Unit unit, Fraction fraction, java.util.Collection qualitativeValues, Status status, AggregationLevel aggregationLevel)
PmfmDao
Creates a new fr.ifremer.allegro.referential.pmfm.Pmfm
instance from all attributes and
properties and adds it to the persistent store.
create
in interface PmfmDao
PmfmDao.create(java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.pmfm.Matrix,fr.ifremer.allegro.referential.pmfm.Method,fr.ifremer.allegro.referential.pmfm.Unit,fr.ifremer.allegro.referential.pmfm.Fraction,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.lang.Object create(int transform, java.lang.Integer signifFiguresNumber, java.lang.Integer maximumNumberDecimals, java.lang.Float detectionThreshold, java.lang.Float minValue, java.lang.Float maxValue, java.lang.Float precision, java.lang.Float defaultValue, java.util.Date creationDate, java.sql.Timestamp updateDate, Parameter parameter, Matrix matrix, Method method, Unit unit, Fraction fraction, java.util.Collection qualitativeValues, Status status, AggregationLevel aggregationLevel)
PmfmDao
Does the same thing as PmfmDao.create(java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.pmfm.Matrix,fr.ifremer.allegro.referential.pmfm.Method,fr.ifremer.allegro.referential.pmfm.Unit,fr.ifremer.allegro.referential.pmfm.Fraction,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.pmfm.AggregationLevel)
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 PmfmDao
PmfmDao.create(int, java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.pmfm.Matrix,fr.ifremer.allegro.referential.pmfm.Method,fr.ifremer.allegro.referential.pmfm.Unit,fr.ifremer.allegro.referential.pmfm.Fraction,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public Pmfm create(AggregationLevel aggregationLevel, java.util.Date creationDate, Fraction fraction, Matrix matrix, Method method, Parameter parameter, Status status, Unit unit)
PmfmDao
Creates a new fr.ifremer.allegro.referential.pmfm.Pmfm
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface PmfmDao
PmfmDao.create(fr.ifremer.allegro.referential.pmfm.AggregationLevel,java.util.Date,fr.ifremer.allegro.referential.pmfm.Fraction,fr.ifremer.allegro.referential.pmfm.Matrix,fr.ifremer.allegro.referential.pmfm.Method,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.pmfm.Unit)
public java.lang.Object create(int transform, AggregationLevel aggregationLevel, java.util.Date creationDate, Fraction fraction, Matrix matrix, Method method, Parameter parameter, Status status, Unit unit)
PmfmDao
Does the same thing as PmfmDao.create(fr.ifremer.allegro.referential.pmfm.AggregationLevel,java.util.Date,fr.ifremer.allegro.referential.pmfm.Fraction,fr.ifremer.allegro.referential.pmfm.Matrix,fr.ifremer.allegro.referential.pmfm.Method,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.pmfm.Unit)
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 PmfmDao
PmfmDao.create(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel,java.util.Date,fr.ifremer.allegro.referential.pmfm.Fraction,fr.ifremer.allegro.referential.pmfm.Matrix,fr.ifremer.allegro.referential.pmfm.Method,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.pmfm.Unit)
public void update(Pmfm pmfm)
PmfmDao
pmfm
instance in the persistent store.
update
in interface PmfmDao
PmfmDao.update(fr.ifremer.allegro.referential.pmfm.Pmfm)
public void update(java.util.Collection entities)
PmfmDao
entities
collection in the persistent store.
update
in interface PmfmDao
PmfmDao.update(java.util.Collection)
public void remove(Pmfm pmfm)
PmfmDao
remove
in interface PmfmDao
PmfmDao.remove(fr.ifremer.allegro.referential.pmfm.Pmfm)
public void remove(java.lang.Integer id)
PmfmDao
identifier
from the persistent store.
remove
in interface PmfmDao
PmfmDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
PmfmDao
entities collection.
- Specified by:
remove
in interface PmfmDao
- See Also:
PmfmDao.remove(java.util.Collection)
public java.util.Collection getAllPmfm()
getAllPmfm
in interface PmfmDao
PmfmDao.getAllPmfm()
public java.util.Collection getAllPmfm(int transform)
PmfmDao
Does the same thing as PmfmDao.getAllPmfm()
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.
getAllPmfm
in interface PmfmDao
PmfmDao.getAllPmfm(int)
public java.util.Collection getAllPmfm(java.lang.String queryString)
PmfmDao
Does the same thing as PmfmDao.getAllPmfm()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmDao.getAllPmfm()
.
getAllPmfm
in interface PmfmDao
PmfmDao.getAllPmfm(java.lang.String)
public java.util.Collection getAllPmfm(int pageNumber, int pageSize)
PmfmDao
Does the same thing as PmfmDao.getAllPmfm()
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.
getAllPmfm
in interface PmfmDao
PmfmDao.getAllPmfm(int, int)
public java.util.Collection getAllPmfm(java.lang.String queryString, int pageNumber, int pageSize)
PmfmDao
Does the same thing as PmfmDao.getAllPmfm(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.
getAllPmfm
in interface PmfmDao
PmfmDao.getAllPmfm(String, int, int)
public java.util.Collection getAllPmfm(int transform, java.lang.String queryString)
PmfmDao
Does the same thing as PmfmDao.getAllPmfm(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmDao.getAllPmfm(int)
.
getAllPmfm
in interface PmfmDao
PmfmDao.getAllPmfm(int, String)
public java.util.Collection getAllPmfm(int transform, int pageNumber, int pageSize)
PmfmDao
Does the same thing as PmfmDao.getAllPmfm(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.
getAllPmfm
in interface PmfmDao
PmfmDao.getAllPmfm(int, int, int)
public java.util.Collection getAllPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize)
PmfmDao
Does the same thing as PmfmDao.getAllPmfm(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.
getAllPmfm
in interface PmfmDao
PmfmDao.getAllPmfm(int, java.lang.String, int, int)
public Pmfm findPmfmById(java.lang.Integer id)
findPmfmById
in interface PmfmDao
PmfmDao.findPmfmById(java.lang.Integer)
public java.lang.Object findPmfmById(int transform, java.lang.Integer id)
PmfmDao
Does the same thing as PmfmDao.findPmfmById(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.
findPmfmById
in interface PmfmDao
PmfmDao.findPmfmById(int, java.lang.Integer)
public Pmfm findPmfmById(java.lang.String queryString, java.lang.Integer id)
PmfmDao
Does the same thing as PmfmDao.findPmfmById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmDao.findPmfmById(java.lang.Integer)
.
findPmfmById
in interface PmfmDao
PmfmDao.findPmfmById(java.lang.String, java.lang.Integer)
public java.lang.Object findPmfmById(int transform, java.lang.String queryString, java.lang.Integer id)
PmfmDao
Does the same thing as PmfmDao.findPmfmById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmDao.findPmfmById(int, java.lang.Integer id)
.
findPmfmById
in interface PmfmDao
PmfmDao.findPmfmById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findPmfmByParameter(Parameter parameter)
findPmfmByParameter
in interface PmfmDao
PmfmDao.findPmfmByParameter(fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findPmfmByParameter(int transform, Parameter parameter)
PmfmDao
Does the same thing as PmfmDao.findPmfmByParameter(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.
findPmfmByParameter
in interface PmfmDao
PmfmDao.findPmfmByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findPmfmByParameter(java.lang.String queryString, Parameter parameter)
PmfmDao
Does the same thing as PmfmDao.findPmfmByParameter(fr.ifremer.allegro.referential.pmfm.Parameter)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmDao.findPmfmByParameter(fr.ifremer.allegro.referential.pmfm.Parameter)
.
findPmfmByParameter
in interface PmfmDao
PmfmDao.findPmfmByParameter(java.lang.String, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findPmfmByParameter(int pageNumber, int pageSize, Parameter parameter)
PmfmDao
Does the same thing as PmfmDao.findPmfmByParameter(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.
findPmfmByParameter
in interface PmfmDao
PmfmDao.findPmfmByParameter(int, int, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findPmfmByParameter(java.lang.String queryString, int pageNumber, int pageSize, Parameter parameter)
PmfmDao
Does the same thing as PmfmDao.findPmfmByParameter(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.
findPmfmByParameter
in interface PmfmDao
PmfmDao.findPmfmByParameter(String, int, int, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findPmfmByParameter(int transform, java.lang.String queryString, Parameter parameter)
PmfmDao
Does the same thing as PmfmDao.findPmfmByParameter(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 PmfmDao.findPmfmByParameter(int, fr.ifremer.allegro.referential.pmfm.Parameter parameter)
.
findPmfmByParameter
in interface PmfmDao
PmfmDao.findPmfmByParameter(int, String, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findPmfmByParameter(int transform, int pageNumber, int pageSize, Parameter parameter)
PmfmDao
Does the same thing as PmfmDao.findPmfmByParameter(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.
findPmfmByParameter
in interface PmfmDao
PmfmDao.findPmfmByParameter(int, int, int, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findPmfmByParameter(int transform, java.lang.String queryString, int pageNumber, int pageSize, Parameter parameter)
PmfmDao
Does the same thing as PmfmDao.findPmfmByParameter(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.
findPmfmByParameter
in interface PmfmDao
PmfmDao.findPmfmByParameter(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Parameter)
public java.util.Collection findPmfmByMatrix(Matrix matrix)
findPmfmByMatrix
in interface PmfmDao
PmfmDao.findPmfmByMatrix(fr.ifremer.allegro.referential.pmfm.Matrix)
public java.util.Collection findPmfmByMatrix(int transform, Matrix matrix)
PmfmDao
Does the same thing as PmfmDao.findPmfmByMatrix(fr.ifremer.allegro.referential.pmfm.Matrix)
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.
findPmfmByMatrix
in interface PmfmDao
PmfmDao.findPmfmByMatrix(int, fr.ifremer.allegro.referential.pmfm.Matrix)
public java.util.Collection findPmfmByMatrix(java.lang.String queryString, Matrix matrix)
PmfmDao
Does the same thing as PmfmDao.findPmfmByMatrix(fr.ifremer.allegro.referential.pmfm.Matrix)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmDao.findPmfmByMatrix(fr.ifremer.allegro.referential.pmfm.Matrix)
.
findPmfmByMatrix
in interface PmfmDao
PmfmDao.findPmfmByMatrix(java.lang.String, fr.ifremer.allegro.referential.pmfm.Matrix)
public java.util.Collection findPmfmByMatrix(int pageNumber, int pageSize, Matrix matrix)
PmfmDao
Does the same thing as PmfmDao.findPmfmByMatrix(fr.ifremer.allegro.referential.pmfm.Matrix)
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.
findPmfmByMatrix
in interface PmfmDao
PmfmDao.findPmfmByMatrix(int, int, fr.ifremer.allegro.referential.pmfm.Matrix)
public java.util.Collection findPmfmByMatrix(java.lang.String queryString, int pageNumber, int pageSize, Matrix matrix)
PmfmDao
Does the same thing as PmfmDao.findPmfmByMatrix(String, fr.ifremer.allegro.referential.pmfm.Matrix)
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.
findPmfmByMatrix
in interface PmfmDao
PmfmDao.findPmfmByMatrix(String, int, int, fr.ifremer.allegro.referential.pmfm.Matrix)
public java.util.Collection findPmfmByMatrix(int transform, java.lang.String queryString, Matrix matrix)
PmfmDao
Does the same thing as PmfmDao.findPmfmByMatrix(int, fr.ifremer.allegro.referential.pmfm.Matrix)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmDao.findPmfmByMatrix(int, fr.ifremer.allegro.referential.pmfm.Matrix matrix)
.
findPmfmByMatrix
in interface PmfmDao
PmfmDao.findPmfmByMatrix(int, String, fr.ifremer.allegro.referential.pmfm.Matrix)
public java.util.Collection findPmfmByMatrix(int transform, int pageNumber, int pageSize, Matrix matrix)
PmfmDao
Does the same thing as PmfmDao.findPmfmByMatrix(int, fr.ifremer.allegro.referential.pmfm.Matrix)
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.
findPmfmByMatrix
in interface PmfmDao
PmfmDao.findPmfmByMatrix(int, int, int, fr.ifremer.allegro.referential.pmfm.Matrix)
public java.util.Collection findPmfmByMatrix(int transform, java.lang.String queryString, int pageNumber, int pageSize, Matrix matrix)
PmfmDao
Does the same thing as PmfmDao.findPmfmByMatrix(int, String, fr.ifremer.allegro.referential.pmfm.Matrix)
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.
findPmfmByMatrix
in interface PmfmDao
PmfmDao.findPmfmByMatrix(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Matrix)
public java.util.Collection findPmfmByMethod(Method method)
findPmfmByMethod
in interface PmfmDao
PmfmDao.findPmfmByMethod(fr.ifremer.allegro.referential.pmfm.Method)
public java.util.Collection findPmfmByMethod(int transform, Method method)
PmfmDao
Does the same thing as PmfmDao.findPmfmByMethod(fr.ifremer.allegro.referential.pmfm.Method)
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.
findPmfmByMethod
in interface PmfmDao
PmfmDao.findPmfmByMethod(int, fr.ifremer.allegro.referential.pmfm.Method)
public java.util.Collection findPmfmByMethod(java.lang.String queryString, Method method)
PmfmDao
Does the same thing as PmfmDao.findPmfmByMethod(fr.ifremer.allegro.referential.pmfm.Method)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmDao.findPmfmByMethod(fr.ifremer.allegro.referential.pmfm.Method)
.
findPmfmByMethod
in interface PmfmDao
PmfmDao.findPmfmByMethod(java.lang.String, fr.ifremer.allegro.referential.pmfm.Method)
public java.util.Collection findPmfmByMethod(int pageNumber, int pageSize, Method method)
PmfmDao
Does the same thing as PmfmDao.findPmfmByMethod(fr.ifremer.allegro.referential.pmfm.Method)
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.
findPmfmByMethod
in interface PmfmDao
PmfmDao.findPmfmByMethod(int, int, fr.ifremer.allegro.referential.pmfm.Method)
public java.util.Collection findPmfmByMethod(java.lang.String queryString, int pageNumber, int pageSize, Method method)
PmfmDao
Does the same thing as PmfmDao.findPmfmByMethod(String, fr.ifremer.allegro.referential.pmfm.Method)
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.
findPmfmByMethod
in interface PmfmDao
PmfmDao.findPmfmByMethod(String, int, int, fr.ifremer.allegro.referential.pmfm.Method)
public java.util.Collection findPmfmByMethod(int transform, java.lang.String queryString, Method method)
PmfmDao
Does the same thing as PmfmDao.findPmfmByMethod(int, fr.ifremer.allegro.referential.pmfm.Method)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmDao.findPmfmByMethod(int, fr.ifremer.allegro.referential.pmfm.Method method)
.
findPmfmByMethod
in interface PmfmDao
PmfmDao.findPmfmByMethod(int, String, fr.ifremer.allegro.referential.pmfm.Method)
public java.util.Collection findPmfmByMethod(int transform, int pageNumber, int pageSize, Method method)
PmfmDao
Does the same thing as PmfmDao.findPmfmByMethod(int, fr.ifremer.allegro.referential.pmfm.Method)
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.
findPmfmByMethod
in interface PmfmDao
PmfmDao.findPmfmByMethod(int, int, int, fr.ifremer.allegro.referential.pmfm.Method)
public java.util.Collection findPmfmByMethod(int transform, java.lang.String queryString, int pageNumber, int pageSize, Method method)
PmfmDao
Does the same thing as PmfmDao.findPmfmByMethod(int, String, fr.ifremer.allegro.referential.pmfm.Method)
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.
findPmfmByMethod
in interface PmfmDao
PmfmDao.findPmfmByMethod(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Method)
public java.util.Collection findPmfmByUnit(Unit unit)
findPmfmByUnit
in interface PmfmDao
PmfmDao.findPmfmByUnit(fr.ifremer.allegro.referential.pmfm.Unit)
public java.util.Collection findPmfmByUnit(int transform, Unit unit)
PmfmDao
Does the same thing as PmfmDao.findPmfmByUnit(fr.ifremer.allegro.referential.pmfm.Unit)
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.
findPmfmByUnit
in interface PmfmDao
PmfmDao.findPmfmByUnit(int, fr.ifremer.allegro.referential.pmfm.Unit)
public java.util.Collection findPmfmByUnit(java.lang.String queryString, Unit unit)
PmfmDao
Does the same thing as PmfmDao.findPmfmByUnit(fr.ifremer.allegro.referential.pmfm.Unit)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmDao.findPmfmByUnit(fr.ifremer.allegro.referential.pmfm.Unit)
.
findPmfmByUnit
in interface PmfmDao
PmfmDao.findPmfmByUnit(java.lang.String, fr.ifremer.allegro.referential.pmfm.Unit)
public java.util.Collection findPmfmByUnit(int pageNumber, int pageSize, Unit unit)
PmfmDao
Does the same thing as PmfmDao.findPmfmByUnit(fr.ifremer.allegro.referential.pmfm.Unit)
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.
findPmfmByUnit
in interface PmfmDao
PmfmDao.findPmfmByUnit(int, int, fr.ifremer.allegro.referential.pmfm.Unit)
public java.util.Collection findPmfmByUnit(java.lang.String queryString, int pageNumber, int pageSize, Unit unit)
PmfmDao
Does the same thing as PmfmDao.findPmfmByUnit(String, fr.ifremer.allegro.referential.pmfm.Unit)
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.
findPmfmByUnit
in interface PmfmDao
PmfmDao.findPmfmByUnit(String, int, int, fr.ifremer.allegro.referential.pmfm.Unit)
public java.util.Collection findPmfmByUnit(int transform, java.lang.String queryString, Unit unit)
PmfmDao
Does the same thing as PmfmDao.findPmfmByUnit(int, fr.ifremer.allegro.referential.pmfm.Unit)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmDao.findPmfmByUnit(int, fr.ifremer.allegro.referential.pmfm.Unit unit)
.
findPmfmByUnit
in interface PmfmDao
PmfmDao.findPmfmByUnit(int, String, fr.ifremer.allegro.referential.pmfm.Unit)
public java.util.Collection findPmfmByUnit(int transform, int pageNumber, int pageSize, Unit unit)
PmfmDao
Does the same thing as PmfmDao.findPmfmByUnit(int, fr.ifremer.allegro.referential.pmfm.Unit)
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.
findPmfmByUnit
in interface PmfmDao
PmfmDao.findPmfmByUnit(int, int, int, fr.ifremer.allegro.referential.pmfm.Unit)
public java.util.Collection findPmfmByUnit(int transform, java.lang.String queryString, int pageNumber, int pageSize, Unit unit)
PmfmDao
Does the same thing as PmfmDao.findPmfmByUnit(int, String, fr.ifremer.allegro.referential.pmfm.Unit)
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.
findPmfmByUnit
in interface PmfmDao
PmfmDao.findPmfmByUnit(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Unit)
public java.util.Collection findPmfmByFraction(Fraction fraction)
findPmfmByFraction
in interface PmfmDao
PmfmDao.findPmfmByFraction(fr.ifremer.allegro.referential.pmfm.Fraction)
public java.util.Collection findPmfmByFraction(int transform, Fraction fraction)
PmfmDao
Does the same thing as PmfmDao.findPmfmByFraction(fr.ifremer.allegro.referential.pmfm.Fraction)
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.
findPmfmByFraction
in interface PmfmDao
PmfmDao.findPmfmByFraction(int, fr.ifremer.allegro.referential.pmfm.Fraction)
public java.util.Collection findPmfmByFraction(java.lang.String queryString, Fraction fraction)
PmfmDao
Does the same thing as PmfmDao.findPmfmByFraction(fr.ifremer.allegro.referential.pmfm.Fraction)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmDao.findPmfmByFraction(fr.ifremer.allegro.referential.pmfm.Fraction)
.
findPmfmByFraction
in interface PmfmDao
PmfmDao.findPmfmByFraction(java.lang.String, fr.ifremer.allegro.referential.pmfm.Fraction)
public java.util.Collection findPmfmByFraction(int pageNumber, int pageSize, Fraction fraction)
PmfmDao
Does the same thing as PmfmDao.findPmfmByFraction(fr.ifremer.allegro.referential.pmfm.Fraction)
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.
findPmfmByFraction
in interface PmfmDao
PmfmDao.findPmfmByFraction(int, int, fr.ifremer.allegro.referential.pmfm.Fraction)
public java.util.Collection findPmfmByFraction(java.lang.String queryString, int pageNumber, int pageSize, Fraction fraction)
PmfmDao
Does the same thing as PmfmDao.findPmfmByFraction(String, fr.ifremer.allegro.referential.pmfm.Fraction)
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.
findPmfmByFraction
in interface PmfmDao
PmfmDao.findPmfmByFraction(String, int, int, fr.ifremer.allegro.referential.pmfm.Fraction)
public java.util.Collection findPmfmByFraction(int transform, java.lang.String queryString, Fraction fraction)
PmfmDao
Does the same thing as PmfmDao.findPmfmByFraction(int, fr.ifremer.allegro.referential.pmfm.Fraction)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmDao.findPmfmByFraction(int, fr.ifremer.allegro.referential.pmfm.Fraction fraction)
.
findPmfmByFraction
in interface PmfmDao
PmfmDao.findPmfmByFraction(int, String, fr.ifremer.allegro.referential.pmfm.Fraction)
public java.util.Collection findPmfmByFraction(int transform, int pageNumber, int pageSize, Fraction fraction)
PmfmDao
Does the same thing as PmfmDao.findPmfmByFraction(int, fr.ifremer.allegro.referential.pmfm.Fraction)
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.
findPmfmByFraction
in interface PmfmDao
PmfmDao.findPmfmByFraction(int, int, int, fr.ifremer.allegro.referential.pmfm.Fraction)
public java.util.Collection findPmfmByFraction(int transform, java.lang.String queryString, int pageNumber, int pageSize, Fraction fraction)
PmfmDao
Does the same thing as PmfmDao.findPmfmByFraction(int, String, fr.ifremer.allegro.referential.pmfm.Fraction)
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.
findPmfmByFraction
in interface PmfmDao
PmfmDao.findPmfmByFraction(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Fraction)
public java.util.Collection findPmfmByStatus(Status status)
findPmfmByStatus
in interface PmfmDao
PmfmDao.findPmfmByStatus(fr.ifremer.allegro.referential.Status)
public java.util.Collection findPmfmByStatus(int transform, Status status)
PmfmDao
Does the same thing as PmfmDao.findPmfmByStatus(fr.ifremer.allegro.referential.Status)
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.
findPmfmByStatus
in interface PmfmDao
PmfmDao.findPmfmByStatus(int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findPmfmByStatus(java.lang.String queryString, Status status)
PmfmDao
Does the same thing as PmfmDao.findPmfmByStatus(fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmDao.findPmfmByStatus(fr.ifremer.allegro.referential.Status)
.
findPmfmByStatus
in interface PmfmDao
PmfmDao.findPmfmByStatus(java.lang.String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findPmfmByStatus(int pageNumber, int pageSize, Status status)
PmfmDao
Does the same thing as PmfmDao.findPmfmByStatus(fr.ifremer.allegro.referential.Status)
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.
findPmfmByStatus
in interface PmfmDao
PmfmDao.findPmfmByStatus(int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findPmfmByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
PmfmDao
Does the same thing as PmfmDao.findPmfmByStatus(String, fr.ifremer.allegro.referential.Status)
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.
findPmfmByStatus
in interface PmfmDao
PmfmDao.findPmfmByStatus(String, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findPmfmByStatus(int transform, java.lang.String queryString, Status status)
PmfmDao
Does the same thing as PmfmDao.findPmfmByStatus(int, fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmDao.findPmfmByStatus(int, fr.ifremer.allegro.referential.Status status)
.
findPmfmByStatus
in interface PmfmDao
PmfmDao.findPmfmByStatus(int, String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findPmfmByStatus(int transform, int pageNumber, int pageSize, Status status)
PmfmDao
Does the same thing as PmfmDao.findPmfmByStatus(int, fr.ifremer.allegro.referential.Status)
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.
findPmfmByStatus
in interface PmfmDao
PmfmDao.findPmfmByStatus(int, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findPmfmByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
PmfmDao
Does the same thing as PmfmDao.findPmfmByStatus(int, String, fr.ifremer.allegro.referential.Status)
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.
findPmfmByStatus
in interface PmfmDao
PmfmDao.findPmfmByStatus(int, java.lang.String, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findPmfmByAggregationLevel(AggregationLevel aggregationLevel)
findPmfmByAggregationLevel
in interface PmfmDao
PmfmDao.findPmfmByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findPmfmByAggregationLevel(int transform, AggregationLevel aggregationLevel)
PmfmDao
Does the same thing as PmfmDao.findPmfmByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
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.
findPmfmByAggregationLevel
in interface PmfmDao
PmfmDao.findPmfmByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findPmfmByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
PmfmDao
Does the same thing as PmfmDao.findPmfmByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmDao.findPmfmByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
.
findPmfmByAggregationLevel
in interface PmfmDao
PmfmDao.findPmfmByAggregationLevel(java.lang.String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findPmfmByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
PmfmDao
Does the same thing as PmfmDao.findPmfmByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
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.
findPmfmByAggregationLevel
in interface PmfmDao
PmfmDao.findPmfmByAggregationLevel(int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findPmfmByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
PmfmDao
Does the same thing as PmfmDao.findPmfmByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
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.
findPmfmByAggregationLevel
in interface PmfmDao
PmfmDao.findPmfmByAggregationLevel(String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findPmfmByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
PmfmDao
Does the same thing as PmfmDao.findPmfmByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmDao.findPmfmByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel aggregationLevel)
.
findPmfmByAggregationLevel
in interface PmfmDao
PmfmDao.findPmfmByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findPmfmByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
PmfmDao
Does the same thing as PmfmDao.findPmfmByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
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.
findPmfmByAggregationLevel
in interface PmfmDao
PmfmDao.findPmfmByAggregationLevel(int, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findPmfmByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
PmfmDao
Does the same thing as PmfmDao.findPmfmByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
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.
findPmfmByAggregationLevel
in interface PmfmDao
PmfmDao.findPmfmByAggregationLevel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public Pmfm findPmfmByNaturalId(java.lang.Integer id)
findPmfmByNaturalId
in interface PmfmDao
PmfmDao.findPmfmByNaturalId(java.lang.Integer)
public java.lang.Object findPmfmByNaturalId(int transform, java.lang.Integer id)
PmfmDao
Does the same thing as PmfmDao.findPmfmByNaturalId(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.
findPmfmByNaturalId
in interface PmfmDao
PmfmDao.findPmfmByNaturalId(int, java.lang.Integer)
public Pmfm findPmfmByNaturalId(java.lang.String queryString, java.lang.Integer id)
PmfmDao
Does the same thing as PmfmDao.findPmfmByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmDao.findPmfmByNaturalId(java.lang.Integer)
.
findPmfmByNaturalId
in interface PmfmDao
PmfmDao.findPmfmByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findPmfmByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
PmfmDao
Does the same thing as PmfmDao.findPmfmByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmDao.findPmfmByNaturalId(int, java.lang.Integer id)
.
findPmfmByNaturalId
in interface PmfmDao
PmfmDao.findPmfmByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllPmfmSinceDateSynchro(java.sql.Timestamp updateDate)
getAllPmfmSinceDateSynchro
in interface PmfmDao
PmfmDao.getAllPmfmSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllPmfmSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
PmfmDao
Does the same thing as PmfmDao.getAllPmfmSinceDateSynchro(java.sql.Timestamp)
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.
getAllPmfmSinceDateSynchro
in interface PmfmDao
PmfmDao.getAllPmfmSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllPmfmSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
PmfmDao
Does the same thing as PmfmDao.getAllPmfmSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmDao.getAllPmfmSinceDateSynchro(java.sql.Timestamp)
.
getAllPmfmSinceDateSynchro
in interface PmfmDao
PmfmDao.getAllPmfmSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllPmfmSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PmfmDao
Does the same thing as PmfmDao.getAllPmfmSinceDateSynchro(java.sql.Timestamp)
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.
getAllPmfmSinceDateSynchro
in interface PmfmDao
PmfmDao.getAllPmfmSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllPmfmSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PmfmDao
Does the same thing as PmfmDao.getAllPmfmSinceDateSynchro(String, java.sql.Timestamp)
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.
getAllPmfmSinceDateSynchro
in interface PmfmDao
PmfmDao.getAllPmfmSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllPmfmSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
PmfmDao
Does the same thing as PmfmDao.getAllPmfmSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmDao.getAllPmfmSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllPmfmSinceDateSynchro
in interface PmfmDao
PmfmDao.getAllPmfmSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllPmfmSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PmfmDao
Does the same thing as PmfmDao.getAllPmfmSinceDateSynchro(int, java.sql.Timestamp)
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.
getAllPmfmSinceDateSynchro
in interface PmfmDao
PmfmDao.getAllPmfmSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllPmfmSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PmfmDao
Does the same thing as PmfmDao.getAllPmfmSinceDateSynchro(int, String, java.sql.Timestamp)
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.
getAllPmfmSinceDateSynchro
in interface PmfmDao
PmfmDao.getAllPmfmSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public Pmfm createFromClusterPmfm(ClusterPmfm clusterPmfm)
createFromClusterPmfm
in interface PmfmDao
PmfmDao.createFromClusterPmfm(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterPmfm)
protected abstract Pmfm handleCreateFromClusterPmfm(ClusterPmfm clusterPmfm) throws java.lang.Exception
createFromClusterPmfm(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterPmfm)
java.lang.Exception
public ClusterPmfm[] getAllClusterPmfmSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterPmfmSinceDateSynchro
in interface PmfmDao
PmfmDao.getAllClusterPmfmSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterPmfm[] handleGetAllClusterPmfmSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterPmfmSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, Pmfm entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.pmfm.PmfmDao
, please note
that the PmfmDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
Pmfm
- PmfmDao.TRANSFORM_NONE
RemotePmfmFullVO
- TRANSFORM_REMOTEPMFMFULLVO
RemotePmfmNaturalId
- TRANSFORM_REMOTEPMFMNATURALID
ClusterPmfm
- TRANSFORM_CLUSTERPMFM
PmfmDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in PmfmDao
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.referential.pmfm.Pmfm)
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.referential.pmfm.PmfmDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.pmfm.Pmfm)
protected Pmfm toEntity(java.lang.Object[] row)
public final void toRemotePmfmFullVOCollection(java.util.Collection entities)
PmfmDao
RemotePmfmFullVO
.
toRemotePmfmFullVOCollection
in interface PmfmDao
PmfmDao.toRemotePmfmFullVOCollection(java.util.Collection)
public final RemotePmfmFullVO[] toRemotePmfmFullVOArray(java.util.Collection entities)
PmfmDao
RemotePmfmFullVO
.
toRemotePmfmFullVOArray
in interface PmfmDao
PmfmDao.toRemotePmfmFullVOArray(java.util.Collection)
protected RemotePmfmFullVO toRemotePmfmFullVO(java.lang.Object[] row)
PmfmDaoImpl
class if you intend to use reporting queries.
PmfmDao.toRemotePmfmFullVO(fr.ifremer.allegro.referential.pmfm.Pmfm)
public final void remotePmfmFullVOToEntityCollection(java.util.Collection instances)
PmfmDao
RemotePmfmFullVO
to this
DAO's entity.
remotePmfmFullVOToEntityCollection
in interface PmfmDao
PmfmDao.remotePmfmFullVOToEntityCollection(java.util.Collection)
public void toRemotePmfmFullVO(Pmfm source, RemotePmfmFullVO target)
PmfmDao
toRemotePmfmFullVO
in interface PmfmDao
PmfmDao.toRemotePmfmFullVO(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO)
public RemotePmfmFullVO toRemotePmfmFullVO(Pmfm entity)
PmfmDao
RemotePmfmFullVO
.
toRemotePmfmFullVO
in interface PmfmDao
PmfmDao.toRemotePmfmFullVO(fr.ifremer.allegro.referential.pmfm.Pmfm)
public void remotePmfmFullVOToEntity(RemotePmfmFullVO source, Pmfm target, boolean copyIfNull)
PmfmDao
RemotePmfmFullVO
to the specified entity.
remotePmfmFullVOToEntity
in interface PmfmDao
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.referential.pmfm.PmfmDao#remotePmfmFullVOToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO, fr.ifremer.allegro.referential.pmfm.Pmfm)
public final void toRemotePmfmNaturalIdCollection(java.util.Collection entities)
PmfmDao
RemotePmfmNaturalId
.
toRemotePmfmNaturalIdCollection
in interface PmfmDao
PmfmDao.toRemotePmfmNaturalIdCollection(java.util.Collection)
public final RemotePmfmNaturalId[] toRemotePmfmNaturalIdArray(java.util.Collection entities)
PmfmDao
RemotePmfmNaturalId
.
toRemotePmfmNaturalIdArray
in interface PmfmDao
PmfmDao.toRemotePmfmNaturalIdArray(java.util.Collection)
protected RemotePmfmNaturalId toRemotePmfmNaturalId(java.lang.Object[] row)
PmfmDaoImpl
class if you intend to use reporting queries.
PmfmDao.toRemotePmfmNaturalId(fr.ifremer.allegro.referential.pmfm.Pmfm)
public final void remotePmfmNaturalIdToEntityCollection(java.util.Collection instances)
PmfmDao
RemotePmfmNaturalId
to this
DAO's entity.
remotePmfmNaturalIdToEntityCollection
in interface PmfmDao
PmfmDao.remotePmfmNaturalIdToEntityCollection(java.util.Collection)
public void toRemotePmfmNaturalId(Pmfm source, RemotePmfmNaturalId target)
PmfmDao
toRemotePmfmNaturalId
in interface PmfmDao
PmfmDao.toRemotePmfmNaturalId(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmNaturalId)
public RemotePmfmNaturalId toRemotePmfmNaturalId(Pmfm entity)
PmfmDao
RemotePmfmNaturalId
.
toRemotePmfmNaturalId
in interface PmfmDao
PmfmDao.toRemotePmfmNaturalId(fr.ifremer.allegro.referential.pmfm.Pmfm)
public void remotePmfmNaturalIdToEntity(RemotePmfmNaturalId source, Pmfm target, boolean copyIfNull)
PmfmDao
RemotePmfmNaturalId
to the specified entity.
remotePmfmNaturalIdToEntity
in interface PmfmDao
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.referential.pmfm.PmfmDao#remotePmfmNaturalIdToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmNaturalId, fr.ifremer.allegro.referential.pmfm.Pmfm)
public final void toClusterPmfmCollection(java.util.Collection entities)
PmfmDao
ClusterPmfm
.
toClusterPmfmCollection
in interface PmfmDao
PmfmDao.toClusterPmfmCollection(java.util.Collection)
public final ClusterPmfm[] toClusterPmfmArray(java.util.Collection entities)
PmfmDao
ClusterPmfm
.
toClusterPmfmArray
in interface PmfmDao
PmfmDao.toClusterPmfmArray(java.util.Collection)
protected ClusterPmfm toClusterPmfm(java.lang.Object[] row)
PmfmDaoImpl
class if you intend to use reporting queries.
PmfmDao.toClusterPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
public final void clusterPmfmToEntityCollection(java.util.Collection instances)
PmfmDao
ClusterPmfm
to this
DAO's entity.
clusterPmfmToEntityCollection
in interface PmfmDao
PmfmDao.clusterPmfmToEntityCollection(java.util.Collection)
public void toClusterPmfm(Pmfm source, ClusterPmfm target)
PmfmDao
toClusterPmfm
in interface PmfmDao
PmfmDao.toClusterPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterPmfm)
public ClusterPmfm toClusterPmfm(Pmfm entity)
PmfmDao
ClusterPmfm
.
toClusterPmfm
in interface PmfmDao
PmfmDao.toClusterPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
public void clusterPmfmToEntity(ClusterPmfm source, Pmfm target, boolean copyIfNull)
PmfmDao
ClusterPmfm
to the specified entity.
clusterPmfmToEntity
in interface PmfmDao
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.referential.pmfm.PmfmDao#clusterPmfmToEntity(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterPmfm, fr.ifremer.allegro.referential.pmfm.Pmfm)
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)
PmfmDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface PmfmDao
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.PmfmDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
PmfmDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface PmfmDao
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.PmfmDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
PmfmDao
PmfmDao.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 PmfmDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
PmfmDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
PmfmDao
search
object.
search
in interface PmfmDao
search
- the search object which provides the search parameters and pagination specification.
PmfmDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |