fr.ifremer.allegro.data.survey.landing
Interface ObservedLandingDao

All Superinterfaces:
LandingDao
All Known Implementing Classes:
ObservedLandingDaoBase, ObservedLandingDaoImpl

public interface ObservedLandingDao
extends LandingDao

See Also:
ObservedLanding

Field Summary
static int TRANSFORM_CLUSTEROBSERVEDLANDING
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTEOBSERVEDLANDINGFULLVO
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTEOBSERVEDLANDINGNATURALID
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
 
Fields inherited from interface fr.ifremer.allegro.data.survey.landing.LandingDao
TRANSFORM_CLUSTERLANDING, TRANSFORM_NONE, TRANSFORM_REMOTELANDINGFULLVO, TRANSFORM_REMOTELANDINGNATURALID
 
Method Summary
 ObservedLanding clusterObservedLandingToEntity(ClusterObservedLanding clusterObservedLanding)
          Converts an instance of type ClusterObservedLanding to this DAO's entity.
 void clusterObservedLandingToEntity(ClusterObservedLanding source, ObservedLanding target, boolean copyIfNull)
          Copies the fields of ClusterObservedLanding to the specified entity.
 void clusterObservedLandingToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterObservedLanding to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.survey.landing.ObservedLanding and adds from the passed in entities collection
 Landing create(java.util.Date creationDate, java.util.Date landingDateTime, Location landingLocation, java.util.Collection observerPersons, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.survey.landing.ObservedLanding instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Landing create(java.util.Date landingDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection landingMeasurements, java.util.Collection surveyMeasurements, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, FishingTrip fishingTrip, Location landingLocation, java.util.Collection sales, java.util.Collection produces, java.util.Collection observerPersons, java.util.Collection expectedSales)
           Creates a new fr.ifremer.allegro.data.survey.landing.ObservedLanding instance from all attributes and properties and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as create(fr.ifremer.allegro.data.survey.landing.ObservedLanding) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date creationDate, java.util.Date landingDateTime, Location landingLocation, java.util.Collection observerPersons, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
           Does the same thing as create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.location.Location,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date landingDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, CatchBatch catchBatch, java.util.Collection landingMeasurements, java.util.Collection surveyMeasurements, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, FishingTrip fishingTrip, Location landingLocation, java.util.Collection sales, java.util.Collection produces, java.util.Collection observerPersons, java.util.Collection expectedSales)
           Does the same thing as create(java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection) with an additional flag called transform.
 java.lang.Object create(int transform, ObservedLanding observedLanding)
           Does the same thing as create(fr.ifremer.allegro.data.survey.landing.ObservedLanding) with an additional flag called transform.
 Landing create(ObservedLanding observedLanding)
          Creates an instance of fr.ifremer.allegro.data.survey.landing.ObservedLanding and adds it to the persistent store.
 ObservedLanding createFromClusterObservedLanding(ClusterObservedLanding clusterObservedLanding)
           
 ObservedLanding findObservedLandingByCatchBatch(CatchBatch catchBatch)
           
 java.lang.Object findObservedLandingByCatchBatch(int transform, CatchBatch catchBatch)
           Does the same thing as findObservedLandingByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an additional flag called transform.
 java.lang.Object findObservedLandingByCatchBatch(int transform, java.lang.String queryString, CatchBatch catchBatch)
           Does the same thing as findObservedLandingByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch) with an additional argument called queryString.
 ObservedLanding findObservedLandingByCatchBatch(java.lang.String queryString, CatchBatch catchBatch)
           Does the same thing as findObservedLandingByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an additional argument called queryString.
 java.util.Collection findObservedLandingByFishingTrip(FishingTrip fishingTrip)
           
 java.util.Collection findObservedLandingByFishingTrip(int transform, FishingTrip fishingTrip)
           Does the same thing as findObservedLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional flag called transform.
 java.util.Collection findObservedLandingByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as findObservedLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as findObservedLandingByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
           Does the same thing as findObservedLandingByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString.
 java.util.Collection findObservedLandingByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as findObservedLandingByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
           Does the same thing as findObservedLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString.
 java.util.Collection findObservedLandingByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as findObservedLandingByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 ObservedLanding findObservedLandingById(java.lang.Integer id)
           
 java.lang.Object findObservedLandingById(int transform, java.lang.Integer id)
           Does the same thing as findObservedLandingById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findObservedLandingById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findObservedLandingById(int, java.lang.Integer) with an additional argument called queryString.
 ObservedLanding findObservedLandingById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findObservedLandingById(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findObservedLandingByLandingLocation(int transform, int pageNumber, int pageSize, Location landingLocation)
           Does the same thing as findObservedLandingByLandingLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByLandingLocation(int pageNumber, int pageSize, Location landingLocation)
           Does the same thing as findObservedLandingByLandingLocation(fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByLandingLocation(int transform, Location landingLocation)
           Does the same thing as findObservedLandingByLandingLocation(fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 java.util.Collection findObservedLandingByLandingLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location landingLocation)
           Does the same thing as findObservedLandingByLandingLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByLandingLocation(int transform, java.lang.String queryString, Location landingLocation)
           Does the same thing as findObservedLandingByLandingLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 java.util.Collection findObservedLandingByLandingLocation(Location landingLocation)
           
 java.util.Collection findObservedLandingByLandingLocation(java.lang.String queryString, int pageNumber, int pageSize, Location landingLocation)
           Does the same thing as findObservedLandingByLandingLocation(String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByLandingLocation(java.lang.String queryString, Location landingLocation)
           Does the same thing as findObservedLandingByLandingLocation(fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 ObservedLanding findObservedLandingByNaturalId(java.util.Date landingDateTime, Vessel vessel, Program program)
           
 java.lang.Object findObservedLandingByNaturalId(int transform, java.util.Date landingDateTime, Vessel vessel, Program program)
           Does the same thing as findObservedLandingByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object findObservedLandingByNaturalId(int transform, java.lang.String queryString, java.util.Date landingDateTime, Vessel vessel, Program program)
           Does the same thing as findObservedLandingByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 ObservedLanding findObservedLandingByNaturalId(java.lang.String queryString, java.util.Date landingDateTime, Vessel vessel, Program program)
           Does the same thing as findObservedLandingByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findObservedLandingByProgram(int transform, int pageNumber, int pageSize, Program program)
           Does the same thing as findObservedLandingByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByProgram(int pageNumber, int pageSize, Program program)
           Does the same thing as findObservedLandingByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByProgram(int transform, Program program)
           Does the same thing as findObservedLandingByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection findObservedLandingByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findObservedLandingByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByProgram(int transform, java.lang.String queryString, Program program)
           Does the same thing as findObservedLandingByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findObservedLandingByProgram(Program program)
           
 java.util.Collection findObservedLandingByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findObservedLandingByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByProgram(java.lang.String queryString, Program program)
           Does the same thing as findObservedLandingByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findObservedLandingByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findObservedLandingByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findObservedLandingByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as findObservedLandingByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findObservedLandingByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findObservedLandingByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findObservedLandingByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findObservedLandingByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findObservedLandingByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findObservedLandingByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findObservedLandingByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findObservedLandingByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection findObservedLandingByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as findObservedLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection findObservedLandingByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findObservedLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findObservedLandingByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as findObservedLandingByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findObservedLandingByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findObservedLandingByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as findObservedLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findObservedLandingByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findObservedLandingByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByRecorderPerson(int transform, int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as findObservedLandingByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByRecorderPerson(int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as findObservedLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByRecorderPerson(int transform, Person recorderPerson)
           Does the same thing as findObservedLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional flag called transform.
 java.util.Collection findObservedLandingByRecorderPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as findObservedLandingByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByRecorderPerson(int transform, java.lang.String queryString, Person recorderPerson)
           Does the same thing as findObservedLandingByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an additional argument called queryString.
 java.util.Collection findObservedLandingByRecorderPerson(Person recorderPerson)
           
 java.util.Collection findObservedLandingByRecorderPerson(java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as findObservedLandingByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByRecorderPerson(java.lang.String queryString, Person recorderPerson)
           Does the same thing as findObservedLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional argument called queryString.
 java.util.Collection findObservedLandingByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findObservedLandingByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByVessel(int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findObservedLandingByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findObservedLandingByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByVessel(int transform, java.lang.String queryString, Vessel vessel)
           Does the same thing as findObservedLandingByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findObservedLandingByVessel(int transform, Vessel vessel)
           Does the same thing as findObservedLandingByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.util.Collection findObservedLandingByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findObservedLandingByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedLandingByVessel(java.lang.String queryString, Vessel vessel)
           Does the same thing as findObservedLandingByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findObservedLandingByVessel(Vessel vessel)
           
 ClusterObservedLanding[] getAllClusterObservedLandingSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllObservedLanding()
           
 java.util.Collection getAllObservedLanding(int transform)
           Does the same thing as getAllObservedLanding() with an additional flag called transform.
 java.util.Collection getAllObservedLanding(int pageNumber, int pageSize)
           Does the same thing as getAllObservedLanding() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllObservedLanding(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllObservedLanding(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllObservedLanding(int transform, java.lang.String queryString)
           Does the same thing as getAllObservedLanding(int) with an additional argument called queryString.
 java.util.Collection getAllObservedLanding(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllObservedLanding(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllObservedLanding(java.lang.String queryString)
           Does the same thing as getAllObservedLanding() with an additional argument called queryString.
 java.util.Collection getAllObservedLanding(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllObservedLanding(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllObservedLandingSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllObservedLandingSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllObservedLandingSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllObservedLandingSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllObservedLandingSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllObservedLandingSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllObservedLandingSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllObservedLandingSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllObservedLandingSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as getAllObservedLandingSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllObservedLandingSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllObservedLandingSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllObservedLandingSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllObservedLandingSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllObservedLandingSinceDateSynchro(java.sql.Timestamp updateDate)
           
 Landing load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.survey.landing.ObservedLanding from the persistent store.
 java.lang.Object load(int transform, java.lang.Integer id)
           Does the same thing as load(java.lang.Integer) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type ObservedLanding.
 java.util.Collection loadAll(int transform)
           Does the same thing as loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as loadAll() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
           Does the same thing as loadAll(int) with an additional two arguments called pageNumber and pageSize.
 ObservedLanding remoteObservedLandingFullVOToEntity(RemoteObservedLandingFullVO remoteObservedLandingFullVO)
          Converts an instance of type RemoteObservedLandingFullVO to this DAO's entity.
 void remoteObservedLandingFullVOToEntity(RemoteObservedLandingFullVO source, ObservedLanding target, boolean copyIfNull)
          Copies the fields of RemoteObservedLandingFullVO to the specified entity.
 void remoteObservedLandingFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteObservedLandingFullVO to this DAO's entity.
 ObservedLanding remoteObservedLandingNaturalIdToEntity(RemoteObservedLandingNaturalId remoteObservedLandingNaturalId)
          Converts an instance of type RemoteObservedLandingNaturalId to this DAO's entity.
 void remoteObservedLandingNaturalIdToEntity(RemoteObservedLandingNaturalId source, ObservedLanding target, boolean copyIfNull)
          Copies the fields of RemoteObservedLandingNaturalId to the specified entity.
 void remoteObservedLandingNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteObservedLandingNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.data.survey.landing.ObservedLanding having the given identifier from the persistent store.
 void remove(ObservedLanding observedLanding)
          Removes the instance of fr.ifremer.allegro.data.survey.landing.ObservedLanding from the persistent store.
 PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 PaginationResult search(int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 java.util.Set search(int transform, Search search)
          Does the same thing as search(fr.ifremer.allegro.Search) but with an additional flag called transform.
 java.util.Set search(Search search)
          Performs a search using the parameters specified in the given search object.
 ClusterObservedLanding toClusterObservedLanding(ObservedLanding entity)
          Converts this DAO's entity to an object of type ClusterObservedLanding.
 void toClusterObservedLanding(ObservedLanding source, ClusterObservedLanding target)
          Copies the fields of the specified entity to the target value object.
 ClusterObservedLanding[] toClusterObservedLandingArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterObservedLanding.
 void toClusterObservedLandingCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterObservedLanding.
 RemoteObservedLandingFullVO toRemoteObservedLandingFullVO(ObservedLanding entity)
          Converts this DAO's entity to an object of type RemoteObservedLandingFullVO.
 void toRemoteObservedLandingFullVO(ObservedLanding source, RemoteObservedLandingFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteObservedLandingFullVO[] toRemoteObservedLandingFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteObservedLandingFullVO.
 void toRemoteObservedLandingFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteObservedLandingFullVO.
 RemoteObservedLandingNaturalId toRemoteObservedLandingNaturalId(ObservedLanding entity)
          Converts this DAO's entity to an object of type RemoteObservedLandingNaturalId.
 void toRemoteObservedLandingNaturalId(ObservedLanding source, RemoteObservedLandingNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteObservedLandingNaturalId[] toRemoteObservedLandingNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteObservedLandingNaturalId.
 void toRemoteObservedLandingNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteObservedLandingNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(ObservedLanding observedLanding)
          Updates the observedLanding instance in the persistent store.
 
Methods inherited from interface fr.ifremer.allegro.data.survey.landing.LandingDao
clusterLandingToEntity, clusterLandingToEntity, clusterLandingToEntityCollection, create, create, create, create, create, create, createFromClusterLanding, findLandingByCatchBatch, findLandingByCatchBatch, findLandingByCatchBatch, findLandingByCatchBatch, findLandingByFishingTrip, findLandingByFishingTrip, findLandingByFishingTrip, findLandingByFishingTrip, findLandingByFishingTrip, findLandingByFishingTrip, findLandingByFishingTrip, findLandingByFishingTrip, findLandingById, findLandingById, findLandingById, findLandingById, findLandingByLandingLocation, findLandingByLandingLocation, findLandingByLandingLocation, findLandingByLandingLocation, findLandingByLandingLocation, findLandingByLandingLocation, findLandingByLandingLocation, findLandingByLandingLocation, findLandingByNaturalId, findLandingByNaturalId, findLandingByNaturalId, findLandingByNaturalId, findLandingByProgram, findLandingByProgram, findLandingByProgram, findLandingByProgram, findLandingByProgram, findLandingByProgram, findLandingByProgram, findLandingByProgram, findLandingByQualityFlag, findLandingByQualityFlag, findLandingByQualityFlag, findLandingByQualityFlag, findLandingByQualityFlag, findLandingByQualityFlag, findLandingByQualityFlag, findLandingByQualityFlag, findLandingByRecorderDepartment, findLandingByRecorderDepartment, findLandingByRecorderDepartment, findLandingByRecorderDepartment, findLandingByRecorderDepartment, findLandingByRecorderDepartment, findLandingByRecorderDepartment, findLandingByRecorderDepartment, findLandingByRecorderPerson, findLandingByRecorderPerson, findLandingByRecorderPerson, findLandingByRecorderPerson, findLandingByRecorderPerson, findLandingByRecorderPerson, findLandingByRecorderPerson, findLandingByRecorderPerson, findLandingByVessel, findLandingByVessel, findLandingByVessel, findLandingByVessel, findLandingByVessel, findLandingByVessel, findLandingByVessel, findLandingByVessel, getAllClusterLandingSinceDateSynchro, getAllLanding, getAllLanding, getAllLanding, getAllLanding, getAllLanding, getAllLanding, getAllLanding, getAllLanding, getAllLandingSinceDateSynchro, getAllLandingSinceDateSynchro, getAllLandingSinceDateSynchro, getAllLandingSinceDateSynchro, getAllLandingSinceDateSynchro, getAllLandingSinceDateSynchro, getAllLandingSinceDateSynchro, getAllLandingSinceDateSynchro, remoteLandingFullVOToEntity, remoteLandingFullVOToEntity, remoteLandingFullVOToEntityCollection, remoteLandingNaturalIdToEntity, remoteLandingNaturalIdToEntity, remoteLandingNaturalIdToEntityCollection, remove, toClusterLanding, toClusterLanding, toClusterLandingArray, toClusterLandingCollection, toRemoteLandingFullVO, toRemoteLandingFullVO, toRemoteLandingFullVOArray, toRemoteLandingFullVOCollection, toRemoteLandingNaturalId, toRemoteLandingNaturalId, toRemoteLandingNaturalIdArray, toRemoteLandingNaturalIdCollection, update
 

Field Detail

TRANSFORM_REMOTEOBSERVEDLANDINGFULLVO

static final int TRANSFORM_REMOTEOBSERVEDLANDINGFULLVO
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type RemoteObservedLandingFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEOBSERVEDLANDINGNATURALID

static final int TRANSFORM_REMOTEOBSERVEDLANDINGNATURALID
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type RemoteObservedLandingNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTEROBSERVEDLANDING

static final int TRANSFORM_CLUSTEROBSERVEDLANDING
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type ClusterObservedLanding.

See Also:
Constant Field Values
Method Detail

toRemoteObservedLandingFullVO

void toRemoteObservedLandingFullVO(ObservedLanding source,
                                   RemoteObservedLandingFullVO target)
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteObservedLandingFullVO(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toRemoteObservedLandingFullVO

RemoteObservedLandingFullVO toRemoteObservedLandingFullVO(ObservedLanding entity)
Converts this DAO's entity to an object of type RemoteObservedLandingFullVO.


toRemoteObservedLandingFullVOCollection

void toRemoteObservedLandingFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteObservedLandingFullVO.


toRemoteObservedLandingFullVOArray

RemoteObservedLandingFullVO[] toRemoteObservedLandingFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteObservedLandingFullVO.


remoteObservedLandingFullVOToEntity

void remoteObservedLandingFullVOToEntity(RemoteObservedLandingFullVO source,
                                         ObservedLanding target,
                                         boolean copyIfNull)
Copies the fields of RemoteObservedLandingFullVO to the specified entity.

Parameters:
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.

remoteObservedLandingFullVOToEntity

ObservedLanding remoteObservedLandingFullVOToEntity(RemoteObservedLandingFullVO remoteObservedLandingFullVO)
Converts an instance of type RemoteObservedLandingFullVO to this DAO's entity.


remoteObservedLandingFullVOToEntityCollection

void remoteObservedLandingFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteObservedLandingFullVO to this DAO's entity.


toRemoteObservedLandingNaturalId

void toRemoteObservedLandingNaturalId(ObservedLanding source,
                                      RemoteObservedLandingNaturalId target)
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteObservedLandingNaturalId(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toRemoteObservedLandingNaturalId

RemoteObservedLandingNaturalId toRemoteObservedLandingNaturalId(ObservedLanding entity)
Converts this DAO's entity to an object of type RemoteObservedLandingNaturalId.


toRemoteObservedLandingNaturalIdCollection

void toRemoteObservedLandingNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteObservedLandingNaturalId.


toRemoteObservedLandingNaturalIdArray

RemoteObservedLandingNaturalId[] toRemoteObservedLandingNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteObservedLandingNaturalId.


remoteObservedLandingNaturalIdToEntity

void remoteObservedLandingNaturalIdToEntity(RemoteObservedLandingNaturalId source,
                                            ObservedLanding target,
                                            boolean copyIfNull)
Copies the fields of RemoteObservedLandingNaturalId to the specified entity.

Parameters:
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.

remoteObservedLandingNaturalIdToEntity

ObservedLanding remoteObservedLandingNaturalIdToEntity(RemoteObservedLandingNaturalId remoteObservedLandingNaturalId)
Converts an instance of type RemoteObservedLandingNaturalId to this DAO's entity.


remoteObservedLandingNaturalIdToEntityCollection

void remoteObservedLandingNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteObservedLandingNaturalId to this DAO's entity.


toClusterObservedLanding

void toClusterObservedLanding(ObservedLanding source,
                              ClusterObservedLanding target)
Copies the fields of the specified entity to the target value object. This method is similar to toClusterObservedLanding(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toClusterObservedLanding

ClusterObservedLanding toClusterObservedLanding(ObservedLanding entity)
Converts this DAO's entity to an object of type ClusterObservedLanding.


toClusterObservedLandingCollection

void toClusterObservedLandingCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterObservedLanding.


toClusterObservedLandingArray

ClusterObservedLanding[] toClusterObservedLandingArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterObservedLanding.


clusterObservedLandingToEntity

void clusterObservedLandingToEntity(ClusterObservedLanding source,
                                    ObservedLanding target,
                                    boolean copyIfNull)
Copies the fields of ClusterObservedLanding to the specified entity.

Parameters:
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.

clusterObservedLandingToEntity

ObservedLanding clusterObservedLandingToEntity(ClusterObservedLanding clusterObservedLanding)
Converts an instance of type ClusterObservedLanding to this DAO's entity.


clusterObservedLandingToEntityCollection

void clusterObservedLandingToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterObservedLanding to this DAO's entity.


load

Landing load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.survey.landing.ObservedLanding from the persistent store.

Specified by:
load in interface LandingDao

load

java.lang.Object load(int transform,
                      java.lang.Integer id)

Does the same thing as load(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined in this class then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
load in interface LandingDao
Parameters:
id - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.

loadAll

java.util.Collection loadAll()
Loads all entities of type ObservedLanding.

Specified by:
loadAll in interface LandingDao
Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int transform)

Does the same thing as loadAll() with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
loadAll in interface LandingDao
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int pageNumber,
                             int pageSize)

Does the same thing as loadAll() with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
loadAll in interface LandingDao
Parameters:
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int transform,
                             int pageNumber,
                             int pageSize)

Does the same thing as loadAll(int) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
loadAll in interface LandingDao
Parameters:
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.
Returns:
the loaded entities.

create

Landing create(ObservedLanding observedLanding)
Creates an instance of fr.ifremer.allegro.data.survey.landing.ObservedLanding and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        ObservedLanding observedLanding)

Does the same thing as create(fr.ifremer.allegro.data.survey.landing.ObservedLanding) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.


create

java.util.Collection create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.survey.landing.ObservedLanding and adds from the passed in entities collection

Specified by:
create in interface LandingDao
Parameters:
entities - the collection of fr.ifremer.allegro.data.survey.landing.ObservedLanding instances to create.
Returns:
the created instances.

create

java.util.Collection create(int transform,
                            java.util.Collection entities)

Does the same thing as create(fr.ifremer.allegro.data.survey.landing.ObservedLanding) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
create in interface LandingDao

create

Landing create(java.util.Date landingDateTime,
               java.lang.String comments,
               java.util.Date creationDate,
               java.util.Date controlDate,
               java.util.Date validationDate,
               java.util.Date qualificationDate,
               java.lang.String qualificationComments,
               java.sql.Timestamp updateDate,
               CatchBatch catchBatch,
               java.util.Collection landingMeasurements,
               java.util.Collection surveyMeasurements,
               Vessel vessel,
               Program program,
               Department recorderDepartment,
               QualityFlag qualityFlag,
               Person recorderPerson,
               FishingTrip fishingTrip,
               Location landingLocation,
               java.util.Collection sales,
               java.util.Collection produces,
               java.util.Collection observerPersons,
               java.util.Collection expectedSales)

Creates a new fr.ifremer.allegro.data.survey.landing.ObservedLanding instance from all attributes and properties and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        java.util.Date landingDateTime,
                        java.lang.String comments,
                        java.util.Date creationDate,
                        java.util.Date controlDate,
                        java.util.Date validationDate,
                        java.util.Date qualificationDate,
                        java.lang.String qualificationComments,
                        java.sql.Timestamp updateDate,
                        CatchBatch catchBatch,
                        java.util.Collection landingMeasurements,
                        java.util.Collection surveyMeasurements,
                        Vessel vessel,
                        Program program,
                        Department recorderDepartment,
                        QualityFlag qualityFlag,
                        Person recorderPerson,
                        FishingTrip fishingTrip,
                        Location landingLocation,
                        java.util.Collection sales,
                        java.util.Collection produces,
                        java.util.Collection observerPersons,
                        java.util.Collection expectedSales)

Does the same thing as create(java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.


create

Landing create(java.util.Date creationDate,
               java.util.Date landingDateTime,
               Location landingLocation,
               java.util.Collection observerPersons,
               Program program,
               QualityFlag qualityFlag,
               Department recorderDepartment,
               Vessel vessel)

Creates a new fr.ifremer.allegro.data.survey.landing.ObservedLanding instance from only required properties (attributes and association ends) and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        java.util.Date creationDate,
                        java.util.Date landingDateTime,
                        Location landingLocation,
                        java.util.Collection observerPersons,
                        Program program,
                        QualityFlag qualityFlag,
                        Department recorderDepartment,
                        Vessel vessel)

Does the same thing as create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.location.Location,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOTWILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.


update

void update(ObservedLanding observedLanding)
Updates the observedLanding instance in the persistent store.


update

void update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store.

Specified by:
update in interface LandingDao

remove

void remove(ObservedLanding observedLanding)
Removes the instance of fr.ifremer.allegro.data.survey.landing.ObservedLanding from the persistent store.


remove

void remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.survey.landing.ObservedLanding having the given identifier from the persistent store.

Specified by:
remove in interface LandingDao

remove

void remove(java.util.Collection entities)
Removes all entities in the given entities collection.

Specified by:
remove in interface LandingDao

getAllObservedLanding

java.util.Collection getAllObservedLanding()

getAllObservedLanding

java.util.Collection getAllObservedLanding(java.lang.String queryString)

Does the same thing as getAllObservedLanding() with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllObservedLanding().


getAllObservedLanding

java.util.Collection getAllObservedLanding(int pageNumber,
                                           int pageSize)

Does the same thing as getAllObservedLanding() with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllObservedLanding

java.util.Collection getAllObservedLanding(java.lang.String queryString,
                                           int pageNumber,
                                           int pageSize)

Does the same thing as getAllObservedLanding(String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllObservedLanding

java.util.Collection getAllObservedLanding(int transform)

Does the same thing as getAllObservedLanding() with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


getAllObservedLanding

java.util.Collection getAllObservedLanding(int transform,
                                           int pageNumber,
                                           int pageSize)

Does the same thing as getAllObservedLanding(int) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllObservedLanding

java.util.Collection getAllObservedLanding(int transform,
                                           java.lang.String queryString)

Does the same thing as getAllObservedLanding(int) with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllObservedLanding(int).


getAllObservedLanding

java.util.Collection getAllObservedLanding(int transform,
                                           java.lang.String queryString,
                                           int pageNumber,
                                           int pageSize)

Does the same thing as getAllObservedLanding(int, String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingById

ObservedLanding findObservedLandingById(java.lang.Integer id)

findObservedLandingById

ObservedLanding findObservedLandingById(java.lang.String queryString,
                                        java.lang.Integer id)

Does the same thing as findObservedLandingById(java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findObservedLandingById(java.lang.Integer).


findObservedLandingById

java.lang.Object findObservedLandingById(int transform,
                                         java.lang.Integer id)

Does the same thing as findObservedLandingById(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findObservedLandingById

java.lang.Object findObservedLandingById(int transform,
                                         java.lang.String queryString,
                                         java.lang.Integer id)

Does the same thing as findObservedLandingById(int, java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findObservedLandingById(int, java.lang.Integer id).


findObservedLandingByLandingLocation

java.util.Collection findObservedLandingByLandingLocation(Location landingLocation)

findObservedLandingByLandingLocation

java.util.Collection findObservedLandingByLandingLocation(java.lang.String queryString,
                                                          Location landingLocation)

Does the same thing as findObservedLandingByLandingLocation(fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findObservedLandingByLandingLocation(fr.ifremer.allegro.referential.location.Location).


findObservedLandingByLandingLocation

java.util.Collection findObservedLandingByLandingLocation(int pageNumber,
                                                          int pageSize,
                                                          Location landingLocation)

Does the same thing as findObservedLandingByLandingLocation(fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByLandingLocation

java.util.Collection findObservedLandingByLandingLocation(java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize,
                                                          Location landingLocation)

Does the same thing as findObservedLandingByLandingLocation(String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByLandingLocation

java.util.Collection findObservedLandingByLandingLocation(int transform,
                                                          Location landingLocation)

Does the same thing as findObservedLandingByLandingLocation(fr.ifremer.allegro.referential.location.Location) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findObservedLandingByLandingLocation

java.util.Collection findObservedLandingByLandingLocation(int transform,
                                                          int pageNumber,
                                                          int pageSize,
                                                          Location landingLocation)

Does the same thing as findObservedLandingByLandingLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByLandingLocation

java.util.Collection findObservedLandingByLandingLocation(int transform,
                                                          java.lang.String queryString,
                                                          Location landingLocation)

Does the same thing as findObservedLandingByLandingLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findObservedLandingByLandingLocation(int, fr.ifremer.allegro.referential.location.Location landingLocation).


findObservedLandingByLandingLocation

java.util.Collection findObservedLandingByLandingLocation(int transform,
                                                          java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize,
                                                          Location landingLocation)

Does the same thing as findObservedLandingByLandingLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByVessel

java.util.Collection findObservedLandingByVessel(Vessel vessel)

findObservedLandingByVessel

java.util.Collection findObservedLandingByVessel(java.lang.String queryString,
                                                 Vessel vessel)

Does the same thing as findObservedLandingByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findObservedLandingByVessel(fr.ifremer.allegro.referential.vessel.Vessel).


findObservedLandingByVessel

java.util.Collection findObservedLandingByVessel(int pageNumber,
                                                 int pageSize,
                                                 Vessel vessel)

Does the same thing as findObservedLandingByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByVessel

java.util.Collection findObservedLandingByVessel(java.lang.String queryString,
                                                 int pageNumber,
                                                 int pageSize,
                                                 Vessel vessel)

Does the same thing as findObservedLandingByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByVessel

java.util.Collection findObservedLandingByVessel(int transform,
                                                 Vessel vessel)

Does the same thing as findObservedLandingByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findObservedLandingByVessel

java.util.Collection findObservedLandingByVessel(int transform,
                                                 int pageNumber,
                                                 int pageSize,
                                                 Vessel vessel)

Does the same thing as findObservedLandingByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByVessel

java.util.Collection findObservedLandingByVessel(int transform,
                                                 java.lang.String queryString,
                                                 Vessel vessel)

Does the same thing as findObservedLandingByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findObservedLandingByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel).


findObservedLandingByVessel

java.util.Collection findObservedLandingByVessel(int transform,
                                                 java.lang.String queryString,
                                                 int pageNumber,
                                                 int pageSize,
                                                 Vessel vessel)

Does the same thing as findObservedLandingByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByFishingTrip

java.util.Collection findObservedLandingByFishingTrip(FishingTrip fishingTrip)

findObservedLandingByFishingTrip

java.util.Collection findObservedLandingByFishingTrip(java.lang.String queryString,
                                                      FishingTrip fishingTrip)

Does the same thing as findObservedLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findObservedLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip).


findObservedLandingByFishingTrip

java.util.Collection findObservedLandingByFishingTrip(int pageNumber,
                                                      int pageSize,
                                                      FishingTrip fishingTrip)

Does the same thing as findObservedLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByFishingTrip

java.util.Collection findObservedLandingByFishingTrip(java.lang.String queryString,
                                                      int pageNumber,
                                                      int pageSize,
                                                      FishingTrip fishingTrip)

Does the same thing as findObservedLandingByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByFishingTrip

java.util.Collection findObservedLandingByFishingTrip(int transform,
                                                      FishingTrip fishingTrip)

Does the same thing as findObservedLandingByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findObservedLandingByFishingTrip

java.util.Collection findObservedLandingByFishingTrip(int transform,
                                                      int pageNumber,
                                                      int pageSize,
                                                      FishingTrip fishingTrip)

Does the same thing as findObservedLandingByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByFishingTrip

java.util.Collection findObservedLandingByFishingTrip(int transform,
                                                      java.lang.String queryString,
                                                      FishingTrip fishingTrip)

Does the same thing as findObservedLandingByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findObservedLandingByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip).


findObservedLandingByFishingTrip

java.util.Collection findObservedLandingByFishingTrip(int transform,
                                                      java.lang.String queryString,
                                                      int pageNumber,
                                                      int pageSize,
                                                      FishingTrip fishingTrip)

Does the same thing as findObservedLandingByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByProgram

java.util.Collection findObservedLandingByProgram(Program program)

findObservedLandingByProgram

java.util.Collection findObservedLandingByProgram(java.lang.String queryString,
                                                  Program program)

Does the same thing as findObservedLandingByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findObservedLandingByProgram(fr.ifremer.allegro.administration.programStrategy.Program).


findObservedLandingByProgram

java.util.Collection findObservedLandingByProgram(int pageNumber,
                                                  int pageSize,
                                                  Program program)

Does the same thing as findObservedLandingByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByProgram

java.util.Collection findObservedLandingByProgram(java.lang.String queryString,
                                                  int pageNumber,
                                                  int pageSize,
                                                  Program program)

Does the same thing as findObservedLandingByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByProgram

java.util.Collection findObservedLandingByProgram(int transform,
                                                  Program program)

Does the same thing as findObservedLandingByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findObservedLandingByProgram

java.util.Collection findObservedLandingByProgram(int transform,
                                                  int pageNumber,
                                                  int pageSize,
                                                  Program program)

Does the same thing as findObservedLandingByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByProgram

java.util.Collection findObservedLandingByProgram(int transform,
                                                  java.lang.String queryString,
                                                  Program program)

Does the same thing as findObservedLandingByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findObservedLandingByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program).


findObservedLandingByProgram

java.util.Collection findObservedLandingByProgram(int transform,
                                                  java.lang.String queryString,
                                                  int pageNumber,
                                                  int pageSize,
                                                  Program program)

Does the same thing as findObservedLandingByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByRecorderDepartment

java.util.Collection findObservedLandingByRecorderDepartment(Department recorderDepartment)

findObservedLandingByRecorderDepartment

java.util.Collection findObservedLandingByRecorderDepartment(java.lang.String queryString,
                                                             Department recorderDepartment)

Does the same thing as findObservedLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findObservedLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department).


findObservedLandingByRecorderDepartment

java.util.Collection findObservedLandingByRecorderDepartment(int pageNumber,
                                                             int pageSize,
                                                             Department recorderDepartment)

Does the same thing as findObservedLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByRecorderDepartment

java.util.Collection findObservedLandingByRecorderDepartment(java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             Department recorderDepartment)

Does the same thing as findObservedLandingByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByRecorderDepartment

java.util.Collection findObservedLandingByRecorderDepartment(int transform,
                                                             Department recorderDepartment)

Does the same thing as findObservedLandingByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findObservedLandingByRecorderDepartment

java.util.Collection findObservedLandingByRecorderDepartment(int transform,
                                                             int pageNumber,
                                                             int pageSize,
                                                             Department recorderDepartment)

Does the same thing as findObservedLandingByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByRecorderDepartment

java.util.Collection findObservedLandingByRecorderDepartment(int transform,
                                                             java.lang.String queryString,
                                                             Department recorderDepartment)

Does the same thing as findObservedLandingByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findObservedLandingByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department recorderDepartment).


findObservedLandingByRecorderDepartment

java.util.Collection findObservedLandingByRecorderDepartment(int transform,
                                                             java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             Department recorderDepartment)

Does the same thing as findObservedLandingByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByQualityFlag

java.util.Collection findObservedLandingByQualityFlag(QualityFlag qualityFlag)

findObservedLandingByQualityFlag

java.util.Collection findObservedLandingByQualityFlag(java.lang.String queryString,
                                                      QualityFlag qualityFlag)

Does the same thing as findObservedLandingByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findObservedLandingByQualityFlag(fr.ifremer.allegro.referential.QualityFlag).


findObservedLandingByQualityFlag

java.util.Collection findObservedLandingByQualityFlag(int pageNumber,
                                                      int pageSize,
                                                      QualityFlag qualityFlag)

Does the same thing as findObservedLandingByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByQualityFlag

java.util.Collection findObservedLandingByQualityFlag(java.lang.String queryString,
                                                      int pageNumber,
                                                      int pageSize,
                                                      QualityFlag qualityFlag)

Does the same thing as findObservedLandingByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByQualityFlag

java.util.Collection findObservedLandingByQualityFlag(int transform,
                                                      QualityFlag qualityFlag)

Does the same thing as findObservedLandingByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findObservedLandingByQualityFlag

java.util.Collection findObservedLandingByQualityFlag(int transform,
                                                      int pageNumber,
                                                      int pageSize,
                                                      QualityFlag qualityFlag)

Does the same thing as findObservedLandingByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByQualityFlag

java.util.Collection findObservedLandingByQualityFlag(int transform,
                                                      java.lang.String queryString,
                                                      QualityFlag qualityFlag)

Does the same thing as findObservedLandingByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findObservedLandingByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag).


findObservedLandingByQualityFlag

java.util.Collection findObservedLandingByQualityFlag(int transform,
                                                      java.lang.String queryString,
                                                      int pageNumber,
                                                      int pageSize,
                                                      QualityFlag qualityFlag)

Does the same thing as findObservedLandingByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByCatchBatch

ObservedLanding findObservedLandingByCatchBatch(CatchBatch catchBatch)

findObservedLandingByCatchBatch

ObservedLanding findObservedLandingByCatchBatch(java.lang.String queryString,
                                                CatchBatch catchBatch)

Does the same thing as findObservedLandingByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findObservedLandingByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch).


findObservedLandingByCatchBatch

java.lang.Object findObservedLandingByCatchBatch(int transform,
                                                 CatchBatch catchBatch)

Does the same thing as findObservedLandingByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findObservedLandingByCatchBatch

java.lang.Object findObservedLandingByCatchBatch(int transform,
                                                 java.lang.String queryString,
                                                 CatchBatch catchBatch)

Does the same thing as findObservedLandingByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findObservedLandingByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch catchBatch).


findObservedLandingByRecorderPerson

java.util.Collection findObservedLandingByRecorderPerson(Person recorderPerson)

findObservedLandingByRecorderPerson

java.util.Collection findObservedLandingByRecorderPerson(java.lang.String queryString,
                                                         Person recorderPerson)

Does the same thing as findObservedLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findObservedLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person).


findObservedLandingByRecorderPerson

java.util.Collection findObservedLandingByRecorderPerson(int pageNumber,
                                                         int pageSize,
                                                         Person recorderPerson)

Does the same thing as findObservedLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByRecorderPerson

java.util.Collection findObservedLandingByRecorderPerson(java.lang.String queryString,
                                                         int pageNumber,
                                                         int pageSize,
                                                         Person recorderPerson)

Does the same thing as findObservedLandingByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByRecorderPerson

java.util.Collection findObservedLandingByRecorderPerson(int transform,
                                                         Person recorderPerson)

Does the same thing as findObservedLandingByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findObservedLandingByRecorderPerson

java.util.Collection findObservedLandingByRecorderPerson(int transform,
                                                         int pageNumber,
                                                         int pageSize,
                                                         Person recorderPerson)

Does the same thing as findObservedLandingByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByRecorderPerson

java.util.Collection findObservedLandingByRecorderPerson(int transform,
                                                         java.lang.String queryString,
                                                         Person recorderPerson)

Does the same thing as findObservedLandingByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findObservedLandingByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person recorderPerson).


findObservedLandingByRecorderPerson

java.util.Collection findObservedLandingByRecorderPerson(int transform,
                                                         java.lang.String queryString,
                                                         int pageNumber,
                                                         int pageSize,
                                                         Person recorderPerson)

Does the same thing as findObservedLandingByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findObservedLandingByNaturalId

ObservedLanding findObservedLandingByNaturalId(java.util.Date landingDateTime,
                                               Vessel vessel,
                                               Program program)

findObservedLandingByNaturalId

ObservedLanding findObservedLandingByNaturalId(java.lang.String queryString,
                                               java.util.Date landingDateTime,
                                               Vessel vessel,
                                               Program program)

Does the same thing as findObservedLandingByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findObservedLandingByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program).


findObservedLandingByNaturalId

java.lang.Object findObservedLandingByNaturalId(int transform,
                                                java.util.Date landingDateTime,
                                                Vessel vessel,
                                                Program program)

Does the same thing as findObservedLandingByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findObservedLandingByNaturalId

java.lang.Object findObservedLandingByNaturalId(int transform,
                                                java.lang.String queryString,
                                                java.util.Date landingDateTime,
                                                Vessel vessel,
                                                Program program)

Does the same thing as findObservedLandingByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findObservedLandingByNaturalId(int, java.util.Date landingDateTime, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program).


getAllObservedLandingSinceDateSynchro

java.util.Collection getAllObservedLandingSinceDateSynchro(java.sql.Timestamp updateDate)

getAllObservedLandingSinceDateSynchro

java.util.Collection getAllObservedLandingSinceDateSynchro(java.lang.String queryString,
                                                           java.sql.Timestamp updateDate)

Does the same thing as getAllObservedLandingSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllObservedLandingSinceDateSynchro(java.sql.Timestamp).


getAllObservedLandingSinceDateSynchro

java.util.Collection getAllObservedLandingSinceDateSynchro(int pageNumber,
                                                           int pageSize,
                                                           java.sql.Timestamp updateDate)

Does the same thing as getAllObservedLandingSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllObservedLandingSinceDateSynchro

java.util.Collection getAllObservedLandingSinceDateSynchro(java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           java.sql.Timestamp updateDate)

Does the same thing as getAllObservedLandingSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllObservedLandingSinceDateSynchro

java.util.Collection getAllObservedLandingSinceDateSynchro(int transform,
                                                           java.sql.Timestamp updateDate)

Does the same thing as getAllObservedLandingSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


getAllObservedLandingSinceDateSynchro

java.util.Collection getAllObservedLandingSinceDateSynchro(int transform,
                                                           int pageNumber,
                                                           int pageSize,
                                                           java.sql.Timestamp updateDate)

Does the same thing as getAllObservedLandingSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllObservedLandingSinceDateSynchro

java.util.Collection getAllObservedLandingSinceDateSynchro(int transform,
                                                           java.lang.String queryString,
                                                           java.sql.Timestamp updateDate)

Does the same thing as getAllObservedLandingSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllObservedLandingSinceDateSynchro(int, java.sql.Timestamp updateDate).


getAllObservedLandingSinceDateSynchro

java.util.Collection getAllObservedLandingSinceDateSynchro(int transform,
                                                           java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           java.sql.Timestamp updateDate)

Does the same thing as getAllObservedLandingSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


createFromClusterObservedLanding

ObservedLanding createFromClusterObservedLanding(ClusterObservedLanding clusterObservedLanding)

getAllClusterObservedLandingSinceDateSynchro

ClusterObservedLanding[] getAllClusterObservedLandingSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                      java.lang.Integer userId,
                                                                      java.lang.Integer[] registrationLocationIds,
                                                                      java.lang.Integer pageNumber,
                                                                      java.lang.Integer pageSize)

search

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. These flags allow you to limit your data to a specified page number and size.

Specified by:
search in interface LandingDao
Parameters:
transform - the transformation flag.
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.

search

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. These flags allow you to limit your data to a specified page number and size.

Specified by:
search in interface LandingDao
Parameters:
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.

search

java.util.Set search(int transform,
                     Search search)
Does the same thing as search(fr.ifremer.allegro.Search) but with an additional flag called transform. 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.

Specified by:
search in interface LandingDao
Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.

search

java.util.Set search(Search search)
Performs a search using the parameters specified in the given search object.

Specified by:
search in interface LandingDao
Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.


Copyright © 2008-2010 IFREMER. All Rights Reserved.