fr.ifremer.allegro.data.survey.fishingTrip
Class ObservedFishingTripDaoBase

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.data.survey.fishingTrip.FishingTripDaoBase
          extended by fr.ifremer.allegro.data.survey.fishingTrip.FishingTripDaoImpl
              extended by fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTripDaoBase
All Implemented Interfaces:
FishingTripDao, ObservedFishingTripDao
Direct Known Subclasses:
ObservedFishingTripDaoImpl

public abstract class ObservedFishingTripDaoBase
extends FishingTripDaoImpl
implements ObservedFishingTripDao

Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip.

See Also:
ObservedFishingTrip

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTripDao
TRANSFORM_CLUSTEROBSERVEDFISHINGTRIP, TRANSFORM_REMOTEOBSERVEDFISHINGTRIPFULLVO, TRANSFORM_REMOTEOBSERVEDFISHINGTRIPNATURALID
 
Fields inherited from interface fr.ifremer.allegro.data.survey.fishingTrip.FishingTripDao
TRANSFORM_CLUSTERFISHINGTRIP, TRANSFORM_NONE, TRANSFORM_REMOTEFISHINGTRIPFULLVO, TRANSFORM_REMOTEFISHINGTRIPNATURALID
 
Constructor Summary
ObservedFishingTripDaoBase()
           
 
Method Summary
 void clusterObservedFishingTripToEntity(ClusterObservedFishingTrip source, ObservedFishingTrip target, boolean copyIfNull)
          Copies the fields of ClusterObservedFishingTrip to the specified entity.
 void clusterObservedFishingTripToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterObservedFishingTrip to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip and adds from the passed in entities collection
 ObservedFishingTrip create(java.util.Date creationDate, java.util.Date departureDateTime, Location departureLocation, java.util.Collection observerPersons, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date returnDateTime, Location returnLocation, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip instance from only required properties (attributes and association ends) and adds it to the persistent store.
 ObservedFishingTrip create(java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, ScientificCruise scientificCruise, java.util.Collection landings, Vessel vessel, Location returnLocation, Location departureLocation, Program program, Department recorderDepartment, java.util.Collection fishingTripOrigins, QualityFlag qualityFlag, java.util.Collection sales, java.util.Collection operations, java.util.Collection transshipments, java.util.Collection vesselUseFeatures, java.util.Collection gearPhysicalFeatures, Person recorderPerson, java.util.Collection observerPersons, java.util.Collection expectedSales)
           Creates a new fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip instance from all attributes and properties and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as FishingTripDao.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, java.util.Collection observerPersons, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date returnDateTime, Location returnLocation, Vessel vessel)
           Does the same thing as ObservedFishingTripDao.create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.location.Location,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.util.Date,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, ScientificCruise scientificCruise, java.util.Collection landings, Vessel vessel, Location returnLocation, Location departureLocation, Program program, Department recorderDepartment, java.util.Collection fishingTripOrigins, QualityFlag qualityFlag, java.util.Collection sales, java.util.Collection operations, java.util.Collection transshipments, java.util.Collection vesselUseFeatures, java.util.Collection gearPhysicalFeatures, Person recorderPerson, java.util.Collection observerPersons, java.util.Collection expectedSales)
           Does the same thing as ObservedFishingTripDao.create(java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,java.util.Collection,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.administration.user.Person,java.util.Collection,java.util.Collection) with an additional flag called transform.
 java.lang.Object create(int transform, ObservedFishingTrip observedFishingTrip)
           Does the same thing as ObservedFishingTripDao.create(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip) with an additional flag called transform.
 ObservedFishingTrip create(ObservedFishingTrip observedFishingTrip)
          Creates an instance of fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip and adds it to the persistent store.
 ObservedFishingTrip createFromClusterObservedFishingTrip(ClusterObservedFishingTrip clusterObservedFishingTrip)
           
 java.util.Collection findFishingTripByDeclaredDocumentReference(DeclaredDocumentReference declaredDocumentReference)
           
 java.util.Collection findFishingTripByDeclaredDocumentReference(int transform, DeclaredDocumentReference declaredDocumentReference)
           Does the same thing as FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.findFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findFishingTripByVessel(Vessel vessel)
           
 java.util.Collection findObservedFishingTripByDeclaredDocumentReference(DeclaredDocumentReference declaredDocumentReference)
           
 java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int transform, DeclaredDocumentReference declaredDocumentReference)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an additional flag called transform.
 java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int transform, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int transform, java.lang.String queryString, DeclaredDocumentReference declaredDocumentReference)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int transform, java.lang.String queryString, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByDeclaredDocumentReference(int, String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByDeclaredDocumentReference(java.lang.String queryString, DeclaredDocumentReference declaredDocumentReference)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByDeclaredDocumentReference(java.lang.String queryString, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByDeclaredDocumentReference(String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByDepartureLocation(int transform, int pageNumber, int pageSize, Location departureLocation)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByDepartureLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByDepartureLocation(int pageNumber, int pageSize, Location departureLocation)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByDepartureLocation(int transform, Location departureLocation)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 java.util.Collection findObservedFishingTripByDepartureLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location departureLocation)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByDepartureLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByDepartureLocation(int transform, java.lang.String queryString, Location departureLocation)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByDepartureLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByDepartureLocation(Location departureLocation)
           
 java.util.Collection findObservedFishingTripByDepartureLocation(java.lang.String queryString, int pageNumber, int pageSize, Location departureLocation)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByDepartureLocation(String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByDepartureLocation(java.lang.String queryString, Location departureLocation)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 ObservedFishingTrip findObservedFishingTripById(java.lang.Integer id)
           
 java.lang.Object findObservedFishingTripById(int transform, java.lang.Integer id)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findObservedFishingTripById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripById(int, java.lang.Integer) with an additional argument called queryString.
 ObservedFishingTrip findObservedFishingTripById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripById(java.lang.Integer) with an additional argument called queryString.
 ObservedFishingTrip findObservedFishingTripByNaturalId(java.util.Date departureDateTime, Vessel vessel, Program program)
           
 java.lang.Object findObservedFishingTripByNaturalId(int transform, java.util.Date departureDateTime, Vessel vessel, Program program)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object findObservedFishingTripByNaturalId(int transform, java.lang.String queryString, java.util.Date departureDateTime, Vessel vessel, Program program)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 ObservedFishingTrip findObservedFishingTripByNaturalId(java.lang.String queryString, java.util.Date departureDateTime, Vessel vessel, Program program)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByProgram(int transform, int pageNumber, int pageSize, Program program)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByProgram(int pageNumber, int pageSize, Program program)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByProgram(int transform, Program program)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection findObservedFishingTripByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByProgram(int transform, java.lang.String queryString, Program program)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByProgram(Program program)
           
 java.util.Collection findObservedFishingTripByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByProgram(java.lang.String queryString, Program program)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findObservedFishingTripByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findObservedFishingTripByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection findObservedFishingTripByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection findObservedFishingTripByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByRecorderPerson(int transform, int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByRecorderPerson(int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByRecorderPerson(int transform, Person recorderPerson)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional flag called transform.
 java.util.Collection findObservedFishingTripByRecorderPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByRecorderPerson(int transform, java.lang.String queryString, Person recorderPerson)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByRecorderPerson(Person recorderPerson)
           
 java.util.Collection findObservedFishingTripByRecorderPerson(java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByRecorderPerson(java.lang.String queryString, Person recorderPerson)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByReturnLocation(int transform, int pageNumber, int pageSize, Location returnLocation)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByReturnLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByReturnLocation(int pageNumber, int pageSize, Location returnLocation)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByReturnLocation(int transform, Location returnLocation)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 java.util.Collection findObservedFishingTripByReturnLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location returnLocation)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByReturnLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByReturnLocation(int transform, java.lang.String queryString, Location returnLocation)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByReturnLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByReturnLocation(Location returnLocation)
           
 java.util.Collection findObservedFishingTripByReturnLocation(java.lang.String queryString, int pageNumber, int pageSize, Location returnLocation)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByReturnLocation(String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByReturnLocation(java.lang.String queryString, Location returnLocation)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByScientificCruise(int transform, int pageNumber, int pageSize, ScientificCruise scientificCruise)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByScientificCruise(int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByScientificCruise(int pageNumber, int pageSize, ScientificCruise scientificCruise)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByScientificCruise(int transform, ScientificCruise scientificCruise)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an additional flag called transform.
 java.util.Collection findObservedFishingTripByScientificCruise(int transform, java.lang.String queryString, int pageNumber, int pageSize, ScientificCruise scientificCruise)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByScientificCruise(int, String, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByScientificCruise(int transform, java.lang.String queryString, ScientificCruise scientificCruise)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByScientificCruise(int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByScientificCruise(ScientificCruise scientificCruise)
           
 java.util.Collection findObservedFishingTripByScientificCruise(java.lang.String queryString, int pageNumber, int pageSize, ScientificCruise scientificCruise)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByScientificCruise(String, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByScientificCruise(java.lang.String queryString, ScientificCruise scientificCruise)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByVessel(int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByVessel(int transform, java.lang.String queryString, Vessel vessel)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByVessel(int transform, Vessel vessel)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.util.Collection findObservedFishingTripByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findObservedFishingTripByVessel(java.lang.String queryString, Vessel vessel)
           Does the same thing as ObservedFishingTripDao.findObservedFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findObservedFishingTripByVessel(Vessel vessel)
           
 ClusterObservedFishingTrip[] getAllClusterObservedFishingTripSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllFishingTrip()
           
 java.util.Collection getAllFishingTrip(int transform)
           Does the same thing as FishingTripDao.getAllFishingTrip() with an additional flag called transform.
 java.util.Collection getAllFishingTrip(int pageNumber, int pageSize)
           Does the same thing as FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.getAllFishingTrip() with an additional argument called queryString.
 java.util.Collection getAllFishingTrip(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.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 FishingTripDao.getAllFishingTripSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllFishingTripSinceDateSynchro(java.sql.Timestamp updateDate)
           
 java.util.Collection getAllObservedFishingTrip()
           
 java.util.Collection getAllObservedFishingTrip(int transform)
           Does the same thing as ObservedFishingTripDao.getAllObservedFishingTrip() with an additional flag called transform.
 java.util.Collection getAllObservedFishingTrip(int pageNumber, int pageSize)
           Does the same thing as ObservedFishingTripDao.getAllObservedFishingTrip() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllObservedFishingTrip(int transform, int pageNumber, int pageSize)
           Does the same thing as ObservedFishingTripDao.getAllObservedFishingTrip(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllObservedFishingTrip(int transform, java.lang.String queryString)
           Does the same thing as ObservedFishingTripDao.getAllObservedFishingTrip(int) with an additional argument called queryString.
 java.util.Collection getAllObservedFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as ObservedFishingTripDao.getAllObservedFishingTrip(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllObservedFishingTrip(java.lang.String queryString)
           Does the same thing as ObservedFishingTripDao.getAllObservedFishingTrip() with an additional argument called queryString.
 java.util.Collection getAllObservedFishingTrip(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as ObservedFishingTripDao.getAllObservedFishingTrip(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllObservedFishingTripSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as ObservedFishingTripDao.getAllObservedFishingTripSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllObservedFishingTripSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as ObservedFishingTripDao.getAllObservedFishingTripSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllObservedFishingTripSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as ObservedFishingTripDao.getAllObservedFishingTripSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllObservedFishingTripSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as ObservedFishingTripDao.getAllObservedFishingTripSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllObservedFishingTripSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as ObservedFishingTripDao.getAllObservedFishingTripSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllObservedFishingTripSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as ObservedFishingTripDao.getAllObservedFishingTripSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllObservedFishingTripSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as ObservedFishingTripDao.getAllObservedFishingTripSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllObservedFishingTripSinceDateSynchro(java.sql.Timestamp updateDate)
           
protected  ExpectedSaleDao getExpectedSaleDao()
          Gets the reference to expectedSaleDao.
protected  PersonDao getPersonDao()
          Gets the reference to personDao.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected abstract  ObservedFishingTrip handleCreateFromClusterObservedFishingTrip(ClusterObservedFishingTrip clusterObservedFishingTrip)
          Performs the core logic for createFromClusterObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterObservedFishingTrip)
protected abstract  ClusterObservedFishingTrip[] handleGetAllClusterObservedFishingTripSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for getAllClusterObservedFishingTripSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 ObservedFishingTrip 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 FishingTripDao.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 FishingTripDao.loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as FishingTripDao.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 FishingTripDao.loadAll(int) with an additional two arguments called pageNumber and pageSize.
 void remoteObservedFishingTripFullVOToEntity(RemoteObservedFishingTripFullVO source, ObservedFishingTrip target, boolean copyIfNull)
          Copies the fields of RemoteObservedFishingTripFullVO to the specified entity.
 void remoteObservedFishingTripFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteObservedFishingTripFullVO to this DAO's entity.
 void remoteObservedFishingTripNaturalIdToEntity(RemoteObservedFishingTripNaturalId source, ObservedFishingTrip target, boolean copyIfNull)
          Copies the fields of RemoteObservedFishingTripNaturalId to the specified entity.
 void remoteObservedFishingTripNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteObservedFishingTripNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip having the given identifier from the persistent store.
 void remove(ObservedFishingTrip observedFishingTrip)
          Removes the instance of fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip from the persistent store.
 PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 PaginationResult search(int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 java.util.Set search(int transform, Search search)
          Does the same thing as FishingTripDao.search(fr.ifremer.allegro.Search) but with an additional flag called transform.
 java.util.Set search(Search search)
          Performs a search using the parameters specified in the given search object.
 void setExpectedSaleDao(ExpectedSaleDao expectedSaleDao)
          Sets the reference to expectedSaleDao.
 void setPersonDao(PersonDao personDao)
          Sets the reference to personDao.
protected  ClusterObservedFishingTrip toClusterObservedFishingTrip(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterObservedFishingTrip toClusterObservedFishingTrip(ObservedFishingTrip entity)
          Converts this DAO's entity to an object of type ClusterObservedFishingTrip.
 void toClusterObservedFishingTrip(ObservedFishingTrip source, ClusterObservedFishingTrip target)
          Copies the fields of the specified entity to the target value object.
 ClusterObservedFishingTrip[] toClusterObservedFishingTripArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterObservedFishingTrip.
 void toClusterObservedFishingTripCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterObservedFishingTrip.
protected  ObservedFishingTrip toEntity(java.lang.Object[] row)
           
protected  RemoteObservedFishingTripFullVO toRemoteObservedFishingTripFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteObservedFishingTripFullVO toRemoteObservedFishingTripFullVO(ObservedFishingTrip entity)
          Converts this DAO's entity to an object of type RemoteObservedFishingTripFullVO.
 void toRemoteObservedFishingTripFullVO(ObservedFishingTrip source, RemoteObservedFishingTripFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteObservedFishingTripFullVO[] toRemoteObservedFishingTripFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteObservedFishingTripFullVO.
 void toRemoteObservedFishingTripFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteObservedFishingTripFullVO.
protected  RemoteObservedFishingTripNaturalId toRemoteObservedFishingTripNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteObservedFishingTripNaturalId toRemoteObservedFishingTripNaturalId(ObservedFishingTrip entity)
          Converts this DAO's entity to an object of type RemoteObservedFishingTripNaturalId.
 void toRemoteObservedFishingTripNaturalId(ObservedFishingTrip source, RemoteObservedFishingTripNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteObservedFishingTripNaturalId[] toRemoteObservedFishingTripNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteObservedFishingTripNaturalId.
 void toRemoteObservedFishingTripNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteObservedFishingTripNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip) method.
protected  java.lang.Object transformEntity(int transform, ObservedFishingTrip entity)
          Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTripDao, please note that the FishingTripDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(ObservedFishingTrip observedFishingTrip)
          Updates the observedFishingTrip instance in the persistent store.
 
Methods inherited from class fr.ifremer.allegro.data.survey.fishingTrip.FishingTripDaoImpl
clusterFishingTripToEntity, clusterFishingTripToEntity, handleCreateFromClusterFishingTrip, handleGetAllClusterFishingTripSinceDateSynchro, remoteFishingTripFullVOToEntity, remoteFishingTripFullVOToEntity, remoteFishingTripNaturalIdToEntity, remoteFishingTripNaturalIdToEntity, toClusterFishingTrip, toClusterFishingTrip, toRemoteFishingTripFullVO, toRemoteFishingTripFullVO, toRemoteFishingTripNaturalId, toRemoteFishingTripNaturalId
 
Methods inherited from class fr.ifremer.allegro.data.survey.fishingTrip.FishingTripDaoBase
clusterFishingTripToEntityCollection, create, create, create, create, create, create, createFromClusterFishingTrip, getAllClusterFishingTripSinceDateSynchro, getDeclaredDocumentReferenceDao, getDepartmentDao, getFishingOperationDao, getFishingTripOriginDao, getGearPhysicalFeaturesDao, getLandingDao, getLocationDao, getObservedLandingDao, getObservedSaleDao, getOperationDao, getProgramDao, getQualityFlagDao, getSaleDao, getScientificCruiseDao, getSurveyMeasurementDao, getTransshipmentDao, getVesselDao, getVesselUseFeaturesDao, remoteFishingTripFullVOToEntityCollection, remoteFishingTripNaturalIdToEntityCollection, remove, setDeclaredDocumentReferenceDao, setDepartmentDao, setFishingOperationDao, setFishingTripOriginDao, setGearPhysicalFeaturesDao, setLandingDao, setLocationDao, setObservedLandingDao, setObservedSaleDao, setOperationDao, setProgramDao, setQualityFlagDao, setSaleDao, setScientificCruiseDao, setSurveyMeasurementDao, setTransshipmentDao, setVesselDao, setVesselUseFeaturesDao, toClusterFishingTrip, toClusterFishingTripArray, toClusterFishingTripCollection, toRemoteFishingTripFullVO, toRemoteFishingTripFullVOArray, toRemoteFishingTripFullVOCollection, toRemoteFishingTripNaturalId, toRemoteFishingTripNaturalIdArray, toRemoteFishingTripNaturalIdCollection, transformEntity, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTripDao
clusterObservedFishingTripToEntity, remoteObservedFishingTripFullVOToEntity, remoteObservedFishingTripNaturalIdToEntity
 
Methods inherited from interface fr.ifremer.allegro.data.survey.fishingTrip.FishingTripDao
clusterFishingTripToEntity, clusterFishingTripToEntity, clusterFishingTripToEntityCollection, create, create, create, create, create, create, createFromClusterFishingTrip, getAllClusterFishingTripSinceDateSynchro, remoteFishingTripFullVOToEntity, remoteFishingTripFullVOToEntity, remoteFishingTripFullVOToEntityCollection, remoteFishingTripNaturalIdToEntity, remoteFishingTripNaturalIdToEntity, remoteFishingTripNaturalIdToEntityCollection, remove, toClusterFishingTrip, toClusterFishingTrip, toClusterFishingTripArray, toClusterFishingTripCollection, toRemoteFishingTripFullVO, toRemoteFishingTripFullVO, toRemoteFishingTripFullVOArray, toRemoteFishingTripFullVOCollection, toRemoteFishingTripNaturalId, toRemoteFishingTripNaturalId, toRemoteFishingTripNaturalIdArray, toRemoteFishingTripNaturalIdCollection, update
 

Constructor Detail

ObservedFishingTripDaoBase

public ObservedFishingTripDaoBase()
Method Detail

setPersonDao

public void setPersonDao(PersonDao personDao)
Sets the reference to personDao.

Overrides:
setPersonDao in class FishingTripDaoBase

getPersonDao

protected PersonDao getPersonDao()
Gets the reference to personDao.

Overrides:
getPersonDao in class FishingTripDaoBase

setExpectedSaleDao

public void setExpectedSaleDao(ExpectedSaleDao expectedSaleDao)
Sets the reference to expectedSaleDao.


getExpectedSaleDao

protected ExpectedSaleDao getExpectedSaleDao()
Gets the reference to expectedSaleDao.


load

public java.lang.Object load(int transform,
                             java.lang.Integer id)
Description copied from interface: FishingTripDao

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

Specified by:
load in interface FishingTripDao
Specified by:
load in interface ObservedFishingTripDao
Overrides:
load in class FishingTripDaoBase
id - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.
See Also:
ObservedFishingTripDao.load(int, java.lang.Integer)

load

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

Specified by:
load in interface FishingTripDao
Specified by:
load in interface ObservedFishingTripDao
Overrides:
load in class FishingTripDaoBase
See Also:
ObservedFishingTripDao.load(java.lang.Integer)

loadAll

public java.util.Collection loadAll()
Description copied from interface: FishingTripDao
Loads all entities of type FishingTrip.

Specified by:
loadAll in interface FishingTripDao
Specified by:
loadAll in interface ObservedFishingTripDao
Overrides:
loadAll in class FishingTripDaoBase
Returns:
the loaded entities.
See Also:
ObservedFishingTripDao.loadAll()

loadAll

public java.util.Collection loadAll(int transform)
Description copied from interface: FishingTripDao

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

Specified by:
loadAll in interface FishingTripDao
Specified by:
loadAll in interface ObservedFishingTripDao
Overrides:
loadAll in class FishingTripDaoBase
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.
See Also:
ObservedFishingTripDao.loadAll(int)

loadAll

public java.util.Collection loadAll(int pageNumber,
                                    int pageSize)
Description copied from interface: FishingTripDao

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

Specified by:
loadAll in interface FishingTripDao
Specified by:
loadAll in interface ObservedFishingTripDao
Overrides:
loadAll in class FishingTripDaoBase
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.
See Also:
ObservedFishingTripDao.loadAll(int, int)

loadAll

public java.util.Collection loadAll(int transform,
                                    int pageNumber,
                                    int pageSize)
Description copied from interface: FishingTripDao

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

Specified by:
loadAll in interface FishingTripDao
Specified by:
loadAll in interface ObservedFishingTripDao
Overrides:
loadAll in class FishingTripDaoBase
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.
See Also:
ObservedFishingTripDao.loadAll(int, int, int)

create

public ObservedFishingTrip create(ObservedFishingTrip observedFishingTrip)
Description copied from interface: ObservedFishingTripDao
Creates an instance of fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip and adds it to the persistent store.

Specified by:
create in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.create(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)

create

public java.lang.Object create(int transform,
                               ObservedFishingTrip observedFishingTrip)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
create in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.create(int transform, fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)

create

public java.util.Collection create(java.util.Collection entities)
Description copied from interface: FishingTripDao
Creates a new instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip and adds from the passed in entities collection

Specified by:
create in interface FishingTripDao
Specified by:
create in interface ObservedFishingTripDao
Overrides:
create in class FishingTripDaoBase
Parameters:
entities - the collection of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip instances to create.
Returns:
the created instances.
See Also:
ObservedFishingTripDao.create(java.util.Collection)

create

public java.util.Collection create(int transform,
                                   java.util.Collection entities)
Description copied from interface: FishingTripDao

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

Specified by:
create in interface FishingTripDao
Specified by:
create in interface ObservedFishingTripDao
Overrides:
create in class FishingTripDaoBase
See Also:
ObservedFishingTripDao.create(int, java.util.Collection)

create

public ObservedFishingTrip create(java.util.Date departureDateTime,
                                  java.util.Date returnDateTime,
                                  java.lang.String comments,
                                  java.util.Date creationDate,
                                  java.util.Date controlDate,
                                  java.util.Date validationDate,
                                  java.util.Date qualificationDate,
                                  java.lang.String qualificationComments,
                                  java.sql.Timestamp updateDate,
                                  java.util.Collection surveyMeasurements,
                                  DeclaredDocumentReference declaredDocumentReference,
                                  ScientificCruise scientificCruise,
                                  java.util.Collection landings,
                                  Vessel vessel,
                                  Location returnLocation,
                                  Location departureLocation,
                                  Program program,
                                  Department recorderDepartment,
                                  java.util.Collection fishingTripOrigins,
                                  QualityFlag qualityFlag,
                                  java.util.Collection sales,
                                  java.util.Collection operations,
                                  java.util.Collection transshipments,
                                  java.util.Collection vesselUseFeatures,
                                  java.util.Collection gearPhysicalFeatures,
                                  Person recorderPerson,
                                  java.util.Collection observerPersons,
                                  java.util.Collection expectedSales)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
create in interface ObservedFishingTripDao
See Also:
fr.ifremer.allegro.data.survey.fishingTrip.FishingTripDao#create(java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,java.util.Collection,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.administration.user.Person,java.util.Collection,java.util.Collection)

create

public java.lang.Object create(int transform,
                               java.util.Date departureDateTime,
                               java.util.Date returnDateTime,
                               java.lang.String comments,
                               java.util.Date creationDate,
                               java.util.Date controlDate,
                               java.util.Date validationDate,
                               java.util.Date qualificationDate,
                               java.lang.String qualificationComments,
                               java.sql.Timestamp updateDate,
                               java.util.Collection surveyMeasurements,
                               DeclaredDocumentReference declaredDocumentReference,
                               ScientificCruise scientificCruise,
                               java.util.Collection landings,
                               Vessel vessel,
                               Location returnLocation,
                               Location departureLocation,
                               Program program,
                               Department recorderDepartment,
                               java.util.Collection fishingTripOrigins,
                               QualityFlag qualityFlag,
                               java.util.Collection sales,
                               java.util.Collection operations,
                               java.util.Collection transshipments,
                               java.util.Collection vesselUseFeatures,
                               java.util.Collection gearPhysicalFeatures,
                               Person recorderPerson,
                               java.util.Collection observerPersons,
                               java.util.Collection expectedSales)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
create in interface ObservedFishingTripDao
See Also:
fr.ifremer.allegro.data.survey.fishingTrip.FishingTripDao#create(int, java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,java.util.Collection,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.administration.user.Person,java.util.Collection,java.util.Collection)

create

public ObservedFishingTrip create(java.util.Date creationDate,
                                  java.util.Date departureDateTime,
                                  Location departureLocation,
                                  java.util.Collection observerPersons,
                                  Program program,
                                  QualityFlag qualityFlag,
                                  Department recorderDepartment,
                                  java.util.Date returnDateTime,
                                  Location returnLocation,
                                  Vessel vessel)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
create in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.location.Location,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.util.Date,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.vessel.Vessel)

create

public java.lang.Object create(int transform,
                               java.util.Date creationDate,
                               java.util.Date departureDateTime,
                               Location departureLocation,
                               java.util.Collection observerPersons,
                               Program program,
                               QualityFlag qualityFlag,
                               Department recorderDepartment,
                               java.util.Date returnDateTime,
                               Location returnLocation,
                               Vessel vessel)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
create in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.create(int, java.util.Date,java.util.Date,fr.ifremer.allegro.referential.location.Location,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.util.Date,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.vessel.Vessel)

update

public void update(ObservedFishingTrip observedFishingTrip)
Description copied from interface: ObservedFishingTripDao
Updates the observedFishingTrip instance in the persistent store.

Specified by:
update in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.update(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)

update

public void update(java.util.Collection entities)
Description copied from interface: FishingTripDao
Updates all instances in the entities collection in the persistent store.

Specified by:
update in interface FishingTripDao
Specified by:
update in interface ObservedFishingTripDao
Overrides:
update in class FishingTripDaoBase
See Also:
FishingTripDao.update(java.util.Collection)

remove

public void remove(ObservedFishingTrip observedFishingTrip)
Description copied from interface: ObservedFishingTripDao
Removes the instance of fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip from the persistent store.

Specified by:
remove in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.remove(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)

remove

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

Specified by:
remove in interface FishingTripDao
Specified by:
remove in interface ObservedFishingTripDao
Overrides:
remove in class FishingTripDaoBase
See Also:
ObservedFishingTripDao.remove(java.lang.Integer)

remove

public void remove(java.util.Collection entities)
Description copied from interface: FishingTripDao
Removes all entities in the given entities collection.

Specified by:
remove in interface FishingTripDao
Specified by:
remove in interface ObservedFishingTripDao
Overrides:
remove in class FishingTripDaoBase
See Also:
FishingTripDao.remove(java.util.Collection)

getAllObservedFishingTrip

public java.util.Collection getAllObservedFishingTrip()
Specified by:
getAllObservedFishingTrip in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.getAllObservedFishingTrip()

getAllObservedFishingTrip

public java.util.Collection getAllObservedFishingTrip(int transform)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
getAllObservedFishingTrip in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.getAllObservedFishingTrip(int)

getAllObservedFishingTrip

public java.util.Collection getAllObservedFishingTrip(java.lang.String queryString)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
getAllObservedFishingTrip in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.getAllObservedFishingTrip(java.lang.String)

getAllObservedFishingTrip

public java.util.Collection getAllObservedFishingTrip(int pageNumber,
                                                      int pageSize)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
getAllObservedFishingTrip in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.getAllObservedFishingTrip(int, int)

getAllObservedFishingTrip

public java.util.Collection getAllObservedFishingTrip(java.lang.String queryString,
                                                      int pageNumber,
                                                      int pageSize)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
getAllObservedFishingTrip in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.getAllObservedFishingTrip(String, int, int)

getAllObservedFishingTrip

public java.util.Collection getAllObservedFishingTrip(int transform,
                                                      java.lang.String queryString)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
getAllObservedFishingTrip in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.getAllObservedFishingTrip(int, String)

getAllObservedFishingTrip

public java.util.Collection getAllObservedFishingTrip(int transform,
                                                      int pageNumber,
                                                      int pageSize)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
getAllObservedFishingTrip in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.getAllObservedFishingTrip(int, int, int)

getAllObservedFishingTrip

public java.util.Collection getAllObservedFishingTrip(int transform,
                                                      java.lang.String queryString,
                                                      int pageNumber,
                                                      int pageSize)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
getAllObservedFishingTrip in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.getAllObservedFishingTrip(int, java.lang.String, int, int)

findObservedFishingTripById

public ObservedFishingTrip findObservedFishingTripById(java.lang.Integer id)
Specified by:
findObservedFishingTripById in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripById(java.lang.Integer)

findObservedFishingTripById

public java.lang.Object findObservedFishingTripById(int transform,
                                                    java.lang.Integer id)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripById in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripById(int, java.lang.Integer)

findObservedFishingTripById

public ObservedFishingTrip findObservedFishingTripById(java.lang.String queryString,
                                                       java.lang.Integer id)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripById in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripById(java.lang.String, java.lang.Integer)

findObservedFishingTripById

public java.lang.Object findObservedFishingTripById(int transform,
                                                    java.lang.String queryString,
                                                    java.lang.Integer id)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripById in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripById(int, java.lang.String, java.lang.Integer)

findObservedFishingTripByReturnLocation

public java.util.Collection findObservedFishingTripByReturnLocation(Location returnLocation)
Specified by:
findObservedFishingTripByReturnLocation in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location)

findObservedFishingTripByReturnLocation

public java.util.Collection findObservedFishingTripByReturnLocation(int transform,
                                                                    Location returnLocation)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByReturnLocation in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByReturnLocation(int, fr.ifremer.allegro.referential.location.Location)

findObservedFishingTripByReturnLocation

public java.util.Collection findObservedFishingTripByReturnLocation(java.lang.String queryString,
                                                                    Location returnLocation)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByReturnLocation in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByReturnLocation(java.lang.String, fr.ifremer.allegro.referential.location.Location)

findObservedFishingTripByReturnLocation

public java.util.Collection findObservedFishingTripByReturnLocation(int pageNumber,
                                                                    int pageSize,
                                                                    Location returnLocation)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByReturnLocation in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByReturnLocation(int, int, fr.ifremer.allegro.referential.location.Location)

findObservedFishingTripByReturnLocation

public java.util.Collection findObservedFishingTripByReturnLocation(java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    Location returnLocation)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByReturnLocation in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByReturnLocation(String, int, int, fr.ifremer.allegro.referential.location.Location)

findObservedFishingTripByReturnLocation

public java.util.Collection findObservedFishingTripByReturnLocation(int transform,
                                                                    java.lang.String queryString,
                                                                    Location returnLocation)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByReturnLocation in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByReturnLocation(int, String, fr.ifremer.allegro.referential.location.Location)

findObservedFishingTripByReturnLocation

public java.util.Collection findObservedFishingTripByReturnLocation(int transform,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    Location returnLocation)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByReturnLocation in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByReturnLocation(int, int, int, fr.ifremer.allegro.referential.location.Location)

findObservedFishingTripByReturnLocation

public java.util.Collection findObservedFishingTripByReturnLocation(int transform,
                                                                    java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    Location returnLocation)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByReturnLocation in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByReturnLocation(int, java.lang.String, int, int, fr.ifremer.allegro.referential.location.Location)

findObservedFishingTripByDepartureLocation

public java.util.Collection findObservedFishingTripByDepartureLocation(Location departureLocation)
Specified by:
findObservedFishingTripByDepartureLocation in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location)

findObservedFishingTripByDepartureLocation

public java.util.Collection findObservedFishingTripByDepartureLocation(int transform,
                                                                       Location departureLocation)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByDepartureLocation in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByDepartureLocation(int, fr.ifremer.allegro.referential.location.Location)

findObservedFishingTripByDepartureLocation

public java.util.Collection findObservedFishingTripByDepartureLocation(java.lang.String queryString,
                                                                       Location departureLocation)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByDepartureLocation in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByDepartureLocation(java.lang.String, fr.ifremer.allegro.referential.location.Location)

findObservedFishingTripByDepartureLocation

public java.util.Collection findObservedFishingTripByDepartureLocation(int pageNumber,
                                                                       int pageSize,
                                                                       Location departureLocation)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByDepartureLocation in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByDepartureLocation(int, int, fr.ifremer.allegro.referential.location.Location)

findObservedFishingTripByDepartureLocation

public java.util.Collection findObservedFishingTripByDepartureLocation(java.lang.String queryString,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       Location departureLocation)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByDepartureLocation in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByDepartureLocation(String, int, int, fr.ifremer.allegro.referential.location.Location)

findObservedFishingTripByDepartureLocation

public java.util.Collection findObservedFishingTripByDepartureLocation(int transform,
                                                                       java.lang.String queryString,
                                                                       Location departureLocation)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByDepartureLocation in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByDepartureLocation(int, String, fr.ifremer.allegro.referential.location.Location)

findObservedFishingTripByDepartureLocation

public java.util.Collection findObservedFishingTripByDepartureLocation(int transform,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       Location departureLocation)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByDepartureLocation in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByDepartureLocation(int, int, int, fr.ifremer.allegro.referential.location.Location)

findObservedFishingTripByDepartureLocation

public java.util.Collection findObservedFishingTripByDepartureLocation(int transform,
                                                                       java.lang.String queryString,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       Location departureLocation)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByDepartureLocation in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByDepartureLocation(int, java.lang.String, int, int, fr.ifremer.allegro.referential.location.Location)

findObservedFishingTripByVessel

public java.util.Collection findObservedFishingTripByVessel(Vessel vessel)
Specified by:
findObservedFishingTripByVessel in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel)

findObservedFishingTripByVessel

public java.util.Collection findObservedFishingTripByVessel(int transform,
                                                            Vessel vessel)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByVessel in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)

findObservedFishingTripByVessel

public java.util.Collection findObservedFishingTripByVessel(java.lang.String queryString,
                                                            Vessel vessel)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByVessel in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)

findObservedFishingTripByVessel

public java.util.Collection findObservedFishingTripByVessel(int pageNumber,
                                                            int pageSize,
                                                            Vessel vessel)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByVessel in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findObservedFishingTripByVessel

public java.util.Collection findObservedFishingTripByVessel(java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Vessel vessel)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByVessel in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findObservedFishingTripByVessel

public java.util.Collection findObservedFishingTripByVessel(int transform,
                                                            java.lang.String queryString,
                                                            Vessel vessel)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByVessel in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)

findObservedFishingTripByVessel

public java.util.Collection findObservedFishingTripByVessel(int transform,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Vessel vessel)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByVessel in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findObservedFishingTripByVessel

public java.util.Collection findObservedFishingTripByVessel(int transform,
                                                            java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Vessel vessel)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByVessel in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findObservedFishingTripByScientificCruise

public java.util.Collection findObservedFishingTripByScientificCruise(ScientificCruise scientificCruise)
Specified by:
findObservedFishingTripByScientificCruise in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)

findObservedFishingTripByScientificCruise

public java.util.Collection findObservedFishingTripByScientificCruise(int transform,
                                                                      ScientificCruise scientificCruise)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByScientificCruise in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByScientificCruise(int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)

findObservedFishingTripByScientificCruise

public java.util.Collection findObservedFishingTripByScientificCruise(java.lang.String queryString,
                                                                      ScientificCruise scientificCruise)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByScientificCruise in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByScientificCruise(java.lang.String, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)

findObservedFishingTripByScientificCruise

public java.util.Collection findObservedFishingTripByScientificCruise(int pageNumber,
                                                                      int pageSize,
                                                                      ScientificCruise scientificCruise)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByScientificCruise in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByScientificCruise(int, int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)

findObservedFishingTripByScientificCruise

public java.util.Collection findObservedFishingTripByScientificCruise(java.lang.String queryString,
                                                                      int pageNumber,
                                                                      int pageSize,
                                                                      ScientificCruise scientificCruise)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByScientificCruise in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByScientificCruise(String, int, int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)

findObservedFishingTripByScientificCruise

public java.util.Collection findObservedFishingTripByScientificCruise(int transform,
                                                                      java.lang.String queryString,
                                                                      ScientificCruise scientificCruise)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByScientificCruise in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByScientificCruise(int, String, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)

findObservedFishingTripByScientificCruise

public java.util.Collection findObservedFishingTripByScientificCruise(int transform,
                                                                      int pageNumber,
                                                                      int pageSize,
                                                                      ScientificCruise scientificCruise)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByScientificCruise in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByScientificCruise(int, int, int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)

findObservedFishingTripByScientificCruise

public java.util.Collection findObservedFishingTripByScientificCruise(int transform,
                                                                      java.lang.String queryString,
                                                                      int pageNumber,
                                                                      int pageSize,
                                                                      ScientificCruise scientificCruise)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByScientificCruise in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByScientificCruise(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)

findObservedFishingTripByDeclaredDocumentReference

public java.util.Collection findObservedFishingTripByDeclaredDocumentReference(DeclaredDocumentReference declaredDocumentReference)
Specified by:
findObservedFishingTripByDeclaredDocumentReference in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)

findObservedFishingTripByDeclaredDocumentReference

public java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int transform,
                                                                               DeclaredDocumentReference declaredDocumentReference)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByDeclaredDocumentReference in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)

findObservedFishingTripByDeclaredDocumentReference

public java.util.Collection findObservedFishingTripByDeclaredDocumentReference(java.lang.String queryString,
                                                                               DeclaredDocumentReference declaredDocumentReference)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByDeclaredDocumentReference in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByDeclaredDocumentReference(java.lang.String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)

findObservedFishingTripByDeclaredDocumentReference

public java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int pageNumber,
                                                                               int pageSize,
                                                                               DeclaredDocumentReference declaredDocumentReference)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByDeclaredDocumentReference in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByDeclaredDocumentReference(int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)

findObservedFishingTripByDeclaredDocumentReference

public java.util.Collection findObservedFishingTripByDeclaredDocumentReference(java.lang.String queryString,
                                                                               int pageNumber,
                                                                               int pageSize,
                                                                               DeclaredDocumentReference declaredDocumentReference)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByDeclaredDocumentReference in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByDeclaredDocumentReference(String, int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)

findObservedFishingTripByDeclaredDocumentReference

public java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int transform,
                                                                               java.lang.String queryString,
                                                                               DeclaredDocumentReference declaredDocumentReference)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByDeclaredDocumentReference in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByDeclaredDocumentReference(int, String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)

findObservedFishingTripByDeclaredDocumentReference

public java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int transform,
                                                                               int pageNumber,
                                                                               int pageSize,
                                                                               DeclaredDocumentReference declaredDocumentReference)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByDeclaredDocumentReference in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByDeclaredDocumentReference(int, int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)

findObservedFishingTripByDeclaredDocumentReference

public java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int transform,
                                                                               java.lang.String queryString,
                                                                               int pageNumber,
                                                                               int pageSize,
                                                                               DeclaredDocumentReference declaredDocumentReference)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByDeclaredDocumentReference in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByDeclaredDocumentReference(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)

findObservedFishingTripByProgram

public java.util.Collection findObservedFishingTripByProgram(Program program)
Specified by:
findObservedFishingTripByProgram in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program)

findObservedFishingTripByProgram

public java.util.Collection findObservedFishingTripByProgram(int transform,
                                                             Program program)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByProgram in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)

findObservedFishingTripByProgram

public java.util.Collection findObservedFishingTripByProgram(java.lang.String queryString,
                                                             Program program)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByProgram in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)

findObservedFishingTripByProgram

public java.util.Collection findObservedFishingTripByProgram(int pageNumber,
                                                             int pageSize,
                                                             Program program)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByProgram in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findObservedFishingTripByProgram

public java.util.Collection findObservedFishingTripByProgram(java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             Program program)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByProgram in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findObservedFishingTripByProgram

public java.util.Collection findObservedFishingTripByProgram(int transform,
                                                             java.lang.String queryString,
                                                             Program program)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByProgram in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)

findObservedFishingTripByProgram

public java.util.Collection findObservedFishingTripByProgram(int transform,
                                                             int pageNumber,
                                                             int pageSize,
                                                             Program program)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByProgram in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findObservedFishingTripByProgram

public java.util.Collection findObservedFishingTripByProgram(int transform,
                                                             java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             Program program)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByProgram in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findObservedFishingTripByRecorderDepartment

public java.util.Collection findObservedFishingTripByRecorderDepartment(Department recorderDepartment)
Specified by:
findObservedFishingTripByRecorderDepartment in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)

findObservedFishingTripByRecorderDepartment

public java.util.Collection findObservedFishingTripByRecorderDepartment(int transform,
                                                                        Department recorderDepartment)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByRecorderDepartment in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)

findObservedFishingTripByRecorderDepartment

public java.util.Collection findObservedFishingTripByRecorderDepartment(java.lang.String queryString,
                                                                        Department recorderDepartment)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByRecorderDepartment in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)

findObservedFishingTripByRecorderDepartment

public java.util.Collection findObservedFishingTripByRecorderDepartment(int pageNumber,
                                                                        int pageSize,
                                                                        Department recorderDepartment)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByRecorderDepartment in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(int, int, fr.ifremer.allegro.administration.user.Department)

findObservedFishingTripByRecorderDepartment

public java.util.Collection findObservedFishingTripByRecorderDepartment(java.lang.String queryString,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        Department recorderDepartment)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByRecorderDepartment in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)

findObservedFishingTripByRecorderDepartment

public java.util.Collection findObservedFishingTripByRecorderDepartment(int transform,
                                                                        java.lang.String queryString,
                                                                        Department recorderDepartment)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByRecorderDepartment in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department)

findObservedFishingTripByRecorderDepartment

public java.util.Collection findObservedFishingTripByRecorderDepartment(int transform,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        Department recorderDepartment)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByRecorderDepartment in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)

findObservedFishingTripByRecorderDepartment

public java.util.Collection findObservedFishingTripByRecorderDepartment(int transform,
                                                                        java.lang.String queryString,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        Department recorderDepartment)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByRecorderDepartment in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)

findObservedFishingTripByQualityFlag

public java.util.Collection findObservedFishingTripByQualityFlag(QualityFlag qualityFlag)
Specified by:
findObservedFishingTripByQualityFlag in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)

findObservedFishingTripByQualityFlag

public java.util.Collection findObservedFishingTripByQualityFlag(int transform,
                                                                 QualityFlag qualityFlag)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByQualityFlag in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)

findObservedFishingTripByQualityFlag

public java.util.Collection findObservedFishingTripByQualityFlag(java.lang.String queryString,
                                                                 QualityFlag qualityFlag)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByQualityFlag in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)

findObservedFishingTripByQualityFlag

public java.util.Collection findObservedFishingTripByQualityFlag(int pageNumber,
                                                                 int pageSize,
                                                                 QualityFlag qualityFlag)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByQualityFlag in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)

findObservedFishingTripByQualityFlag

public java.util.Collection findObservedFishingTripByQualityFlag(java.lang.String queryString,
                                                                 int pageNumber,
                                                                 int pageSize,
                                                                 QualityFlag qualityFlag)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByQualityFlag in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findObservedFishingTripByQualityFlag

public java.util.Collection findObservedFishingTripByQualityFlag(int transform,
                                                                 java.lang.String queryString,
                                                                 QualityFlag qualityFlag)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByQualityFlag in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)

findObservedFishingTripByQualityFlag

public java.util.Collection findObservedFishingTripByQualityFlag(int transform,
                                                                 int pageNumber,
                                                                 int pageSize,
                                                                 QualityFlag qualityFlag)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByQualityFlag in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)

findObservedFishingTripByQualityFlag

public java.util.Collection findObservedFishingTripByQualityFlag(int transform,
                                                                 java.lang.String queryString,
                                                                 int pageNumber,
                                                                 int pageSize,
                                                                 QualityFlag qualityFlag)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByQualityFlag in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findObservedFishingTripByRecorderPerson

public java.util.Collection findObservedFishingTripByRecorderPerson(Person recorderPerson)
Specified by:
findObservedFishingTripByRecorderPerson in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person)

findObservedFishingTripByRecorderPerson

public java.util.Collection findObservedFishingTripByRecorderPerson(int transform,
                                                                    Person recorderPerson)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByRecorderPerson in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person)

findObservedFishingTripByRecorderPerson

public java.util.Collection findObservedFishingTripByRecorderPerson(java.lang.String queryString,
                                                                    Person recorderPerson)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByRecorderPerson in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(java.lang.String, fr.ifremer.allegro.administration.user.Person)

findObservedFishingTripByRecorderPerson

public java.util.Collection findObservedFishingTripByRecorderPerson(int pageNumber,
                                                                    int pageSize,
                                                                    Person recorderPerson)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByRecorderPerson in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(int, int, fr.ifremer.allegro.administration.user.Person)

findObservedFishingTripByRecorderPerson

public java.util.Collection findObservedFishingTripByRecorderPerson(java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    Person recorderPerson)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByRecorderPerson in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(String, int, int, fr.ifremer.allegro.administration.user.Person)

findObservedFishingTripByRecorderPerson

public java.util.Collection findObservedFishingTripByRecorderPerson(int transform,
                                                                    java.lang.String queryString,
                                                                    Person recorderPerson)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByRecorderPerson in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person)

findObservedFishingTripByRecorderPerson

public java.util.Collection findObservedFishingTripByRecorderPerson(int transform,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    Person recorderPerson)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByRecorderPerson in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(int, int, int, fr.ifremer.allegro.administration.user.Person)

findObservedFishingTripByRecorderPerson

public java.util.Collection findObservedFishingTripByRecorderPerson(int transform,
                                                                    java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    Person recorderPerson)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByRecorderPerson in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Person)

findObservedFishingTripByNaturalId

public ObservedFishingTrip findObservedFishingTripByNaturalId(java.util.Date departureDateTime,
                                                              Vessel vessel,
                                                              Program program)
Specified by:
findObservedFishingTripByNaturalId in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

findObservedFishingTripByNaturalId

public java.lang.Object findObservedFishingTripByNaturalId(int transform,
                                                           java.util.Date departureDateTime,
                                                           Vessel vessel,
                                                           Program program)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByNaturalId in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

findObservedFishingTripByNaturalId

public ObservedFishingTrip findObservedFishingTripByNaturalId(java.lang.String queryString,
                                                              java.util.Date departureDateTime,
                                                              Vessel vessel,
                                                              Program program)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByNaturalId in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByNaturalId(java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

findObservedFishingTripByNaturalId

public java.lang.Object findObservedFishingTripByNaturalId(int transform,
                                                           java.lang.String queryString,
                                                           java.util.Date departureDateTime,
                                                           Vessel vessel,
                                                           Program program)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
findObservedFishingTripByNaturalId in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.findObservedFishingTripByNaturalId(int, java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

getAllObservedFishingTripSinceDateSynchro

public java.util.Collection getAllObservedFishingTripSinceDateSynchro(java.sql.Timestamp updateDate)
Specified by:
getAllObservedFishingTripSinceDateSynchro in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.getAllObservedFishingTripSinceDateSynchro(java.sql.Timestamp)

getAllObservedFishingTripSinceDateSynchro

public java.util.Collection getAllObservedFishingTripSinceDateSynchro(int transform,
                                                                      java.sql.Timestamp updateDate)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
getAllObservedFishingTripSinceDateSynchro in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.getAllObservedFishingTripSinceDateSynchro(int, java.sql.Timestamp)

getAllObservedFishingTripSinceDateSynchro

public java.util.Collection getAllObservedFishingTripSinceDateSynchro(java.lang.String queryString,
                                                                      java.sql.Timestamp updateDate)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
getAllObservedFishingTripSinceDateSynchro in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.getAllObservedFishingTripSinceDateSynchro(java.lang.String, java.sql.Timestamp)

getAllObservedFishingTripSinceDateSynchro

public java.util.Collection getAllObservedFishingTripSinceDateSynchro(int pageNumber,
                                                                      int pageSize,
                                                                      java.sql.Timestamp updateDate)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
getAllObservedFishingTripSinceDateSynchro in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.getAllObservedFishingTripSinceDateSynchro(int, int, java.sql.Timestamp)

getAllObservedFishingTripSinceDateSynchro

public java.util.Collection getAllObservedFishingTripSinceDateSynchro(java.lang.String queryString,
                                                                      int pageNumber,
                                                                      int pageSize,
                                                                      java.sql.Timestamp updateDate)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
getAllObservedFishingTripSinceDateSynchro in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.getAllObservedFishingTripSinceDateSynchro(String, int, int, java.sql.Timestamp)

getAllObservedFishingTripSinceDateSynchro

public java.util.Collection getAllObservedFishingTripSinceDateSynchro(int transform,
                                                                      java.lang.String queryString,
                                                                      java.sql.Timestamp updateDate)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
getAllObservedFishingTripSinceDateSynchro in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.getAllObservedFishingTripSinceDateSynchro(int, String, java.sql.Timestamp)

getAllObservedFishingTripSinceDateSynchro

public java.util.Collection getAllObservedFishingTripSinceDateSynchro(int transform,
                                                                      int pageNumber,
                                                                      int pageSize,
                                                                      java.sql.Timestamp updateDate)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
getAllObservedFishingTripSinceDateSynchro in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.getAllObservedFishingTripSinceDateSynchro(int, int, int, java.sql.Timestamp)

getAllObservedFishingTripSinceDateSynchro

public java.util.Collection getAllObservedFishingTripSinceDateSynchro(int transform,
                                                                      java.lang.String queryString,
                                                                      int pageNumber,
                                                                      int pageSize,
                                                                      java.sql.Timestamp updateDate)
Description copied from interface: ObservedFishingTripDao

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

Specified by:
getAllObservedFishingTripSinceDateSynchro in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.getAllObservedFishingTripSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)

getAllFishingTrip

public java.util.Collection getAllFishingTrip()
Specified by:
getAllFishingTrip in interface FishingTripDao
Overrides:
getAllFishingTrip in class FishingTripDaoBase
See Also:
FishingTripDao.getAllFishingTrip()

getAllFishingTrip

public java.util.Collection getAllFishingTrip(int transform)
Description copied from interface: FishingTripDao

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

Specified by:
getAllFishingTrip in interface FishingTripDao
Overrides:
getAllFishingTrip in class FishingTripDaoBase
See Also:
FishingTripDao.getAllFishingTrip(int)

getAllFishingTrip

public java.util.Collection getAllFishingTrip(java.lang.String queryString)
Description copied from interface: FishingTripDao

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

Specified by:
getAllFishingTrip in interface FishingTripDao
Overrides:
getAllFishingTrip in class FishingTripDaoBase
See Also:
FishingTripDao.getAllFishingTrip(java.lang.String)

getAllFishingTrip

public java.util.Collection getAllFishingTrip(int pageNumber,
                                              int pageSize)
Description copied from interface: FishingTripDao

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

Specified by:
getAllFishingTrip in interface FishingTripDao
Overrides:
getAllFishingTrip in class FishingTripDaoBase
See Also:
FishingTripDao.getAllFishingTrip(int, int)

getAllFishingTrip

public java.util.Collection getAllFishingTrip(java.lang.String queryString,
                                              int pageNumber,
                                              int pageSize)
Description copied from interface: FishingTripDao

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

Specified by:
getAllFishingTrip in interface FishingTripDao
Overrides:
getAllFishingTrip in class FishingTripDaoBase
See Also:
FishingTripDao.getAllFishingTrip(String, int, int)

getAllFishingTrip

public java.util.Collection getAllFishingTrip(int transform,
                                              java.lang.String queryString)
Description copied from interface: FishingTripDao

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

Specified by:
getAllFishingTrip in interface FishingTripDao
Overrides:
getAllFishingTrip in class FishingTripDaoBase
See Also:
FishingTripDao.getAllFishingTrip(int, String)

getAllFishingTrip

public java.util.Collection getAllFishingTrip(int transform,
                                              int pageNumber,
                                              int pageSize)
Description copied from interface: FishingTripDao

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

Specified by:
getAllFishingTrip in interface FishingTripDao
Overrides:
getAllFishingTrip in class FishingTripDaoBase
See Also:
FishingTripDao.getAllFishingTrip(int, int, int)

getAllFishingTrip

public java.util.Collection getAllFishingTrip(int transform,
                                              java.lang.String queryString,
                                              int pageNumber,
                                              int pageSize)
Description copied from interface: FishingTripDao

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

Specified by:
getAllFishingTrip in interface FishingTripDao
Overrides:
getAllFishingTrip in class FishingTripDaoBase
See Also:
FishingTripDao.getAllFishingTrip(int, java.lang.String, int, int)

findFishingTripById

public FishingTrip findFishingTripById(java.lang.Integer id)
Specified by:
findFishingTripById in interface FishingTripDao
Overrides:
findFishingTripById in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripById(java.lang.Integer)

findFishingTripById

public java.lang.Object findFishingTripById(int transform,
                                            java.lang.Integer id)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripById in interface FishingTripDao
Overrides:
findFishingTripById in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripById(int, java.lang.Integer)

findFishingTripById

public FishingTrip findFishingTripById(java.lang.String queryString,
                                       java.lang.Integer id)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripById in interface FishingTripDao
Overrides:
findFishingTripById in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripById(java.lang.String, java.lang.Integer)

findFishingTripById

public java.lang.Object findFishingTripById(int transform,
                                            java.lang.String queryString,
                                            java.lang.Integer id)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripById in interface FishingTripDao
Overrides:
findFishingTripById in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripById(int, java.lang.String, java.lang.Integer)

findFishingTripByReturnLocation

public java.util.Collection findFishingTripByReturnLocation(Location returnLocation)
Specified by:
findFishingTripByReturnLocation in interface FishingTripDao
Overrides:
findFishingTripByReturnLocation in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location)

findFishingTripByReturnLocation

public java.util.Collection findFishingTripByReturnLocation(int transform,
                                                            Location returnLocation)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByReturnLocation in interface FishingTripDao
Overrides:
findFishingTripByReturnLocation in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByReturnLocation(int, fr.ifremer.allegro.referential.location.Location)

findFishingTripByReturnLocation

public java.util.Collection findFishingTripByReturnLocation(java.lang.String queryString,
                                                            Location returnLocation)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByReturnLocation in interface FishingTripDao
Overrides:
findFishingTripByReturnLocation in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByReturnLocation(java.lang.String, fr.ifremer.allegro.referential.location.Location)

findFishingTripByReturnLocation

public java.util.Collection findFishingTripByReturnLocation(int pageNumber,
                                                            int pageSize,
                                                            Location returnLocation)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByReturnLocation in interface FishingTripDao
Overrides:
findFishingTripByReturnLocation in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByReturnLocation(int, int, fr.ifremer.allegro.referential.location.Location)

findFishingTripByReturnLocation

public java.util.Collection findFishingTripByReturnLocation(java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Location returnLocation)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByReturnLocation in interface FishingTripDao
Overrides:
findFishingTripByReturnLocation in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByReturnLocation(String, int, int, fr.ifremer.allegro.referential.location.Location)

findFishingTripByReturnLocation

public java.util.Collection findFishingTripByReturnLocation(int transform,
                                                            java.lang.String queryString,
                                                            Location returnLocation)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByReturnLocation in interface FishingTripDao
Overrides:
findFishingTripByReturnLocation in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByReturnLocation(int, String, fr.ifremer.allegro.referential.location.Location)

findFishingTripByReturnLocation

public java.util.Collection findFishingTripByReturnLocation(int transform,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Location returnLocation)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByReturnLocation in interface FishingTripDao
Overrides:
findFishingTripByReturnLocation in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByReturnLocation(int, int, int, fr.ifremer.allegro.referential.location.Location)

findFishingTripByReturnLocation

public java.util.Collection findFishingTripByReturnLocation(int transform,
                                                            java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Location returnLocation)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByReturnLocation in interface FishingTripDao
Overrides:
findFishingTripByReturnLocation in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByReturnLocation(int, java.lang.String, int, int, fr.ifremer.allegro.referential.location.Location)

findFishingTripByDepartureLocation

public java.util.Collection findFishingTripByDepartureLocation(Location departureLocation)
Specified by:
findFishingTripByDepartureLocation in interface FishingTripDao
Overrides:
findFishingTripByDepartureLocation in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location)

findFishingTripByDepartureLocation

public java.util.Collection findFishingTripByDepartureLocation(int transform,
                                                               Location departureLocation)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByDepartureLocation in interface FishingTripDao
Overrides:
findFishingTripByDepartureLocation in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByDepartureLocation(int, fr.ifremer.allegro.referential.location.Location)

findFishingTripByDepartureLocation

public java.util.Collection findFishingTripByDepartureLocation(java.lang.String queryString,
                                                               Location departureLocation)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByDepartureLocation in interface FishingTripDao
Overrides:
findFishingTripByDepartureLocation in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByDepartureLocation(java.lang.String, fr.ifremer.allegro.referential.location.Location)

findFishingTripByDepartureLocation

public java.util.Collection findFishingTripByDepartureLocation(int pageNumber,
                                                               int pageSize,
                                                               Location departureLocation)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByDepartureLocation in interface FishingTripDao
Overrides:
findFishingTripByDepartureLocation in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByDepartureLocation(int, int, fr.ifremer.allegro.referential.location.Location)

findFishingTripByDepartureLocation

public java.util.Collection findFishingTripByDepartureLocation(java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               Location departureLocation)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByDepartureLocation in interface FishingTripDao
Overrides:
findFishingTripByDepartureLocation in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByDepartureLocation(String, int, int, fr.ifremer.allegro.referential.location.Location)

findFishingTripByDepartureLocation

public java.util.Collection findFishingTripByDepartureLocation(int transform,
                                                               java.lang.String queryString,
                                                               Location departureLocation)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByDepartureLocation in interface FishingTripDao
Overrides:
findFishingTripByDepartureLocation in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByDepartureLocation(int, String, fr.ifremer.allegro.referential.location.Location)

findFishingTripByDepartureLocation

public java.util.Collection findFishingTripByDepartureLocation(int transform,
                                                               int pageNumber,
                                                               int pageSize,
                                                               Location departureLocation)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByDepartureLocation in interface FishingTripDao
Overrides:
findFishingTripByDepartureLocation in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByDepartureLocation(int, int, int, fr.ifremer.allegro.referential.location.Location)

findFishingTripByDepartureLocation

public java.util.Collection findFishingTripByDepartureLocation(int transform,
                                                               java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               Location departureLocation)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByDepartureLocation in interface FishingTripDao
Overrides:
findFishingTripByDepartureLocation in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByDepartureLocation(int, java.lang.String, int, int, fr.ifremer.allegro.referential.location.Location)

findFishingTripByVessel

public java.util.Collection findFishingTripByVessel(Vessel vessel)
Specified by:
findFishingTripByVessel in interface FishingTripDao
Overrides:
findFishingTripByVessel in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel)

findFishingTripByVessel

public java.util.Collection findFishingTripByVessel(int transform,
                                                    Vessel vessel)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByVessel in interface FishingTripDao
Overrides:
findFishingTripByVessel in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)

findFishingTripByVessel

public java.util.Collection findFishingTripByVessel(java.lang.String queryString,
                                                    Vessel vessel)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByVessel in interface FishingTripDao
Overrides:
findFishingTripByVessel in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)

findFishingTripByVessel

public java.util.Collection findFishingTripByVessel(int pageNumber,
                                                    int pageSize,
                                                    Vessel vessel)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByVessel in interface FishingTripDao
Overrides:
findFishingTripByVessel in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findFishingTripByVessel

public java.util.Collection findFishingTripByVessel(java.lang.String queryString,
                                                    int pageNumber,
                                                    int pageSize,
                                                    Vessel vessel)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByVessel in interface FishingTripDao
Overrides:
findFishingTripByVessel in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findFishingTripByVessel

public java.util.Collection findFishingTripByVessel(int transform,
                                                    java.lang.String queryString,
                                                    Vessel vessel)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByVessel in interface FishingTripDao
Overrides:
findFishingTripByVessel in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)

findFishingTripByVessel

public java.util.Collection findFishingTripByVessel(int transform,
                                                    int pageNumber,
                                                    int pageSize,
                                                    Vessel vessel)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByVessel in interface FishingTripDao
Overrides:
findFishingTripByVessel in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findFishingTripByVessel

public java.util.Collection findFishingTripByVessel(int transform,
                                                    java.lang.String queryString,
                                                    int pageNumber,
                                                    int pageSize,
                                                    Vessel vessel)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByVessel in interface FishingTripDao
Overrides:
findFishingTripByVessel in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findFishingTripByScientificCruise

public java.util.Collection findFishingTripByScientificCruise(ScientificCruise scientificCruise)
Specified by:
findFishingTripByScientificCruise in interface FishingTripDao
Overrides:
findFishingTripByScientificCruise in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)

findFishingTripByScientificCruise

public java.util.Collection findFishingTripByScientificCruise(int transform,
                                                              ScientificCruise scientificCruise)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByScientificCruise in interface FishingTripDao
Overrides:
findFishingTripByScientificCruise in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByScientificCruise(int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)

findFishingTripByScientificCruise

public java.util.Collection findFishingTripByScientificCruise(java.lang.String queryString,
                                                              ScientificCruise scientificCruise)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByScientificCruise in interface FishingTripDao
Overrides:
findFishingTripByScientificCruise in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByScientificCruise(java.lang.String, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)

findFishingTripByScientificCruise

public java.util.Collection findFishingTripByScientificCruise(int pageNumber,
                                                              int pageSize,
                                                              ScientificCruise scientificCruise)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByScientificCruise in interface FishingTripDao
Overrides:
findFishingTripByScientificCruise in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByScientificCruise(int, int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)

findFishingTripByScientificCruise

public java.util.Collection findFishingTripByScientificCruise(java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              ScientificCruise scientificCruise)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByScientificCruise in interface FishingTripDao
Overrides:
findFishingTripByScientificCruise in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByScientificCruise(String, int, int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)

findFishingTripByScientificCruise

public java.util.Collection findFishingTripByScientificCruise(int transform,
                                                              java.lang.String queryString,
                                                              ScientificCruise scientificCruise)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByScientificCruise in interface FishingTripDao
Overrides:
findFishingTripByScientificCruise in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByScientificCruise(int, String, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)

findFishingTripByScientificCruise

public java.util.Collection findFishingTripByScientificCruise(int transform,
                                                              int pageNumber,
                                                              int pageSize,
                                                              ScientificCruise scientificCruise)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByScientificCruise in interface FishingTripDao
Overrides:
findFishingTripByScientificCruise in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByScientificCruise(int, int, int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)

findFishingTripByScientificCruise

public java.util.Collection findFishingTripByScientificCruise(int transform,
                                                              java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              ScientificCruise scientificCruise)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByScientificCruise in interface FishingTripDao
Overrides:
findFishingTripByScientificCruise in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByScientificCruise(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)

findFishingTripByDeclaredDocumentReference

public java.util.Collection findFishingTripByDeclaredDocumentReference(DeclaredDocumentReference declaredDocumentReference)
Specified by:
findFishingTripByDeclaredDocumentReference in interface FishingTripDao
Overrides:
findFishingTripByDeclaredDocumentReference in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)

findFishingTripByDeclaredDocumentReference

public java.util.Collection findFishingTripByDeclaredDocumentReference(int transform,
                                                                       DeclaredDocumentReference declaredDocumentReference)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByDeclaredDocumentReference in interface FishingTripDao
Overrides:
findFishingTripByDeclaredDocumentReference in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)

findFishingTripByDeclaredDocumentReference

public java.util.Collection findFishingTripByDeclaredDocumentReference(java.lang.String queryString,
                                                                       DeclaredDocumentReference declaredDocumentReference)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByDeclaredDocumentReference in interface FishingTripDao
Overrides:
findFishingTripByDeclaredDocumentReference in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByDeclaredDocumentReference(java.lang.String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)

findFishingTripByDeclaredDocumentReference

public java.util.Collection findFishingTripByDeclaredDocumentReference(int pageNumber,
                                                                       int pageSize,
                                                                       DeclaredDocumentReference declaredDocumentReference)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByDeclaredDocumentReference in interface FishingTripDao
Overrides:
findFishingTripByDeclaredDocumentReference in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByDeclaredDocumentReference(int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)

findFishingTripByDeclaredDocumentReference

public java.util.Collection findFishingTripByDeclaredDocumentReference(java.lang.String queryString,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       DeclaredDocumentReference declaredDocumentReference)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByDeclaredDocumentReference in interface FishingTripDao
Overrides:
findFishingTripByDeclaredDocumentReference in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByDeclaredDocumentReference(String, int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)

findFishingTripByDeclaredDocumentReference

public java.util.Collection findFishingTripByDeclaredDocumentReference(int transform,
                                                                       java.lang.String queryString,
                                                                       DeclaredDocumentReference declaredDocumentReference)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByDeclaredDocumentReference in interface FishingTripDao
Overrides:
findFishingTripByDeclaredDocumentReference in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByDeclaredDocumentReference(int, String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)

findFishingTripByDeclaredDocumentReference

public java.util.Collection findFishingTripByDeclaredDocumentReference(int transform,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       DeclaredDocumentReference declaredDocumentReference)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByDeclaredDocumentReference in interface FishingTripDao
Overrides:
findFishingTripByDeclaredDocumentReference in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByDeclaredDocumentReference(int, int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)

findFishingTripByDeclaredDocumentReference

public java.util.Collection findFishingTripByDeclaredDocumentReference(int transform,
                                                                       java.lang.String queryString,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       DeclaredDocumentReference declaredDocumentReference)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByDeclaredDocumentReference in interface FishingTripDao
Overrides:
findFishingTripByDeclaredDocumentReference in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByDeclaredDocumentReference(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)

findFishingTripByProgram

public java.util.Collection findFishingTripByProgram(Program program)
Specified by:
findFishingTripByProgram in interface FishingTripDao
Overrides:
findFishingTripByProgram in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program)

findFishingTripByProgram

public java.util.Collection findFishingTripByProgram(int transform,
                                                     Program program)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByProgram in interface FishingTripDao
Overrides:
findFishingTripByProgram in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)

findFishingTripByProgram

public java.util.Collection findFishingTripByProgram(java.lang.String queryString,
                                                     Program program)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByProgram in interface FishingTripDao
Overrides:
findFishingTripByProgram in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)

findFishingTripByProgram

public java.util.Collection findFishingTripByProgram(int pageNumber,
                                                     int pageSize,
                                                     Program program)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByProgram in interface FishingTripDao
Overrides:
findFishingTripByProgram in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findFishingTripByProgram

public java.util.Collection findFishingTripByProgram(java.lang.String queryString,
                                                     int pageNumber,
                                                     int pageSize,
                                                     Program program)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByProgram in interface FishingTripDao
Overrides:
findFishingTripByProgram in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findFishingTripByProgram

public java.util.Collection findFishingTripByProgram(int transform,
                                                     java.lang.String queryString,
                                                     Program program)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByProgram in interface FishingTripDao
Overrides:
findFishingTripByProgram in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)

findFishingTripByProgram

public java.util.Collection findFishingTripByProgram(int transform,
                                                     int pageNumber,
                                                     int pageSize,
                                                     Program program)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByProgram in interface FishingTripDao
Overrides:
findFishingTripByProgram in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findFishingTripByProgram

public java.util.Collection findFishingTripByProgram(int transform,
                                                     java.lang.String queryString,
                                                     int pageNumber,
                                                     int pageSize,
                                                     Program program)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByProgram in interface FishingTripDao
Overrides:
findFishingTripByProgram in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findFishingTripByRecorderDepartment

public java.util.Collection findFishingTripByRecorderDepartment(Department recorderDepartment)
Specified by:
findFishingTripByRecorderDepartment in interface FishingTripDao
Overrides:
findFishingTripByRecorderDepartment in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)

findFishingTripByRecorderDepartment

public java.util.Collection findFishingTripByRecorderDepartment(int transform,
                                                                Department recorderDepartment)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByRecorderDepartment in interface FishingTripDao
Overrides:
findFishingTripByRecorderDepartment in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)

findFishingTripByRecorderDepartment

public java.util.Collection findFishingTripByRecorderDepartment(java.lang.String queryString,
                                                                Department recorderDepartment)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByRecorderDepartment in interface FishingTripDao
Overrides:
findFishingTripByRecorderDepartment in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByRecorderDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)

findFishingTripByRecorderDepartment

public java.util.Collection findFishingTripByRecorderDepartment(int pageNumber,
                                                                int pageSize,
                                                                Department recorderDepartment)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByRecorderDepartment in interface FishingTripDao
Overrides:
findFishingTripByRecorderDepartment in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByRecorderDepartment(int, int, fr.ifremer.allegro.administration.user.Department)

findFishingTripByRecorderDepartment

public java.util.Collection findFishingTripByRecorderDepartment(java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize,
                                                                Department recorderDepartment)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByRecorderDepartment in interface FishingTripDao
Overrides:
findFishingTripByRecorderDepartment in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByRecorderDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)

findFishingTripByRecorderDepartment

public java.util.Collection findFishingTripByRecorderDepartment(int transform,
                                                                java.lang.String queryString,
                                                                Department recorderDepartment)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByRecorderDepartment in interface FishingTripDao
Overrides:
findFishingTripByRecorderDepartment in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department)

findFishingTripByRecorderDepartment

public java.util.Collection findFishingTripByRecorderDepartment(int transform,
                                                                int pageNumber,
                                                                int pageSize,
                                                                Department recorderDepartment)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByRecorderDepartment in interface FishingTripDao
Overrides:
findFishingTripByRecorderDepartment in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByRecorderDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)

findFishingTripByRecorderDepartment

public java.util.Collection findFishingTripByRecorderDepartment(int transform,
                                                                java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize,
                                                                Department recorderDepartment)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByRecorderDepartment in interface FishingTripDao
Overrides:
findFishingTripByRecorderDepartment in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByRecorderDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)

findFishingTripByQualityFlag

public java.util.Collection findFishingTripByQualityFlag(QualityFlag qualityFlag)
Specified by:
findFishingTripByQualityFlag in interface FishingTripDao
Overrides:
findFishingTripByQualityFlag in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)

findFishingTripByQualityFlag

public java.util.Collection findFishingTripByQualityFlag(int transform,
                                                         QualityFlag qualityFlag)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByQualityFlag in interface FishingTripDao
Overrides:
findFishingTripByQualityFlag in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)

findFishingTripByQualityFlag

public java.util.Collection findFishingTripByQualityFlag(java.lang.String queryString,
                                                         QualityFlag qualityFlag)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByQualityFlag in interface FishingTripDao
Overrides:
findFishingTripByQualityFlag in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)

findFishingTripByQualityFlag

public java.util.Collection findFishingTripByQualityFlag(int pageNumber,
                                                         int pageSize,
                                                         QualityFlag qualityFlag)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByQualityFlag in interface FishingTripDao
Overrides:
findFishingTripByQualityFlag in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)

findFishingTripByQualityFlag

public java.util.Collection findFishingTripByQualityFlag(java.lang.String queryString,
                                                         int pageNumber,
                                                         int pageSize,
                                                         QualityFlag qualityFlag)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByQualityFlag in interface FishingTripDao
Overrides:
findFishingTripByQualityFlag in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findFishingTripByQualityFlag

public java.util.Collection findFishingTripByQualityFlag(int transform,
                                                         java.lang.String queryString,
                                                         QualityFlag qualityFlag)
Description copied from interface: FishingTripDao

Does the same thing as FishingTripDao.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 FishingTripDao.findFishingTripByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag).

Specified by:
findFishingTripByQualityFlag in interface FishingTripDao
Overrides:
findFishingTripByQualityFlag in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)

findFishingTripByQualityFlag

public java.util.Collection findFishingTripByQualityFlag(int transform,
                                                         int pageNumber,
                                                         int pageSize,
                                                         QualityFlag qualityFlag)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByQualityFlag in interface FishingTripDao
Overrides:
findFishingTripByQualityFlag in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)

findFishingTripByQualityFlag

public java.util.Collection findFishingTripByQualityFlag(int transform,
                                                         java.lang.String queryString,
                                                         int pageNumber,
                                                         int pageSize,
                                                         QualityFlag qualityFlag)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByQualityFlag in interface FishingTripDao
Overrides:
findFishingTripByQualityFlag in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findFishingTripByRecorderPerson

public java.util.Collection findFishingTripByRecorderPerson(Person recorderPerson)
Specified by:
findFishingTripByRecorderPerson in interface FishingTripDao
Overrides:
findFishingTripByRecorderPerson in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person)

findFishingTripByRecorderPerson

public java.util.Collection findFishingTripByRecorderPerson(int transform,
                                                            Person recorderPerson)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByRecorderPerson in interface FishingTripDao
Overrides:
findFishingTripByRecorderPerson in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person)

findFishingTripByRecorderPerson

public java.util.Collection findFishingTripByRecorderPerson(java.lang.String queryString,
                                                            Person recorderPerson)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByRecorderPerson in interface FishingTripDao
Overrides:
findFishingTripByRecorderPerson in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByRecorderPerson(java.lang.String, fr.ifremer.allegro.administration.user.Person)

findFishingTripByRecorderPerson

public java.util.Collection findFishingTripByRecorderPerson(int pageNumber,
                                                            int pageSize,
                                                            Person recorderPerson)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByRecorderPerson in interface FishingTripDao
Overrides:
findFishingTripByRecorderPerson in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByRecorderPerson(int, int, fr.ifremer.allegro.administration.user.Person)

findFishingTripByRecorderPerson

public java.util.Collection findFishingTripByRecorderPerson(java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Person recorderPerson)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByRecorderPerson in interface FishingTripDao
Overrides:
findFishingTripByRecorderPerson in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByRecorderPerson(String, int, int, fr.ifremer.allegro.administration.user.Person)

findFishingTripByRecorderPerson

public java.util.Collection findFishingTripByRecorderPerson(int transform,
                                                            java.lang.String queryString,
                                                            Person recorderPerson)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByRecorderPerson in interface FishingTripDao
Overrides:
findFishingTripByRecorderPerson in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person)

findFishingTripByRecorderPerson

public java.util.Collection findFishingTripByRecorderPerson(int transform,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Person recorderPerson)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByRecorderPerson in interface FishingTripDao
Overrides:
findFishingTripByRecorderPerson in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByRecorderPerson(int, int, int, fr.ifremer.allegro.administration.user.Person)

findFishingTripByRecorderPerson

public java.util.Collection findFishingTripByRecorderPerson(int transform,
                                                            java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Person recorderPerson)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByRecorderPerson in interface FishingTripDao
Overrides:
findFishingTripByRecorderPerson in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByRecorderPerson(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Person)

findFishingTripByNaturalId

public FishingTrip findFishingTripByNaturalId(java.util.Date departureDateTime,
                                              Vessel vessel,
                                              Program program)
Specified by:
findFishingTripByNaturalId in interface FishingTripDao
Overrides:
findFishingTripByNaturalId in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

findFishingTripByNaturalId

public java.lang.Object findFishingTripByNaturalId(int transform,
                                                   java.util.Date departureDateTime,
                                                   Vessel vessel,
                                                   Program program)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByNaturalId in interface FishingTripDao
Overrides:
findFishingTripByNaturalId in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

findFishingTripByNaturalId

public FishingTrip findFishingTripByNaturalId(java.lang.String queryString,
                                              java.util.Date departureDateTime,
                                              Vessel vessel,
                                              Program program)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByNaturalId in interface FishingTripDao
Overrides:
findFishingTripByNaturalId in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByNaturalId(java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

findFishingTripByNaturalId

public java.lang.Object findFishingTripByNaturalId(int transform,
                                                   java.lang.String queryString,
                                                   java.util.Date departureDateTime,
                                                   Vessel vessel,
                                                   Program program)
Description copied from interface: FishingTripDao

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

Specified by:
findFishingTripByNaturalId in interface FishingTripDao
Overrides:
findFishingTripByNaturalId in class FishingTripDaoBase
See Also:
FishingTripDao.findFishingTripByNaturalId(int, java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

getAllFishingTripSinceDateSynchro

public java.util.Collection getAllFishingTripSinceDateSynchro(java.sql.Timestamp updateDate)
Specified by:
getAllFishingTripSinceDateSynchro in interface FishingTripDao
Overrides:
getAllFishingTripSinceDateSynchro in class FishingTripDaoBase
See Also:
FishingTripDao.getAllFishingTripSinceDateSynchro(java.sql.Timestamp)

getAllFishingTripSinceDateSynchro

public java.util.Collection getAllFishingTripSinceDateSynchro(int transform,
                                                              java.sql.Timestamp updateDate)
Description copied from interface: FishingTripDao

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

Specified by:
getAllFishingTripSinceDateSynchro in interface FishingTripDao
Overrides:
getAllFishingTripSinceDateSynchro in class FishingTripDaoBase
See Also:
FishingTripDao.getAllFishingTripSinceDateSynchro(int, java.sql.Timestamp)

getAllFishingTripSinceDateSynchro

public java.util.Collection getAllFishingTripSinceDateSynchro(java.lang.String queryString,
                                                              java.sql.Timestamp updateDate)
Description copied from interface: FishingTripDao

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

Specified by:
getAllFishingTripSinceDateSynchro in interface FishingTripDao
Overrides:
getAllFishingTripSinceDateSynchro in class FishingTripDaoBase
See Also:
FishingTripDao.getAllFishingTripSinceDateSynchro(java.lang.String, java.sql.Timestamp)

getAllFishingTripSinceDateSynchro

public java.util.Collection getAllFishingTripSinceDateSynchro(int pageNumber,
                                                              int pageSize,
                                                              java.sql.Timestamp updateDate)
Description copied from interface: FishingTripDao

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

Specified by:
getAllFishingTripSinceDateSynchro in interface FishingTripDao
Overrides:
getAllFishingTripSinceDateSynchro in class FishingTripDaoBase
See Also:
FishingTripDao.getAllFishingTripSinceDateSynchro(int, int, java.sql.Timestamp)

getAllFishingTripSinceDateSynchro

public java.util.Collection getAllFishingTripSinceDateSynchro(java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              java.sql.Timestamp updateDate)
Description copied from interface: FishingTripDao

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

Specified by:
getAllFishingTripSinceDateSynchro in interface FishingTripDao
Overrides:
getAllFishingTripSinceDateSynchro in class FishingTripDaoBase
See Also:
FishingTripDao.getAllFishingTripSinceDateSynchro(String, int, int, java.sql.Timestamp)

getAllFishingTripSinceDateSynchro

public java.util.Collection getAllFishingTripSinceDateSynchro(int transform,
                                                              java.lang.String queryString,
                                                              java.sql.Timestamp updateDate)
Description copied from interface: FishingTripDao

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

Specified by:
getAllFishingTripSinceDateSynchro in interface FishingTripDao
Overrides:
getAllFishingTripSinceDateSynchro in class FishingTripDaoBase
See Also:
FishingTripDao.getAllFishingTripSinceDateSynchro(int, String, java.sql.Timestamp)

getAllFishingTripSinceDateSynchro

public java.util.Collection getAllFishingTripSinceDateSynchro(int transform,
                                                              int pageNumber,
                                                              int pageSize,
                                                              java.sql.Timestamp updateDate)
Description copied from interface: FishingTripDao

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

Specified by:
getAllFishingTripSinceDateSynchro in interface FishingTripDao
Overrides:
getAllFishingTripSinceDateSynchro in class FishingTripDaoBase
See Also:
FishingTripDao.getAllFishingTripSinceDateSynchro(int, int, int, java.sql.Timestamp)

getAllFishingTripSinceDateSynchro

public java.util.Collection getAllFishingTripSinceDateSynchro(int transform,
                                                              java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              java.sql.Timestamp updateDate)
Description copied from interface: FishingTripDao

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

Specified by:
getAllFishingTripSinceDateSynchro in interface FishingTripDao
Overrides:
getAllFishingTripSinceDateSynchro in class FishingTripDaoBase
See Also:
FishingTripDao.getAllFishingTripSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)

createFromClusterObservedFishingTrip

public ObservedFishingTrip createFromClusterObservedFishingTrip(ClusterObservedFishingTrip clusterObservedFishingTrip)
Specified by:
createFromClusterObservedFishingTrip in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.createFromClusterObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterObservedFishingTrip)

handleCreateFromClusterObservedFishingTrip

protected abstract ObservedFishingTrip handleCreateFromClusterObservedFishingTrip(ClusterObservedFishingTrip clusterObservedFishingTrip)
                                                                           throws java.lang.Exception
Performs the core logic for createFromClusterObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterObservedFishingTrip)

Throws:
java.lang.Exception

getAllClusterObservedFishingTripSinceDateSynchro

public ClusterObservedFishingTrip[] getAllClusterObservedFishingTripSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                     java.lang.Integer userId,
                                                                                     java.lang.Integer[] registrationLocationIds,
                                                                                     java.lang.Integer pageNumber,
                                                                                     java.lang.Integer pageSize)
Specified by:
getAllClusterObservedFishingTripSinceDateSynchro in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.getAllClusterObservedFishingTripSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetAllClusterObservedFishingTripSinceDateSynchro

protected abstract ClusterObservedFishingTrip[] handleGetAllClusterObservedFishingTripSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                                       java.lang.Integer userId,
                                                                                                       java.lang.Integer[] registrationLocationIds,
                                                                                                       java.lang.Integer pageNumber,
                                                                                                       java.lang.Integer pageSize)
                                                                                                throws java.lang.Exception
Performs the core logic for getAllClusterObservedFishingTripSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

transformEntity

protected java.lang.Object transformEntity(int transform,
                                           ObservedFishingTrip entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTripDao, please note that the FishingTripDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.

This method will return instances of these types:

If the integer argument value is unknown FishingTripDao.TRANSFORM_NONE is assumed.

Parameters:
transform - one of the constants declared in ObservedFishingTripDao
entity - an entity that was found
Returns:
the transformed entity (i.e. new value object, etc)
See Also:
transformEntities(int,java.util.Collection)

transformEntities

protected void transformEntities(int transform,
                                 java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip) method. This method does not instantiate a new collection.

This method is to be used internally only.

Overrides:
transformEntities in class FishingTripDaoBase
Parameters:
transform - one of the constants declared in fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTripDao
entities - the collection of entities to transform
See Also:
transformEntity(int,fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)

toEntity

protected ObservedFishingTrip toEntity(java.lang.Object[] row)
Overrides:
toEntity in class FishingTripDaoBase

toRemoteObservedFishingTripFullVOCollection

public final void toRemoteObservedFishingTripFullVOCollection(java.util.Collection entities)
Description copied from interface: ObservedFishingTripDao
Converts this DAO's entity to a Collection of instances of type RemoteObservedFishingTripFullVO.

Specified by:
toRemoteObservedFishingTripFullVOCollection in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.toRemoteObservedFishingTripFullVOCollection(java.util.Collection)

toRemoteObservedFishingTripFullVOArray

public final RemoteObservedFishingTripFullVO[] toRemoteObservedFishingTripFullVOArray(java.util.Collection entities)
Description copied from interface: ObservedFishingTripDao
Converts this DAO's entity to an array of instances of type RemoteObservedFishingTripFullVO.

Specified by:
toRemoteObservedFishingTripFullVOArray in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.toRemoteObservedFishingTripFullVOArray(java.util.Collection)

toRemoteObservedFishingTripFullVO

protected RemoteObservedFishingTripFullVO toRemoteObservedFishingTripFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the ObservedFishingTripDaoImpl class if you intend to use reporting queries.

See Also:
ObservedFishingTripDao.toRemoteObservedFishingTripFullVO(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)

remoteObservedFishingTripFullVOToEntityCollection

public final void remoteObservedFishingTripFullVOToEntityCollection(java.util.Collection instances)
Description copied from interface: ObservedFishingTripDao
Converts a Collection of instances of type RemoteObservedFishingTripFullVO to this DAO's entity.

Specified by:
remoteObservedFishingTripFullVOToEntityCollection in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.remoteObservedFishingTripFullVOToEntityCollection(java.util.Collection)

toRemoteObservedFishingTripFullVO

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

Specified by:
toRemoteObservedFishingTripFullVO in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.toRemoteObservedFishingTripFullVO(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)

toRemoteObservedFishingTripFullVO

public RemoteObservedFishingTripFullVO toRemoteObservedFishingTripFullVO(ObservedFishingTrip entity)
Description copied from interface: ObservedFishingTripDao
Converts this DAO's entity to an object of type RemoteObservedFishingTripFullVO.

Specified by:
toRemoteObservedFishingTripFullVO in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.toRemoteObservedFishingTripFullVO(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)

remoteObservedFishingTripFullVOToEntity

public void remoteObservedFishingTripFullVOToEntity(RemoteObservedFishingTripFullVO source,
                                                    ObservedFishingTrip target,
                                                    boolean copyIfNull)
Description copied from interface: ObservedFishingTripDao
Copies the fields of RemoteObservedFishingTripFullVO to the specified entity.

Specified by:
remoteObservedFishingTripFullVOToEntity in interface ObservedFishingTripDao
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.
See Also:
fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTripDao#remoteObservedFishingTripFullVOToEntity(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)

toRemoteObservedFishingTripNaturalIdCollection

public final void toRemoteObservedFishingTripNaturalIdCollection(java.util.Collection entities)
Description copied from interface: ObservedFishingTripDao
Converts this DAO's entity to a Collection of instances of type RemoteObservedFishingTripNaturalId.

Specified by:
toRemoteObservedFishingTripNaturalIdCollection in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.toRemoteObservedFishingTripNaturalIdCollection(java.util.Collection)

toRemoteObservedFishingTripNaturalIdArray

public final RemoteObservedFishingTripNaturalId[] toRemoteObservedFishingTripNaturalIdArray(java.util.Collection entities)
Description copied from interface: ObservedFishingTripDao
Converts this DAO's entity to an array of instances of type RemoteObservedFishingTripNaturalId.

Specified by:
toRemoteObservedFishingTripNaturalIdArray in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.toRemoteObservedFishingTripNaturalIdArray(java.util.Collection)

toRemoteObservedFishingTripNaturalId

protected RemoteObservedFishingTripNaturalId toRemoteObservedFishingTripNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the ObservedFishingTripDaoImpl class if you intend to use reporting queries.

See Also:
ObservedFishingTripDao.toRemoteObservedFishingTripNaturalId(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)

remoteObservedFishingTripNaturalIdToEntityCollection

public final void remoteObservedFishingTripNaturalIdToEntityCollection(java.util.Collection instances)
Description copied from interface: ObservedFishingTripDao
Converts a Collection of instances of type RemoteObservedFishingTripNaturalId to this DAO's entity.

Specified by:
remoteObservedFishingTripNaturalIdToEntityCollection in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.remoteObservedFishingTripNaturalIdToEntityCollection(java.util.Collection)

toRemoteObservedFishingTripNaturalId

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

Specified by:
toRemoteObservedFishingTripNaturalId in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.toRemoteObservedFishingTripNaturalId(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripNaturalId)

toRemoteObservedFishingTripNaturalId

public RemoteObservedFishingTripNaturalId toRemoteObservedFishingTripNaturalId(ObservedFishingTrip entity)
Description copied from interface: ObservedFishingTripDao
Converts this DAO's entity to an object of type RemoteObservedFishingTripNaturalId.

Specified by:
toRemoteObservedFishingTripNaturalId in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.toRemoteObservedFishingTripNaturalId(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)

remoteObservedFishingTripNaturalIdToEntity

public void remoteObservedFishingTripNaturalIdToEntity(RemoteObservedFishingTripNaturalId source,
                                                       ObservedFishingTrip target,
                                                       boolean copyIfNull)
Description copied from interface: ObservedFishingTripDao
Copies the fields of RemoteObservedFishingTripNaturalId to the specified entity.

Specified by:
remoteObservedFishingTripNaturalIdToEntity in interface ObservedFishingTripDao
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.
See Also:
fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTripDao#remoteObservedFishingTripNaturalIdToEntity(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripNaturalId, fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)

toClusterObservedFishingTripCollection

public final void toClusterObservedFishingTripCollection(java.util.Collection entities)
Description copied from interface: ObservedFishingTripDao
Converts this DAO's entity to a Collection of instances of type ClusterObservedFishingTrip.

Specified by:
toClusterObservedFishingTripCollection in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.toClusterObservedFishingTripCollection(java.util.Collection)

toClusterObservedFishingTripArray

public final ClusterObservedFishingTrip[] toClusterObservedFishingTripArray(java.util.Collection entities)
Description copied from interface: ObservedFishingTripDao
Converts this DAO's entity to an array of instances of type ClusterObservedFishingTrip.

Specified by:
toClusterObservedFishingTripArray in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.toClusterObservedFishingTripArray(java.util.Collection)

toClusterObservedFishingTrip

protected ClusterObservedFishingTrip toClusterObservedFishingTrip(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the ObservedFishingTripDaoImpl class if you intend to use reporting queries.

See Also:
ObservedFishingTripDao.toClusterObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)

clusterObservedFishingTripToEntityCollection

public final void clusterObservedFishingTripToEntityCollection(java.util.Collection instances)
Description copied from interface: ObservedFishingTripDao
Converts a Collection of instances of type ClusterObservedFishingTrip to this DAO's entity.

Specified by:
clusterObservedFishingTripToEntityCollection in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.clusterObservedFishingTripToEntityCollection(java.util.Collection)

toClusterObservedFishingTrip

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

Specified by:
toClusterObservedFishingTrip in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.toClusterObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip, fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterObservedFishingTrip)

toClusterObservedFishingTrip

public ClusterObservedFishingTrip toClusterObservedFishingTrip(ObservedFishingTrip entity)
Description copied from interface: ObservedFishingTripDao
Converts this DAO's entity to an object of type ClusterObservedFishingTrip.

Specified by:
toClusterObservedFishingTrip in interface ObservedFishingTripDao
See Also:
ObservedFishingTripDao.toClusterObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)

clusterObservedFishingTripToEntity

public void clusterObservedFishingTripToEntity(ClusterObservedFishingTrip source,
                                               ObservedFishingTrip target,
                                               boolean copyIfNull)
Description copied from interface: ObservedFishingTripDao
Copies the fields of ClusterObservedFishingTrip to the specified entity.

Specified by:
clusterObservedFishingTripToEntity in interface ObservedFishingTripDao
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.
See Also:
fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTripDao#clusterObservedFishingTripToEntity(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterObservedFishingTrip, fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)

getPrincipal

protected java.security.Principal getPrincipal()
Gets the current principal if one has been set, otherwise returns null.

Overrides:
getPrincipal in class FishingTripDaoBase
Returns:
the current principal

search

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

Specified by:
search in interface FishingTripDao
Specified by:
search in interface ObservedFishingTripDao
Overrides:
search in class FishingTripDaoBase
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.
See Also:
ObservedFishingTripDao.search(int, int, int, fr.ifremer.allegro.Search)

search

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

Specified by:
search in interface FishingTripDao
Specified by:
search in interface ObservedFishingTripDao
Overrides:
search in class FishingTripDaoBase
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.
See Also:
ObservedFishingTripDao.search(int, int, fr.ifremer.allegro.Search)

search

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

Specified by:
search in interface FishingTripDao
Specified by:
search in interface ObservedFishingTripDao
Overrides:
search in class FishingTripDaoBase
Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
ObservedFishingTripDao.search(int, fr.ifremer.allegro.Search)

search

public java.util.Set search(Search search)
Description copied from interface: FishingTripDao
Performs a search using the parameters specified in the given search object.

Specified by:
search in interface FishingTripDao
Specified by:
search in interface ObservedFishingTripDao
Overrides:
search in class FishingTripDaoBase
Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
ObservedFishingTripDao.search(fr.ifremer.allegro.Search)


Copyright © 2008-2010 IFREMER. All Rights Reserved.