|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.data.survey.fishingTrip.FishingTripDaoBase
fr.ifremer.allegro.data.survey.fishingTrip.FishingTripDaoImpl
fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTripDaoBase
public abstract class ObservedFishingTripDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip
.
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 |
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 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 |
Constructor Detail |
---|
public ObservedFishingTripDaoBase()
Method Detail |
---|
public void setPersonDao(PersonDao personDao)
personDao
.
setPersonDao
in class FishingTripDaoBase
protected PersonDao getPersonDao()
personDao
.
getPersonDao
in class FishingTripDaoBase
public void setExpectedSaleDao(ExpectedSaleDao expectedSaleDao)
expectedSaleDao
.
protected ExpectedSaleDao getExpectedSaleDao()
expectedSaleDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
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.
load
in interface FishingTripDao
load
in interface ObservedFishingTripDao
load
in class FishingTripDaoBase
id
- identifier of the entity to load
ObservedFishingTripDao.load(int, java.lang.Integer)
public ObservedFishingTrip load(java.lang.Integer id)
FishingTripDao
load
in interface FishingTripDao
load
in interface ObservedFishingTripDao
load
in class FishingTripDaoBase
ObservedFishingTripDao.load(java.lang.Integer)
public java.util.Collection loadAll()
FishingTripDao
FishingTrip
.
loadAll
in interface FishingTripDao
loadAll
in interface ObservedFishingTripDao
loadAll
in class FishingTripDaoBase
ObservedFishingTripDao.loadAll()
public java.util.Collection loadAll(int transform)
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.
loadAll
in interface FishingTripDao
loadAll
in interface ObservedFishingTripDao
loadAll
in class FishingTripDaoBase
transform
- the flag indicating what transformation to use.
ObservedFishingTripDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
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.
loadAll
in interface FishingTripDao
loadAll
in interface ObservedFishingTripDao
loadAll
in class FishingTripDaoBase
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
ObservedFishingTripDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
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.
loadAll
in interface FishingTripDao
loadAll
in interface ObservedFishingTripDao
loadAll
in class FishingTripDaoBase
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.
ObservedFishingTripDao.loadAll(int, int, int)
public ObservedFishingTrip create(ObservedFishingTrip observedFishingTrip)
ObservedFishingTripDao
create
in interface ObservedFishingTripDao
ObservedFishingTripDao.create(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)
public java.lang.Object create(int transform, ObservedFishingTrip observedFishingTrip)
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.
create
in interface ObservedFishingTripDao
ObservedFishingTripDao.create(int transform, fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)
public java.util.Collection create(java.util.Collection entities)
FishingTripDao
entities
collection
create
in interface FishingTripDao
create
in interface ObservedFishingTripDao
create
in class FishingTripDaoBase
entities
- the collection of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip
instances to create.
ObservedFishingTripDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
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.
create
in interface FishingTripDao
create
in interface ObservedFishingTripDao
create
in class FishingTripDaoBase
ObservedFishingTripDao.create(int, java.util.Collection)
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)
ObservedFishingTripDao
Creates a new fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip
instance from all attributes and
properties and adds it to the persistent store.
create
in interface ObservedFishingTripDao
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)
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)
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.
create
in interface ObservedFishingTripDao
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)
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)
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.
create
in interface ObservedFishingTripDao
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)
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)
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.
create
in interface ObservedFishingTripDao
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)
public void update(ObservedFishingTrip observedFishingTrip)
ObservedFishingTripDao
observedFishingTrip
instance in the persistent store.
update
in interface ObservedFishingTripDao
ObservedFishingTripDao.update(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)
public void update(java.util.Collection entities)
FishingTripDao
entities
collection in the persistent store.
update
in interface FishingTripDao
update
in interface ObservedFishingTripDao
update
in class FishingTripDaoBase
FishingTripDao.update(java.util.Collection)
public void remove(ObservedFishingTrip observedFishingTrip)
ObservedFishingTripDao
remove
in interface ObservedFishingTripDao
ObservedFishingTripDao.remove(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)
public void remove(java.lang.Integer id)
FishingTripDao
identifier
from the persistent store.
remove
in interface FishingTripDao
remove
in interface ObservedFishingTripDao
remove
in class FishingTripDaoBase
ObservedFishingTripDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
FishingTripDao
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)
public java.util.Collection getAllObservedFishingTrip()
getAllObservedFishingTrip
in interface ObservedFishingTripDao
ObservedFishingTripDao.getAllObservedFishingTrip()
public java.util.Collection getAllObservedFishingTrip(int transform)
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.
getAllObservedFishingTrip
in interface ObservedFishingTripDao
ObservedFishingTripDao.getAllObservedFishingTrip(int)
public java.util.Collection getAllObservedFishingTrip(java.lang.String queryString)
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()
.
getAllObservedFishingTrip
in interface ObservedFishingTripDao
ObservedFishingTripDao.getAllObservedFishingTrip(java.lang.String)
public java.util.Collection getAllObservedFishingTrip(int pageNumber, int pageSize)
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.
getAllObservedFishingTrip
in interface ObservedFishingTripDao
ObservedFishingTripDao.getAllObservedFishingTrip(int, int)
public java.util.Collection getAllObservedFishingTrip(java.lang.String queryString, int pageNumber, int pageSize)
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.
getAllObservedFishingTrip
in interface ObservedFishingTripDao
ObservedFishingTripDao.getAllObservedFishingTrip(String, int, int)
public java.util.Collection getAllObservedFishingTrip(int transform, java.lang.String queryString)
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)
.
getAllObservedFishingTrip
in interface ObservedFishingTripDao
ObservedFishingTripDao.getAllObservedFishingTrip(int, String)
public java.util.Collection getAllObservedFishingTrip(int transform, int pageNumber, int pageSize)
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.
getAllObservedFishingTrip
in interface ObservedFishingTripDao
ObservedFishingTripDao.getAllObservedFishingTrip(int, int, int)
public java.util.Collection getAllObservedFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize)
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.
getAllObservedFishingTrip
in interface ObservedFishingTripDao
ObservedFishingTripDao.getAllObservedFishingTrip(int, java.lang.String, int, int)
public ObservedFishingTrip findObservedFishingTripById(java.lang.Integer id)
findObservedFishingTripById
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripById(java.lang.Integer)
public java.lang.Object findObservedFishingTripById(int transform, java.lang.Integer id)
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.
findObservedFishingTripById
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripById(int, java.lang.Integer)
public ObservedFishingTrip findObservedFishingTripById(java.lang.String queryString, java.lang.Integer id)
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)
.
findObservedFishingTripById
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripById(java.lang.String, java.lang.Integer)
public java.lang.Object findObservedFishingTripById(int transform, java.lang.String queryString, java.lang.Integer id)
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)
.
findObservedFishingTripById
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findObservedFishingTripByReturnLocation(Location returnLocation)
findObservedFishingTripByReturnLocation
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findObservedFishingTripByReturnLocation(int transform, Location returnLocation)
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.
findObservedFishingTripByReturnLocation
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByReturnLocation(int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findObservedFishingTripByReturnLocation(java.lang.String queryString, Location returnLocation)
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)
.
findObservedFishingTripByReturnLocation
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByReturnLocation(java.lang.String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findObservedFishingTripByReturnLocation(int pageNumber, int pageSize, Location returnLocation)
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.
findObservedFishingTripByReturnLocation
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByReturnLocation(int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findObservedFishingTripByReturnLocation(java.lang.String queryString, int pageNumber, int pageSize, Location returnLocation)
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.
findObservedFishingTripByReturnLocation
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByReturnLocation(String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findObservedFishingTripByReturnLocation(int transform, java.lang.String queryString, Location returnLocation)
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)
.
findObservedFishingTripByReturnLocation
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByReturnLocation(int, String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findObservedFishingTripByReturnLocation(int transform, int pageNumber, int pageSize, Location returnLocation)
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.
findObservedFishingTripByReturnLocation
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByReturnLocation(int, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findObservedFishingTripByReturnLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location returnLocation)
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.
findObservedFishingTripByReturnLocation
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByReturnLocation(int, java.lang.String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findObservedFishingTripByDepartureLocation(Location departureLocation)
findObservedFishingTripByDepartureLocation
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findObservedFishingTripByDepartureLocation(int transform, Location departureLocation)
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.
findObservedFishingTripByDepartureLocation
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByDepartureLocation(int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findObservedFishingTripByDepartureLocation(java.lang.String queryString, Location departureLocation)
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)
.
findObservedFishingTripByDepartureLocation
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByDepartureLocation(java.lang.String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findObservedFishingTripByDepartureLocation(int pageNumber, int pageSize, Location departureLocation)
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.
findObservedFishingTripByDepartureLocation
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByDepartureLocation(int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findObservedFishingTripByDepartureLocation(java.lang.String queryString, int pageNumber, int pageSize, Location departureLocation)
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.
findObservedFishingTripByDepartureLocation
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByDepartureLocation(String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findObservedFishingTripByDepartureLocation(int transform, java.lang.String queryString, Location departureLocation)
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)
.
findObservedFishingTripByDepartureLocation
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByDepartureLocation(int, String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findObservedFishingTripByDepartureLocation(int transform, int pageNumber, int pageSize, Location departureLocation)
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.
findObservedFishingTripByDepartureLocation
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByDepartureLocation(int, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findObservedFishingTripByDepartureLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location departureLocation)
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.
findObservedFishingTripByDepartureLocation
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByDepartureLocation(int, java.lang.String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findObservedFishingTripByVessel(Vessel vessel)
findObservedFishingTripByVessel
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findObservedFishingTripByVessel(int transform, Vessel vessel)
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.
findObservedFishingTripByVessel
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findObservedFishingTripByVessel(java.lang.String queryString, Vessel vessel)
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)
.
findObservedFishingTripByVessel
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findObservedFishingTripByVessel(int pageNumber, int pageSize, Vessel vessel)
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.
findObservedFishingTripByVessel
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findObservedFishingTripByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
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.
findObservedFishingTripByVessel
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findObservedFishingTripByVessel(int transform, java.lang.String queryString, Vessel vessel)
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)
.
findObservedFishingTripByVessel
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findObservedFishingTripByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
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.
findObservedFishingTripByVessel
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findObservedFishingTripByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
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.
findObservedFishingTripByVessel
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findObservedFishingTripByScientificCruise(ScientificCruise scientificCruise)
findObservedFishingTripByScientificCruise
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
public java.util.Collection findObservedFishingTripByScientificCruise(int transform, ScientificCruise scientificCruise)
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.
findObservedFishingTripByScientificCruise
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByScientificCruise(int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
public java.util.Collection findObservedFishingTripByScientificCruise(java.lang.String queryString, ScientificCruise scientificCruise)
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)
.
findObservedFishingTripByScientificCruise
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByScientificCruise(java.lang.String, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
public java.util.Collection findObservedFishingTripByScientificCruise(int pageNumber, int pageSize, ScientificCruise scientificCruise)
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.
findObservedFishingTripByScientificCruise
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByScientificCruise(int, int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
public java.util.Collection findObservedFishingTripByScientificCruise(java.lang.String queryString, int pageNumber, int pageSize, ScientificCruise scientificCruise)
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.
findObservedFishingTripByScientificCruise
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByScientificCruise(String, int, int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
public java.util.Collection findObservedFishingTripByScientificCruise(int transform, java.lang.String queryString, ScientificCruise scientificCruise)
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)
.
findObservedFishingTripByScientificCruise
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByScientificCruise(int, String, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
public java.util.Collection findObservedFishingTripByScientificCruise(int transform, int pageNumber, int pageSize, ScientificCruise scientificCruise)
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.
findObservedFishingTripByScientificCruise
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByScientificCruise(int, int, int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
public java.util.Collection findObservedFishingTripByScientificCruise(int transform, java.lang.String queryString, int pageNumber, int pageSize, ScientificCruise scientificCruise)
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.
findObservedFishingTripByScientificCruise
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByScientificCruise(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
public java.util.Collection findObservedFishingTripByDeclaredDocumentReference(DeclaredDocumentReference declaredDocumentReference)
findObservedFishingTripByDeclaredDocumentReference
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int transform, DeclaredDocumentReference declaredDocumentReference)
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.
findObservedFishingTripByDeclaredDocumentReference
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findObservedFishingTripByDeclaredDocumentReference(java.lang.String queryString, DeclaredDocumentReference declaredDocumentReference)
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)
.
findObservedFishingTripByDeclaredDocumentReference
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByDeclaredDocumentReference(java.lang.String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
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.
findObservedFishingTripByDeclaredDocumentReference
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByDeclaredDocumentReference(int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findObservedFishingTripByDeclaredDocumentReference(java.lang.String queryString, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
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.
findObservedFishingTripByDeclaredDocumentReference
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByDeclaredDocumentReference(String, int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int transform, java.lang.String queryString, DeclaredDocumentReference declaredDocumentReference)
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)
.
findObservedFishingTripByDeclaredDocumentReference
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByDeclaredDocumentReference(int, String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int transform, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
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.
findObservedFishingTripByDeclaredDocumentReference
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByDeclaredDocumentReference(int, int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int transform, java.lang.String queryString, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
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.
findObservedFishingTripByDeclaredDocumentReference
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByDeclaredDocumentReference(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findObservedFishingTripByProgram(Program program)
findObservedFishingTripByProgram
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findObservedFishingTripByProgram(int transform, Program program)
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.
findObservedFishingTripByProgram
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findObservedFishingTripByProgram(java.lang.String queryString, Program program)
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)
.
findObservedFishingTripByProgram
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findObservedFishingTripByProgram(int pageNumber, int pageSize, Program program)
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.
findObservedFishingTripByProgram
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findObservedFishingTripByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
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.
findObservedFishingTripByProgram
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findObservedFishingTripByProgram(int transform, java.lang.String queryString, Program program)
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)
.
findObservedFishingTripByProgram
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findObservedFishingTripByProgram(int transform, int pageNumber, int pageSize, Program program)
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.
findObservedFishingTripByProgram
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findObservedFishingTripByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
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.
findObservedFishingTripByProgram
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findObservedFishingTripByRecorderDepartment(Department recorderDepartment)
findObservedFishingTripByRecorderDepartment
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findObservedFishingTripByRecorderDepartment(int transform, Department recorderDepartment)
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.
findObservedFishingTripByRecorderDepartment
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findObservedFishingTripByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
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)
.
findObservedFishingTripByRecorderDepartment
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findObservedFishingTripByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
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.
findObservedFishingTripByRecorderDepartment
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findObservedFishingTripByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
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.
findObservedFishingTripByRecorderDepartment
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findObservedFishingTripByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
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)
.
findObservedFishingTripByRecorderDepartment
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findObservedFishingTripByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
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.
findObservedFishingTripByRecorderDepartment
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findObservedFishingTripByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
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.
findObservedFishingTripByRecorderDepartment
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByRecorderDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findObservedFishingTripByQualityFlag(QualityFlag qualityFlag)
findObservedFishingTripByQualityFlag
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findObservedFishingTripByQualityFlag(int transform, QualityFlag qualityFlag)
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.
findObservedFishingTripByQualityFlag
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findObservedFishingTripByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
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)
.
findObservedFishingTripByQualityFlag
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findObservedFishingTripByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
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.
findObservedFishingTripByQualityFlag
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findObservedFishingTripByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
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.
findObservedFishingTripByQualityFlag
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findObservedFishingTripByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
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)
.
findObservedFishingTripByQualityFlag
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findObservedFishingTripByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
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.
findObservedFishingTripByQualityFlag
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findObservedFishingTripByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
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.
findObservedFishingTripByQualityFlag
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findObservedFishingTripByRecorderPerson(Person recorderPerson)
findObservedFishingTripByRecorderPerson
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findObservedFishingTripByRecorderPerson(int transform, Person recorderPerson)
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.
findObservedFishingTripByRecorderPerson
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findObservedFishingTripByRecorderPerson(java.lang.String queryString, Person recorderPerson)
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)
.
findObservedFishingTripByRecorderPerson
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(java.lang.String, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findObservedFishingTripByRecorderPerson(int pageNumber, int pageSize, Person recorderPerson)
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.
findObservedFishingTripByRecorderPerson
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findObservedFishingTripByRecorderPerson(java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
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.
findObservedFishingTripByRecorderPerson
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(String, int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findObservedFishingTripByRecorderPerson(int transform, java.lang.String queryString, Person recorderPerson)
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)
.
findObservedFishingTripByRecorderPerson
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findObservedFishingTripByRecorderPerson(int transform, int pageNumber, int pageSize, Person recorderPerson)
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.
findObservedFishingTripByRecorderPerson
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(int, int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findObservedFishingTripByRecorderPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
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.
findObservedFishingTripByRecorderPerson
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByRecorderPerson(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Person)
public ObservedFishingTrip findObservedFishingTripByNaturalId(java.util.Date departureDateTime, Vessel vessel, Program program)
findObservedFishingTripByNaturalId
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findObservedFishingTripByNaturalId(int transform, java.util.Date departureDateTime, Vessel vessel, Program program)
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.
findObservedFishingTripByNaturalId
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public ObservedFishingTrip findObservedFishingTripByNaturalId(java.lang.String queryString, java.util.Date departureDateTime, Vessel vessel, Program program)
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)
.
findObservedFishingTripByNaturalId
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByNaturalId(java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findObservedFishingTripByNaturalId(int transform, java.lang.String queryString, java.util.Date departureDateTime, Vessel vessel, Program program)
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)
.
findObservedFishingTripByNaturalId
in interface ObservedFishingTripDao
ObservedFishingTripDao.findObservedFishingTripByNaturalId(int, java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection getAllObservedFishingTripSinceDateSynchro(java.sql.Timestamp updateDate)
getAllObservedFishingTripSinceDateSynchro
in interface ObservedFishingTripDao
ObservedFishingTripDao.getAllObservedFishingTripSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllObservedFishingTripSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
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.
getAllObservedFishingTripSinceDateSynchro
in interface ObservedFishingTripDao
ObservedFishingTripDao.getAllObservedFishingTripSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllObservedFishingTripSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
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)
.
getAllObservedFishingTripSinceDateSynchro
in interface ObservedFishingTripDao
ObservedFishingTripDao.getAllObservedFishingTripSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllObservedFishingTripSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
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.
getAllObservedFishingTripSinceDateSynchro
in interface ObservedFishingTripDao
ObservedFishingTripDao.getAllObservedFishingTripSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllObservedFishingTripSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
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.
getAllObservedFishingTripSinceDateSynchro
in interface ObservedFishingTripDao
ObservedFishingTripDao.getAllObservedFishingTripSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllObservedFishingTripSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
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)
.
getAllObservedFishingTripSinceDateSynchro
in interface ObservedFishingTripDao
ObservedFishingTripDao.getAllObservedFishingTripSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllObservedFishingTripSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
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.
getAllObservedFishingTripSinceDateSynchro
in interface ObservedFishingTripDao
ObservedFishingTripDao.getAllObservedFishingTripSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllObservedFishingTripSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
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.
getAllObservedFishingTripSinceDateSynchro
in interface ObservedFishingTripDao
ObservedFishingTripDao.getAllObservedFishingTripSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public java.util.Collection getAllFishingTrip()
getAllFishingTrip
in interface FishingTripDao
getAllFishingTrip
in class FishingTripDaoBase
FishingTripDao.getAllFishingTrip()
public java.util.Collection getAllFishingTrip(int transform)
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.
getAllFishingTrip
in interface FishingTripDao
getAllFishingTrip
in class FishingTripDaoBase
FishingTripDao.getAllFishingTrip(int)
public java.util.Collection getAllFishingTrip(java.lang.String queryString)
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()
.
getAllFishingTrip
in interface FishingTripDao
getAllFishingTrip
in class FishingTripDaoBase
FishingTripDao.getAllFishingTrip(java.lang.String)
public java.util.Collection getAllFishingTrip(int pageNumber, int pageSize)
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.
getAllFishingTrip
in interface FishingTripDao
getAllFishingTrip
in class FishingTripDaoBase
FishingTripDao.getAllFishingTrip(int, int)
public java.util.Collection getAllFishingTrip(java.lang.String queryString, int pageNumber, int pageSize)
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.
getAllFishingTrip
in interface FishingTripDao
getAllFishingTrip
in class FishingTripDaoBase
FishingTripDao.getAllFishingTrip(String, int, int)
public java.util.Collection getAllFishingTrip(int transform, java.lang.String queryString)
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)
.
getAllFishingTrip
in interface FishingTripDao
getAllFishingTrip
in class FishingTripDaoBase
FishingTripDao.getAllFishingTrip(int, String)
public java.util.Collection getAllFishingTrip(int transform, int pageNumber, int pageSize)
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.
getAllFishingTrip
in interface FishingTripDao
getAllFishingTrip
in class FishingTripDaoBase
FishingTripDao.getAllFishingTrip(int, int, int)
public java.util.Collection getAllFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize)
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.
getAllFishingTrip
in interface FishingTripDao
getAllFishingTrip
in class FishingTripDaoBase
FishingTripDao.getAllFishingTrip(int, java.lang.String, int, int)
public FishingTrip findFishingTripById(java.lang.Integer id)
findFishingTripById
in interface FishingTripDao
findFishingTripById
in class FishingTripDaoBase
FishingTripDao.findFishingTripById(java.lang.Integer)
public java.lang.Object findFishingTripById(int transform, java.lang.Integer id)
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.
findFishingTripById
in interface FishingTripDao
findFishingTripById
in class FishingTripDaoBase
FishingTripDao.findFishingTripById(int, java.lang.Integer)
public FishingTrip findFishingTripById(java.lang.String queryString, java.lang.Integer id)
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)
.
findFishingTripById
in interface FishingTripDao
findFishingTripById
in class FishingTripDaoBase
FishingTripDao.findFishingTripById(java.lang.String, java.lang.Integer)
public java.lang.Object findFishingTripById(int transform, java.lang.String queryString, java.lang.Integer id)
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)
.
findFishingTripById
in interface FishingTripDao
findFishingTripById
in class FishingTripDaoBase
FishingTripDao.findFishingTripById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findFishingTripByReturnLocation(Location returnLocation)
findFishingTripByReturnLocation
in interface FishingTripDao
findFishingTripByReturnLocation
in class FishingTripDaoBase
FishingTripDao.findFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findFishingTripByReturnLocation(int transform, Location returnLocation)
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.
findFishingTripByReturnLocation
in interface FishingTripDao
findFishingTripByReturnLocation
in class FishingTripDaoBase
FishingTripDao.findFishingTripByReturnLocation(int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findFishingTripByReturnLocation(java.lang.String queryString, Location returnLocation)
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)
.
findFishingTripByReturnLocation
in interface FishingTripDao
findFishingTripByReturnLocation
in class FishingTripDaoBase
FishingTripDao.findFishingTripByReturnLocation(java.lang.String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findFishingTripByReturnLocation(int pageNumber, int pageSize, Location returnLocation)
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.
findFishingTripByReturnLocation
in interface FishingTripDao
findFishingTripByReturnLocation
in class FishingTripDaoBase
FishingTripDao.findFishingTripByReturnLocation(int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findFishingTripByReturnLocation(java.lang.String queryString, int pageNumber, int pageSize, Location returnLocation)
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.
findFishingTripByReturnLocation
in interface FishingTripDao
findFishingTripByReturnLocation
in class FishingTripDaoBase
FishingTripDao.findFishingTripByReturnLocation(String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findFishingTripByReturnLocation(int transform, java.lang.String queryString, Location returnLocation)
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)
.
findFishingTripByReturnLocation
in interface FishingTripDao
findFishingTripByReturnLocation
in class FishingTripDaoBase
FishingTripDao.findFishingTripByReturnLocation(int, String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findFishingTripByReturnLocation(int transform, int pageNumber, int pageSize, Location returnLocation)
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.
findFishingTripByReturnLocation
in interface FishingTripDao
findFishingTripByReturnLocation
in class FishingTripDaoBase
FishingTripDao.findFishingTripByReturnLocation(int, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findFishingTripByReturnLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location returnLocation)
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.
findFishingTripByReturnLocation
in interface FishingTripDao
findFishingTripByReturnLocation
in class FishingTripDaoBase
FishingTripDao.findFishingTripByReturnLocation(int, java.lang.String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findFishingTripByDepartureLocation(Location departureLocation)
findFishingTripByDepartureLocation
in interface FishingTripDao
findFishingTripByDepartureLocation
in class FishingTripDaoBase
FishingTripDao.findFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findFishingTripByDepartureLocation(int transform, Location departureLocation)
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.
findFishingTripByDepartureLocation
in interface FishingTripDao
findFishingTripByDepartureLocation
in class FishingTripDaoBase
FishingTripDao.findFishingTripByDepartureLocation(int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findFishingTripByDepartureLocation(java.lang.String queryString, Location departureLocation)
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)
.
findFishingTripByDepartureLocation
in interface FishingTripDao
findFishingTripByDepartureLocation
in class FishingTripDaoBase
FishingTripDao.findFishingTripByDepartureLocation(java.lang.String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findFishingTripByDepartureLocation(int pageNumber, int pageSize, Location departureLocation)
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.
findFishingTripByDepartureLocation
in interface FishingTripDao
findFishingTripByDepartureLocation
in class FishingTripDaoBase
FishingTripDao.findFishingTripByDepartureLocation(int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findFishingTripByDepartureLocation(java.lang.String queryString, int pageNumber, int pageSize, Location departureLocation)
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.
findFishingTripByDepartureLocation
in interface FishingTripDao
findFishingTripByDepartureLocation
in class FishingTripDaoBase
FishingTripDao.findFishingTripByDepartureLocation(String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findFishingTripByDepartureLocation(int transform, java.lang.String queryString, Location departureLocation)
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)
.
findFishingTripByDepartureLocation
in interface FishingTripDao
findFishingTripByDepartureLocation
in class FishingTripDaoBase
FishingTripDao.findFishingTripByDepartureLocation(int, String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findFishingTripByDepartureLocation(int transform, int pageNumber, int pageSize, Location departureLocation)
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.
findFishingTripByDepartureLocation
in interface FishingTripDao
findFishingTripByDepartureLocation
in class FishingTripDaoBase
FishingTripDao.findFishingTripByDepartureLocation(int, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findFishingTripByDepartureLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location departureLocation)
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.
findFishingTripByDepartureLocation
in interface FishingTripDao
findFishingTripByDepartureLocation
in class FishingTripDaoBase
FishingTripDao.findFishingTripByDepartureLocation(int, java.lang.String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findFishingTripByVessel(Vessel vessel)
findFishingTripByVessel
in interface FishingTripDao
findFishingTripByVessel
in class FishingTripDaoBase
FishingTripDao.findFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findFishingTripByVessel(int transform, Vessel vessel)
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.
findFishingTripByVessel
in interface FishingTripDao
findFishingTripByVessel
in class FishingTripDaoBase
FishingTripDao.findFishingTripByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findFishingTripByVessel(java.lang.String queryString, Vessel vessel)
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)
.
findFishingTripByVessel
in interface FishingTripDao
findFishingTripByVessel
in class FishingTripDaoBase
FishingTripDao.findFishingTripByVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findFishingTripByVessel(int pageNumber, int pageSize, Vessel vessel)
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.
findFishingTripByVessel
in interface FishingTripDao
findFishingTripByVessel
in class FishingTripDaoBase
FishingTripDao.findFishingTripByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findFishingTripByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
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.
findFishingTripByVessel
in interface FishingTripDao
findFishingTripByVessel
in class FishingTripDaoBase
FishingTripDao.findFishingTripByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findFishingTripByVessel(int transform, java.lang.String queryString, Vessel vessel)
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)
.
findFishingTripByVessel
in interface FishingTripDao
findFishingTripByVessel
in class FishingTripDaoBase
FishingTripDao.findFishingTripByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findFishingTripByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
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.
findFishingTripByVessel
in interface FishingTripDao
findFishingTripByVessel
in class FishingTripDaoBase
FishingTripDao.findFishingTripByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findFishingTripByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
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.
findFishingTripByVessel
in interface FishingTripDao
findFishingTripByVessel
in class FishingTripDaoBase
FishingTripDao.findFishingTripByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findFishingTripByScientificCruise(ScientificCruise scientificCruise)
findFishingTripByScientificCruise
in interface FishingTripDao
findFishingTripByScientificCruise
in class FishingTripDaoBase
FishingTripDao.findFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
public java.util.Collection findFishingTripByScientificCruise(int transform, ScientificCruise scientificCruise)
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.
findFishingTripByScientificCruise
in interface FishingTripDao
findFishingTripByScientificCruise
in class FishingTripDaoBase
FishingTripDao.findFishingTripByScientificCruise(int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
public java.util.Collection findFishingTripByScientificCruise(java.lang.String queryString, ScientificCruise scientificCruise)
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)
.
findFishingTripByScientificCruise
in interface FishingTripDao
findFishingTripByScientificCruise
in class FishingTripDaoBase
FishingTripDao.findFishingTripByScientificCruise(java.lang.String, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
public java.util.Collection findFishingTripByScientificCruise(int pageNumber, int pageSize, ScientificCruise scientificCruise)
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.
findFishingTripByScientificCruise
in interface FishingTripDao
findFishingTripByScientificCruise
in class FishingTripDaoBase
FishingTripDao.findFishingTripByScientificCruise(int, int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
public java.util.Collection findFishingTripByScientificCruise(java.lang.String queryString, int pageNumber, int pageSize, ScientificCruise scientificCruise)
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.
findFishingTripByScientificCruise
in interface FishingTripDao
findFishingTripByScientificCruise
in class FishingTripDaoBase
FishingTripDao.findFishingTripByScientificCruise(String, int, int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
public java.util.Collection findFishingTripByScientificCruise(int transform, java.lang.String queryString, ScientificCruise scientificCruise)
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)
.
findFishingTripByScientificCruise
in interface FishingTripDao
findFishingTripByScientificCruise
in class FishingTripDaoBase
FishingTripDao.findFishingTripByScientificCruise(int, String, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
public java.util.Collection findFishingTripByScientificCruise(int transform, int pageNumber, int pageSize, ScientificCruise scientificCruise)
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.
findFishingTripByScientificCruise
in interface FishingTripDao
findFishingTripByScientificCruise
in class FishingTripDaoBase
FishingTripDao.findFishingTripByScientificCruise(int, int, int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
public java.util.Collection findFishingTripByScientificCruise(int transform, java.lang.String queryString, int pageNumber, int pageSize, ScientificCruise scientificCruise)
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.
findFishingTripByScientificCruise
in interface FishingTripDao
findFishingTripByScientificCruise
in class FishingTripDaoBase
FishingTripDao.findFishingTripByScientificCruise(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
public java.util.Collection findFishingTripByDeclaredDocumentReference(DeclaredDocumentReference declaredDocumentReference)
findFishingTripByDeclaredDocumentReference
in interface FishingTripDao
findFishingTripByDeclaredDocumentReference
in class FishingTripDaoBase
FishingTripDao.findFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findFishingTripByDeclaredDocumentReference(int transform, DeclaredDocumentReference declaredDocumentReference)
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.
findFishingTripByDeclaredDocumentReference
in interface FishingTripDao
findFishingTripByDeclaredDocumentReference
in class FishingTripDaoBase
FishingTripDao.findFishingTripByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findFishingTripByDeclaredDocumentReference(java.lang.String queryString, DeclaredDocumentReference declaredDocumentReference)
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)
.
findFishingTripByDeclaredDocumentReference
in interface FishingTripDao
findFishingTripByDeclaredDocumentReference
in class FishingTripDaoBase
FishingTripDao.findFishingTripByDeclaredDocumentReference(java.lang.String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findFishingTripByDeclaredDocumentReference(int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
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.
findFishingTripByDeclaredDocumentReference
in interface FishingTripDao
findFishingTripByDeclaredDocumentReference
in class FishingTripDaoBase
FishingTripDao.findFishingTripByDeclaredDocumentReference(int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findFishingTripByDeclaredDocumentReference(java.lang.String queryString, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
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.
findFishingTripByDeclaredDocumentReference
in interface FishingTripDao
findFishingTripByDeclaredDocumentReference
in class FishingTripDaoBase
FishingTripDao.findFishingTripByDeclaredDocumentReference(String, int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findFishingTripByDeclaredDocumentReference(int transform, java.lang.String queryString, DeclaredDocumentReference declaredDocumentReference)
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)
.
findFishingTripByDeclaredDocumentReference
in interface FishingTripDao
findFishingTripByDeclaredDocumentReference
in class FishingTripDaoBase
FishingTripDao.findFishingTripByDeclaredDocumentReference(int, String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findFishingTripByDeclaredDocumentReference(int transform, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
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.
findFishingTripByDeclaredDocumentReference
in interface FishingTripDao
findFishingTripByDeclaredDocumentReference
in class FishingTripDaoBase
FishingTripDao.findFishingTripByDeclaredDocumentReference(int, int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findFishingTripByDeclaredDocumentReference(int transform, java.lang.String queryString, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
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.
findFishingTripByDeclaredDocumentReference
in interface FishingTripDao
findFishingTripByDeclaredDocumentReference
in class FishingTripDaoBase
FishingTripDao.findFishingTripByDeclaredDocumentReference(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findFishingTripByProgram(Program program)
findFishingTripByProgram
in interface FishingTripDao
findFishingTripByProgram
in class FishingTripDaoBase
FishingTripDao.findFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findFishingTripByProgram(int transform, Program program)
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.
findFishingTripByProgram
in interface FishingTripDao
findFishingTripByProgram
in class FishingTripDaoBase
FishingTripDao.findFishingTripByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findFishingTripByProgram(java.lang.String queryString, Program program)
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)
.
findFishingTripByProgram
in interface FishingTripDao
findFishingTripByProgram
in class FishingTripDaoBase
FishingTripDao.findFishingTripByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findFishingTripByProgram(int pageNumber, int pageSize, Program program)
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.
findFishingTripByProgram
in interface FishingTripDao
findFishingTripByProgram
in class FishingTripDaoBase
FishingTripDao.findFishingTripByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findFishingTripByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
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.
findFishingTripByProgram
in interface FishingTripDao
findFishingTripByProgram
in class FishingTripDaoBase
FishingTripDao.findFishingTripByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findFishingTripByProgram(int transform, java.lang.String queryString, Program program)
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)
.
findFishingTripByProgram
in interface FishingTripDao
findFishingTripByProgram
in class FishingTripDaoBase
FishingTripDao.findFishingTripByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findFishingTripByProgram(int transform, int pageNumber, int pageSize, Program program)
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.
findFishingTripByProgram
in interface FishingTripDao
findFishingTripByProgram
in class FishingTripDaoBase
FishingTripDao.findFishingTripByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findFishingTripByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
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.
findFishingTripByProgram
in interface FishingTripDao
findFishingTripByProgram
in class FishingTripDaoBase
FishingTripDao.findFishingTripByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findFishingTripByRecorderDepartment(Department recorderDepartment)
findFishingTripByRecorderDepartment
in interface FishingTripDao
findFishingTripByRecorderDepartment
in class FishingTripDaoBase
FishingTripDao.findFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findFishingTripByRecorderDepartment(int transform, Department recorderDepartment)
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.
findFishingTripByRecorderDepartment
in interface FishingTripDao
findFishingTripByRecorderDepartment
in class FishingTripDaoBase
FishingTripDao.findFishingTripByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findFishingTripByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
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)
.
findFishingTripByRecorderDepartment
in interface FishingTripDao
findFishingTripByRecorderDepartment
in class FishingTripDaoBase
FishingTripDao.findFishingTripByRecorderDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findFishingTripByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
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.
findFishingTripByRecorderDepartment
in interface FishingTripDao
findFishingTripByRecorderDepartment
in class FishingTripDaoBase
FishingTripDao.findFishingTripByRecorderDepartment(int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findFishingTripByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
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.
findFishingTripByRecorderDepartment
in interface FishingTripDao
findFishingTripByRecorderDepartment
in class FishingTripDaoBase
FishingTripDao.findFishingTripByRecorderDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findFishingTripByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
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)
.
findFishingTripByRecorderDepartment
in interface FishingTripDao
findFishingTripByRecorderDepartment
in class FishingTripDaoBase
FishingTripDao.findFishingTripByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findFishingTripByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
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.
findFishingTripByRecorderDepartment
in interface FishingTripDao
findFishingTripByRecorderDepartment
in class FishingTripDaoBase
FishingTripDao.findFishingTripByRecorderDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findFishingTripByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
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.
findFishingTripByRecorderDepartment
in interface FishingTripDao
findFishingTripByRecorderDepartment
in class FishingTripDaoBase
FishingTripDao.findFishingTripByRecorderDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findFishingTripByQualityFlag(QualityFlag qualityFlag)
findFishingTripByQualityFlag
in interface FishingTripDao
findFishingTripByQualityFlag
in class FishingTripDaoBase
FishingTripDao.findFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findFishingTripByQualityFlag(int transform, QualityFlag qualityFlag)
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.
findFishingTripByQualityFlag
in interface FishingTripDao
findFishingTripByQualityFlag
in class FishingTripDaoBase
FishingTripDao.findFishingTripByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findFishingTripByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
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)
.
findFishingTripByQualityFlag
in interface FishingTripDao
findFishingTripByQualityFlag
in class FishingTripDaoBase
FishingTripDao.findFishingTripByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findFishingTripByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
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.
findFishingTripByQualityFlag
in interface FishingTripDao
findFishingTripByQualityFlag
in class FishingTripDaoBase
FishingTripDao.findFishingTripByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findFishingTripByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
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.
findFishingTripByQualityFlag
in interface FishingTripDao
findFishingTripByQualityFlag
in class FishingTripDaoBase
FishingTripDao.findFishingTripByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findFishingTripByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
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)
.
findFishingTripByQualityFlag
in interface FishingTripDao
findFishingTripByQualityFlag
in class FishingTripDaoBase
FishingTripDao.findFishingTripByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findFishingTripByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
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.
findFishingTripByQualityFlag
in interface FishingTripDao
findFishingTripByQualityFlag
in class FishingTripDaoBase
FishingTripDao.findFishingTripByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findFishingTripByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
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.
findFishingTripByQualityFlag
in interface FishingTripDao
findFishingTripByQualityFlag
in class FishingTripDaoBase
FishingTripDao.findFishingTripByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findFishingTripByRecorderPerson(Person recorderPerson)
findFishingTripByRecorderPerson
in interface FishingTripDao
findFishingTripByRecorderPerson
in class FishingTripDaoBase
FishingTripDao.findFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findFishingTripByRecorderPerson(int transform, Person recorderPerson)
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.
findFishingTripByRecorderPerson
in interface FishingTripDao
findFishingTripByRecorderPerson
in class FishingTripDaoBase
FishingTripDao.findFishingTripByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findFishingTripByRecorderPerson(java.lang.String queryString, Person recorderPerson)
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)
.
findFishingTripByRecorderPerson
in interface FishingTripDao
findFishingTripByRecorderPerson
in class FishingTripDaoBase
FishingTripDao.findFishingTripByRecorderPerson(java.lang.String, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findFishingTripByRecorderPerson(int pageNumber, int pageSize, Person recorderPerson)
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.
findFishingTripByRecorderPerson
in interface FishingTripDao
findFishingTripByRecorderPerson
in class FishingTripDaoBase
FishingTripDao.findFishingTripByRecorderPerson(int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findFishingTripByRecorderPerson(java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
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.
findFishingTripByRecorderPerson
in interface FishingTripDao
findFishingTripByRecorderPerson
in class FishingTripDaoBase
FishingTripDao.findFishingTripByRecorderPerson(String, int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findFishingTripByRecorderPerson(int transform, java.lang.String queryString, Person recorderPerson)
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)
.
findFishingTripByRecorderPerson
in interface FishingTripDao
findFishingTripByRecorderPerson
in class FishingTripDaoBase
FishingTripDao.findFishingTripByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findFishingTripByRecorderPerson(int transform, int pageNumber, int pageSize, Person recorderPerson)
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.
findFishingTripByRecorderPerson
in interface FishingTripDao
findFishingTripByRecorderPerson
in class FishingTripDaoBase
FishingTripDao.findFishingTripByRecorderPerson(int, int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findFishingTripByRecorderPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
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.
findFishingTripByRecorderPerson
in interface FishingTripDao
findFishingTripByRecorderPerson
in class FishingTripDaoBase
FishingTripDao.findFishingTripByRecorderPerson(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Person)
public FishingTrip findFishingTripByNaturalId(java.util.Date departureDateTime, Vessel vessel, Program program)
findFishingTripByNaturalId
in interface FishingTripDao
findFishingTripByNaturalId
in class FishingTripDaoBase
FishingTripDao.findFishingTripByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findFishingTripByNaturalId(int transform, java.util.Date departureDateTime, Vessel vessel, Program program)
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.
findFishingTripByNaturalId
in interface FishingTripDao
findFishingTripByNaturalId
in class FishingTripDaoBase
FishingTripDao.findFishingTripByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public FishingTrip findFishingTripByNaturalId(java.lang.String queryString, java.util.Date departureDateTime, Vessel vessel, Program program)
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)
.
findFishingTripByNaturalId
in interface FishingTripDao
findFishingTripByNaturalId
in class FishingTripDaoBase
FishingTripDao.findFishingTripByNaturalId(java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findFishingTripByNaturalId(int transform, java.lang.String queryString, java.util.Date departureDateTime, Vessel vessel, Program program)
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)
.
findFishingTripByNaturalId
in interface FishingTripDao
findFishingTripByNaturalId
in class FishingTripDaoBase
FishingTripDao.findFishingTripByNaturalId(int, java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection getAllFishingTripSinceDateSynchro(java.sql.Timestamp updateDate)
getAllFishingTripSinceDateSynchro
in interface FishingTripDao
getAllFishingTripSinceDateSynchro
in class FishingTripDaoBase
FishingTripDao.getAllFishingTripSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllFishingTripSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
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.
getAllFishingTripSinceDateSynchro
in interface FishingTripDao
getAllFishingTripSinceDateSynchro
in class FishingTripDaoBase
FishingTripDao.getAllFishingTripSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllFishingTripSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
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)
.
getAllFishingTripSinceDateSynchro
in interface FishingTripDao
getAllFishingTripSinceDateSynchro
in class FishingTripDaoBase
FishingTripDao.getAllFishingTripSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllFishingTripSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
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.
getAllFishingTripSinceDateSynchro
in interface FishingTripDao
getAllFishingTripSinceDateSynchro
in class FishingTripDaoBase
FishingTripDao.getAllFishingTripSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllFishingTripSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
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.
getAllFishingTripSinceDateSynchro
in interface FishingTripDao
getAllFishingTripSinceDateSynchro
in class FishingTripDaoBase
FishingTripDao.getAllFishingTripSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllFishingTripSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
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)
.
getAllFishingTripSinceDateSynchro
in interface FishingTripDao
getAllFishingTripSinceDateSynchro
in class FishingTripDaoBase
FishingTripDao.getAllFishingTripSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllFishingTripSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
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.
getAllFishingTripSinceDateSynchro
in interface FishingTripDao
getAllFishingTripSinceDateSynchro
in class FishingTripDaoBase
FishingTripDao.getAllFishingTripSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllFishingTripSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
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.
getAllFishingTripSinceDateSynchro
in interface FishingTripDao
getAllFishingTripSinceDateSynchro
in class FishingTripDaoBase
FishingTripDao.getAllFishingTripSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public ObservedFishingTrip createFromClusterObservedFishingTrip(ClusterObservedFishingTrip clusterObservedFishingTrip)
createFromClusterObservedFishingTrip
in interface ObservedFishingTripDao
ObservedFishingTripDao.createFromClusterObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterObservedFishingTrip)
protected abstract ObservedFishingTrip handleCreateFromClusterObservedFishingTrip(ClusterObservedFishingTrip clusterObservedFishingTrip) throws java.lang.Exception
createFromClusterObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterObservedFishingTrip)
java.lang.Exception
public ClusterObservedFishingTrip[] getAllClusterObservedFishingTripSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterObservedFishingTripSinceDateSynchro
in interface ObservedFishingTripDao
ObservedFishingTripDao.getAllClusterObservedFishingTripSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
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
getAllClusterObservedFishingTripSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, ObservedFishingTrip entity)
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:
ObservedFishingTrip
- FishingTripDao.TRANSFORM_NONE
RemoteObservedFishingTripFullVO
- TRANSFORM_REMOTEOBSERVEDFISHINGTRIPFULLVO
RemoteObservedFishingTripNaturalId
- TRANSFORM_REMOTEOBSERVEDFISHINGTRIPNATURALID
ClusterObservedFishingTrip
- TRANSFORM_CLUSTEROBSERVEDFISHINGTRIP
FishingTripDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in ObservedFishingTripDao
entity
- an entity that was found
transformEntities(int,java.util.Collection)
protected void transformEntities(int transform, java.util.Collection entities)
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.
transformEntities
in class FishingTripDaoBase
transform
- one of the constants declared in fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTripDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)
protected ObservedFishingTrip toEntity(java.lang.Object[] row)
toEntity
in class FishingTripDaoBase
public final void toRemoteObservedFishingTripFullVOCollection(java.util.Collection entities)
ObservedFishingTripDao
RemoteObservedFishingTripFullVO
.
toRemoteObservedFishingTripFullVOCollection
in interface ObservedFishingTripDao
ObservedFishingTripDao.toRemoteObservedFishingTripFullVOCollection(java.util.Collection)
public final RemoteObservedFishingTripFullVO[] toRemoteObservedFishingTripFullVOArray(java.util.Collection entities)
ObservedFishingTripDao
RemoteObservedFishingTripFullVO
.
toRemoteObservedFishingTripFullVOArray
in interface ObservedFishingTripDao
ObservedFishingTripDao.toRemoteObservedFishingTripFullVOArray(java.util.Collection)
protected RemoteObservedFishingTripFullVO toRemoteObservedFishingTripFullVO(java.lang.Object[] row)
ObservedFishingTripDaoImpl
class if you intend to use reporting queries.
ObservedFishingTripDao.toRemoteObservedFishingTripFullVO(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)
public final void remoteObservedFishingTripFullVOToEntityCollection(java.util.Collection instances)
ObservedFishingTripDao
RemoteObservedFishingTripFullVO
to this
DAO's entity.
remoteObservedFishingTripFullVOToEntityCollection
in interface ObservedFishingTripDao
ObservedFishingTripDao.remoteObservedFishingTripFullVOToEntityCollection(java.util.Collection)
public void toRemoteObservedFishingTripFullVO(ObservedFishingTrip source, RemoteObservedFishingTripFullVO target)
ObservedFishingTripDao
toRemoteObservedFishingTripFullVO
in interface ObservedFishingTripDao
ObservedFishingTripDao.toRemoteObservedFishingTripFullVO(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)
public RemoteObservedFishingTripFullVO toRemoteObservedFishingTripFullVO(ObservedFishingTrip entity)
ObservedFishingTripDao
RemoteObservedFishingTripFullVO
.
toRemoteObservedFishingTripFullVO
in interface ObservedFishingTripDao
ObservedFishingTripDao.toRemoteObservedFishingTripFullVO(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)
public void remoteObservedFishingTripFullVOToEntity(RemoteObservedFishingTripFullVO source, ObservedFishingTrip target, boolean copyIfNull)
ObservedFishingTripDao
RemoteObservedFishingTripFullVO
to the specified entity.
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.fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTripDao#remoteObservedFishingTripFullVOToEntity(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)
public final void toRemoteObservedFishingTripNaturalIdCollection(java.util.Collection entities)
ObservedFishingTripDao
RemoteObservedFishingTripNaturalId
.
toRemoteObservedFishingTripNaturalIdCollection
in interface ObservedFishingTripDao
ObservedFishingTripDao.toRemoteObservedFishingTripNaturalIdCollection(java.util.Collection)
public final RemoteObservedFishingTripNaturalId[] toRemoteObservedFishingTripNaturalIdArray(java.util.Collection entities)
ObservedFishingTripDao
RemoteObservedFishingTripNaturalId
.
toRemoteObservedFishingTripNaturalIdArray
in interface ObservedFishingTripDao
ObservedFishingTripDao.toRemoteObservedFishingTripNaturalIdArray(java.util.Collection)
protected RemoteObservedFishingTripNaturalId toRemoteObservedFishingTripNaturalId(java.lang.Object[] row)
ObservedFishingTripDaoImpl
class if you intend to use reporting queries.
ObservedFishingTripDao.toRemoteObservedFishingTripNaturalId(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)
public final void remoteObservedFishingTripNaturalIdToEntityCollection(java.util.Collection instances)
ObservedFishingTripDao
RemoteObservedFishingTripNaturalId
to this
DAO's entity.
remoteObservedFishingTripNaturalIdToEntityCollection
in interface ObservedFishingTripDao
ObservedFishingTripDao.remoteObservedFishingTripNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteObservedFishingTripNaturalId(ObservedFishingTrip source, RemoteObservedFishingTripNaturalId target)
ObservedFishingTripDao
toRemoteObservedFishingTripNaturalId
in interface ObservedFishingTripDao
ObservedFishingTripDao.toRemoteObservedFishingTripNaturalId(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripNaturalId)
public RemoteObservedFishingTripNaturalId toRemoteObservedFishingTripNaturalId(ObservedFishingTrip entity)
ObservedFishingTripDao
RemoteObservedFishingTripNaturalId
.
toRemoteObservedFishingTripNaturalId
in interface ObservedFishingTripDao
ObservedFishingTripDao.toRemoteObservedFishingTripNaturalId(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)
public void remoteObservedFishingTripNaturalIdToEntity(RemoteObservedFishingTripNaturalId source, ObservedFishingTrip target, boolean copyIfNull)
ObservedFishingTripDao
RemoteObservedFishingTripNaturalId
to the specified entity.
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.fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTripDao#remoteObservedFishingTripNaturalIdToEntity(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripNaturalId, fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)
public final void toClusterObservedFishingTripCollection(java.util.Collection entities)
ObservedFishingTripDao
ClusterObservedFishingTrip
.
toClusterObservedFishingTripCollection
in interface ObservedFishingTripDao
ObservedFishingTripDao.toClusterObservedFishingTripCollection(java.util.Collection)
public final ClusterObservedFishingTrip[] toClusterObservedFishingTripArray(java.util.Collection entities)
ObservedFishingTripDao
ClusterObservedFishingTrip
.
toClusterObservedFishingTripArray
in interface ObservedFishingTripDao
ObservedFishingTripDao.toClusterObservedFishingTripArray(java.util.Collection)
protected ClusterObservedFishingTrip toClusterObservedFishingTrip(java.lang.Object[] row)
ObservedFishingTripDaoImpl
class if you intend to use reporting queries.
ObservedFishingTripDao.toClusterObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)
public final void clusterObservedFishingTripToEntityCollection(java.util.Collection instances)
ObservedFishingTripDao
ClusterObservedFishingTrip
to this
DAO's entity.
clusterObservedFishingTripToEntityCollection
in interface ObservedFishingTripDao
ObservedFishingTripDao.clusterObservedFishingTripToEntityCollection(java.util.Collection)
public void toClusterObservedFishingTrip(ObservedFishingTrip source, ClusterObservedFishingTrip target)
ObservedFishingTripDao
toClusterObservedFishingTrip
in interface ObservedFishingTripDao
ObservedFishingTripDao.toClusterObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip, fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterObservedFishingTrip)
public ClusterObservedFishingTrip toClusterObservedFishingTrip(ObservedFishingTrip entity)
ObservedFishingTripDao
ClusterObservedFishingTrip
.
toClusterObservedFishingTrip
in interface ObservedFishingTripDao
ObservedFishingTripDao.toClusterObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)
public void clusterObservedFishingTripToEntity(ClusterObservedFishingTrip source, ObservedFishingTrip target, boolean copyIfNull)
ObservedFishingTripDao
ClusterObservedFishingTrip
to the specified entity.
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.fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTripDao#clusterObservedFishingTripToEntity(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterObservedFishingTrip, fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
getPrincipal
in class FishingTripDaoBase
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
FishingTripDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface FishingTripDao
search
in interface ObservedFishingTripDao
search
in class FishingTripDaoBase
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.ObservedFishingTripDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
FishingTripDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface FishingTripDao
search
in interface ObservedFishingTripDao
search
in class FishingTripDaoBase
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.ObservedFishingTripDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
FishingTripDao
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.
search
in interface FishingTripDao
search
in interface ObservedFishingTripDao
search
in class FishingTripDaoBase
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
ObservedFishingTripDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
FishingTripDao
search
object.
search
in interface FishingTripDao
search
in interface ObservedFishingTripDao
search
in class FishingTripDaoBase
search
- the search object which provides the search parameters and pagination specification.
ObservedFishingTripDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |