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

All Known Subinterfaces:
ObservedLandingDao
All Known Implementing Classes:
LandingDaoBase, LandingDaoImpl, ObservedLandingDaoBase, ObservedLandingDaoImpl

public interface LandingDao

See Also:
Landing

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

Field Detail

TRANSFORM_NONE

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

This specific flag denotes no transformation will occur.

See Also:
Constant Field Values

TRANSFORM_REMOTELANDINGFULLVO

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

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

See Also:
Constant Field Values

TRANSFORM_REMOTELANDINGNATURALID

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

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

See Also:
Constant Field Values

TRANSFORM_CLUSTERLANDING

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

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

See Also:
Constant Field Values
Method Detail

toRemoteLandingFullVO

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


toRemoteLandingFullVO

RemoteLandingFullVO toRemoteLandingFullVO(Landing entity)
Converts this DAO's entity to an object of type RemoteLandingFullVO.


toRemoteLandingFullVOCollection

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


toRemoteLandingFullVOArray

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


remoteLandingFullVOToEntity

void remoteLandingFullVOToEntity(RemoteLandingFullVO source,
                                 Landing target,
                                 boolean copyIfNull)
Copies the fields of RemoteLandingFullVO 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.

remoteLandingFullVOToEntity

Landing remoteLandingFullVOToEntity(RemoteLandingFullVO remoteLandingFullVO)
Converts an instance of type RemoteLandingFullVO to this DAO's entity.


remoteLandingFullVOToEntityCollection

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


toRemoteLandingNaturalId

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


toRemoteLandingNaturalId

RemoteLandingNaturalId toRemoteLandingNaturalId(Landing entity)
Converts this DAO's entity to an object of type RemoteLandingNaturalId.


toRemoteLandingNaturalIdCollection

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


toRemoteLandingNaturalIdArray

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


remoteLandingNaturalIdToEntity

void remoteLandingNaturalIdToEntity(RemoteLandingNaturalId source,
                                    Landing target,
                                    boolean copyIfNull)
Copies the fields of RemoteLandingNaturalId 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.

remoteLandingNaturalIdToEntity

Landing remoteLandingNaturalIdToEntity(RemoteLandingNaturalId remoteLandingNaturalId)
Converts an instance of type RemoteLandingNaturalId to this DAO's entity.


remoteLandingNaturalIdToEntityCollection

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


toClusterLanding

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


toClusterLanding

ClusterLanding toClusterLanding(Landing entity)
Converts this DAO's entity to an object of type ClusterLanding.


toClusterLandingCollection

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


toClusterLandingArray

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


clusterLandingToEntity

void clusterLandingToEntity(ClusterLanding source,
                            Landing target,
                            boolean copyIfNull)
Copies the fields of ClusterLanding 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.

clusterLandingToEntity

Landing clusterLandingToEntity(ClusterLanding clusterLanding)
Converts an instance of type ClusterLanding to this DAO's entity.


clusterLandingToEntityCollection

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


load

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


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.

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 Landing.

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.

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.

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.

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(Landing landing)
Creates an instance of fr.ifremer.allegro.data.survey.landing.Landing and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        Landing landing)

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


create

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

Parameters:
entities - the collection of fr.ifremer.allegro.data.survey.landing.Landing 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.Landing) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


create

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

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


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)

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


create

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

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


create

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

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


update

void update(Landing landing)
Updates the landing instance in the persistent store.


update

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


remove

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


remove

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


remove

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


getAllLanding

java.util.Collection getAllLanding()

getAllLanding

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

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


getAllLanding

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

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


getAllLanding

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

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


getAllLanding

java.util.Collection getAllLanding(int transform)

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


getAllLanding

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

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


getAllLanding

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

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


getAllLanding

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

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


findLandingById

Landing findLandingById(java.lang.Integer id)

findLandingById

Landing findLandingById(java.lang.String queryString,
                        java.lang.Integer id)

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


findLandingById

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

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


findLandingById

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

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


findLandingByLandingLocation

java.util.Collection findLandingByLandingLocation(Location landingLocation)

findLandingByLandingLocation

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

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


findLandingByLandingLocation

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

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


findLandingByLandingLocation

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

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


findLandingByLandingLocation

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

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


findLandingByLandingLocation

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

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


findLandingByLandingLocation

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

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


findLandingByLandingLocation

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

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


findLandingByVessel

java.util.Collection findLandingByVessel(Vessel vessel)

findLandingByVessel

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

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


findLandingByVessel

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

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


findLandingByVessel

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

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


findLandingByVessel

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

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


findLandingByVessel

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

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


findLandingByVessel

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

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


findLandingByVessel

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

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


findLandingByFishingTrip

java.util.Collection findLandingByFishingTrip(FishingTrip fishingTrip)

findLandingByFishingTrip

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

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


findLandingByFishingTrip

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

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


findLandingByFishingTrip

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

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


findLandingByFishingTrip

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

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


findLandingByFishingTrip

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

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


findLandingByFishingTrip

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

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


findLandingByFishingTrip

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

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


findLandingByProgram

java.util.Collection findLandingByProgram(Program program)

findLandingByProgram

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

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


findLandingByProgram

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

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


findLandingByProgram

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

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


findLandingByProgram

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

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


findLandingByProgram

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

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


findLandingByProgram

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

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


findLandingByProgram

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

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


findLandingByRecorderDepartment

java.util.Collection findLandingByRecorderDepartment(Department recorderDepartment)

findLandingByRecorderDepartment

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

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


findLandingByRecorderDepartment

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

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


findLandingByRecorderDepartment

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

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


findLandingByRecorderDepartment

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

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


findLandingByRecorderDepartment

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

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


findLandingByRecorderDepartment

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

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


findLandingByRecorderDepartment

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

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


findLandingByQualityFlag

java.util.Collection findLandingByQualityFlag(QualityFlag qualityFlag)

findLandingByQualityFlag

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

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


findLandingByQualityFlag

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

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


findLandingByQualityFlag

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

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


findLandingByQualityFlag

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

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


findLandingByQualityFlag

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

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


findLandingByQualityFlag

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

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


findLandingByQualityFlag

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

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


findLandingByCatchBatch

Landing findLandingByCatchBatch(CatchBatch catchBatch)

findLandingByCatchBatch

Landing findLandingByCatchBatch(java.lang.String queryString,
                                CatchBatch catchBatch)

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


findLandingByCatchBatch

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

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


findLandingByCatchBatch

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

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


findLandingByRecorderPerson

java.util.Collection findLandingByRecorderPerson(Person recorderPerson)

findLandingByRecorderPerson

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

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


findLandingByRecorderPerson

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

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


findLandingByRecorderPerson

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

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


findLandingByRecorderPerson

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

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


findLandingByRecorderPerson

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

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


findLandingByRecorderPerson

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

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


findLandingByRecorderPerson

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

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


findLandingByNaturalId

Landing findLandingByNaturalId(java.util.Date landingDateTime,
                               Vessel vessel,
                               Program program)

findLandingByNaturalId

Landing findLandingByNaturalId(java.lang.String queryString,
                               java.util.Date landingDateTime,
                               Vessel vessel,
                               Program program)

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


findLandingByNaturalId

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

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


findLandingByNaturalId

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

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


getAllLandingSinceDateSynchro

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

getAllLandingSinceDateSynchro

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

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


getAllLandingSinceDateSynchro

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

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


getAllLandingSinceDateSynchro

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

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


getAllLandingSinceDateSynchro

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

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


getAllLandingSinceDateSynchro

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

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


getAllLandingSinceDateSynchro

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

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


getAllLandingSinceDateSynchro

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

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


createFromClusterLanding

Landing createFromClusterLanding(ClusterLanding clusterLanding)

getAllClusterLandingSinceDateSynchro

ClusterLanding[] getAllClusterLandingSinceDateSynchro(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.

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.

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.

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.

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.