|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LandingDao
Landing
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERLANDING
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_NONE
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_REMOTELANDINGFULLVO
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_REMOTELANDINGNATURALID
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
Method Summary | |
---|---|
Landing |
clusterLandingToEntity(ClusterLanding clusterLanding)
Converts an instance of type ClusterLanding to this DAO's entity. |
void |
clusterLandingToEntity(ClusterLanding source,
Landing target,
boolean copyIfNull)
Copies the fields of ClusterLanding to the specified entity. |
void |
clusterLandingToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterLanding to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.survey.landing.Landing and adds from the passed in entities collection |
Landing |
create(java.util.Date creationDate,
java.util.Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel vessel)
Creates a new fr.ifremer.allegro.data.survey.landing.Landing
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)
Creates a new fr.ifremer.allegro.data.survey.landing.Landing
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.Landing) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date creationDate,
java.util.Date landingDateTime,
Location landingLocation,
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,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)
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) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
Landing landing)
Does the same thing as create(fr.ifremer.allegro.data.survey.landing.Landing) with an
additional flag called transform . |
Landing |
create(Landing landing)
Creates an instance of fr.ifremer.allegro.data.survey.landing.Landing and adds it to the persistent store. |
Landing |
createFromClusterLanding(ClusterLanding clusterLanding)
|
Landing |
findLandingByCatchBatch(CatchBatch catchBatch)
|
java.lang.Object |
findLandingByCatchBatch(int transform,
CatchBatch catchBatch)
Does the same thing as findLandingByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an
additional flag called transform . |
java.lang.Object |
findLandingByCatchBatch(int transform,
java.lang.String queryString,
CatchBatch catchBatch)
Does the same thing as findLandingByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch) with an
additional argument called queryString . |
Landing |
findLandingByCatchBatch(java.lang.String queryString,
CatchBatch catchBatch)
Does the same thing as findLandingByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an
additional argument called queryString . |
java.util.Collection |
findLandingByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
findLandingByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as findLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
findLandingByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findLandingByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as findLandingByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findLandingByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findLandingByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as findLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findLandingByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findLandingByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
Landing |
findLandingById(java.lang.Integer id)
|
java.lang.Object |
findLandingById(int transform,
java.lang.Integer id)
Does the same thing as findLandingById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findLandingById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findLandingById(int, java.lang.Integer) with an
additional argument called queryString . |
Landing |
findLandingById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findLandingById(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findLandingByLandingLocation(int transform,
int pageNumber,
int pageSize,
Location landingLocation)
Does the same thing as findLandingByLandingLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByLandingLocation(int pageNumber,
int pageSize,
Location landingLocation)
Does the same thing as findLandingByLandingLocation(fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByLandingLocation(int transform,
Location landingLocation)
Does the same thing as findLandingByLandingLocation(fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.util.Collection |
findLandingByLandingLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Location landingLocation)
Does the same thing as findLandingByLandingLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByLandingLocation(int transform,
java.lang.String queryString,
Location landingLocation)
Does the same thing as findLandingByLandingLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findLandingByLandingLocation(Location landingLocation)
|
java.util.Collection |
findLandingByLandingLocation(java.lang.String queryString,
int pageNumber,
int pageSize,
Location landingLocation)
Does the same thing as findLandingByLandingLocation(String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByLandingLocation(java.lang.String queryString,
Location landingLocation)
Does the same thing as findLandingByLandingLocation(fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
Landing |
findLandingByNaturalId(java.util.Date landingDateTime,
Vessel vessel,
Program program)
|
java.lang.Object |
findLandingByNaturalId(int transform,
java.util.Date landingDateTime,
Vessel vessel,
Program program)
Does the same thing as findLandingByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
findLandingByNaturalId(int transform,
java.lang.String queryString,
java.util.Date landingDateTime,
Vessel vessel,
Program program)
Does the same thing as findLandingByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
Landing |
findLandingByNaturalId(java.lang.String queryString,
java.util.Date landingDateTime,
Vessel vessel,
Program program)
Does the same thing as findLandingByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findLandingByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findLandingByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as findLandingByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByProgram(int transform,
Program program)
Does the same thing as findLandingByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findLandingByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findLandingByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as findLandingByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findLandingByProgram(Program program)
|
java.util.Collection |
findLandingByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findLandingByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByProgram(java.lang.String queryString,
Program program)
Does the same thing as findLandingByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findLandingByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findLandingByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findLandingByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as findLandingByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findLandingByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findLandingByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findLandingByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findLandingByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findLandingByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findLandingByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findLandingByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findLandingByRecorderDepartment(Department recorderDepartment)
|
java.util.Collection |
findLandingByRecorderDepartment(int transform,
Department recorderDepartment)
Does the same thing as findLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findLandingByRecorderDepartment(int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByRecorderDepartment(int transform,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findLandingByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByRecorderDepartment(int transform,
java.lang.String queryString,
Department recorderDepartment)
Does the same thing as findLandingByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findLandingByRecorderDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findLandingByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByRecorderDepartment(java.lang.String queryString,
Department recorderDepartment)
Does the same thing as findLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findLandingByRecorderDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findLandingByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findLandingByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as findLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
findLandingByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findLandingByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as findLandingByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findLandingByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
findLandingByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findLandingByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as findLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findLandingByVessel(int transform,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findLandingByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByVessel(int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findLandingByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findLandingByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByVessel(int transform,
java.lang.String queryString,
Vessel vessel)
Does the same thing as findLandingByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findLandingByVessel(int transform,
Vessel vessel)
Does the same thing as findLandingByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.util.Collection |
findLandingByVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findLandingByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findLandingByVessel(java.lang.String queryString,
Vessel vessel)
Does the same thing as findLandingByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findLandingByVessel(Vessel vessel)
|
ClusterLanding[] |
getAllClusterLandingSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllLanding()
|
java.util.Collection |
getAllLanding(int transform)
Does the same thing as getAllLanding() with an
additional flag called transform . |
java.util.Collection |
getAllLanding(int pageNumber,
int pageSize)
Does the same thing as getAllLanding() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllLanding(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllLanding(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllLanding(int transform,
java.lang.String queryString)
Does the same thing as getAllLanding(int) with an
additional argument called queryString . |
java.util.Collection |
getAllLanding(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllLanding(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllLanding(java.lang.String queryString)
Does the same thing as getAllLanding() with an
additional argument called queryString . |
java.util.Collection |
getAllLanding(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllLanding(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllLandingSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllLandingSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllLandingSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllLandingSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllLandingSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllLandingSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllLandingSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllLandingSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllLandingSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllLandingSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllLandingSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllLandingSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllLandingSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllLandingSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllLandingSinceDateSynchro(java.sql.Timestamp updateDate)
|
Landing |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.survey.landing.Landing 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 Landing . |
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 . |
Landing |
remoteLandingFullVOToEntity(RemoteLandingFullVO remoteLandingFullVO)
Converts an instance of type RemoteLandingFullVO to this DAO's entity. |
void |
remoteLandingFullVOToEntity(RemoteLandingFullVO source,
Landing target,
boolean copyIfNull)
Copies the fields of RemoteLandingFullVO to the specified entity. |
void |
remoteLandingFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteLandingFullVO to this
DAO's entity. |
Landing |
remoteLandingNaturalIdToEntity(RemoteLandingNaturalId remoteLandingNaturalId)
Converts an instance of type RemoteLandingNaturalId to this DAO's entity. |
void |
remoteLandingNaturalIdToEntity(RemoteLandingNaturalId source,
Landing target,
boolean copyIfNull)
Copies the fields of RemoteLandingNaturalId to the specified entity. |
void |
remoteLandingNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteLandingNaturalId 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.Landing having the given identifier from the persistent store. |
void |
remove(Landing landing)
Removes the instance of fr.ifremer.allegro.data.survey.landing.Landing 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. |
ClusterLanding |
toClusterLanding(Landing entity)
Converts this DAO's entity to an object of type ClusterLanding . |
void |
toClusterLanding(Landing source,
ClusterLanding target)
Copies the fields of the specified entity to the target value object. |
ClusterLanding[] |
toClusterLandingArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterLanding . |
void |
toClusterLandingCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterLanding . |
RemoteLandingFullVO |
toRemoteLandingFullVO(Landing entity)
Converts this DAO's entity to an object of type RemoteLandingFullVO . |
void |
toRemoteLandingFullVO(Landing source,
RemoteLandingFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteLandingFullVO[] |
toRemoteLandingFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteLandingFullVO . |
void |
toRemoteLandingFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteLandingFullVO . |
RemoteLandingNaturalId |
toRemoteLandingNaturalId(Landing entity)
Converts this DAO's entity to an object of type RemoteLandingNaturalId . |
void |
toRemoteLandingNaturalId(Landing source,
RemoteLandingNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteLandingNaturalId[] |
toRemoteLandingNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteLandingNaturalId . |
void |
toRemoteLandingNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteLandingNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(Landing landing)
Updates the landing instance in the persistent store. |
Field Detail |
---|
static final int TRANSFORM_NONE
int
parameter called transform
.
This specific flag denotes no transformation will occur.
static final int TRANSFORM_REMOTELANDINGFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteLandingFullVO
.
static final int TRANSFORM_REMOTELANDINGNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteLandingNaturalId
.
static final int TRANSFORM_CLUSTERLANDING
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterLanding
.
Method Detail |
---|
void toRemoteLandingFullVO(Landing source, RemoteLandingFullVO target)
RemoteLandingFullVO toRemoteLandingFullVO(Landing entity)
RemoteLandingFullVO
.
void toRemoteLandingFullVOCollection(java.util.Collection entities)
RemoteLandingFullVO
.
RemoteLandingFullVO[] toRemoteLandingFullVOArray(java.util.Collection entities)
RemoteLandingFullVO
.
void remoteLandingFullVOToEntity(RemoteLandingFullVO source, Landing target, boolean copyIfNull)
RemoteLandingFullVO
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.Landing remoteLandingFullVOToEntity(RemoteLandingFullVO remoteLandingFullVO)
RemoteLandingFullVO
to this DAO's entity.
void remoteLandingFullVOToEntityCollection(java.util.Collection instances)
RemoteLandingFullVO
to this
DAO's entity.
void toRemoteLandingNaturalId(Landing source, RemoteLandingNaturalId target)
RemoteLandingNaturalId toRemoteLandingNaturalId(Landing entity)
RemoteLandingNaturalId
.
void toRemoteLandingNaturalIdCollection(java.util.Collection entities)
RemoteLandingNaturalId
.
RemoteLandingNaturalId[] toRemoteLandingNaturalIdArray(java.util.Collection entities)
RemoteLandingNaturalId
.
void remoteLandingNaturalIdToEntity(RemoteLandingNaturalId source, Landing target, boolean copyIfNull)
RemoteLandingNaturalId
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.Landing remoteLandingNaturalIdToEntity(RemoteLandingNaturalId remoteLandingNaturalId)
RemoteLandingNaturalId
to this DAO's entity.
void remoteLandingNaturalIdToEntityCollection(java.util.Collection instances)
RemoteLandingNaturalId
to this
DAO's entity.
void toClusterLanding(Landing source, ClusterLanding target)
ClusterLanding toClusterLanding(Landing entity)
ClusterLanding
.
void toClusterLandingCollection(java.util.Collection entities)
ClusterLanding
.
ClusterLanding[] toClusterLandingArray(java.util.Collection entities)
ClusterLanding
.
void clusterLandingToEntity(ClusterLanding source, Landing target, boolean copyIfNull)
ClusterLanding
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.Landing clusterLandingToEntity(ClusterLanding clusterLanding)
ClusterLanding
to this DAO's entity.
void clusterLandingToEntityCollection(java.util.Collection instances)
ClusterLanding
to this
DAO's entity.
Landing load(java.lang.Integer id)
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.
id
- identifier of the entity to load
java.util.Collection loadAll()
Landing
.
java.util.Collection loadAll(int transform)
Does the same thing as loadAll()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
transform
- the flag indicating what transformation to use.
java.util.Collection loadAll(int pageNumber, int pageSize)
Does the same thing as loadAll()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
Does the same thing as loadAll(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
transform
- the flag indicating what transformation to use.pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
Landing create(Landing landing)
java.lang.Object create(int transform, Landing landing)
Does the same thing as create(fr.ifremer.allegro.data.survey.landing.Landing)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
java.util.Collection create(java.util.Collection entities)
entities
collection
entities
- the collection of fr.ifremer.allegro.data.survey.landing.Landing
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.Landing)
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.
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)
Creates a new fr.ifremer.allegro.data.survey.landing.Landing
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)
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)
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, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
Creates a new fr.ifremer.allegro.data.survey.landing.Landing
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, 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,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(Landing landing)
landing
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(Landing landing)
void remove(java.lang.Integer id)
identifier
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllLanding()
java.util.Collection getAllLanding(java.lang.String queryString)
Does the same thing as getAllLanding()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllLanding()
.
java.util.Collection getAllLanding(int pageNumber, int pageSize)
Does the same thing as getAllLanding()
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 getAllLanding(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllLanding(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 getAllLanding(int transform)
Does the same thing as getAllLanding()
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 getAllLanding(int transform, int pageNumber, int pageSize)
Does the same thing as getAllLanding(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 getAllLanding(int transform, java.lang.String queryString)
Does the same thing as getAllLanding(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllLanding(int)
.
java.util.Collection getAllLanding(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllLanding(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.
Landing findLandingById(java.lang.Integer id)
Landing findLandingById(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findLandingById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findLandingById(java.lang.Integer)
.
java.lang.Object findLandingById(int transform, java.lang.Integer id)
Does the same thing as findLandingById(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 findLandingById(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findLandingById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findLandingById(int, java.lang.Integer id)
.
java.util.Collection findLandingByLandingLocation(Location landingLocation)
java.util.Collection findLandingByLandingLocation(java.lang.String queryString, Location landingLocation)
Does the same thing as findLandingByLandingLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findLandingByLandingLocation(fr.ifremer.allegro.referential.location.Location)
.
java.util.Collection findLandingByLandingLocation(int pageNumber, int pageSize, Location landingLocation)
Does the same thing as findLandingByLandingLocation(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 findLandingByLandingLocation(java.lang.String queryString, int pageNumber, int pageSize, Location landingLocation)
Does the same thing as findLandingByLandingLocation(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 findLandingByLandingLocation(int transform, Location landingLocation)
Does the same thing as findLandingByLandingLocation(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 findLandingByLandingLocation(int transform, int pageNumber, int pageSize, Location landingLocation)
Does the same thing as findLandingByLandingLocation(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 findLandingByLandingLocation(int transform, java.lang.String queryString, Location landingLocation)
Does the same thing as findLandingByLandingLocation(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 findLandingByLandingLocation(int, fr.ifremer.allegro.referential.location.Location landingLocation)
.
java.util.Collection findLandingByLandingLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location landingLocation)
Does the same thing as findLandingByLandingLocation(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 findLandingByVessel(Vessel vessel)
java.util.Collection findLandingByVessel(java.lang.String queryString, Vessel vessel)
Does the same thing as findLandingByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findLandingByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
java.util.Collection findLandingByVessel(int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findLandingByVessel(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 findLandingByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findLandingByVessel(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 findLandingByVessel(int transform, Vessel vessel)
Does the same thing as findLandingByVessel(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 findLandingByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findLandingByVessel(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 findLandingByVessel(int transform, java.lang.String queryString, Vessel vessel)
Does the same thing as findLandingByVessel(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 findLandingByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
java.util.Collection findLandingByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findLandingByVessel(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 findLandingByFishingTrip(FishingTrip fishingTrip)
java.util.Collection findLandingByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
Does the same thing as findLandingByFishingTrip(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 findLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
.
java.util.Collection findLandingByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as findLandingByFishingTrip(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 findLandingByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as findLandingByFishingTrip(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 findLandingByFishingTrip(int transform, FishingTrip fishingTrip)
Does the same thing as findLandingByFishingTrip(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 findLandingByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as findLandingByFishingTrip(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 findLandingByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
Does the same thing as findLandingByFishingTrip(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 findLandingByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip)
.
java.util.Collection findLandingByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as findLandingByFishingTrip(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 findLandingByProgram(Program program)
java.util.Collection findLandingByProgram(java.lang.String queryString, Program program)
Does the same thing as findLandingByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findLandingByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
java.util.Collection findLandingByProgram(int pageNumber, int pageSize, Program program)
Does the same thing as findLandingByProgram(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 findLandingByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findLandingByProgram(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 findLandingByProgram(int transform, Program program)
Does the same thing as findLandingByProgram(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 findLandingByProgram(int transform, int pageNumber, int pageSize, Program program)
Does the same thing as findLandingByProgram(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 findLandingByProgram(int transform, java.lang.String queryString, Program program)
Does the same thing as findLandingByProgram(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 findLandingByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
java.util.Collection findLandingByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findLandingByProgram(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 findLandingByRecorderDepartment(Department recorderDepartment)
java.util.Collection findLandingByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
Does the same thing as findLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
.
java.util.Collection findLandingByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findLandingByRecorderDepartment(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 findLandingByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findLandingByRecorderDepartment(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 findLandingByRecorderDepartment(int transform, Department recorderDepartment)
Does the same thing as findLandingByRecorderDepartment(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 findLandingByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findLandingByRecorderDepartment(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 findLandingByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
Does the same thing as findLandingByRecorderDepartment(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 findLandingByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department recorderDepartment)
.
java.util.Collection findLandingByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findLandingByRecorderDepartment(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 findLandingByQualityFlag(QualityFlag qualityFlag)
java.util.Collection findLandingByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findLandingByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findLandingByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
java.util.Collection findLandingByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findLandingByQualityFlag(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 findLandingByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findLandingByQualityFlag(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 findLandingByQualityFlag(int transform, QualityFlag qualityFlag)
Does the same thing as findLandingByQualityFlag(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 findLandingByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findLandingByQualityFlag(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 findLandingByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findLandingByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findLandingByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
java.util.Collection findLandingByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findLandingByQualityFlag(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.
Landing findLandingByCatchBatch(CatchBatch catchBatch)
Landing findLandingByCatchBatch(java.lang.String queryString, CatchBatch catchBatch)
Does the same thing as findLandingByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findLandingByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch)
.
java.lang.Object findLandingByCatchBatch(int transform, CatchBatch catchBatch)
Does the same thing as findLandingByCatchBatch(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 findLandingByCatchBatch(int transform, java.lang.String queryString, CatchBatch catchBatch)
Does the same thing as findLandingByCatchBatch(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 findLandingByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch catchBatch)
.
java.util.Collection findLandingByRecorderPerson(Person recorderPerson)
java.util.Collection findLandingByRecorderPerson(java.lang.String queryString, Person recorderPerson)
Does the same thing as findLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
.
java.util.Collection findLandingByRecorderPerson(int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findLandingByRecorderPerson(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 findLandingByRecorderPerson(java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findLandingByRecorderPerson(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 findLandingByRecorderPerson(int transform, Person recorderPerson)
Does the same thing as findLandingByRecorderPerson(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 findLandingByRecorderPerson(int transform, int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findLandingByRecorderPerson(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 findLandingByRecorderPerson(int transform, java.lang.String queryString, Person recorderPerson)
Does the same thing as findLandingByRecorderPerson(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 findLandingByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person recorderPerson)
.
java.util.Collection findLandingByRecorderPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findLandingByRecorderPerson(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.
Landing findLandingByNaturalId(java.util.Date landingDateTime, Vessel vessel, Program program)
Landing findLandingByNaturalId(java.lang.String queryString, java.util.Date landingDateTime, Vessel vessel, Program program)
Does the same thing as findLandingByNaturalId(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 findLandingByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
.
java.lang.Object findLandingByNaturalId(int transform, java.util.Date landingDateTime, Vessel vessel, Program program)
Does the same thing as findLandingByNaturalId(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 findLandingByNaturalId(int transform, java.lang.String queryString, java.util.Date landingDateTime, Vessel vessel, Program program)
Does the same thing as findLandingByNaturalId(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 findLandingByNaturalId(int, java.util.Date landingDateTime, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program)
.
java.util.Collection getAllLandingSinceDateSynchro(java.sql.Timestamp updateDate)
java.util.Collection getAllLandingSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllLandingSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllLandingSinceDateSynchro(java.sql.Timestamp)
.
java.util.Collection getAllLandingSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllLandingSinceDateSynchro(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 getAllLandingSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllLandingSinceDateSynchro(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 getAllLandingSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
Does the same thing as getAllLandingSinceDateSynchro(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 getAllLandingSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllLandingSinceDateSynchro(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 getAllLandingSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllLandingSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllLandingSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
java.util.Collection getAllLandingSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllLandingSinceDateSynchro(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.
Landing createFromClusterLanding(ClusterLanding clusterLanding)
ClusterLanding[] getAllClusterLandingSinceDateSynchro(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.
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.PaginationResult search(int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.java.util.Set search(int transform, Search search)
search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
java.util.Set search(Search search)
search
object.
search
- the search object which provides the search parameters and pagination specification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |