|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObservedLandingDao
ObservedLanding
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTEROBSERVEDLANDING
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_REMOTEOBSERVEDLANDINGFULLVO
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_REMOTEOBSERVEDLANDINGNATURALID
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
Fields inherited from interface fr.ifremer.allegro.data.survey.landing.LandingDao |
---|
TRANSFORM_CLUSTERLANDING, TRANSFORM_NONE, TRANSFORM_REMOTELANDINGFULLVO, TRANSFORM_REMOTELANDINGNATURALID |
Method Summary | |
---|---|
ObservedLanding |
clusterObservedLandingToEntity(ClusterObservedLanding clusterObservedLanding)
Converts an instance of type ClusterObservedLanding to this DAO's entity. |
void |
clusterObservedLandingToEntity(ClusterObservedLanding source,
ObservedLanding target,
boolean copyIfNull)
Copies the fields of ClusterObservedLanding to the specified entity. |
void |
clusterObservedLandingToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterObservedLanding to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.survey.landing.ObservedLanding and adds from the passed in entities collection |
Landing |
create(java.util.Date creationDate,
java.util.Date landingDateTime,
Location landingLocation,
java.util.Collection observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel vessel)
Creates a new fr.ifremer.allegro.data.survey.landing.ObservedLanding
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Landing |
create(java.util.Date landingDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection landingMeasurements,
java.util.Collection surveyMeasurements,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
FishingTrip fishingTrip,
Location landingLocation,
java.util.Collection sales,
java.util.Collection produces,
java.util.Collection observerPersons,
java.util.Collection expectedSales)
Creates a new fr.ifremer.allegro.data.survey.landing.ObservedLanding
instance from all attributes and
properties and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.survey.landing.ObservedLanding) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date creationDate,
java.util.Date landingDateTime,
Location landingLocation,
java.util.Collection observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel vessel)
Does the same thing as create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.location.Location,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date landingDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
CatchBatch catchBatch,
java.util.Collection landingMeasurements,
java.util.Collection surveyMeasurements,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
FishingTrip fishingTrip,
Location landingLocation,
java.util.Collection sales,
java.util.Collection produces,
java.util.Collection observerPersons,
java.util.Collection expectedSales)
Does the same thing as create(java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
ObservedLanding observedLanding)
Does the same thing as create(fr.ifremer.allegro.data.survey.landing.ObservedLanding) with an
additional flag called transform . |
Landing |
create(ObservedLanding observedLanding)
Creates an instance of fr.ifremer.allegro.data.survey.landing.ObservedLanding and adds it to the persistent store. |
ObservedLanding |
createFromClusterObservedLanding(ClusterObservedLanding clusterObservedLanding)
|
ObservedLanding |
findObservedLandingByCatchBatch(CatchBatch catchBatch)
|
java.lang.Object |
findObservedLandingByCatchBatch(int transform,
CatchBatch catchBatch)
Does the same thing as findObservedLandingByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an
additional flag called transform . |
java.lang.Object |
findObservedLandingByCatchBatch(int transform,
java.lang.String queryString,
CatchBatch catchBatch)
Does the same thing as findObservedLandingByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch) with an
additional argument called queryString . |
ObservedLanding |
findObservedLandingByCatchBatch(java.lang.String queryString,
CatchBatch catchBatch)
Does the same thing as findObservedLandingByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an
additional argument called queryString . |
java.util.Collection |
findObservedLandingByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
findObservedLandingByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as findObservedLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
findObservedLandingByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findObservedLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findObservedLandingByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as findObservedLandingByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findObservedLandingByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findObservedLandingByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as findObservedLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findObservedLandingByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findObservedLandingByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
ObservedLanding |
findObservedLandingById(java.lang.Integer id)
|
java.lang.Object |
findObservedLandingById(int transform,
java.lang.Integer id)
Does the same thing as findObservedLandingById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findObservedLandingById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findObservedLandingById(int, java.lang.Integer) with an
additional argument called queryString . |
ObservedLanding |
findObservedLandingById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findObservedLandingById(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findObservedLandingByLandingLocation(int transform,
int pageNumber,
int pageSize,
Location landingLocation)
Does the same thing as findObservedLandingByLandingLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByLandingLocation(int pageNumber,
int pageSize,
Location landingLocation)
Does the same thing as findObservedLandingByLandingLocation(fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByLandingLocation(int transform,
Location landingLocation)
Does the same thing as findObservedLandingByLandingLocation(fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.util.Collection |
findObservedLandingByLandingLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Location landingLocation)
Does the same thing as findObservedLandingByLandingLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByLandingLocation(int transform,
java.lang.String queryString,
Location landingLocation)
Does the same thing as findObservedLandingByLandingLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findObservedLandingByLandingLocation(Location landingLocation)
|
java.util.Collection |
findObservedLandingByLandingLocation(java.lang.String queryString,
int pageNumber,
int pageSize,
Location landingLocation)
Does the same thing as findObservedLandingByLandingLocation(String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByLandingLocation(java.lang.String queryString,
Location landingLocation)
Does the same thing as findObservedLandingByLandingLocation(fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
ObservedLanding |
findObservedLandingByNaturalId(java.util.Date landingDateTime,
Vessel vessel,
Program program)
|
java.lang.Object |
findObservedLandingByNaturalId(int transform,
java.util.Date landingDateTime,
Vessel vessel,
Program program)
Does the same thing as findObservedLandingByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
findObservedLandingByNaturalId(int transform,
java.lang.String queryString,
java.util.Date landingDateTime,
Vessel vessel,
Program program)
Does the same thing as findObservedLandingByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
ObservedLanding |
findObservedLandingByNaturalId(java.lang.String queryString,
java.util.Date landingDateTime,
Vessel vessel,
Program program)
Does the same thing as findObservedLandingByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findObservedLandingByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findObservedLandingByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as findObservedLandingByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByProgram(int transform,
Program program)
Does the same thing as findObservedLandingByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findObservedLandingByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findObservedLandingByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as findObservedLandingByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findObservedLandingByProgram(Program program)
|
java.util.Collection |
findObservedLandingByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findObservedLandingByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByProgram(java.lang.String queryString,
Program program)
Does the same thing as findObservedLandingByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findObservedLandingByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findObservedLandingByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findObservedLandingByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as findObservedLandingByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findObservedLandingByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findObservedLandingByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findObservedLandingByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findObservedLandingByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findObservedLandingByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findObservedLandingByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findObservedLandingByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findObservedLandingByRecorderDepartment(Department recorderDepartment)
|
java.util.Collection |
findObservedLandingByRecorderDepartment(int transform,
Department recorderDepartment)
Does the same thing as findObservedLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findObservedLandingByRecorderDepartment(int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findObservedLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByRecorderDepartment(int transform,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findObservedLandingByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByRecorderDepartment(int transform,
java.lang.String queryString,
Department recorderDepartment)
Does the same thing as findObservedLandingByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findObservedLandingByRecorderDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findObservedLandingByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByRecorderDepartment(java.lang.String queryString,
Department recorderDepartment)
Does the same thing as findObservedLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findObservedLandingByRecorderDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findObservedLandingByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findObservedLandingByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findObservedLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as findObservedLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
findObservedLandingByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findObservedLandingByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as findObservedLandingByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findObservedLandingByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
findObservedLandingByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findObservedLandingByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as findObservedLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findObservedLandingByVessel(int transform,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findObservedLandingByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByVessel(int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findObservedLandingByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findObservedLandingByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByVessel(int transform,
java.lang.String queryString,
Vessel vessel)
Does the same thing as findObservedLandingByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findObservedLandingByVessel(int transform,
Vessel vessel)
Does the same thing as findObservedLandingByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.util.Collection |
findObservedLandingByVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findObservedLandingByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedLandingByVessel(java.lang.String queryString,
Vessel vessel)
Does the same thing as findObservedLandingByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findObservedLandingByVessel(Vessel vessel)
|
ClusterObservedLanding[] |
getAllClusterObservedLandingSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllObservedLanding()
|
java.util.Collection |
getAllObservedLanding(int transform)
Does the same thing as getAllObservedLanding() with an
additional flag called transform . |
java.util.Collection |
getAllObservedLanding(int pageNumber,
int pageSize)
Does the same thing as getAllObservedLanding() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllObservedLanding(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllObservedLanding(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllObservedLanding(int transform,
java.lang.String queryString)
Does the same thing as getAllObservedLanding(int) with an
additional argument called queryString . |
java.util.Collection |
getAllObservedLanding(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllObservedLanding(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllObservedLanding(java.lang.String queryString)
Does the same thing as getAllObservedLanding() with an
additional argument called queryString . |
java.util.Collection |
getAllObservedLanding(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllObservedLanding(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllObservedLandingSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllObservedLandingSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllObservedLandingSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllObservedLandingSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllObservedLandingSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllObservedLandingSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllObservedLandingSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllObservedLandingSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllObservedLandingSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllObservedLandingSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllObservedLandingSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllObservedLandingSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllObservedLandingSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllObservedLandingSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllObservedLandingSinceDateSynchro(java.sql.Timestamp updateDate)
|
Landing |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.survey.landing.ObservedLanding from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type ObservedLanding . |
java.util.Collection |
loadAll(int transform)
Does the same thing as loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as loadAll() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
loadAll(int transform,
int pageNumber,
int pageSize)
Does the same thing as loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
ObservedLanding |
remoteObservedLandingFullVOToEntity(RemoteObservedLandingFullVO remoteObservedLandingFullVO)
Converts an instance of type RemoteObservedLandingFullVO to this DAO's entity. |
void |
remoteObservedLandingFullVOToEntity(RemoteObservedLandingFullVO source,
ObservedLanding target,
boolean copyIfNull)
Copies the fields of RemoteObservedLandingFullVO to the specified entity. |
void |
remoteObservedLandingFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteObservedLandingFullVO to this
DAO's entity. |
ObservedLanding |
remoteObservedLandingNaturalIdToEntity(RemoteObservedLandingNaturalId remoteObservedLandingNaturalId)
Converts an instance of type RemoteObservedLandingNaturalId to this DAO's entity. |
void |
remoteObservedLandingNaturalIdToEntity(RemoteObservedLandingNaturalId source,
ObservedLanding target,
boolean copyIfNull)
Copies the fields of RemoteObservedLandingNaturalId to the specified entity. |
void |
remoteObservedLandingNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteObservedLandingNaturalId 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.data.survey.landing.ObservedLanding having the given identifier from the persistent store. |
void |
remove(ObservedLanding observedLanding)
Removes the instance of fr.ifremer.allegro.data.survey.landing.ObservedLanding from the persistent store. |
PaginationResult |
search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
PaginationResult |
search(int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
java.util.Set |
search(int transform,
Search search)
Does the same thing as search(fr.ifremer.allegro.Search) but with an
additional flag called transform . |
java.util.Set |
search(Search search)
Performs a search using the parameters specified in the given search object. |
ClusterObservedLanding |
toClusterObservedLanding(ObservedLanding entity)
Converts this DAO's entity to an object of type ClusterObservedLanding . |
void |
toClusterObservedLanding(ObservedLanding source,
ClusterObservedLanding target)
Copies the fields of the specified entity to the target value object. |
ClusterObservedLanding[] |
toClusterObservedLandingArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterObservedLanding . |
void |
toClusterObservedLandingCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterObservedLanding . |
RemoteObservedLandingFullVO |
toRemoteObservedLandingFullVO(ObservedLanding entity)
Converts this DAO's entity to an object of type RemoteObservedLandingFullVO . |
void |
toRemoteObservedLandingFullVO(ObservedLanding source,
RemoteObservedLandingFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteObservedLandingFullVO[] |
toRemoteObservedLandingFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteObservedLandingFullVO . |
void |
toRemoteObservedLandingFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteObservedLandingFullVO . |
RemoteObservedLandingNaturalId |
toRemoteObservedLandingNaturalId(ObservedLanding entity)
Converts this DAO's entity to an object of type RemoteObservedLandingNaturalId . |
void |
toRemoteObservedLandingNaturalId(ObservedLanding source,
RemoteObservedLandingNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteObservedLandingNaturalId[] |
toRemoteObservedLandingNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteObservedLandingNaturalId . |
void |
toRemoteObservedLandingNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteObservedLandingNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(ObservedLanding observedLanding)
Updates the observedLanding instance in the persistent store. |
Field Detail |
---|
static final int TRANSFORM_REMOTEOBSERVEDLANDINGFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteObservedLandingFullVO
.
static final int TRANSFORM_REMOTEOBSERVEDLANDINGNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteObservedLandingNaturalId
.
static final int TRANSFORM_CLUSTEROBSERVEDLANDING
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterObservedLanding
.
Method Detail |
---|
void toRemoteObservedLandingFullVO(ObservedLanding source, RemoteObservedLandingFullVO target)
RemoteObservedLandingFullVO toRemoteObservedLandingFullVO(ObservedLanding entity)
RemoteObservedLandingFullVO
.
void toRemoteObservedLandingFullVOCollection(java.util.Collection entities)
RemoteObservedLandingFullVO
.
RemoteObservedLandingFullVO[] toRemoteObservedLandingFullVOArray(java.util.Collection entities)
RemoteObservedLandingFullVO
.
void remoteObservedLandingFullVOToEntity(RemoteObservedLandingFullVO source, ObservedLanding target, boolean copyIfNull)
RemoteObservedLandingFullVO
to the specified entity.
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.ObservedLanding remoteObservedLandingFullVOToEntity(RemoteObservedLandingFullVO remoteObservedLandingFullVO)
RemoteObservedLandingFullVO
to this DAO's entity.
void remoteObservedLandingFullVOToEntityCollection(java.util.Collection instances)
RemoteObservedLandingFullVO
to this
DAO's entity.
void toRemoteObservedLandingNaturalId(ObservedLanding source, RemoteObservedLandingNaturalId target)
RemoteObservedLandingNaturalId toRemoteObservedLandingNaturalId(ObservedLanding entity)
RemoteObservedLandingNaturalId
.
void toRemoteObservedLandingNaturalIdCollection(java.util.Collection entities)
RemoteObservedLandingNaturalId
.
RemoteObservedLandingNaturalId[] toRemoteObservedLandingNaturalIdArray(java.util.Collection entities)
RemoteObservedLandingNaturalId
.
void remoteObservedLandingNaturalIdToEntity(RemoteObservedLandingNaturalId source, ObservedLanding target, boolean copyIfNull)
RemoteObservedLandingNaturalId
to the specified entity.
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.ObservedLanding remoteObservedLandingNaturalIdToEntity(RemoteObservedLandingNaturalId remoteObservedLandingNaturalId)
RemoteObservedLandingNaturalId
to this DAO's entity.
void remoteObservedLandingNaturalIdToEntityCollection(java.util.Collection instances)
RemoteObservedLandingNaturalId
to this
DAO's entity.
void toClusterObservedLanding(ObservedLanding source, ClusterObservedLanding target)
ClusterObservedLanding toClusterObservedLanding(ObservedLanding entity)
ClusterObservedLanding
.
void toClusterObservedLandingCollection(java.util.Collection entities)
ClusterObservedLanding
.
ClusterObservedLanding[] toClusterObservedLandingArray(java.util.Collection entities)
ClusterObservedLanding
.
void clusterObservedLandingToEntity(ClusterObservedLanding source, ObservedLanding target, boolean copyIfNull)
ClusterObservedLanding
to the specified entity.
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.ObservedLanding clusterObservedLandingToEntity(ClusterObservedLanding clusterObservedLanding)
ClusterObservedLanding
to this DAO's entity.
void clusterObservedLandingToEntityCollection(java.util.Collection instances)
ClusterObservedLanding
to this
DAO's entity.
Landing load(java.lang.Integer id)
load
in interface LandingDao
java.lang.Object load(int transform, java.lang.Integer id)
Does the same thing as load(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
load
in interface LandingDao
id
- identifier of the entity to load
java.util.Collection loadAll()
ObservedLanding
.
loadAll
in interface LandingDao
java.util.Collection loadAll(int transform)
Does the same thing as loadAll()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
loadAll
in interface LandingDao
transform
- the flag indicating what transformation to use.
java.util.Collection loadAll(int pageNumber, int pageSize)
Does the same thing as loadAll()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface LandingDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
Does the same thing as loadAll(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface LandingDao
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.
Landing create(ObservedLanding observedLanding)
java.lang.Object create(int transform, ObservedLanding observedLanding)
Does the same thing as create(fr.ifremer.allegro.data.survey.landing.ObservedLanding)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
java.util.Collection create(java.util.Collection entities)
entities
collection
create
in interface LandingDao
entities
- the collection of fr.ifremer.allegro.data.survey.landing.ObservedLanding
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.survey.landing.ObservedLanding)
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 LandingDao
Landing create(java.util.Date landingDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection landingMeasurements, java.util.Collection surveyMeasurements, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, FishingTrip fishingTrip, Location landingLocation, java.util.Collection sales, java.util.Collection produces, java.util.Collection observerPersons, java.util.Collection expectedSales)
Creates a new fr.ifremer.allegro.data.survey.landing.ObservedLanding
instance from all attributes and
properties and adds it to the persistent store.
java.lang.Object create(int transform, java.util.Date landingDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection landingMeasurements, java.util.Collection surveyMeasurements, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, FishingTrip fishingTrip, Location landingLocation, java.util.Collection sales, java.util.Collection produces, java.util.Collection observerPersons, java.util.Collection expectedSales)
Does the same thing as create(java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
Landing create(java.util.Date creationDate, java.util.Date landingDateTime, Location landingLocation, java.util.Collection observerPersons, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
Creates a new fr.ifremer.allegro.data.survey.landing.ObservedLanding
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
java.lang.Object create(int transform, java.util.Date creationDate, java.util.Date landingDateTime, Location landingLocation, java.util.Collection observerPersons, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
Does the same thing as create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.location.Location,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
void update(ObservedLanding observedLanding)
observedLanding
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
update
in interface LandingDao
void remove(ObservedLanding observedLanding)
void remove(java.lang.Integer id)
identifier
from the persistent store.
remove
in interface LandingDao
void remove(java.util.Collection entities)
entities collection.
- Specified by:
remove
in interface LandingDao
java.util.Collection getAllObservedLanding()
java.util.Collection getAllObservedLanding(java.lang.String queryString)
Does the same thing as getAllObservedLanding()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllObservedLanding()
.
java.util.Collection getAllObservedLanding(int pageNumber, int pageSize)
Does the same thing as getAllObservedLanding()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllObservedLanding(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllObservedLanding(String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllObservedLanding(int transform)
Does the same thing as getAllObservedLanding()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection getAllObservedLanding(int transform, int pageNumber, int pageSize)
Does the same thing as getAllObservedLanding(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllObservedLanding(int transform, java.lang.String queryString)
Does the same thing as getAllObservedLanding(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllObservedLanding(int)
.
java.util.Collection getAllObservedLanding(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllObservedLanding(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.
ObservedLanding findObservedLandingById(java.lang.Integer id)
ObservedLanding findObservedLandingById(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findObservedLandingById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedLandingById(java.lang.Integer)
.
java.lang.Object findObservedLandingById(int transform, java.lang.Integer id)
Does the same thing as findObservedLandingById(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.
java.lang.Object findObservedLandingById(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findObservedLandingById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedLandingById(int, java.lang.Integer id)
.
java.util.Collection findObservedLandingByLandingLocation(Location landingLocation)
java.util.Collection findObservedLandingByLandingLocation(java.lang.String queryString, Location landingLocation)
Does the same thing as findObservedLandingByLandingLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedLandingByLandingLocation(fr.ifremer.allegro.referential.location.Location)
.
java.util.Collection findObservedLandingByLandingLocation(int pageNumber, int pageSize, Location landingLocation)
Does the same thing as findObservedLandingByLandingLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByLandingLocation(java.lang.String queryString, int pageNumber, int pageSize, Location landingLocation)
Does the same thing as findObservedLandingByLandingLocation(String, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByLandingLocation(int transform, Location landingLocation)
Does the same thing as findObservedLandingByLandingLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findObservedLandingByLandingLocation(int transform, int pageNumber, int pageSize, Location landingLocation)
Does the same thing as findObservedLandingByLandingLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByLandingLocation(int transform, java.lang.String queryString, Location landingLocation)
Does the same thing as findObservedLandingByLandingLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedLandingByLandingLocation(int, fr.ifremer.allegro.referential.location.Location landingLocation)
.
java.util.Collection findObservedLandingByLandingLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location landingLocation)
Does the same thing as findObservedLandingByLandingLocation(int, String, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByVessel(Vessel vessel)
java.util.Collection findObservedLandingByVessel(java.lang.String queryString, Vessel vessel)
Does the same thing as findObservedLandingByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedLandingByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
java.util.Collection findObservedLandingByVessel(int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findObservedLandingByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findObservedLandingByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByVessel(int transform, Vessel vessel)
Does the same thing as findObservedLandingByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findObservedLandingByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findObservedLandingByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByVessel(int transform, java.lang.String queryString, Vessel vessel)
Does the same thing as findObservedLandingByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedLandingByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
java.util.Collection findObservedLandingByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findObservedLandingByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByFishingTrip(FishingTrip fishingTrip)
java.util.Collection findObservedLandingByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
Does the same thing as findObservedLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
.
java.util.Collection findObservedLandingByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as findObservedLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as findObservedLandingByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByFishingTrip(int transform, FishingTrip fishingTrip)
Does the same thing as findObservedLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findObservedLandingByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as findObservedLandingByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
Does the same thing as findObservedLandingByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedLandingByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip)
.
java.util.Collection findObservedLandingByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as findObservedLandingByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByProgram(Program program)
java.util.Collection findObservedLandingByProgram(java.lang.String queryString, Program program)
Does the same thing as findObservedLandingByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedLandingByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
java.util.Collection findObservedLandingByProgram(int pageNumber, int pageSize, Program program)
Does the same thing as findObservedLandingByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findObservedLandingByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByProgram(int transform, Program program)
Does the same thing as findObservedLandingByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findObservedLandingByProgram(int transform, int pageNumber, int pageSize, Program program)
Does the same thing as findObservedLandingByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByProgram(int transform, java.lang.String queryString, Program program)
Does the same thing as findObservedLandingByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedLandingByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
java.util.Collection findObservedLandingByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findObservedLandingByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByRecorderDepartment(Department recorderDepartment)
java.util.Collection findObservedLandingByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
Does the same thing as findObservedLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
.
java.util.Collection findObservedLandingByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findObservedLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findObservedLandingByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByRecorderDepartment(int transform, Department recorderDepartment)
Does the same thing as findObservedLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findObservedLandingByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findObservedLandingByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
Does the same thing as findObservedLandingByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedLandingByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department recorderDepartment)
.
java.util.Collection findObservedLandingByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findObservedLandingByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByQualityFlag(QualityFlag qualityFlag)
java.util.Collection findObservedLandingByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findObservedLandingByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedLandingByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
java.util.Collection findObservedLandingByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findObservedLandingByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findObservedLandingByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByQualityFlag(int transform, QualityFlag qualityFlag)
Does the same thing as findObservedLandingByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findObservedLandingByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findObservedLandingByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findObservedLandingByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedLandingByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
java.util.Collection findObservedLandingByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findObservedLandingByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
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.
ObservedLanding findObservedLandingByCatchBatch(CatchBatch catchBatch)
ObservedLanding findObservedLandingByCatchBatch(java.lang.String queryString, CatchBatch catchBatch)
Does the same thing as findObservedLandingByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedLandingByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch)
.
java.lang.Object findObservedLandingByCatchBatch(int transform, CatchBatch catchBatch)
Does the same thing as findObservedLandingByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.lang.Object findObservedLandingByCatchBatch(int transform, java.lang.String queryString, CatchBatch catchBatch)
Does the same thing as findObservedLandingByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedLandingByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch catchBatch)
.
java.util.Collection findObservedLandingByRecorderPerson(Person recorderPerson)
java.util.Collection findObservedLandingByRecorderPerson(java.lang.String queryString, Person recorderPerson)
Does the same thing as findObservedLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
.
java.util.Collection findObservedLandingByRecorderPerson(int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findObservedLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByRecorderPerson(java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findObservedLandingByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByRecorderPerson(int transform, Person recorderPerson)
Does the same thing as findObservedLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findObservedLandingByRecorderPerson(int transform, int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findObservedLandingByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedLandingByRecorderPerson(int transform, java.lang.String queryString, Person recorderPerson)
Does the same thing as findObservedLandingByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedLandingByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person recorderPerson)
.
java.util.Collection findObservedLandingByRecorderPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findObservedLandingByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person)
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.
ObservedLanding findObservedLandingByNaturalId(java.util.Date landingDateTime, Vessel vessel, Program program)
ObservedLanding findObservedLandingByNaturalId(java.lang.String queryString, java.util.Date landingDateTime, Vessel vessel, Program program)
Does the same thing as findObservedLandingByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedLandingByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
.
java.lang.Object findObservedLandingByNaturalId(int transform, java.util.Date landingDateTime, Vessel vessel, Program program)
Does the same thing as findObservedLandingByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.lang.Object findObservedLandingByNaturalId(int transform, java.lang.String queryString, java.util.Date landingDateTime, Vessel vessel, Program program)
Does the same thing as findObservedLandingByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedLandingByNaturalId(int, java.util.Date landingDateTime, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program)
.
java.util.Collection getAllObservedLandingSinceDateSynchro(java.sql.Timestamp updateDate)
java.util.Collection getAllObservedLandingSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllObservedLandingSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllObservedLandingSinceDateSynchro(java.sql.Timestamp)
.
java.util.Collection getAllObservedLandingSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllObservedLandingSinceDateSynchro(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.
java.util.Collection getAllObservedLandingSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllObservedLandingSinceDateSynchro(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.
java.util.Collection getAllObservedLandingSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
Does the same thing as getAllObservedLandingSinceDateSynchro(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.
java.util.Collection getAllObservedLandingSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllObservedLandingSinceDateSynchro(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.
java.util.Collection getAllObservedLandingSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllObservedLandingSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllObservedLandingSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
java.util.Collection getAllObservedLandingSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllObservedLandingSinceDateSynchro(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.
ObservedLanding createFromClusterObservedLanding(ClusterObservedLanding clusterObservedLanding)
ClusterObservedLanding[] getAllClusterObservedLandingSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface LandingDao
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.PaginationResult search(int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface LandingDao
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.java.util.Set search(int transform, Search search)
search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
search
in interface LandingDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
java.util.Set search(Search search)
search
object.
search
in interface LandingDao
search
- the search object which provides the search parameters and pagination specification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |