fr.ifremer.allegro.data.survey.fishingTrip
Interface ObservedFishingTripDao

All Superinterfaces:
FishingTripDao
All Known Implementing Classes:
ObservedFishingTripDaoBase, ObservedFishingTripDaoImpl

public interface ObservedFishingTripDao
extends FishingTripDao

See Also:
ObservedFishingTrip

Field Summary
static int TRANSFORM_CLUSTEROBSERVEDFISHINGTRIP
          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_REMOTEOBSERVEDFISHINGTRIPFULLVO
          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_REMOTEOBSERVEDFISHINGTRIPNATURALID
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
 
Fields inherited from interface fr.ifremer.allegro.data.survey.fishingTrip.FishingTripDao
TRANSFORM_CLUSTERFISHINGTRIP, TRANSFORM_NONE, TRANSFORM_REMOTEFISHINGTRIPFULLVO, TRANSFORM_REMOTEFISHINGTRIPNATURALID
 
Method Summary
 ObservedFishingTrip clusterObservedFishingTripToEntity(ClusterObservedFishingTrip clusterObservedFishingTrip)
          Converts an instance of type ClusterObservedFishingTrip to this DAO's entity.
 void clusterObservedFishingTripToEntity(ClusterObservedFishingTrip source, ObservedFishingTrip target, boolean copyIfNull)
          Copies the fields of ClusterObservedFishingTrip to the specified entity.
 void clusterObservedFishingTripToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterObservedFishingTrip to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip and adds from the passed in entities collection
 FishingTrip create(java.util.Date creationDate, java.util.Date departureDateTime, Location departureLocation, java.util.Collection observerPersons, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date returnDateTime, Location returnLocation, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip instance from only required properties (attributes and association ends) and adds it to the persistent store.
 FishingTrip create(java.util.Date departureDateTime, java.util.Date returnDateTime, 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, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, ScientificCruise scientificCruise, java.util.Collection landings, Vessel vessel, Location returnLocation, Location departureLocation, Program program, Department recorderDepartment, java.util.Collection fishingTripOrigins, QualityFlag qualityFlag, java.util.Collection sales, java.util.Collection operations, java.util.Collection transshipments, java.util.Collection vesselUseFeatures, java.util.Collection gearPhysicalFeatures, Person recorderPerson, java.util.Collection observerPersons, java.util.Collection expectedSales)
           Creates a new fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip 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.fishingTrip.ObservedFishingTrip) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date creationDate, java.util.Date departureDateTime, Location departureLocation, java.util.Collection observerPersons, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date returnDateTime, Location returnLocation, Vessel vessel)
           Does the same thing as create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.location.Location,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.util.Date,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date departureDateTime, java.util.Date returnDateTime, 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, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, ScientificCruise scientificCruise, java.util.Collection landings, Vessel vessel, Location returnLocation, Location departureLocation, Program program, Department recorderDepartment, java.util.Collection fishingTripOrigins, QualityFlag qualityFlag, java.util.Collection sales, java.util.Collection operations, java.util.Collection transshipments, java.util.Collection vesselUseFeatures, java.util.Collection gearPhysicalFeatures, Person recorderPerson, java.util.Collection observerPersons, java.util.Collection expectedSales)
           Does the same thing as create(java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,java.util.Collection,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.administration.user.Person,java.util.Collection,java.util.Collection) with an additional flag called transform.
 java.lang.Object create(int transform, ObservedFishingTrip observedFishingTrip)
           Does the same thing as create(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip) with an additional flag called transform.
 FishingTrip create(ObservedFishingTrip observedFishingTrip)
          Creates an instance of fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip and adds it to the persistent store.
 ObservedFishingTrip createFromClusterObservedFishingTrip(ClusterObservedFishingTrip clusterObservedFishingTrip)
           
 java.util.Collection findObservedFishingTripByDeclaredDocumentReference(DeclaredDocumentReference declaredDocumentReference)
           
 java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int transform, DeclaredDocumentReference declaredDocumentReference)
           Does the same thing as findObservedFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an additional flag called transform.
 java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
           Does the same thing as findObservedFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int transform, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
           Does the same thing as findObservedFishingTripByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int transform, java.lang.String queryString, DeclaredDocumentReference declaredDocumentReference)
           Does the same thing as findObservedFishingTripByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int transform, java.lang.String queryString, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
           Does the same thing as findObservedFishingTripByDeclaredDocumentReference(int, String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByDeclaredDocumentReference(java.lang.String queryString, DeclaredDocumentReference declaredDocumentReference)
           Does the same thing as findObservedFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByDeclaredDocumentReference(java.lang.String queryString, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
           Does the same thing as findObservedFishingTripByDeclaredDocumentReference(String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByDepartureLocation(int transform, int pageNumber, int pageSize, Location departureLocation)
           Does the same thing as findObservedFishingTripByDepartureLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByDepartureLocation(int pageNumber, int pageSize, Location departureLocation)
           Does the same thing as findObservedFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByDepartureLocation(int transform, Location departureLocation)
           Does the same thing as findObservedFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 java.util.Collection findObservedFishingTripByDepartureLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location departureLocation)
           Does the same thing as findObservedFishingTripByDepartureLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByDepartureLocation(int transform, java.lang.String queryString, Location departureLocation)
           Does the same thing as findObservedFishingTripByDepartureLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByDepartureLocation(Location departureLocation)
           
 java.util.Collection findObservedFishingTripByDepartureLocation(java.lang.String queryString, int pageNumber, int pageSize, Location departureLocation)
           Does the same thing as findObservedFishingTripByDepartureLocation(String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByDepartureLocation(java.lang.String queryString, Location departureLocation)
           Does the same thing as findObservedFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 ObservedFishingTrip findObservedFishingTripById(java.lang.Integer id)
           
 java.lang.Object findObservedFishingTripById(int transform, java.lang.Integer id)
           Does the same thing as findObservedFishingTripById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findObservedFishingTripById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findObservedFishingTripById(int, java.lang.Integer) with an additional argument called queryString.
 ObservedFishingTrip findObservedFishingTripById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findObservedFishingTripById(java.lang.Integer) with an additional argument called queryString.
 ObservedFishingTrip findObservedFishingTripByNaturalId(java.util.Date departureDateTime, Vessel vessel, Program program)
           
 java.lang.Object findObservedFishingTripByNaturalId(int transform, java.util.Date departureDateTime, Vessel vessel, Program program)
           Does the same thing as findObservedFishingTripByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object findObservedFishingTripByNaturalId(int transform, java.lang.String queryString, java.util.Date departureDateTime, Vessel vessel, Program program)
           Does the same thing as findObservedFishingTripByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 ObservedFishingTrip findObservedFishingTripByNaturalId(java.lang.String queryString, java.util.Date departureDateTime, Vessel vessel, Program program)
           Does the same thing as findObservedFishingTripByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByProgram(int transform, int pageNumber, int pageSize, Program program)
           Does the same thing as findObservedFishingTripByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByProgram(int pageNumber, int pageSize, Program program)
           Does the same thing as findObservedFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByProgram(int transform, Program program)
           Does the same thing as findObservedFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection findObservedFishingTripByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findObservedFishingTripByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByProgram(int transform, java.lang.String queryString, Program program)
           Does the same thing as findObservedFishingTripByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByProgram(Program program)
           
 java.util.Collection findObservedFishingTripByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findObservedFishingTripByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByProgram(java.lang.String queryString, Program program)
           Does the same thing as findObservedFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findObservedFishingTripByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findObservedFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as findObservedFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findObservedFishingTripByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findObservedFishingTripByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findObservedFishingTripByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findObservedFishingTripByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findObservedFishingTripByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findObservedFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection findObservedFishingTripByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as findObservedFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection findObservedFishingTripByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findObservedFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findObservedFishingTripByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as findObservedFishingTripByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findObservedFishingTripByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as findObservedFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findObservedFishingTripByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByRecorderPerson(int transform, int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as findObservedFishingTripByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByRecorderPerson(int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as findObservedFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByRecorderPerson(int transform, Person recorderPerson)
           Does the same thing as findObservedFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional flag called transform.
 java.util.Collection findObservedFishingTripByRecorderPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as findObservedFishingTripByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByRecorderPerson(int transform, java.lang.String queryString, Person recorderPerson)
           Does the same thing as findObservedFishingTripByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByRecorderPerson(Person recorderPerson)
           
 java.util.Collection findObservedFishingTripByRecorderPerson(java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as findObservedFishingTripByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByRecorderPerson(java.lang.String queryString, Person recorderPerson)
           Does the same thing as findObservedFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByReturnLocation(int transform, int pageNumber, int pageSize, Location returnLocation)
           Does the same thing as findObservedFishingTripByReturnLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByReturnLocation(int pageNumber, int pageSize, Location returnLocation)
           Does the same thing as findObservedFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByReturnLocation(int transform, Location returnLocation)
           Does the same thing as findObservedFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 java.util.Collection findObservedFishingTripByReturnLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location returnLocation)
           Does the same thing as findObservedFishingTripByReturnLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByReturnLocation(int transform, java.lang.String queryString, Location returnLocation)
           Does the same thing as findObservedFishingTripByReturnLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByReturnLocation(Location returnLocation)
           
 java.util.Collection findObservedFishingTripByReturnLocation(java.lang.String queryString, int pageNumber, int pageSize, Location returnLocation)
           Does the same thing as findObservedFishingTripByReturnLocation(String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByReturnLocation(java.lang.String queryString, Location returnLocation)
           Does the same thing as findObservedFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByScientificCruise(int transform, int pageNumber, int pageSize, ScientificCruise scientificCruise)
           Does the same thing as findObservedFishingTripByScientificCruise(int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByScientificCruise(int pageNumber, int pageSize, ScientificCruise scientificCruise)
           Does the same thing as findObservedFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByScientificCruise(int transform, ScientificCruise scientificCruise)
           Does the same thing as findObservedFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an additional flag called transform.
 java.util.Collection findObservedFishingTripByScientificCruise(int transform, java.lang.String queryString, int pageNumber, int pageSize, ScientificCruise scientificCruise)
           Does the same thing as findObservedFishingTripByScientificCruise(int, String, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByScientificCruise(int transform, java.lang.String queryString, ScientificCruise scientificCruise)
           Does the same thing as findObservedFishingTripByScientificCruise(int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByScientificCruise(ScientificCruise scientificCruise)
           
 java.util.Collection findObservedFishingTripByScientificCruise(java.lang.String queryString, int pageNumber, int pageSize, ScientificCruise scientificCruise)
           Does the same thing as findObservedFishingTripByScientificCruise(String, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByScientificCruise(java.lang.String queryString, ScientificCruise scientificCruise)
           Does the same thing as findObservedFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findObservedFishingTripByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByVessel(int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findObservedFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findObservedFishingTripByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByVessel(int transform, java.lang.String queryString, Vessel vessel)
           Does the same thing as findObservedFishingTripByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByVessel(int transform, Vessel vessel)
           Does the same thing as findObservedFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.util.Collection findObservedFishingTripByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findObservedFishingTripByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByVessel(java.lang.String queryString, Vessel vessel)
           Does the same thing as findObservedFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByVessel(Vessel vessel)
           
 ClusterObservedFishingTrip[] getAllClusterObservedFishingTripSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllObservedFishingTrip()
           
 java.util.Collection getAllObservedFishingTrip(int transform)
           Does the same thing as getAllObservedFishingTrip() with an additional flag called transform.
 java.util.Collection getAllObservedFishingTrip(int pageNumber, int pageSize)
           Does the same thing as getAllObservedFishingTrip() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllObservedFishingTrip(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllObservedFishingTrip(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllObservedFishingTrip(int transform, java.lang.String queryString)
           Does the same thing as getAllObservedFishingTrip(int) with an additional argument called queryString.
 java.util.Collection getAllObservedFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllObservedFishingTrip(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllObservedFishingTrip(java.lang.String queryString)
           Does the same thing as getAllObservedFishingTrip() with an additional argument called queryString.
 java.util.Collection getAllObservedFishingTrip(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllObservedFishingTrip(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllObservedFishingTripSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllObservedFishingTripSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllObservedFishingTripSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllObservedFishingTripSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllObservedFishingTripSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllObservedFishingTripSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllObservedFishingTripSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllObservedFishingTripSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllObservedFishingTripSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as getAllObservedFishingTripSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllObservedFishingTripSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllObservedFishingTripSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllObservedFishingTripSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllObservedFishingTripSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllObservedFishingTripSinceDateSynchro(java.sql.Timestamp updateDate)
           
 FishingTrip load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip 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 ObservedFishingTrip.
 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.
 ObservedFishingTrip remoteObservedFishingTripFullVOToEntity(RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVO)
          Converts an instance of type RemoteObservedFishingTripFullVO to this DAO's entity.
 void remoteObservedFishingTripFullVOToEntity(RemoteObservedFishingTripFullVO source, ObservedFishingTrip target, boolean copyIfNull)
          Copies the fields of RemoteObservedFishingTripFullVO to the specified entity.
 void remoteObservedFishingTripFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteObservedFishingTripFullVO to this DAO's entity.
 ObservedFishingTrip remoteObservedFishingTripNaturalIdToEntity(RemoteObservedFishingTripNaturalId remoteObservedFishingTripNaturalId)
          Converts an instance of type RemoteObservedFishingTripNaturalId to this DAO's entity.
 void remoteObservedFishingTripNaturalIdToEntity(RemoteObservedFishingTripNaturalId source, ObservedFishingTrip target, boolean copyIfNull)
          Copies the fields of RemoteObservedFishingTripNaturalId to the specified entity.
 void remoteObservedFishingTripNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteObservedFishingTripNaturalId 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.fishingTrip.ObservedFishingTrip having the given identifier from the persistent store.
 void remove(ObservedFishingTrip observedFishingTrip)
          Removes the instance of fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip 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.
 ClusterObservedFishingTrip toClusterObservedFishingTrip(ObservedFishingTrip entity)
          Converts this DAO's entity to an object of type ClusterObservedFishingTrip.
 void toClusterObservedFishingTrip(ObservedFishingTrip source, ClusterObservedFishingTrip target)
          Copies the fields of the specified entity to the target value object.
 ClusterObservedFishingTrip[] toClusterObservedFishingTripArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterObservedFishingTrip.
 void toClusterObservedFishingTripCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterObservedFishingTrip.
 RemoteObservedFishingTripFullVO toRemoteObservedFishingTripFullVO(ObservedFishingTrip entity)
          Converts this DAO's entity to an object of type RemoteObservedFishingTripFullVO.
 void toRemoteObservedFishingTripFullVO(ObservedFishingTrip source, RemoteObservedFishingTripFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteObservedFishingTripFullVO[] toRemoteObservedFishingTripFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteObservedFishingTripFullVO.
 void toRemoteObservedFishingTripFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteObservedFishingTripFullVO.
 RemoteObservedFishingTripNaturalId toRemoteObservedFishingTripNaturalId(ObservedFishingTrip entity)
          Converts this DAO's entity to an object of type RemoteObservedFishingTripNaturalId.
 void toRemoteObservedFishingTripNaturalId(ObservedFishingTrip source, RemoteObservedFishingTripNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteObservedFishingTripNaturalId[] toRemoteObservedFishingTripNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteObservedFishingTripNaturalId.
 void toRemoteObservedFishingTripNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteObservedFishingTripNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(ObservedFishingTrip observedFishingTrip)
          Updates the observedFishingTrip instance in the persistent store.
 
Methods inherited from interface fr.ifremer.allegro.data.survey.fishingTrip.FishingTripDao
clusterFishingTripToEntity, clusterFishingTripToEntity, clusterFishingTripToEntityCollection, create, create, create, create, create, create, createFromClusterFishingTrip, findFishingTripByDeclaredDocumentReference, findFishingTripByDeclaredDocumentReference, findFishingTripByDeclaredDocumentReference, findFishingTripByDeclaredDocumentReference, findFishingTripByDeclaredDocumentReference, findFishingTripByDeclaredDocumentReference, findFishingTripByDeclaredDocumentReference, findFishingTripByDeclaredDocumentReference, findFishingTripByDepartureLocation, findFishingTripByDepartureLocation, findFishingTripByDepartureLocation, findFishingTripByDepartureLocation, findFishingTripByDepartureLocation, findFishingTripByDepartureLocation, findFishingTripByDepartureLocation, findFishingTripByDepartureLocation, findFishingTripById, findFishingTripById, findFishingTripById, findFishingTripById, findFishingTripByNaturalId, findFishingTripByNaturalId, findFishingTripByNaturalId, findFishingTripByNaturalId, findFishingTripByProgram, findFishingTripByProgram, findFishingTripByProgram, findFishingTripByProgram, findFishingTripByProgram, findFishingTripByProgram, findFishingTripByProgram, findFishingTripByProgram, findFishingTripByQualityFlag, findFishingTripByQualityFlag, findFishingTripByQualityFlag, findFishingTripByQualityFlag, findFishingTripByQualityFlag, findFishingTripByQualityFlag, findFishingTripByQualityFlag, findFishingTripByQualityFlag, findFishingTripByRecorderDepartment, findFishingTripByRecorderDepartment, findFishingTripByRecorderDepartment, findFishingTripByRecorderDepartment, findFishingTripByRecorderDepartment, findFishingTripByRecorderDepartment, findFishingTripByRecorderDepartment, findFishingTripByRecorderDepartment, findFishingTripByRecorderPerson, findFishingTripByRecorderPerson, findFishingTripByRecorderPerson, findFishingTripByRecorderPerson, findFishingTripByRecorderPerson, findFishingTripByRecorderPerson, findFishingTripByRecorderPerson, findFishingTripByRecorderPerson, findFishingTripByReturnLocation, findFishingTripByReturnLocation, findFishingTripByReturnLocation, findFishingTripByReturnLocation, findFishingTripByReturnLocation, findFishingTripByReturnLocation, findFishingTripByReturnLocation, findFishingTripByReturnLocation, findFishingTripByScientificCruise, findFishingTripByScientificCruise, findFishingTripByScientificCruise, findFishingTripByScientificCruise, findFishingTripByScientificCruise, findFishingTripByScientificCruise, findFishingTripByScientificCruise, findFishingTripByScientificCruise, findFishingTripByVessel, findFishingTripByVessel, findFishingTripByVessel, findFishingTripByVessel, findFishingTripByVessel, findFishingTripByVessel, findFishingTripByVessel, findFishingTripByVessel, getAllClusterFishingTripSinceDateSynchro, getAllFishingTrip, getAllFishingTrip, getAllFishingTrip, getAllFishingTrip, getAllFishingTrip, getAllFishingTrip, getAllFishingTrip, getAllFishingTrip, getAllFishingTripSinceDateSynchro, getAllFishingTripSinceDateSynchro, getAllFishingTripSinceDateSynchro, getAllFishingTripSinceDateSynchro, getAllFishingTripSinceDateSynchro, getAllFishingTripSinceDateSynchro, getAllFishingTripSinceDateSynchro, getAllFishingTripSinceDateSynchro, remoteFishingTripFullVOToEntity, remoteFishingTripFullVOToEntity, remoteFishingTripFullVOToEntityCollection, remoteFishingTripNaturalIdToEntity, remoteFishingTripNaturalIdToEntity, remoteFishingTripNaturalIdToEntityCollection, remove, toClusterFishingTrip, toClusterFishingTrip, toClusterFishingTripArray, toClusterFishingTripCollection, toRemoteFishingTripFullVO, toRemoteFishingTripFullVO, toRemoteFishingTripFullVOArray, toRemoteFishingTripFullVOCollection, toRemoteFishingTripNaturalId, toRemoteFishingTripNaturalId, toRemoteFishingTripNaturalIdArray, toRemoteFishingTripNaturalIdCollection, update
 

Field Detail

TRANSFORM_REMOTEOBSERVEDFISHINGTRIPFULLVO

static final int TRANSFORM_REMOTEOBSERVEDFISHINGTRIPFULLVO
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 RemoteObservedFishingTripFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEOBSERVEDFISHINGTRIPNATURALID

static final int TRANSFORM_REMOTEOBSERVEDFISHINGTRIPNATURALID
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 RemoteObservedFishingTripNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTEROBSERVEDFISHINGTRIP

static final int TRANSFORM_CLUSTEROBSERVEDFISHINGTRIP
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 ClusterObservedFishingTrip.

See Also:
Constant Field Values
Method Detail

toRemoteObservedFishingTripFullVO

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


toRemoteObservedFishingTripFullVO

RemoteObservedFishingTripFullVO toRemoteObservedFishingTripFullVO(ObservedFishingTrip entity)
Converts this DAO's entity to an object of type RemoteObservedFishingTripFullVO.


toRemoteObservedFishingTripFullVOCollection

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


toRemoteObservedFishingTripFullVOArray

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


remoteObservedFishingTripFullVOToEntity

void remoteObservedFishingTripFullVOToEntity(RemoteObservedFishingTripFullVO source,
                                             ObservedFishingTrip target,
                                             boolean copyIfNull)
Copies the fields of RemoteObservedFishingTripFullVO 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.

remoteObservedFishingTripFullVOToEntity

ObservedFishingTrip remoteObservedFishingTripFullVOToEntity(RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVO)
Converts an instance of type RemoteObservedFishingTripFullVO to this DAO's entity.


remoteObservedFishingTripFullVOToEntityCollection

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


toRemoteObservedFishingTripNaturalId

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


toRemoteObservedFishingTripNaturalId

RemoteObservedFishingTripNaturalId toRemoteObservedFishingTripNaturalId(ObservedFishingTrip entity)
Converts this DAO's entity to an object of type RemoteObservedFishingTripNaturalId.


toRemoteObservedFishingTripNaturalIdCollection

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


toRemoteObservedFishingTripNaturalIdArray

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


remoteObservedFishingTripNaturalIdToEntity

void remoteObservedFishingTripNaturalIdToEntity(RemoteObservedFishingTripNaturalId source,
                                                ObservedFishingTrip target,
                                                boolean copyIfNull)
Copies the fields of RemoteObservedFishingTripNaturalId 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.

remoteObservedFishingTripNaturalIdToEntity

ObservedFishingTrip remoteObservedFishingTripNaturalIdToEntity(RemoteObservedFishingTripNaturalId remoteObservedFishingTripNaturalId)
Converts an instance of type RemoteObservedFishingTripNaturalId to this DAO's entity.


remoteObservedFishingTripNaturalIdToEntityCollection

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


toClusterObservedFishingTrip

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


toClusterObservedFishingTrip

ClusterObservedFishingTrip toClusterObservedFishingTrip(ObservedFishingTrip entity)
Converts this DAO's entity to an object of type ClusterObservedFishingTrip.


toClusterObservedFishingTripCollection

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


toClusterObservedFishingTripArray

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


clusterObservedFishingTripToEntity

void clusterObservedFishingTripToEntity(ClusterObservedFishingTrip source,
                                        ObservedFishingTrip target,
                                        boolean copyIfNull)
Copies the fields of ClusterObservedFishingTrip 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.

clusterObservedFishingTripToEntity

ObservedFishingTrip clusterObservedFishingTripToEntity(ClusterObservedFishingTrip clusterObservedFishingTrip)
Converts an instance of type ClusterObservedFishingTrip to this DAO's entity.


clusterObservedFishingTripToEntityCollection

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


load

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

Specified by:
load in interface FishingTripDao

load

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

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

Specified by:
load in interface FishingTripDao
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 ObservedFishingTrip.

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

loadAll

java.util.Collection loadAll(int transform)

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

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

loadAll

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

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

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

loadAll

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

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

Specified by:
loadAll in interface FishingTripDao
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

FishingTrip create(ObservedFishingTrip observedFishingTrip)
Creates an instance of fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        ObservedFishingTrip observedFishingTrip)

Does the same thing as create(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip) 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.fishingTrip.ObservedFishingTrip and adds from the passed in entities collection

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

Specified by:
create in interface FishingTripDao

create

FishingTrip create(java.util.Date departureDateTime,
                   java.util.Date returnDateTime,
                   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,
                   java.util.Collection surveyMeasurements,
                   DeclaredDocumentReference declaredDocumentReference,
                   ScientificCruise scientificCruise,
                   java.util.Collection landings,
                   Vessel vessel,
                   Location returnLocation,
                   Location departureLocation,
                   Program program,
                   Department recorderDepartment,
                   java.util.Collection fishingTripOrigins,
                   QualityFlag qualityFlag,
                   java.util.Collection sales,
                   java.util.Collection operations,
                   java.util.Collection transshipments,
                   java.util.Collection vesselUseFeatures,
                   java.util.Collection gearPhysicalFeatures,
                   Person recorderPerson,
                   java.util.Collection observerPersons,
                   java.util.Collection expectedSales)

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


create

java.lang.Object create(int transform,
                        java.util.Date departureDateTime,
                        java.util.Date returnDateTime,
                        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,
                        java.util.Collection surveyMeasurements,
                        DeclaredDocumentReference declaredDocumentReference,
                        ScientificCruise scientificCruise,
                        java.util.Collection landings,
                        Vessel vessel,
                        Location returnLocation,
                        Location departureLocation,
                        Program program,
                        Department recorderDepartment,
                        java.util.Collection fishingTripOrigins,
                        QualityFlag qualityFlag,
                        java.util.Collection sales,
                        java.util.Collection operations,
                        java.util.Collection transshipments,
                        java.util.Collection vesselUseFeatures,
                        java.util.Collection gearPhysicalFeatures,
                        Person recorderPerson,
                        java.util.Collection observerPersons,
                        java.util.Collection expectedSales)

Does the same thing as create(java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,java.util.Collection,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.administration.user.Person,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

FishingTrip create(java.util.Date creationDate,
                   java.util.Date departureDateTime,
                   Location departureLocation,
                   java.util.Collection observerPersons,
                   Program program,
                   QualityFlag qualityFlag,
                   Department recorderDepartment,
                   java.util.Date returnDateTime,
                   Location returnLocation,
                   Vessel vessel)

Creates a new fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip 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 departureDateTime,
                        Location departureLocation,
                        java.util.Collection observerPersons,
                        Program program,
                        QualityFlag qualityFlag,
                        Department recorderDepartment,
                        java.util.Date returnDateTime,
                        Location returnLocation,
                        Vessel vessel)

Does the same thing as create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.location.Location,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.util.Date,fr.ifremer.allegro.referential.location.Location,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(ObservedFishingTrip observedFishingTrip)
Updates the observedFishingTrip instance in the persistent store.


update

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

Specified by:
update in interface FishingTripDao

remove

void remove(ObservedFishingTrip observedFishingTrip)
Removes the instance of fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip from the persistent store.


remove

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

Specified by:
remove in interface FishingTripDao

remove

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

Specified by:
remove in interface FishingTripDao

getAllObservedFishingTrip

java.util.Collection getAllObservedFishingTrip()

getAllObservedFishingTrip

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

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


getAllObservedFishingTrip

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

Does the same thing as getAllObservedFishingTrip() 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.


getAllObservedFishingTrip

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

Does the same thing as getAllObservedFishingTrip(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.


getAllObservedFishingTrip

java.util.Collection getAllObservedFishingTrip(int transform)

Does the same thing as getAllObservedFishingTrip() 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.


getAllObservedFishingTrip

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

Does the same thing as getAllObservedFishingTrip(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.


getAllObservedFishingTrip

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

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


getAllObservedFishingTrip

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

Does the same thing as getAllObservedFishingTrip(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.


findObservedFishingTripById

ObservedFishingTrip findObservedFishingTripById(java.lang.Integer id)

findObservedFishingTripById

ObservedFishingTrip findObservedFishingTripById(java.lang.String queryString,
                                                java.lang.Integer id)

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


findObservedFishingTripById

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

Does the same thing as findObservedFishingTripById(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.


findObservedFishingTripById

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

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


findObservedFishingTripByReturnLocation

java.util.Collection findObservedFishingTripByReturnLocation(Location returnLocation)

findObservedFishingTripByReturnLocation

java.util.Collection findObservedFishingTripByReturnLocation(java.lang.String queryString,
                                                             Location returnLocation)

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


findObservedFishingTripByReturnLocation

java.util.Collection findObservedFishingTripByReturnLocation(int pageNumber,
                                                             int pageSize,
                                                             Location returnLocation)

Does the same thing as findObservedFishingTripByReturnLocation(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.


findObservedFishingTripByReturnLocation

java.util.Collection findObservedFishingTripByReturnLocation(java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             Location returnLocation)

Does the same thing as findObservedFishingTripByReturnLocation(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.


findObservedFishingTripByReturnLocation

java.util.Collection findObservedFishingTripByReturnLocation(int transform,
                                                             Location returnLocation)

Does the same thing as findObservedFishingTripByReturnLocation(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.


findObservedFishingTripByReturnLocation

java.util.Collection findObservedFishingTripByReturnLocation(int transform,
                                                             int pageNumber,
                                                             int pageSize,
                                                             Location returnLocation)

Does the same thing as findObservedFishingTripByReturnLocation(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.


findObservedFishingTripByReturnLocation

java.util.Collection findObservedFishingTripByReturnLocation(int transform,
                                                             java.lang.String queryString,
                                                             Location returnLocation)

Does the same thing as findObservedFishingTripByReturnLocation(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 findObservedFishingTripByReturnLocation(int, fr.ifremer.allegro.referential.location.Location returnLocation).


findObservedFishingTripByReturnLocation

java.util.Collection findObservedFishingTripByReturnLocation(int transform,
                                                             java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             Location returnLocation)

Does the same thing as findObservedFishingTripByReturnLocation(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.


findObservedFishingTripByDepartureLocation

java.util.Collection findObservedFishingTripByDepartureLocation(Location departureLocation)

findObservedFishingTripByDepartureLocation

java.util.Collection findObservedFishingTripByDepartureLocation(java.lang.String queryString,
                                                                Location departureLocation)

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


findObservedFishingTripByDepartureLocation

java.util.Collection findObservedFishingTripByDepartureLocation(int pageNumber,
                                                                int pageSize,
                                                                Location departureLocation)

Does the same thing as findObservedFishingTripByDepartureLocation(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.


findObservedFishingTripByDepartureLocation

java.util.Collection findObservedFishingTripByDepartureLocation(java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize,
                                                                Location departureLocation)

Does the same thing as findObservedFishingTripByDepartureLocation(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.


findObservedFishingTripByDepartureLocation

java.util.Collection findObservedFishingTripByDepartureLocation(int transform,
                                                                Location departureLocation)

Does the same thing as findObservedFishingTripByDepartureLocation(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.


findObservedFishingTripByDepartureLocation

java.util.Collection findObservedFishingTripByDepartureLocation(int transform,
                                                                int pageNumber,
                                                                int pageSize,
                                                                Location departureLocation)

Does the same thing as findObservedFishingTripByDepartureLocation(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.


findObservedFishingTripByDepartureLocation

java.util.Collection findObservedFishingTripByDepartureLocation(int transform,
                                                                java.lang.String queryString,
                                                                Location departureLocation)

Does the same thing as findObservedFishingTripByDepartureLocation(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 findObservedFishingTripByDepartureLocation(int, fr.ifremer.allegro.referential.location.Location departureLocation).


findObservedFishingTripByDepartureLocation

java.util.Collection findObservedFishingTripByDepartureLocation(int transform,
                                                                java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize,
                                                                Location departureLocation)

Does the same thing as findObservedFishingTripByDepartureLocation(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.


findObservedFishingTripByVessel

java.util.Collection findObservedFishingTripByVessel(Vessel vessel)

findObservedFishingTripByVessel

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

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


findObservedFishingTripByVessel

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

Does the same thing as findObservedFishingTripByVessel(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.


findObservedFishingTripByVessel

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

Does the same thing as findObservedFishingTripByVessel(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.


findObservedFishingTripByVessel

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

Does the same thing as findObservedFishingTripByVessel(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.


findObservedFishingTripByVessel

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

Does the same thing as findObservedFishingTripByVessel(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.


findObservedFishingTripByVessel

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

Does the same thing as findObservedFishingTripByVessel(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 findObservedFishingTripByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel).


findObservedFishingTripByVessel

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

Does the same thing as findObservedFishingTripByVessel(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.


findObservedFishingTripByScientificCruise

java.util.Collection findObservedFishingTripByScientificCruise(ScientificCruise scientificCruise)

findObservedFishingTripByScientificCruise

java.util.Collection findObservedFishingTripByScientificCruise(java.lang.String queryString,
                                                               ScientificCruise scientificCruise)

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


findObservedFishingTripByScientificCruise

java.util.Collection findObservedFishingTripByScientificCruise(int pageNumber,
                                                               int pageSize,
                                                               ScientificCruise scientificCruise)

Does the same thing as findObservedFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) 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.


findObservedFishingTripByScientificCruise

java.util.Collection findObservedFishingTripByScientificCruise(java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               ScientificCruise scientificCruise)

Does the same thing as findObservedFishingTripByScientificCruise(String, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) 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.


findObservedFishingTripByScientificCruise

java.util.Collection findObservedFishingTripByScientificCruise(int transform,
                                                               ScientificCruise scientificCruise)

Does the same thing as findObservedFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) 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.


findObservedFishingTripByScientificCruise

java.util.Collection findObservedFishingTripByScientificCruise(int transform,
                                                               int pageNumber,
                                                               int pageSize,
                                                               ScientificCruise scientificCruise)

Does the same thing as findObservedFishingTripByScientificCruise(int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) 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.


findObservedFishingTripByScientificCruise

java.util.Collection findObservedFishingTripByScientificCruise(int transform,
                                                               java.lang.String queryString,
                                                               ScientificCruise scientificCruise)

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


findObservedFishingTripByScientificCruise

java.util.Collection findObservedFishingTripByScientificCruise(int transform,
                                                               java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               ScientificCruise scientificCruise)

Does the same thing as findObservedFishingTripByScientificCruise(int, String, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) 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.


findObservedFishingTripByDeclaredDocumentReference

java.util.Collection findObservedFishingTripByDeclaredDocumentReference(DeclaredDocumentReference declaredDocumentReference)

findObservedFishingTripByDeclaredDocumentReference

java.util.Collection findObservedFishingTripByDeclaredDocumentReference(java.lang.String queryString,
                                                                        DeclaredDocumentReference declaredDocumentReference)

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


findObservedFishingTripByDeclaredDocumentReference

java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int pageNumber,
                                                                        int pageSize,
                                                                        DeclaredDocumentReference declaredDocumentReference)

Does the same thing as findObservedFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) 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.


findObservedFishingTripByDeclaredDocumentReference

java.util.Collection findObservedFishingTripByDeclaredDocumentReference(java.lang.String queryString,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        DeclaredDocumentReference declaredDocumentReference)

Does the same thing as findObservedFishingTripByDeclaredDocumentReference(String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) 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.


findObservedFishingTripByDeclaredDocumentReference

java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int transform,
                                                                        DeclaredDocumentReference declaredDocumentReference)

Does the same thing as findObservedFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) 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.


findObservedFishingTripByDeclaredDocumentReference

java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int transform,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        DeclaredDocumentReference declaredDocumentReference)

Does the same thing as findObservedFishingTripByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) 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.


findObservedFishingTripByDeclaredDocumentReference

java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int transform,
                                                                        java.lang.String queryString,
                                                                        DeclaredDocumentReference declaredDocumentReference)

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


findObservedFishingTripByDeclaredDocumentReference

java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int transform,
                                                                        java.lang.String queryString,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        DeclaredDocumentReference declaredDocumentReference)

Does the same thing as findObservedFishingTripByDeclaredDocumentReference(int, String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) 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.


findObservedFishingTripByProgram

java.util.Collection findObservedFishingTripByProgram(Program program)

findObservedFishingTripByProgram

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

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


findObservedFishingTripByProgram

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

Does the same thing as findObservedFishingTripByProgram(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.


findObservedFishingTripByProgram

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

Does the same thing as findObservedFishingTripByProgram(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.


findObservedFishingTripByProgram

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

Does the same thing as findObservedFishingTripByProgram(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.


findObservedFishingTripByProgram

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

Does the same thing as findObservedFishingTripByProgram(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.


findObservedFishingTripByProgram

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

Does the same thing as findObservedFishingTripByProgram(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 findObservedFishingTripByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program).


findObservedFishingTripByProgram

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

Does the same thing as findObservedFishingTripByProgram(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.


findObservedFishingTripByRecorderDepartment

java.util.Collection findObservedFishingTripByRecorderDepartment(Department recorderDepartment)

findObservedFishingTripByRecorderDepartment

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

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


findObservedFishingTripByRecorderDepartment

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

Does the same thing as findObservedFishingTripByRecorderDepartment(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.


findObservedFishingTripByRecorderDepartment

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

Does the same thing as findObservedFishingTripByRecorderDepartment(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.


findObservedFishingTripByRecorderDepartment

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

Does the same thing as findObservedFishingTripByRecorderDepartment(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.


findObservedFishingTripByRecorderDepartment

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

Does the same thing as findObservedFishingTripByRecorderDepartment(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.


findObservedFishingTripByRecorderDepartment

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

Does the same thing as findObservedFishingTripByRecorderDepartment(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 findObservedFishingTripByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department recorderDepartment).


findObservedFishingTripByRecorderDepartment

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

Does the same thing as findObservedFishingTripByRecorderDepartment(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.


findObservedFishingTripByQualityFlag

java.util.Collection findObservedFishingTripByQualityFlag(QualityFlag qualityFlag)

findObservedFishingTripByQualityFlag

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

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


findObservedFishingTripByQualityFlag

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

Does the same thing as findObservedFishingTripByQualityFlag(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.


findObservedFishingTripByQualityFlag

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

Does the same thing as findObservedFishingTripByQualityFlag(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.


findObservedFishingTripByQualityFlag

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

Does the same thing as findObservedFishingTripByQualityFlag(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.


findObservedFishingTripByQualityFlag

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

Does the same thing as findObservedFishingTripByQualityFlag(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.


findObservedFishingTripByQualityFlag

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

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


findObservedFishingTripByQualityFlag

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

Does the same thing as findObservedFishingTripByQualityFlag(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.


findObservedFishingTripByRecorderPerson

java.util.Collection findObservedFishingTripByRecorderPerson(Person recorderPerson)

findObservedFishingTripByRecorderPerson

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

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


findObservedFishingTripByRecorderPerson

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

Does the same thing as findObservedFishingTripByRecorderPerson(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.


findObservedFishingTripByRecorderPerson

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

Does the same thing as findObservedFishingTripByRecorderPerson(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.


findObservedFishingTripByRecorderPerson

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

Does the same thing as findObservedFishingTripByRecorderPerson(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.


findObservedFishingTripByRecorderPerson

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

Does the same thing as findObservedFishingTripByRecorderPerson(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.


findObservedFishingTripByRecorderPerson

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

Does the same thing as findObservedFishingTripByRecorderPerson(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 findObservedFishingTripByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person recorderPerson).


findObservedFishingTripByRecorderPerson

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

Does the same thing as findObservedFishingTripByRecorderPerson(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.


findObservedFishingTripByNaturalId

ObservedFishingTrip findObservedFishingTripByNaturalId(java.util.Date departureDateTime,
                                                       Vessel vessel,
                                                       Program program)

findObservedFishingTripByNaturalId

ObservedFishingTrip findObservedFishingTripByNaturalId(java.lang.String queryString,
                                                       java.util.Date departureDateTime,
                                                       Vessel vessel,
                                                       Program program)

Does the same thing as findObservedFishingTripByNaturalId(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 findObservedFishingTripByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program).


findObservedFishingTripByNaturalId

java.lang.Object findObservedFishingTripByNaturalId(int transform,
                                                    java.util.Date departureDateTime,
                                                    Vessel vessel,
                                                    Program program)

Does the same thing as findObservedFishingTripByNaturalId(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.


findObservedFishingTripByNaturalId

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

Does the same thing as findObservedFishingTripByNaturalId(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 findObservedFishingTripByNaturalId(int, java.util.Date departureDateTime, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program).


getAllObservedFishingTripSinceDateSynchro

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

getAllObservedFishingTripSinceDateSynchro

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

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


getAllObservedFishingTripSinceDateSynchro

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

Does the same thing as getAllObservedFishingTripSinceDateSynchro(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.


getAllObservedFishingTripSinceDateSynchro

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

Does the same thing as getAllObservedFishingTripSinceDateSynchro(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.


getAllObservedFishingTripSinceDateSynchro

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

Does the same thing as getAllObservedFishingTripSinceDateSynchro(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.


getAllObservedFishingTripSinceDateSynchro

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

Does the same thing as getAllObservedFishingTripSinceDateSynchro(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.


getAllObservedFishingTripSinceDateSynchro

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

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


getAllObservedFishingTripSinceDateSynchro

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

Does the same thing as getAllObservedFishingTripSinceDateSynchro(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.


createFromClusterObservedFishingTrip

ObservedFishingTrip createFromClusterObservedFishingTrip(ClusterObservedFishingTrip clusterObservedFishingTrip)

getAllClusterObservedFishingTripSinceDateSynchro

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

search

PaginationResult search(int transform,
                        int pageNumber,
                        int pageSize,
                        Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize. These flags allow you to limit your data to a specified page number and size.

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

search

PaginationResult search(int pageNumber,
                        int pageSize,
                        Search search)
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize. These flags allow you to limit your data to a specified page number and size.

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

search

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

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

search

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

Specified by:
search in interface FishingTripDao
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.