|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.data.survey.landing.LandingDaoBase
public abstract class LandingDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.survey.landing.Landing
.
Landing
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.survey.landing.LandingDao |
---|
TRANSFORM_CLUSTERLANDING, TRANSFORM_NONE, TRANSFORM_REMOTELANDINGFULLVO, TRANSFORM_REMOTELANDINGNATURALID |
Constructor Summary | |
---|---|
LandingDaoBase()
|
Method Summary | |
---|---|
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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.getAllLanding() with an
additional flag called transform . |
java.util.Collection |
getAllLanding(int pageNumber,
int pageSize)
Does the same thing as LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.getAllLanding() with an
additional argument called queryString . |
java.util.Collection |
getAllLanding(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.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 LandingDao.getAllLandingSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllLandingSinceDateSynchro(java.sql.Timestamp updateDate)
|
protected CatchBatchDao |
getCatchBatchDao()
Gets the reference to catchBatchDao . |
protected DepartmentDao |
getDepartmentDao()
Gets the reference to departmentDao . |
protected FishingTripDao |
getFishingTripDao()
Gets the reference to fishingTripDao . |
protected LandingMeasurementDao |
getLandingMeasurementDao()
Gets the reference to landingMeasurementDao . |
protected LocationDao |
getLocationDao()
Gets the reference to locationDao . |
protected ObservedSaleDao |
getObservedSaleDao()
Gets the reference to observedSaleDao . |
protected PersonDao |
getPersonDao()
Gets the reference to personDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected ProduceDao |
getProduceDao()
Gets the reference to produceDao . |
protected ProgramDao |
getProgramDao()
Gets the reference to programDao . |
protected QualityFlagDao |
getQualityFlagDao()
Gets the reference to qualityFlagDao . |
protected SaleDao |
getSaleDao()
Gets the reference to saleDao . |
protected SaleProduceDao |
getSaleProduceDao()
Gets the reference to saleProduceDao . |
protected SurveyMeasurementDao |
getSurveyMeasurementDao()
Gets the reference to surveyMeasurementDao . |
protected VesselDao |
getVesselDao()
Gets the reference to vesselDao . |
protected abstract Landing |
handleCreateFromClusterLanding(ClusterLanding clusterLanding)
Performs the core logic for createFromClusterLanding(fr.ifremer.allegro.data.survey.landing.generic.cluster.ClusterLanding) |
protected abstract ClusterLanding[] |
handleGetAllClusterLandingSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterLandingSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
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 LandingDao.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 LandingDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as LandingDao.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 LandingDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
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. |
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 LandingDao.search(fr.ifremer.allegro.Search) but with an
additional flag called transform . |
java.util.Set |
search(Search search)
Performs a search using the parameters specified in the given search object. |
void |
setCatchBatchDao(CatchBatchDao catchBatchDao)
Sets the reference to catchBatchDao . |
void |
setDepartmentDao(DepartmentDao departmentDao)
Sets the reference to departmentDao . |
void |
setFishingTripDao(FishingTripDao fishingTripDao)
Sets the reference to fishingTripDao . |
void |
setLandingMeasurementDao(LandingMeasurementDao landingMeasurementDao)
Sets the reference to landingMeasurementDao . |
void |
setLocationDao(LocationDao locationDao)
Sets the reference to locationDao . |
void |
setObservedSaleDao(ObservedSaleDao observedSaleDao)
Sets the reference to observedSaleDao . |
void |
setPersonDao(PersonDao personDao)
Sets the reference to personDao . |
void |
setProduceDao(ProduceDao produceDao)
Sets the reference to produceDao . |
void |
setProgramDao(ProgramDao programDao)
Sets the reference to programDao . |
void |
setQualityFlagDao(QualityFlagDao qualityFlagDao)
Sets the reference to qualityFlagDao . |
void |
setSaleDao(SaleDao saleDao)
Sets the reference to saleDao . |
void |
setSaleProduceDao(SaleProduceDao saleProduceDao)
Sets the reference to saleProduceDao . |
void |
setSurveyMeasurementDao(SurveyMeasurementDao surveyMeasurementDao)
Sets the reference to surveyMeasurementDao . |
void |
setVesselDao(VesselDao vesselDao)
Sets the reference to vesselDao . |
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. |
protected ClusterLanding |
toClusterLanding(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a 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 . |
protected Landing |
toEntity(java.lang.Object[] row)
|
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. |
protected RemoteLandingFullVO |
toRemoteLandingFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a 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. |
protected RemoteLandingNaturalId |
toRemoteLandingNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a 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 . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.survey.landing.Landing)
method. |
protected java.lang.Object |
transformEntity(int transform,
Landing entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.survey.landing.LandingDao , please note
that the LandingDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(Landing landing)
Updates the landing instance in the persistent store. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.ifremer.allegro.data.survey.landing.LandingDao |
---|
clusterLandingToEntity, remoteLandingFullVOToEntity, remoteLandingNaturalIdToEntity |
Constructor Detail |
---|
public LandingDaoBase()
Method Detail |
---|
public void setVesselDao(VesselDao vesselDao)
vesselDao
.
protected VesselDao getVesselDao()
vesselDao
.
public void setProgramDao(ProgramDao programDao)
programDao
.
protected ProgramDao getProgramDao()
programDao
.
public void setLocationDao(LocationDao locationDao)
locationDao
.
protected LocationDao getLocationDao()
locationDao
.
public void setFishingTripDao(FishingTripDao fishingTripDao)
fishingTripDao
.
protected FishingTripDao getFishingTripDao()
fishingTripDao
.
public void setDepartmentDao(DepartmentDao departmentDao)
departmentDao
.
protected DepartmentDao getDepartmentDao()
departmentDao
.
public void setQualityFlagDao(QualityFlagDao qualityFlagDao)
qualityFlagDao
.
protected QualityFlagDao getQualityFlagDao()
qualityFlagDao
.
public void setCatchBatchDao(CatchBatchDao catchBatchDao)
catchBatchDao
.
protected CatchBatchDao getCatchBatchDao()
catchBatchDao
.
public void setPersonDao(PersonDao personDao)
personDao
.
protected PersonDao getPersonDao()
personDao
.
public void setProduceDao(ProduceDao produceDao)
produceDao
.
protected ProduceDao getProduceDao()
produceDao
.
public void setSaleDao(SaleDao saleDao)
saleDao
.
protected SaleDao getSaleDao()
saleDao
.
public void setLandingMeasurementDao(LandingMeasurementDao landingMeasurementDao)
landingMeasurementDao
.
protected LandingMeasurementDao getLandingMeasurementDao()
landingMeasurementDao
.
public void setSurveyMeasurementDao(SurveyMeasurementDao surveyMeasurementDao)
surveyMeasurementDao
.
protected SurveyMeasurementDao getSurveyMeasurementDao()
surveyMeasurementDao
.
public void setSaleProduceDao(SaleProduceDao saleProduceDao)
saleProduceDao
.
protected SaleProduceDao getSaleProduceDao()
saleProduceDao
.
public void setObservedSaleDao(ObservedSaleDao observedSaleDao)
observedSaleDao
.
protected ObservedSaleDao getObservedSaleDao()
observedSaleDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
LandingDao
Does the same thing as LandingDao.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
LandingDao.load(int, java.lang.Integer)
public Landing load(java.lang.Integer id)
LandingDao
load
in interface LandingDao
LandingDao.load(java.lang.Integer)
public java.util.Collection loadAll()
LandingDao
Landing
.
loadAll
in interface LandingDao
LandingDao.loadAll()
public java.util.Collection loadAll(int transform)
LandingDao
Does the same thing as LandingDao.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.
LandingDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
LandingDao
Does the same thing as LandingDao.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.
LandingDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
LandingDao
Does the same thing as LandingDao.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.
LandingDao.loadAll(int, int, int)
public Landing create(Landing landing)
LandingDao
create
in interface LandingDao
LandingDao.create(fr.ifremer.allegro.data.survey.landing.Landing)
public java.lang.Object create(int transform, Landing landing)
LandingDao
Does the same thing as LandingDao.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.
create
in interface LandingDao
LandingDao.create(int transform, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection create(java.util.Collection entities)
LandingDao
entities
collection
create
in interface LandingDao
entities
- the collection of fr.ifremer.allegro.data.survey.landing.Landing
instances to create.
LandingDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
LandingDao
Does the same thing as LandingDao.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.
create
in interface LandingDao
LandingDao.create(int, java.util.Collection)
public 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)
LandingDao
Creates a new fr.ifremer.allegro.data.survey.landing.Landing
instance from all attributes and
properties and adds it to the persistent store.
create
in interface LandingDao
LandingDao.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)
public 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)
LandingDao
Does the same thing as LandingDao.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.
create
in interface LandingDao
LandingDao.create(int, 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)
public Landing create(java.util.Date creationDate, java.util.Date landingDateTime, Location landingLocation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
LandingDao
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.
create
in interface LandingDao
LandingDao.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)
public java.lang.Object create(int transform, java.util.Date creationDate, java.util.Date landingDateTime, Location landingLocation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
LandingDao
Does the same thing as LandingDao.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.
create
in interface LandingDao
LandingDao.create(int, 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)
public void update(Landing landing)
LandingDao
landing
instance in the persistent store.
update
in interface LandingDao
LandingDao.update(fr.ifremer.allegro.data.survey.landing.Landing)
public void update(java.util.Collection entities)
LandingDao
entities
collection in the persistent store.
update
in interface LandingDao
LandingDao.update(java.util.Collection)
public void remove(Landing landing)
LandingDao
remove
in interface LandingDao
LandingDao.remove(fr.ifremer.allegro.data.survey.landing.Landing)
public void remove(java.lang.Integer id)
LandingDao
identifier
from the persistent store.
remove
in interface LandingDao
LandingDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
LandingDao
entities collection.
- Specified by:
remove
in interface LandingDao
- See Also:
LandingDao.remove(java.util.Collection)
public java.util.Collection getAllLanding()
getAllLanding
in interface LandingDao
LandingDao.getAllLanding()
public java.util.Collection getAllLanding(int transform)
LandingDao
Does the same thing as LandingDao.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.
getAllLanding
in interface LandingDao
LandingDao.getAllLanding(int)
public java.util.Collection getAllLanding(java.lang.String queryString)
LandingDao
Does the same thing as LandingDao.getAllLanding()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in LandingDao.getAllLanding()
.
getAllLanding
in interface LandingDao
LandingDao.getAllLanding(java.lang.String)
public java.util.Collection getAllLanding(int pageNumber, int pageSize)
LandingDao
Does the same thing as LandingDao.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.
getAllLanding
in interface LandingDao
LandingDao.getAllLanding(int, int)
public java.util.Collection getAllLanding(java.lang.String queryString, int pageNumber, int pageSize)
LandingDao
Does the same thing as LandingDao.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.
getAllLanding
in interface LandingDao
LandingDao.getAllLanding(String, int, int)
public java.util.Collection getAllLanding(int transform, java.lang.String queryString)
LandingDao
Does the same thing as LandingDao.getAllLanding(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in LandingDao.getAllLanding(int)
.
getAllLanding
in interface LandingDao
LandingDao.getAllLanding(int, String)
public java.util.Collection getAllLanding(int transform, int pageNumber, int pageSize)
LandingDao
Does the same thing as LandingDao.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.
getAllLanding
in interface LandingDao
LandingDao.getAllLanding(int, int, int)
public java.util.Collection getAllLanding(int transform, java.lang.String queryString, int pageNumber, int pageSize)
LandingDao
Does the same thing as LandingDao.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.
getAllLanding
in interface LandingDao
LandingDao.getAllLanding(int, java.lang.String, int, int)
public Landing findLandingById(java.lang.Integer id)
findLandingById
in interface LandingDao
LandingDao.findLandingById(java.lang.Integer)
public java.lang.Object findLandingById(int transform, java.lang.Integer id)
LandingDao
Does the same thing as LandingDao.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.
findLandingById
in interface LandingDao
LandingDao.findLandingById(int, java.lang.Integer)
public Landing findLandingById(java.lang.String queryString, java.lang.Integer id)
LandingDao
Does the same thing as LandingDao.findLandingById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in LandingDao.findLandingById(java.lang.Integer)
.
findLandingById
in interface LandingDao
LandingDao.findLandingById(java.lang.String, java.lang.Integer)
public java.lang.Object findLandingById(int transform, java.lang.String queryString, java.lang.Integer id)
LandingDao
Does the same thing as LandingDao.findLandingById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in LandingDao.findLandingById(int, java.lang.Integer id)
.
findLandingById
in interface LandingDao
LandingDao.findLandingById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findLandingByLandingLocation(Location landingLocation)
findLandingByLandingLocation
in interface LandingDao
LandingDao.findLandingByLandingLocation(fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findLandingByLandingLocation(int transform, Location landingLocation)
LandingDao
Does the same thing as LandingDao.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.
findLandingByLandingLocation
in interface LandingDao
LandingDao.findLandingByLandingLocation(int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findLandingByLandingLocation(java.lang.String queryString, Location landingLocation)
LandingDao
Does the same thing as LandingDao.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 LandingDao.findLandingByLandingLocation(fr.ifremer.allegro.referential.location.Location)
.
findLandingByLandingLocation
in interface LandingDao
LandingDao.findLandingByLandingLocation(java.lang.String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findLandingByLandingLocation(int pageNumber, int pageSize, Location landingLocation)
LandingDao
Does the same thing as LandingDao.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.
findLandingByLandingLocation
in interface LandingDao
LandingDao.findLandingByLandingLocation(int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findLandingByLandingLocation(java.lang.String queryString, int pageNumber, int pageSize, Location landingLocation)
LandingDao
Does the same thing as LandingDao.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.
findLandingByLandingLocation
in interface LandingDao
LandingDao.findLandingByLandingLocation(String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findLandingByLandingLocation(int transform, java.lang.String queryString, Location landingLocation)
LandingDao
Does the same thing as LandingDao.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 LandingDao.findLandingByLandingLocation(int, fr.ifremer.allegro.referential.location.Location landingLocation)
.
findLandingByLandingLocation
in interface LandingDao
LandingDao.findLandingByLandingLocation(int, String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findLandingByLandingLocation(int transform, int pageNumber, int pageSize, Location landingLocation)
LandingDao
Does the same thing as LandingDao.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.
findLandingByLandingLocation
in interface LandingDao
LandingDao.findLandingByLandingLocation(int, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findLandingByLandingLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location landingLocation)
LandingDao
Does the same thing as LandingDao.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.
findLandingByLandingLocation
in interface LandingDao
LandingDao.findLandingByLandingLocation(int, java.lang.String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findLandingByVessel(Vessel vessel)
findLandingByVessel
in interface LandingDao
LandingDao.findLandingByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findLandingByVessel(int transform, Vessel vessel)
LandingDao
Does the same thing as LandingDao.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.
findLandingByVessel
in interface LandingDao
LandingDao.findLandingByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findLandingByVessel(java.lang.String queryString, Vessel vessel)
LandingDao
Does the same thing as LandingDao.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 LandingDao.findLandingByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
findLandingByVessel
in interface LandingDao
LandingDao.findLandingByVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findLandingByVessel(int pageNumber, int pageSize, Vessel vessel)
LandingDao
Does the same thing as LandingDao.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.
findLandingByVessel
in interface LandingDao
LandingDao.findLandingByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findLandingByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
LandingDao
Does the same thing as LandingDao.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.
findLandingByVessel
in interface LandingDao
LandingDao.findLandingByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findLandingByVessel(int transform, java.lang.String queryString, Vessel vessel)
LandingDao
Does the same thing as LandingDao.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 LandingDao.findLandingByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
findLandingByVessel
in interface LandingDao
LandingDao.findLandingByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findLandingByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
LandingDao
Does the same thing as LandingDao.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.
findLandingByVessel
in interface LandingDao
LandingDao.findLandingByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findLandingByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
LandingDao
Does the same thing as LandingDao.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.
findLandingByVessel
in interface LandingDao
LandingDao.findLandingByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findLandingByFishingTrip(FishingTrip fishingTrip)
findLandingByFishingTrip
in interface LandingDao
LandingDao.findLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findLandingByFishingTrip(int transform, FishingTrip fishingTrip)
LandingDao
Does the same thing as LandingDao.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.
findLandingByFishingTrip
in interface LandingDao
LandingDao.findLandingByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findLandingByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
LandingDao
Does the same thing as LandingDao.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 LandingDao.findLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
.
findLandingByFishingTrip
in interface LandingDao
LandingDao.findLandingByFishingTrip(java.lang.String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findLandingByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
LandingDao
Does the same thing as LandingDao.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.
findLandingByFishingTrip
in interface LandingDao
LandingDao.findLandingByFishingTrip(int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findLandingByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
LandingDao
Does the same thing as LandingDao.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.
findLandingByFishingTrip
in interface LandingDao
LandingDao.findLandingByFishingTrip(String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findLandingByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
LandingDao
Does the same thing as LandingDao.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 LandingDao.findLandingByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip)
.
findLandingByFishingTrip
in interface LandingDao
LandingDao.findLandingByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findLandingByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
LandingDao
Does the same thing as LandingDao.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.
findLandingByFishingTrip
in interface LandingDao
LandingDao.findLandingByFishingTrip(int, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findLandingByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
LandingDao
Does the same thing as LandingDao.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.
findLandingByFishingTrip
in interface LandingDao
LandingDao.findLandingByFishingTrip(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findLandingByProgram(Program program)
findLandingByProgram
in interface LandingDao
LandingDao.findLandingByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findLandingByProgram(int transform, Program program)
LandingDao
Does the same thing as LandingDao.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.
findLandingByProgram
in interface LandingDao
LandingDao.findLandingByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findLandingByProgram(java.lang.String queryString, Program program)
LandingDao
Does the same thing as LandingDao.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 LandingDao.findLandingByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
findLandingByProgram
in interface LandingDao
LandingDao.findLandingByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findLandingByProgram(int pageNumber, int pageSize, Program program)
LandingDao
Does the same thing as LandingDao.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.
findLandingByProgram
in interface LandingDao
LandingDao.findLandingByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findLandingByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
LandingDao
Does the same thing as LandingDao.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.
findLandingByProgram
in interface LandingDao
LandingDao.findLandingByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findLandingByProgram(int transform, java.lang.String queryString, Program program)
LandingDao
Does the same thing as LandingDao.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 LandingDao.findLandingByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findLandingByProgram
in interface LandingDao
LandingDao.findLandingByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findLandingByProgram(int transform, int pageNumber, int pageSize, Program program)
LandingDao
Does the same thing as LandingDao.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.
findLandingByProgram
in interface LandingDao
LandingDao.findLandingByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findLandingByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
LandingDao
Does the same thing as LandingDao.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.
findLandingByProgram
in interface LandingDao
LandingDao.findLandingByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findLandingByRecorderDepartment(Department recorderDepartment)
findLandingByRecorderDepartment
in interface LandingDao
LandingDao.findLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findLandingByRecorderDepartment(int transform, Department recorderDepartment)
LandingDao
Does the same thing as LandingDao.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.
findLandingByRecorderDepartment
in interface LandingDao
LandingDao.findLandingByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findLandingByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
LandingDao
Does the same thing as LandingDao.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 LandingDao.findLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
.
findLandingByRecorderDepartment
in interface LandingDao
LandingDao.findLandingByRecorderDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findLandingByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
LandingDao
Does the same thing as LandingDao.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.
findLandingByRecorderDepartment
in interface LandingDao
LandingDao.findLandingByRecorderDepartment(int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findLandingByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
LandingDao
Does the same thing as LandingDao.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.
findLandingByRecorderDepartment
in interface LandingDao
LandingDao.findLandingByRecorderDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findLandingByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
LandingDao
Does the same thing as LandingDao.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 LandingDao.findLandingByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department recorderDepartment)
.
findLandingByRecorderDepartment
in interface LandingDao
LandingDao.findLandingByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findLandingByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
LandingDao
Does the same thing as LandingDao.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.
findLandingByRecorderDepartment
in interface LandingDao
LandingDao.findLandingByRecorderDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findLandingByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
LandingDao
Does the same thing as LandingDao.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.
findLandingByRecorderDepartment
in interface LandingDao
LandingDao.findLandingByRecorderDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findLandingByQualityFlag(QualityFlag qualityFlag)
findLandingByQualityFlag
in interface LandingDao
LandingDao.findLandingByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findLandingByQualityFlag(int transform, QualityFlag qualityFlag)
LandingDao
Does the same thing as LandingDao.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.
findLandingByQualityFlag
in interface LandingDao
LandingDao.findLandingByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findLandingByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
LandingDao
Does the same thing as LandingDao.findLandingByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in LandingDao.findLandingByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findLandingByQualityFlag
in interface LandingDao
LandingDao.findLandingByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findLandingByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
LandingDao
Does the same thing as LandingDao.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.
findLandingByQualityFlag
in interface LandingDao
LandingDao.findLandingByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findLandingByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
LandingDao
Does the same thing as LandingDao.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.
findLandingByQualityFlag
in interface LandingDao
LandingDao.findLandingByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findLandingByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
LandingDao
Does the same thing as LandingDao.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 LandingDao.findLandingByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findLandingByQualityFlag
in interface LandingDao
LandingDao.findLandingByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findLandingByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
LandingDao
Does the same thing as LandingDao.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.
findLandingByQualityFlag
in interface LandingDao
LandingDao.findLandingByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findLandingByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
LandingDao
Does the same thing as LandingDao.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.
findLandingByQualityFlag
in interface LandingDao
LandingDao.findLandingByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public Landing findLandingByCatchBatch(CatchBatch catchBatch)
findLandingByCatchBatch
in interface LandingDao
LandingDao.findLandingByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch)
public java.lang.Object findLandingByCatchBatch(int transform, CatchBatch catchBatch)
LandingDao
Does the same thing as LandingDao.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.
findLandingByCatchBatch
in interface LandingDao
LandingDao.findLandingByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch)
public Landing findLandingByCatchBatch(java.lang.String queryString, CatchBatch catchBatch)
LandingDao
Does the same thing as LandingDao.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 LandingDao.findLandingByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch)
.
findLandingByCatchBatch
in interface LandingDao
LandingDao.findLandingByCatchBatch(java.lang.String, fr.ifremer.allegro.data.batch.CatchBatch)
public java.lang.Object findLandingByCatchBatch(int transform, java.lang.String queryString, CatchBatch catchBatch)
LandingDao
Does the same thing as LandingDao.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 LandingDao.findLandingByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch catchBatch)
.
findLandingByCatchBatch
in interface LandingDao
LandingDao.findLandingByCatchBatch(int, java.lang.String, fr.ifremer.allegro.data.batch.CatchBatch)
public java.util.Collection findLandingByRecorderPerson(Person recorderPerson)
findLandingByRecorderPerson
in interface LandingDao
LandingDao.findLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findLandingByRecorderPerson(int transform, Person recorderPerson)
LandingDao
Does the same thing as LandingDao.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.
findLandingByRecorderPerson
in interface LandingDao
LandingDao.findLandingByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findLandingByRecorderPerson(java.lang.String queryString, Person recorderPerson)
LandingDao
Does the same thing as LandingDao.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 LandingDao.findLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
.
findLandingByRecorderPerson
in interface LandingDao
LandingDao.findLandingByRecorderPerson(java.lang.String, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findLandingByRecorderPerson(int pageNumber, int pageSize, Person recorderPerson)
LandingDao
Does the same thing as LandingDao.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.
findLandingByRecorderPerson
in interface LandingDao
LandingDao.findLandingByRecorderPerson(int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findLandingByRecorderPerson(java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
LandingDao
Does the same thing as LandingDao.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.
findLandingByRecorderPerson
in interface LandingDao
LandingDao.findLandingByRecorderPerson(String, int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findLandingByRecorderPerson(int transform, java.lang.String queryString, Person recorderPerson)
LandingDao
Does the same thing as LandingDao.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 LandingDao.findLandingByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person recorderPerson)
.
findLandingByRecorderPerson
in interface LandingDao
LandingDao.findLandingByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findLandingByRecorderPerson(int transform, int pageNumber, int pageSize, Person recorderPerson)
LandingDao
Does the same thing as LandingDao.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.
findLandingByRecorderPerson
in interface LandingDao
LandingDao.findLandingByRecorderPerson(int, int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findLandingByRecorderPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
LandingDao
Does the same thing as LandingDao.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.
findLandingByRecorderPerson
in interface LandingDao
LandingDao.findLandingByRecorderPerson(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Person)
public Landing findLandingByNaturalId(java.util.Date landingDateTime, Vessel vessel, Program program)
findLandingByNaturalId
in interface LandingDao
LandingDao.findLandingByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findLandingByNaturalId(int transform, java.util.Date landingDateTime, Vessel vessel, Program program)
LandingDao
Does the same thing as LandingDao.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.
findLandingByNaturalId
in interface LandingDao
LandingDao.findLandingByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public Landing findLandingByNaturalId(java.lang.String queryString, java.util.Date landingDateTime, Vessel vessel, Program program)
LandingDao
Does the same thing as LandingDao.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 LandingDao.findLandingByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
.
findLandingByNaturalId
in interface LandingDao
LandingDao.findLandingByNaturalId(java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findLandingByNaturalId(int transform, java.lang.String queryString, java.util.Date landingDateTime, Vessel vessel, Program program)
LandingDao
Does the same thing as LandingDao.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 LandingDao.findLandingByNaturalId(int, java.util.Date landingDateTime, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findLandingByNaturalId
in interface LandingDao
LandingDao.findLandingByNaturalId(int, java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection getAllLandingSinceDateSynchro(java.sql.Timestamp updateDate)
getAllLandingSinceDateSynchro
in interface LandingDao
LandingDao.getAllLandingSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllLandingSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
LandingDao
Does the same thing as LandingDao.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.
getAllLandingSinceDateSynchro
in interface LandingDao
LandingDao.getAllLandingSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllLandingSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
LandingDao
Does the same thing as LandingDao.getAllLandingSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in LandingDao.getAllLandingSinceDateSynchro(java.sql.Timestamp)
.
getAllLandingSinceDateSynchro
in interface LandingDao
LandingDao.getAllLandingSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllLandingSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
LandingDao
Does the same thing as LandingDao.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.
getAllLandingSinceDateSynchro
in interface LandingDao
LandingDao.getAllLandingSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllLandingSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
LandingDao
Does the same thing as LandingDao.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.
getAllLandingSinceDateSynchro
in interface LandingDao
LandingDao.getAllLandingSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllLandingSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
LandingDao
Does the same thing as LandingDao.getAllLandingSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in LandingDao.getAllLandingSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllLandingSinceDateSynchro
in interface LandingDao
LandingDao.getAllLandingSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllLandingSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
LandingDao
Does the same thing as LandingDao.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.
getAllLandingSinceDateSynchro
in interface LandingDao
LandingDao.getAllLandingSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllLandingSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
LandingDao
Does the same thing as LandingDao.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.
getAllLandingSinceDateSynchro
in interface LandingDao
LandingDao.getAllLandingSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public Landing createFromClusterLanding(ClusterLanding clusterLanding)
createFromClusterLanding
in interface LandingDao
LandingDao.createFromClusterLanding(fr.ifremer.allegro.data.survey.landing.generic.cluster.ClusterLanding)
protected abstract Landing handleCreateFromClusterLanding(ClusterLanding clusterLanding) throws java.lang.Exception
createFromClusterLanding(fr.ifremer.allegro.data.survey.landing.generic.cluster.ClusterLanding)
java.lang.Exception
public ClusterLanding[] getAllClusterLandingSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterLandingSinceDateSynchro
in interface LandingDao
LandingDao.getAllClusterLandingSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterLanding[] handleGetAllClusterLandingSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterLandingSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, Landing entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.survey.landing.LandingDao
, please note
that the LandingDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
Landing
- LandingDao.TRANSFORM_NONE
RemoteLandingFullVO
- TRANSFORM_REMOTELANDINGFULLVO
RemoteLandingNaturalId
- TRANSFORM_REMOTELANDINGNATURALID
ClusterLanding
- TRANSFORM_CLUSTERLANDING
LandingDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in LandingDao
entity
- an entity that was found
transformEntities(int,java.util.Collection)
protected void transformEntities(int transform, java.util.Collection entities)
transformEntity(int,fr.ifremer.allegro.data.survey.landing.Landing)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transform
- one of the constants declared in fr.ifremer.allegro.data.survey.landing.LandingDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.survey.landing.Landing)
protected Landing toEntity(java.lang.Object[] row)
public final void toRemoteLandingFullVOCollection(java.util.Collection entities)
LandingDao
RemoteLandingFullVO
.
toRemoteLandingFullVOCollection
in interface LandingDao
LandingDao.toRemoteLandingFullVOCollection(java.util.Collection)
public final RemoteLandingFullVO[] toRemoteLandingFullVOArray(java.util.Collection entities)
LandingDao
RemoteLandingFullVO
.
toRemoteLandingFullVOArray
in interface LandingDao
LandingDao.toRemoteLandingFullVOArray(java.util.Collection)
protected RemoteLandingFullVO toRemoteLandingFullVO(java.lang.Object[] row)
LandingDaoImpl
class if you intend to use reporting queries.
LandingDao.toRemoteLandingFullVO(fr.ifremer.allegro.data.survey.landing.Landing)
public final void remoteLandingFullVOToEntityCollection(java.util.Collection instances)
LandingDao
RemoteLandingFullVO
to this
DAO's entity.
remoteLandingFullVOToEntityCollection
in interface LandingDao
LandingDao.remoteLandingFullVOToEntityCollection(java.util.Collection)
public void toRemoteLandingFullVO(Landing source, RemoteLandingFullVO target)
LandingDao
toRemoteLandingFullVO
in interface LandingDao
LandingDao.toRemoteLandingFullVO(fr.ifremer.allegro.data.survey.landing.Landing, fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO)
public RemoteLandingFullVO toRemoteLandingFullVO(Landing entity)
LandingDao
RemoteLandingFullVO
.
toRemoteLandingFullVO
in interface LandingDao
LandingDao.toRemoteLandingFullVO(fr.ifremer.allegro.data.survey.landing.Landing)
public void remoteLandingFullVOToEntity(RemoteLandingFullVO source, Landing target, boolean copyIfNull)
LandingDao
RemoteLandingFullVO
to the specified entity.
remoteLandingFullVOToEntity
in interface LandingDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.survey.landing.LandingDao#remoteLandingFullVOToEntity(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO, fr.ifremer.allegro.data.survey.landing.Landing)
public final void toRemoteLandingNaturalIdCollection(java.util.Collection entities)
LandingDao
RemoteLandingNaturalId
.
toRemoteLandingNaturalIdCollection
in interface LandingDao
LandingDao.toRemoteLandingNaturalIdCollection(java.util.Collection)
public final RemoteLandingNaturalId[] toRemoteLandingNaturalIdArray(java.util.Collection entities)
LandingDao
RemoteLandingNaturalId
.
toRemoteLandingNaturalIdArray
in interface LandingDao
LandingDao.toRemoteLandingNaturalIdArray(java.util.Collection)
protected RemoteLandingNaturalId toRemoteLandingNaturalId(java.lang.Object[] row)
LandingDaoImpl
class if you intend to use reporting queries.
LandingDao.toRemoteLandingNaturalId(fr.ifremer.allegro.data.survey.landing.Landing)
public final void remoteLandingNaturalIdToEntityCollection(java.util.Collection instances)
LandingDao
RemoteLandingNaturalId
to this
DAO's entity.
remoteLandingNaturalIdToEntityCollection
in interface LandingDao
LandingDao.remoteLandingNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteLandingNaturalId(Landing source, RemoteLandingNaturalId target)
LandingDao
toRemoteLandingNaturalId
in interface LandingDao
LandingDao.toRemoteLandingNaturalId(fr.ifremer.allegro.data.survey.landing.Landing, fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingNaturalId)
public RemoteLandingNaturalId toRemoteLandingNaturalId(Landing entity)
LandingDao
RemoteLandingNaturalId
.
toRemoteLandingNaturalId
in interface LandingDao
LandingDao.toRemoteLandingNaturalId(fr.ifremer.allegro.data.survey.landing.Landing)
public void remoteLandingNaturalIdToEntity(RemoteLandingNaturalId source, Landing target, boolean copyIfNull)
LandingDao
RemoteLandingNaturalId
to the specified entity.
remoteLandingNaturalIdToEntity
in interface LandingDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.survey.landing.LandingDao#remoteLandingNaturalIdToEntity(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingNaturalId, fr.ifremer.allegro.data.survey.landing.Landing)
public final void toClusterLandingCollection(java.util.Collection entities)
LandingDao
ClusterLanding
.
toClusterLandingCollection
in interface LandingDao
LandingDao.toClusterLandingCollection(java.util.Collection)
public final ClusterLanding[] toClusterLandingArray(java.util.Collection entities)
LandingDao
ClusterLanding
.
toClusterLandingArray
in interface LandingDao
LandingDao.toClusterLandingArray(java.util.Collection)
protected ClusterLanding toClusterLanding(java.lang.Object[] row)
LandingDaoImpl
class if you intend to use reporting queries.
LandingDao.toClusterLanding(fr.ifremer.allegro.data.survey.landing.Landing)
public final void clusterLandingToEntityCollection(java.util.Collection instances)
LandingDao
ClusterLanding
to this
DAO's entity.
clusterLandingToEntityCollection
in interface LandingDao
LandingDao.clusterLandingToEntityCollection(java.util.Collection)
public void toClusterLanding(Landing source, ClusterLanding target)
LandingDao
toClusterLanding
in interface LandingDao
LandingDao.toClusterLanding(fr.ifremer.allegro.data.survey.landing.Landing, fr.ifremer.allegro.data.survey.landing.generic.cluster.ClusterLanding)
public ClusterLanding toClusterLanding(Landing entity)
LandingDao
ClusterLanding
.
toClusterLanding
in interface LandingDao
LandingDao.toClusterLanding(fr.ifremer.allegro.data.survey.landing.Landing)
public void clusterLandingToEntity(ClusterLanding source, Landing target, boolean copyIfNull)
LandingDao
ClusterLanding
to the specified entity.
clusterLandingToEntity
in interface LandingDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.survey.landing.LandingDao#clusterLandingToEntity(fr.ifremer.allegro.data.survey.landing.generic.cluster.ClusterLanding, fr.ifremer.allegro.data.survey.landing.Landing)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
LandingDao
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.LandingDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
LandingDao
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.LandingDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
LandingDao
LandingDao.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.
LandingDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
LandingDao
search
object.
search
in interface LandingDao
search
- the search object which provides the search parameters and pagination specification.
LandingDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |