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

All Known Subinterfaces:
ObservedFishingTripDao
All Known Implementing Classes:
FishingTripDaoBase, FishingTripDaoImpl, ObservedFishingTripDaoBase, ObservedFishingTripDaoImpl

public interface FishingTripDao

See Also:
FishingTrip

Field Summary
static int TRANSFORM_CLUSTERFISHINGTRIP
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_NONE
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTEFISHINGTRIPFULLVO
          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_REMOTEFISHINGTRIPNATURALID
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
 
Method Summary
 FishingTrip clusterFishingTripToEntity(ClusterFishingTrip clusterFishingTrip)
          Converts an instance of type ClusterFishingTrip to this DAO's entity.
 void clusterFishingTripToEntity(ClusterFishingTrip source, FishingTrip target, boolean copyIfNull)
          Copies the fields of ClusterFishingTrip to the specified entity.
 void clusterFishingTripToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterFishingTrip to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip and adds from the passed in entities collection
 FishingTrip create(java.util.Date creationDate, java.util.Date departureDateTime, Location departureLocation, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date returnDateTime, Location returnLocation, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip 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)
           Creates a new fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip instance from all attributes and properties and adds it to the persistent store.
 FishingTrip create(FishingTrip fishingTrip)
          Creates an instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip 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.FishingTrip) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date creationDate, java.util.Date departureDateTime, Location departureLocation, 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,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)
           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) with an additional flag called transform.
 java.lang.Object create(int transform, FishingTrip fishingTrip)
           Does the same thing as create(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional flag called transform.
 FishingTrip createFromClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
           
 java.util.Collection findFishingTripByDeclaredDocumentReference(DeclaredDocumentReference declaredDocumentReference)
           
 java.util.Collection findFishingTripByDeclaredDocumentReference(int transform, DeclaredDocumentReference declaredDocumentReference)
           Does the same thing as findFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an additional flag called transform.
 java.util.Collection findFishingTripByDeclaredDocumentReference(int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
           Does the same thing as findFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByDeclaredDocumentReference(int transform, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
           Does the same thing as findFishingTripByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByDeclaredDocumentReference(int transform, java.lang.String queryString, DeclaredDocumentReference declaredDocumentReference)
           Does the same thing as findFishingTripByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an additional argument called queryString.
 java.util.Collection findFishingTripByDeclaredDocumentReference(int transform, java.lang.String queryString, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
           Does the same thing as findFishingTripByDeclaredDocumentReference(int, String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByDeclaredDocumentReference(java.lang.String queryString, DeclaredDocumentReference declaredDocumentReference)
           Does the same thing as findFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an additional argument called queryString.
 java.util.Collection findFishingTripByDeclaredDocumentReference(java.lang.String queryString, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
           Does the same thing as findFishingTripByDeclaredDocumentReference(String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByDepartureLocation(int transform, int pageNumber, int pageSize, Location departureLocation)
           Does the same thing as findFishingTripByDepartureLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByDepartureLocation(int pageNumber, int pageSize, Location departureLocation)
           Does the same thing as findFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByDepartureLocation(int transform, Location departureLocation)
           Does the same thing as findFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 java.util.Collection findFishingTripByDepartureLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location departureLocation)
           Does the same thing as findFishingTripByDepartureLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByDepartureLocation(int transform, java.lang.String queryString, Location departureLocation)
           Does the same thing as findFishingTripByDepartureLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 java.util.Collection findFishingTripByDepartureLocation(Location departureLocation)
           
 java.util.Collection findFishingTripByDepartureLocation(java.lang.String queryString, int pageNumber, int pageSize, Location departureLocation)
           Does the same thing as findFishingTripByDepartureLocation(String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByDepartureLocation(java.lang.String queryString, Location departureLocation)
           Does the same thing as findFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 FishingTrip findFishingTripById(java.lang.Integer id)
           
 java.lang.Object findFishingTripById(int transform, java.lang.Integer id)
           Does the same thing as findFishingTripById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findFishingTripById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findFishingTripById(int, java.lang.Integer) with an additional argument called queryString.
 FishingTrip findFishingTripById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findFishingTripById(java.lang.Integer) with an additional argument called queryString.
 FishingTrip findFishingTripByNaturalId(java.util.Date departureDateTime, Vessel vessel, Program program)
           
 java.lang.Object findFishingTripByNaturalId(int transform, java.util.Date departureDateTime, Vessel vessel, Program program)
           Does the same thing as findFishingTripByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object findFishingTripByNaturalId(int transform, java.lang.String queryString, java.util.Date departureDateTime, Vessel vessel, Program program)
           Does the same thing as findFishingTripByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 FishingTrip findFishingTripByNaturalId(java.lang.String queryString, java.util.Date departureDateTime, Vessel vessel, Program program)
           Does the same thing as findFishingTripByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findFishingTripByProgram(int transform, int pageNumber, int pageSize, Program program)
           Does the same thing as findFishingTripByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByProgram(int pageNumber, int pageSize, Program program)
           Does the same thing as findFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByProgram(int transform, Program program)
           Does the same thing as findFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection findFishingTripByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findFishingTripByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByProgram(int transform, java.lang.String queryString, Program program)
           Does the same thing as findFishingTripByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findFishingTripByProgram(Program program)
           
 java.util.Collection findFishingTripByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findFishingTripByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByProgram(java.lang.String queryString, Program program)
           Does the same thing as findFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findFishingTripByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findFishingTripByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as findFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findFishingTripByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findFishingTripByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findFishingTripByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findFishingTripByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findFishingTripByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findFishingTripByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findFishingTripByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection findFishingTripByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as findFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection findFishingTripByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findFishingTripByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as findFishingTripByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findFishingTripByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findFishingTripByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as findFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findFishingTripByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findFishingTripByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByRecorderPerson(int transform, int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as findFishingTripByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByRecorderPerson(int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as findFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByRecorderPerson(int transform, Person recorderPerson)
           Does the same thing as findFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional flag called transform.
 java.util.Collection findFishingTripByRecorderPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as findFishingTripByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByRecorderPerson(int transform, java.lang.String queryString, Person recorderPerson)
           Does the same thing as findFishingTripByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an additional argument called queryString.
 java.util.Collection findFishingTripByRecorderPerson(Person recorderPerson)
           
 java.util.Collection findFishingTripByRecorderPerson(java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as findFishingTripByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByRecorderPerson(java.lang.String queryString, Person recorderPerson)
           Does the same thing as findFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional argument called queryString.
 java.util.Collection findFishingTripByReturnLocation(int transform, int pageNumber, int pageSize, Location returnLocation)
           Does the same thing as findFishingTripByReturnLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByReturnLocation(int pageNumber, int pageSize, Location returnLocation)
           Does the same thing as findFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByReturnLocation(int transform, Location returnLocation)
           Does the same thing as findFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 java.util.Collection findFishingTripByReturnLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location returnLocation)
           Does the same thing as findFishingTripByReturnLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByReturnLocation(int transform, java.lang.String queryString, Location returnLocation)
           Does the same thing as findFishingTripByReturnLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 java.util.Collection findFishingTripByReturnLocation(Location returnLocation)
           
 java.util.Collection findFishingTripByReturnLocation(java.lang.String queryString, int pageNumber, int pageSize, Location returnLocation)
           Does the same thing as findFishingTripByReturnLocation(String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByReturnLocation(java.lang.String queryString, Location returnLocation)
           Does the same thing as findFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 java.util.Collection findFishingTripByScientificCruise(int transform, int pageNumber, int pageSize, ScientificCruise scientificCruise)
           Does the same thing as findFishingTripByScientificCruise(int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByScientificCruise(int pageNumber, int pageSize, ScientificCruise scientificCruise)
           Does the same thing as findFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByScientificCruise(int transform, ScientificCruise scientificCruise)
           Does the same thing as findFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an additional flag called transform.
 java.util.Collection findFishingTripByScientificCruise(int transform, java.lang.String queryString, int pageNumber, int pageSize, ScientificCruise scientificCruise)
           Does the same thing as findFishingTripByScientificCruise(int, String, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByScientificCruise(int transform, java.lang.String queryString, ScientificCruise scientificCruise)
           Does the same thing as findFishingTripByScientificCruise(int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an additional argument called queryString.
 java.util.Collection findFishingTripByScientificCruise(ScientificCruise scientificCruise)
           
 java.util.Collection findFishingTripByScientificCruise(java.lang.String queryString, int pageNumber, int pageSize, ScientificCruise scientificCruise)
           Does the same thing as findFishingTripByScientificCruise(String, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByScientificCruise(java.lang.String queryString, ScientificCruise scientificCruise)
           Does the same thing as findFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an additional argument called queryString.
 java.util.Collection findFishingTripByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findFishingTripByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByVessel(int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findFishingTripByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByVessel(int transform, java.lang.String queryString, Vessel vessel)
           Does the same thing as findFishingTripByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findFishingTripByVessel(int transform, Vessel vessel)
           Does the same thing as findFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.util.Collection findFishingTripByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findFishingTripByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripByVessel(java.lang.String queryString, Vessel vessel)
           Does the same thing as findFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findFishingTripByVessel(Vessel vessel)
           
 ClusterFishingTrip[] getAllClusterFishingTripSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllFishingTrip()
           
 java.util.Collection getAllFishingTrip(int transform)
           Does the same thing as getAllFishingTrip() with an additional flag called transform.
 java.util.Collection getAllFishingTrip(int pageNumber, int pageSize)
           Does the same thing as getAllFishingTrip() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllFishingTrip(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllFishingTrip(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllFishingTrip(int transform, java.lang.String queryString)
           Does the same thing as getAllFishingTrip(int) with an additional argument called queryString.
 java.util.Collection getAllFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllFishingTrip(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllFishingTrip(java.lang.String queryString)
           Does the same thing as getAllFishingTrip() with an additional argument called queryString.
 java.util.Collection getAllFishingTrip(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllFishingTrip(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllFishingTripSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllFishingTripSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllFishingTripSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllFishingTripSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllFishingTripSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllFishingTripSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllFishingTripSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllFishingTripSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllFishingTripSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as getAllFishingTripSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllFishingTripSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllFishingTripSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllFishingTripSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllFishingTripSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllFishingTripSinceDateSynchro(java.sql.Timestamp updateDate)
           
 FishingTrip load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip 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 FishingTrip.
 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.
 FishingTrip remoteFishingTripFullVOToEntity(RemoteFishingTripFullVO remoteFishingTripFullVO)
          Converts an instance of type RemoteFishingTripFullVO to this DAO's entity.
 void remoteFishingTripFullVOToEntity(RemoteFishingTripFullVO source, FishingTrip target, boolean copyIfNull)
          Copies the fields of RemoteFishingTripFullVO to the specified entity.
 void remoteFishingTripFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteFishingTripFullVO to this DAO's entity.
 FishingTrip remoteFishingTripNaturalIdToEntity(RemoteFishingTripNaturalId remoteFishingTripNaturalId)
          Converts an instance of type RemoteFishingTripNaturalId to this DAO's entity.
 void remoteFishingTripNaturalIdToEntity(RemoteFishingTripNaturalId source, FishingTrip target, boolean copyIfNull)
          Copies the fields of RemoteFishingTripNaturalId to the specified entity.
 void remoteFishingTripNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteFishingTripNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(FishingTrip fishingTrip)
          Removes the instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip from the persistent store.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip having the given identifier 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.
 ClusterFishingTrip toClusterFishingTrip(FishingTrip entity)
          Converts this DAO's entity to an object of type ClusterFishingTrip.
 void toClusterFishingTrip(FishingTrip source, ClusterFishingTrip target)
          Copies the fields of the specified entity to the target value object.
 ClusterFishingTrip[] toClusterFishingTripArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterFishingTrip.
 void toClusterFishingTripCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterFishingTrip.
 RemoteFishingTripFullVO toRemoteFishingTripFullVO(FishingTrip entity)
          Converts this DAO's entity to an object of type RemoteFishingTripFullVO.
 void toRemoteFishingTripFullVO(FishingTrip source, RemoteFishingTripFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteFishingTripFullVO[] toRemoteFishingTripFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteFishingTripFullVO.
 void toRemoteFishingTripFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteFishingTripFullVO.
 RemoteFishingTripNaturalId toRemoteFishingTripNaturalId(FishingTrip entity)
          Converts this DAO's entity to an object of type RemoteFishingTripNaturalId.
 void toRemoteFishingTripNaturalId(FishingTrip source, RemoteFishingTripNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteFishingTripNaturalId[] toRemoteFishingTripNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteFishingTripNaturalId.
 void toRemoteFishingTripNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteFishingTripNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(FishingTrip fishingTrip)
          Updates the fishingTrip instance in the persistent store.
 

Field Detail

TRANSFORM_NONE

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

This specific flag denotes no transformation will occur.

See Also:
Constant Field Values

TRANSFORM_REMOTEFISHINGTRIPFULLVO

static final int TRANSFORM_REMOTEFISHINGTRIPFULLVO
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 RemoteFishingTripFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEFISHINGTRIPNATURALID

static final int TRANSFORM_REMOTEFISHINGTRIPNATURALID
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 RemoteFishingTripNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERFISHINGTRIP

static final int TRANSFORM_CLUSTERFISHINGTRIP
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 ClusterFishingTrip.

See Also:
Constant Field Values
Method Detail

toRemoteFishingTripFullVO

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


toRemoteFishingTripFullVO

RemoteFishingTripFullVO toRemoteFishingTripFullVO(FishingTrip entity)
Converts this DAO's entity to an object of type RemoteFishingTripFullVO.


toRemoteFishingTripFullVOCollection

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


toRemoteFishingTripFullVOArray

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


remoteFishingTripFullVOToEntity

void remoteFishingTripFullVOToEntity(RemoteFishingTripFullVO source,
                                     FishingTrip target,
                                     boolean copyIfNull)
Copies the fields of RemoteFishingTripFullVO 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.

remoteFishingTripFullVOToEntity

FishingTrip remoteFishingTripFullVOToEntity(RemoteFishingTripFullVO remoteFishingTripFullVO)
Converts an instance of type RemoteFishingTripFullVO to this DAO's entity.


remoteFishingTripFullVOToEntityCollection

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


toRemoteFishingTripNaturalId

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


toRemoteFishingTripNaturalId

RemoteFishingTripNaturalId toRemoteFishingTripNaturalId(FishingTrip entity)
Converts this DAO's entity to an object of type RemoteFishingTripNaturalId.


toRemoteFishingTripNaturalIdCollection

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


toRemoteFishingTripNaturalIdArray

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


remoteFishingTripNaturalIdToEntity

void remoteFishingTripNaturalIdToEntity(RemoteFishingTripNaturalId source,
                                        FishingTrip target,
                                        boolean copyIfNull)
Copies the fields of RemoteFishingTripNaturalId 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.

remoteFishingTripNaturalIdToEntity

FishingTrip remoteFishingTripNaturalIdToEntity(RemoteFishingTripNaturalId remoteFishingTripNaturalId)
Converts an instance of type RemoteFishingTripNaturalId to this DAO's entity.


remoteFishingTripNaturalIdToEntityCollection

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


toClusterFishingTrip

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


toClusterFishingTrip

ClusterFishingTrip toClusterFishingTrip(FishingTrip entity)
Converts this DAO's entity to an object of type ClusterFishingTrip.


toClusterFishingTripCollection

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


toClusterFishingTripArray

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


clusterFishingTripToEntity

void clusterFishingTripToEntity(ClusterFishingTrip source,
                                FishingTrip target,
                                boolean copyIfNull)
Copies the fields of ClusterFishingTrip 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.

clusterFishingTripToEntity

FishingTrip clusterFishingTripToEntity(ClusterFishingTrip clusterFishingTrip)
Converts an instance of type ClusterFishingTrip to this DAO's entity.


clusterFishingTripToEntityCollection

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


load

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


load

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

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

Parameters:
id - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.

loadAll

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

Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int transform)

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

Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.

loadAll

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

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

Parameters:
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.

loadAll

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

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

Parameters:
transform - the flag indicating what transformation to use.
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.

create

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


create

java.lang.Object create(int transform,
                        FishingTrip fishingTrip)

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

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


create

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)

Creates a new fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip 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)

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) 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,
                   Program program,
                   QualityFlag qualityFlag,
                   Department recorderDepartment,
                   java.util.Date returnDateTime,
                   Location returnLocation,
                   Vessel vessel)

Creates a new fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip 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,
                        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,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(FishingTrip fishingTrip)
Updates the fishingTrip instance in the persistent store.


update

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


remove

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


remove

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


remove

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


getAllFishingTrip

java.util.Collection getAllFishingTrip()

getAllFishingTrip

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

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


getAllFishingTrip

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

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


getAllFishingTrip

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

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


getAllFishingTrip

java.util.Collection getAllFishingTrip(int transform)

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


getAllFishingTrip

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

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


getAllFishingTrip

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

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


getAllFishingTrip

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

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


findFishingTripById

FishingTrip findFishingTripById(java.lang.Integer id)

findFishingTripById

FishingTrip findFishingTripById(java.lang.String queryString,
                                java.lang.Integer id)

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


findFishingTripById

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

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


findFishingTripById

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

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


findFishingTripByReturnLocation

java.util.Collection findFishingTripByReturnLocation(Location returnLocation)

findFishingTripByReturnLocation

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

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


findFishingTripByReturnLocation

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

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


findFishingTripByReturnLocation

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

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


findFishingTripByReturnLocation

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

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


findFishingTripByReturnLocation

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

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


findFishingTripByReturnLocation

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

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


findFishingTripByReturnLocation

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

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


findFishingTripByDepartureLocation

java.util.Collection findFishingTripByDepartureLocation(Location departureLocation)

findFishingTripByDepartureLocation

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

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


findFishingTripByDepartureLocation

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

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


findFishingTripByDepartureLocation

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

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


findFishingTripByDepartureLocation

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

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


findFishingTripByDepartureLocation

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

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


findFishingTripByDepartureLocation

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

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


findFishingTripByDepartureLocation

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

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


findFishingTripByVessel

java.util.Collection findFishingTripByVessel(Vessel vessel)

findFishingTripByVessel

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

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


findFishingTripByVessel

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

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


findFishingTripByVessel

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

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


findFishingTripByVessel

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

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


findFishingTripByVessel

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

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


findFishingTripByVessel

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

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


findFishingTripByVessel

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

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


findFishingTripByScientificCruise

java.util.Collection findFishingTripByScientificCruise(ScientificCruise scientificCruise)

findFishingTripByScientificCruise

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

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


findFishingTripByScientificCruise

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

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


findFishingTripByScientificCruise

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

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


findFishingTripByScientificCruise

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

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


findFishingTripByScientificCruise

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

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


findFishingTripByScientificCruise

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

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


findFishingTripByScientificCruise

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

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


findFishingTripByDeclaredDocumentReference

java.util.Collection findFishingTripByDeclaredDocumentReference(DeclaredDocumentReference declaredDocumentReference)

findFishingTripByDeclaredDocumentReference

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

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


findFishingTripByDeclaredDocumentReference

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

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


findFishingTripByDeclaredDocumentReference

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

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


findFishingTripByDeclaredDocumentReference

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

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


findFishingTripByDeclaredDocumentReference

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

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


findFishingTripByDeclaredDocumentReference

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

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


findFishingTripByDeclaredDocumentReference

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

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


findFishingTripByProgram

java.util.Collection findFishingTripByProgram(Program program)

findFishingTripByProgram

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

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


findFishingTripByProgram

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

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


findFishingTripByProgram

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

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


findFishingTripByProgram

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

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


findFishingTripByProgram

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

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


findFishingTripByProgram

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

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


findFishingTripByProgram

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

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


findFishingTripByRecorderDepartment

java.util.Collection findFishingTripByRecorderDepartment(Department recorderDepartment)

findFishingTripByRecorderDepartment

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

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


findFishingTripByRecorderDepartment

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

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


findFishingTripByRecorderDepartment

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

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


findFishingTripByRecorderDepartment

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

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


findFishingTripByRecorderDepartment

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

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


findFishingTripByRecorderDepartment

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

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


findFishingTripByRecorderDepartment

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

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


findFishingTripByQualityFlag

java.util.Collection findFishingTripByQualityFlag(QualityFlag qualityFlag)

findFishingTripByQualityFlag

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

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


findFishingTripByQualityFlag

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

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


findFishingTripByQualityFlag

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

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


findFishingTripByQualityFlag

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

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


findFishingTripByQualityFlag

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

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


findFishingTripByQualityFlag

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

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


findFishingTripByQualityFlag

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

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


findFishingTripByRecorderPerson

java.util.Collection findFishingTripByRecorderPerson(Person recorderPerson)

findFishingTripByRecorderPerson

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

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


findFishingTripByRecorderPerson

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

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


findFishingTripByRecorderPerson

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

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


findFishingTripByRecorderPerson

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

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


findFishingTripByRecorderPerson

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

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


findFishingTripByRecorderPerson

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

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


findFishingTripByRecorderPerson

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

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


findFishingTripByNaturalId

FishingTrip findFishingTripByNaturalId(java.util.Date departureDateTime,
                                       Vessel vessel,
                                       Program program)

findFishingTripByNaturalId

FishingTrip findFishingTripByNaturalId(java.lang.String queryString,
                                       java.util.Date departureDateTime,
                                       Vessel vessel,
                                       Program program)

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


findFishingTripByNaturalId

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

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


findFishingTripByNaturalId

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

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


getAllFishingTripSinceDateSynchro

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

getAllFishingTripSinceDateSynchro

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

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


getAllFishingTripSinceDateSynchro

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

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


getAllFishingTripSinceDateSynchro

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

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


getAllFishingTripSinceDateSynchro

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

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


getAllFishingTripSinceDateSynchro

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

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


getAllFishingTripSinceDateSynchro

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

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


getAllFishingTripSinceDateSynchro

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

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


createFromClusterFishingTrip

FishingTrip createFromClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)

getAllClusterFishingTripSinceDateSynchro

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

search

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

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

search

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

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

search

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

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

search

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

Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.


Copyright © 2008-2010 IFREMER. All Rights Reserved.