|
||||||||||
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
public abstract class FishingTripDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip
.
FishingTrip
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.survey.fishingTrip.FishingTripDao |
---|
TRANSFORM_CLUSTERFISHINGTRIP, TRANSFORM_NONE, TRANSFORM_REMOTEFISHINGTRIPFULLVO, TRANSFORM_REMOTEFISHINGTRIPNATURALID |
Constructor Summary | |
---|---|
FishingTripDaoBase()
|
Method Summary | |
---|---|
void |
clusterFishingTripToEntity(ClusterFishingTrip source,
FishingTrip target,
boolean copyIfNull)
Copies the fields of ClusterFishingTrip to the specified entity. |
void |
clusterFishingTripToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterFishingTrip to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip and adds from the passed in entities collection |
FishingTrip |
create(java.util.Date creationDate,
java.util.Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
java.util.Date returnDateTime,
Location returnLocation,
Vessel vessel)
Creates a new fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingTrip |
create(java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
ScientificCruise scientificCruise,
java.util.Collection landings,
Vessel vessel,
Location returnLocation,
Location departureLocation,
Program program,
Department recorderDepartment,
java.util.Collection fishingTripOrigins,
QualityFlag qualityFlag,
java.util.Collection sales,
java.util.Collection operations,
java.util.Collection transshipments,
java.util.Collection vesselUseFeatures,
java.util.Collection gearPhysicalFeatures,
Person recorderPerson)
Creates a new fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip
instance from all attributes and
properties and adds it to the persistent store. |
FishingTrip |
create(FishingTrip fishingTrip)
Creates an instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as 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,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
java.util.Date returnDateTime,
Location returnLocation,
Vessel vessel)
Does the same thing as FishingTripDao.create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.util.Date,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
ScientificCruise scientificCruise,
java.util.Collection landings,
Vessel vessel,
Location returnLocation,
Location departureLocation,
Program program,
Department recorderDepartment,
java.util.Collection fishingTripOrigins,
QualityFlag qualityFlag,
java.util.Collection sales,
java.util.Collection operations,
java.util.Collection transshipments,
java.util.Collection vesselUseFeatures,
java.util.Collection gearPhysicalFeatures,
Person recorderPerson)
Does the same thing as 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) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
FishingTrip fishingTrip)
Does the same thing as FishingTripDao.create(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
FishingTrip |
createFromClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
|
java.util.Collection |
findFishingTripByDeclaredDocumentReference(DeclaredDocumentReference declaredDocumentReference)
|
java.util.Collection |
findFishingTripByDeclaredDocumentReference(int transform,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as 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)
|
ClusterFishingTrip[] |
getAllClusterFishingTripSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllFishingTrip()
|
java.util.Collection |
getAllFishingTrip(int transform)
Does the same thing as 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)
|
protected DeclaredDocumentReferenceDao |
getDeclaredDocumentReferenceDao()
Gets the reference to declaredDocumentReferenceDao . |
protected DepartmentDao |
getDepartmentDao()
Gets the reference to departmentDao . |
protected FishingOperationDao |
getFishingOperationDao()
Gets the reference to fishingOperationDao . |
protected FishingTripOriginDao |
getFishingTripOriginDao()
Gets the reference to fishingTripOriginDao . |
protected GearPhysicalFeaturesDao |
getGearPhysicalFeaturesDao()
Gets the reference to gearPhysicalFeaturesDao . |
protected LandingDao |
getLandingDao()
Gets the reference to landingDao . |
protected LocationDao |
getLocationDao()
Gets the reference to locationDao . |
protected ObservedLandingDao |
getObservedLandingDao()
Gets the reference to observedLandingDao . |
protected ObservedSaleDao |
getObservedSaleDao()
Gets the reference to observedSaleDao . |
protected OperationDao |
getOperationDao()
Gets the reference to operationDao . |
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 ProgramDao |
getProgramDao()
Gets the reference to programDao . |
protected QualityFlagDao |
getQualityFlagDao()
Gets the reference to qualityFlagDao . |
protected SaleDao |
getSaleDao()
Gets the reference to saleDao . |
protected ScientificCruiseDao |
getScientificCruiseDao()
Gets the reference to scientificCruiseDao . |
protected SurveyMeasurementDao |
getSurveyMeasurementDao()
Gets the reference to surveyMeasurementDao . |
protected TransshipmentDao |
getTransshipmentDao()
Gets the reference to transshipmentDao . |
protected VesselDao |
getVesselDao()
Gets the reference to vesselDao . |
protected VesselUseFeaturesDao |
getVesselUseFeaturesDao()
Gets the reference to vesselUseFeaturesDao . |
protected abstract FishingTrip |
handleCreateFromClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
Performs the core logic for createFromClusterFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterFishingTrip) |
protected abstract ClusterFishingTrip[] |
handleGetAllClusterFishingTripSinceDateSynchro(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 getAllClusterFishingTripSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
FishingTrip |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as 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 |
remoteFishingTripFullVOToEntity(RemoteFishingTripFullVO source,
FishingTrip target,
boolean copyIfNull)
Copies the fields of RemoteFishingTripFullVO to the specified entity. |
void |
remoteFishingTripFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFishingTripFullVO to this
DAO's entity. |
void |
remoteFishingTripNaturalIdToEntity(RemoteFishingTripNaturalId source,
FishingTrip target,
boolean copyIfNull)
Copies the fields of RemoteFishingTripNaturalId to the specified entity. |
void |
remoteFishingTripNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFishingTripNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(FishingTrip fishingTrip)
Removes the instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip from the persistent store. |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip having the given identifier from the persistent store. |
PaginationResult |
search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
PaginationResult |
search(int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
java.util.Set |
search(int transform,
Search search)
Does the same thing as 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 |
setDeclaredDocumentReferenceDao(DeclaredDocumentReferenceDao declaredDocumentReferenceDao)
Sets the reference to declaredDocumentReferenceDao . |
void |
setDepartmentDao(DepartmentDao departmentDao)
Sets the reference to departmentDao . |
void |
setFishingOperationDao(FishingOperationDao fishingOperationDao)
Sets the reference to fishingOperationDao . |
void |
setFishingTripOriginDao(FishingTripOriginDao fishingTripOriginDao)
Sets the reference to fishingTripOriginDao . |
void |
setGearPhysicalFeaturesDao(GearPhysicalFeaturesDao gearPhysicalFeaturesDao)
Sets the reference to gearPhysicalFeaturesDao . |
void |
setLandingDao(LandingDao landingDao)
Sets the reference to landingDao . |
void |
setLocationDao(LocationDao locationDao)
Sets the reference to locationDao . |
void |
setObservedLandingDao(ObservedLandingDao observedLandingDao)
Sets the reference to observedLandingDao . |
void |
setObservedSaleDao(ObservedSaleDao observedSaleDao)
Sets the reference to observedSaleDao . |
void |
setOperationDao(OperationDao operationDao)
Sets the reference to operationDao . |
void |
setPersonDao(PersonDao personDao)
Sets the reference to personDao . |
void |
setProgramDao(ProgramDao programDao)
Sets the reference to programDao . |
void |
setQualityFlagDao(QualityFlagDao qualityFlagDao)
Sets the reference to qualityFlagDao . |
void |
setSaleDao(SaleDao saleDao)
Sets the reference to saleDao . |
void |
setScientificCruiseDao(ScientificCruiseDao scientificCruiseDao)
Sets the reference to scientificCruiseDao . |
void |
setSurveyMeasurementDao(SurveyMeasurementDao surveyMeasurementDao)
Sets the reference to surveyMeasurementDao . |
void |
setTransshipmentDao(TransshipmentDao transshipmentDao)
Sets the reference to transshipmentDao . |
void |
setVesselDao(VesselDao vesselDao)
Sets the reference to vesselDao . |
void |
setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
Sets the reference to vesselUseFeaturesDao . |
ClusterFishingTrip |
toClusterFishingTrip(FishingTrip entity)
Converts this DAO's entity to an object of type ClusterFishingTrip . |
void |
toClusterFishingTrip(FishingTrip source,
ClusterFishingTrip target)
Copies the fields of the specified entity to the target value object. |
protected ClusterFishingTrip |
toClusterFishingTrip(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterFishingTrip[] |
toClusterFishingTripArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterFishingTrip . |
void |
toClusterFishingTripCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterFishingTrip . |
protected FishingTrip |
toEntity(java.lang.Object[] row)
|
RemoteFishingTripFullVO |
toRemoteFishingTripFullVO(FishingTrip entity)
Converts this DAO's entity to an object of type RemoteFishingTripFullVO . |
void |
toRemoteFishingTripFullVO(FishingTrip source,
RemoteFishingTripFullVO target)
Copies the fields of the specified entity to the target value object. |
protected RemoteFishingTripFullVO |
toRemoteFishingTripFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteFishingTripFullVO[] |
toRemoteFishingTripFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFishingTripFullVO . |
void |
toRemoteFishingTripFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFishingTripFullVO . |
RemoteFishingTripNaturalId |
toRemoteFishingTripNaturalId(FishingTrip entity)
Converts this DAO's entity to an object of type RemoteFishingTripNaturalId . |
void |
toRemoteFishingTripNaturalId(FishingTrip source,
RemoteFishingTripNaturalId target)
Copies the fields of the specified entity to the target value object. |
protected RemoteFishingTripNaturalId |
toRemoteFishingTripNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteFishingTripNaturalId[] |
toRemoteFishingTripNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFishingTripNaturalId . |
void |
toRemoteFishingTripNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFishingTripNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
method. |
protected java.lang.Object |
transformEntity(int transform,
FishingTrip 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.FishingTripDao , 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(FishingTrip fishingTrip)
Updates the fishingTrip 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.FishingTripDao |
---|
clusterFishingTripToEntity, remoteFishingTripFullVOToEntity, remoteFishingTripNaturalIdToEntity |
Constructor Detail |
---|
public FishingTripDaoBase()
Method Detail |
---|
public void setVesselDao(VesselDao vesselDao)
vesselDao
.
protected VesselDao getVesselDao()
vesselDao
.
public void setProgramDao(ProgramDao programDao)
programDao
.
protected ProgramDao getProgramDao()
programDao
.
public void setLocationDao(LocationDao locationDao)
locationDao
.
protected LocationDao getLocationDao()
locationDao
.
public void setScientificCruiseDao(ScientificCruiseDao scientificCruiseDao)
scientificCruiseDao
.
protected ScientificCruiseDao getScientificCruiseDao()
scientificCruiseDao
.
public void setDeclaredDocumentReferenceDao(DeclaredDocumentReferenceDao declaredDocumentReferenceDao)
declaredDocumentReferenceDao
.
protected DeclaredDocumentReferenceDao getDeclaredDocumentReferenceDao()
declaredDocumentReferenceDao
.
public void setDepartmentDao(DepartmentDao departmentDao)
departmentDao
.
protected DepartmentDao getDepartmentDao()
departmentDao
.
public void setQualityFlagDao(QualityFlagDao qualityFlagDao)
qualityFlagDao
.
protected QualityFlagDao getQualityFlagDao()
qualityFlagDao
.
public void setPersonDao(PersonDao personDao)
personDao
.
protected PersonDao getPersonDao()
personDao
.
public void setGearPhysicalFeaturesDao(GearPhysicalFeaturesDao gearPhysicalFeaturesDao)
gearPhysicalFeaturesDao
.
protected GearPhysicalFeaturesDao getGearPhysicalFeaturesDao()
gearPhysicalFeaturesDao
.
public void setOperationDao(OperationDao operationDao)
operationDao
.
protected OperationDao getOperationDao()
operationDao
.
public void setTransshipmentDao(TransshipmentDao transshipmentDao)
transshipmentDao
.
protected TransshipmentDao getTransshipmentDao()
transshipmentDao
.
public void setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
vesselUseFeaturesDao
.
protected VesselUseFeaturesDao getVesselUseFeaturesDao()
vesselUseFeaturesDao
.
public void setLandingDao(LandingDao landingDao)
landingDao
.
protected LandingDao getLandingDao()
landingDao
.
public void setFishingTripOriginDao(FishingTripOriginDao fishingTripOriginDao)
fishingTripOriginDao
.
protected FishingTripOriginDao getFishingTripOriginDao()
fishingTripOriginDao
.
public void setSaleDao(SaleDao saleDao)
saleDao
.
protected SaleDao getSaleDao()
saleDao
.
public void setSurveyMeasurementDao(SurveyMeasurementDao surveyMeasurementDao)
surveyMeasurementDao
.
protected SurveyMeasurementDao getSurveyMeasurementDao()
surveyMeasurementDao
.
public void setFishingOperationDao(FishingOperationDao fishingOperationDao)
fishingOperationDao
.
protected FishingOperationDao getFishingOperationDao()
fishingOperationDao
.
public void setObservedLandingDao(ObservedLandingDao observedLandingDao)
observedLandingDao
.
protected ObservedLandingDao getObservedLandingDao()
observedLandingDao
.
public void setObservedSaleDao(ObservedSaleDao observedSaleDao)
observedSaleDao
.
protected ObservedSaleDao getObservedSaleDao()
observedSaleDao
.
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
id
- identifier of the entity to load
FishingTripDao.load(int, java.lang.Integer)
public FishingTrip load(java.lang.Integer id)
FishingTripDao
load
in interface FishingTripDao
FishingTripDao.load(java.lang.Integer)
public java.util.Collection loadAll()
FishingTripDao
FishingTrip
.
loadAll
in interface FishingTripDao
FishingTripDao.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
transform
- the flag indicating what transformation to use.
FishingTripDao.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
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
FishingTripDao.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
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.
FishingTripDao.loadAll(int, int, int)
public FishingTrip create(FishingTrip fishingTrip)
FishingTripDao
create
in interface FishingTripDao
FishingTripDao.create(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.lang.Object create(int transform, FishingTrip fishingTrip)
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 entity (into a value object for example). By default, transformation does
not occur.
create
in interface FishingTripDao
FishingTripDao.create(int transform, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection create(java.util.Collection entities)
FishingTripDao
entities
collection
create
in interface FishingTripDao
entities
- the collection of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip
instances to create.
FishingTripDao.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
FishingTripDao.create(int, java.util.Collection)
public FishingTrip create(java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, ScientificCruise scientificCruise, java.util.Collection landings, Vessel vessel, Location returnLocation, Location departureLocation, Program program, Department recorderDepartment, java.util.Collection fishingTripOrigins, QualityFlag qualityFlag, java.util.Collection sales, java.util.Collection operations, java.util.Collection transshipments, java.util.Collection vesselUseFeatures, java.util.Collection gearPhysicalFeatures, Person recorderPerson)
FishingTripDao
Creates a new fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip
instance from all attributes and
properties and adds it to the persistent store.
create
in interface FishingTripDao
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)
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)
FishingTripDao
Does the same thing as 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)
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 FishingTripDao
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)
public FishingTrip create(java.util.Date creationDate, java.util.Date departureDateTime, Location departureLocation, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date returnDateTime, Location returnLocation, Vessel vessel)
FishingTripDao
Creates a new fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface FishingTripDao
FishingTripDao.create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.util.Date,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.vessel.Vessel)
public java.lang.Object create(int transform, java.util.Date creationDate, java.util.Date departureDateTime, Location departureLocation, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date returnDateTime, Location returnLocation, Vessel vessel)
FishingTripDao
Does the same thing as FishingTripDao.create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.util.Date,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface FishingTripDao
FishingTripDao.create(int, java.util.Date,java.util.Date,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.util.Date,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.vessel.Vessel)
public void update(FishingTrip fishingTrip)
FishingTripDao
fishingTrip
instance in the persistent store.
update
in interface FishingTripDao
FishingTripDao.update(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public void update(java.util.Collection entities)
FishingTripDao
entities
collection in the persistent store.
update
in interface FishingTripDao
FishingTripDao.update(java.util.Collection)
public void remove(FishingTrip fishingTrip)
FishingTripDao
remove
in interface FishingTripDao
FishingTripDao.remove(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public void remove(java.lang.Integer id)
FishingTripDao
identifier
from the persistent store.
remove
in interface FishingTripDao
FishingTripDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
FishingTripDao
entities collection.
- Specified by:
remove
in interface FishingTripDao
- See Also:
FishingTripDao.remove(java.util.Collection)
public java.util.Collection getAllFishingTrip()
getAllFishingTrip
in interface FishingTripDao
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
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
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
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
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
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
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
FishingTripDao.getAllFishingTrip(int, java.lang.String, int, int)
public FishingTrip findFishingTripById(java.lang.Integer id)
findFishingTripById
in interface FishingTripDao
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
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
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
FishingTripDao.findFishingTripById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findFishingTripByReturnLocation(Location returnLocation)
findFishingTripByReturnLocation
in interface FishingTripDao
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
FishingTripDao.findFishingTripByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findFishingTripByRecorderPerson(Person recorderPerson)
findFishingTripByRecorderPerson
in interface FishingTripDao
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
FishingTripDao.getAllFishingTripSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public FishingTrip createFromClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
createFromClusterFishingTrip
in interface FishingTripDao
FishingTripDao.createFromClusterFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterFishingTrip)
protected abstract FishingTrip handleCreateFromClusterFishingTrip(ClusterFishingTrip clusterFishingTrip) throws java.lang.Exception
createFromClusterFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterFishingTrip)
java.lang.Exception
public ClusterFishingTrip[] getAllClusterFishingTripSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterFishingTripSinceDateSynchro
in interface FishingTripDao
FishingTripDao.getAllClusterFishingTripSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterFishingTrip[] handleGetAllClusterFishingTripSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterFishingTripSinceDateSynchro(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, FishingTrip entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.survey.fishingTrip.FishingTripDao
, 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:
FishingTrip
- FishingTripDao.TRANSFORM_NONE
RemoteFishingTripFullVO
- TRANSFORM_REMOTEFISHINGTRIPFULLVO
RemoteFishingTripNaturalId
- TRANSFORM_REMOTEFISHINGTRIPNATURALID
ClusterFishingTrip
- TRANSFORM_CLUSTERFISHINGTRIP
FishingTripDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in FishingTripDao
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.FishingTrip)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transform
- one of the constants declared in fr.ifremer.allegro.data.survey.fishingTrip.FishingTripDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
protected FishingTrip toEntity(java.lang.Object[] row)
public final void toRemoteFishingTripFullVOCollection(java.util.Collection entities)
FishingTripDao
RemoteFishingTripFullVO
.
toRemoteFishingTripFullVOCollection
in interface FishingTripDao
FishingTripDao.toRemoteFishingTripFullVOCollection(java.util.Collection)
public final RemoteFishingTripFullVO[] toRemoteFishingTripFullVOArray(java.util.Collection entities)
FishingTripDao
RemoteFishingTripFullVO
.
toRemoteFishingTripFullVOArray
in interface FishingTripDao
FishingTripDao.toRemoteFishingTripFullVOArray(java.util.Collection)
protected RemoteFishingTripFullVO toRemoteFishingTripFullVO(java.lang.Object[] row)
FishingTripDaoImpl
class if you intend to use reporting queries.
FishingTripDao.toRemoteFishingTripFullVO(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public final void remoteFishingTripFullVOToEntityCollection(java.util.Collection instances)
FishingTripDao
RemoteFishingTripFullVO
to this
DAO's entity.
remoteFishingTripFullVOToEntityCollection
in interface FishingTripDao
FishingTripDao.remoteFishingTripFullVOToEntityCollection(java.util.Collection)
public void toRemoteFishingTripFullVO(FishingTrip source, RemoteFishingTripFullVO target)
FishingTripDao
toRemoteFishingTripFullVO
in interface FishingTripDao
FishingTripDao.toRemoteFishingTripFullVO(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)
public RemoteFishingTripFullVO toRemoteFishingTripFullVO(FishingTrip entity)
FishingTripDao
RemoteFishingTripFullVO
.
toRemoteFishingTripFullVO
in interface FishingTripDao
FishingTripDao.toRemoteFishingTripFullVO(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public void remoteFishingTripFullVOToEntity(RemoteFishingTripFullVO source, FishingTrip target, boolean copyIfNull)
FishingTripDao
RemoteFishingTripFullVO
to the specified entity.
remoteFishingTripFullVOToEntity
in interface FishingTripDao
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.FishingTripDao#remoteFishingTripFullVOToEntity(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public final void toRemoteFishingTripNaturalIdCollection(java.util.Collection entities)
FishingTripDao
RemoteFishingTripNaturalId
.
toRemoteFishingTripNaturalIdCollection
in interface FishingTripDao
FishingTripDao.toRemoteFishingTripNaturalIdCollection(java.util.Collection)
public final RemoteFishingTripNaturalId[] toRemoteFishingTripNaturalIdArray(java.util.Collection entities)
FishingTripDao
RemoteFishingTripNaturalId
.
toRemoteFishingTripNaturalIdArray
in interface FishingTripDao
FishingTripDao.toRemoteFishingTripNaturalIdArray(java.util.Collection)
protected RemoteFishingTripNaturalId toRemoteFishingTripNaturalId(java.lang.Object[] row)
FishingTripDaoImpl
class if you intend to use reporting queries.
FishingTripDao.toRemoteFishingTripNaturalId(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public final void remoteFishingTripNaturalIdToEntityCollection(java.util.Collection instances)
FishingTripDao
RemoteFishingTripNaturalId
to this
DAO's entity.
remoteFishingTripNaturalIdToEntityCollection
in interface FishingTripDao
FishingTripDao.remoteFishingTripNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteFishingTripNaturalId(FishingTrip source, RemoteFishingTripNaturalId target)
FishingTripDao
toRemoteFishingTripNaturalId
in interface FishingTripDao
FishingTripDao.toRemoteFishingTripNaturalId(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripNaturalId)
public RemoteFishingTripNaturalId toRemoteFishingTripNaturalId(FishingTrip entity)
FishingTripDao
RemoteFishingTripNaturalId
.
toRemoteFishingTripNaturalId
in interface FishingTripDao
FishingTripDao.toRemoteFishingTripNaturalId(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public void remoteFishingTripNaturalIdToEntity(RemoteFishingTripNaturalId source, FishingTrip target, boolean copyIfNull)
FishingTripDao
RemoteFishingTripNaturalId
to the specified entity.
remoteFishingTripNaturalIdToEntity
in interface FishingTripDao
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.FishingTripDao#remoteFishingTripNaturalIdToEntity(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripNaturalId, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public final void toClusterFishingTripCollection(java.util.Collection entities)
FishingTripDao
ClusterFishingTrip
.
toClusterFishingTripCollection
in interface FishingTripDao
FishingTripDao.toClusterFishingTripCollection(java.util.Collection)
public final ClusterFishingTrip[] toClusterFishingTripArray(java.util.Collection entities)
FishingTripDao
ClusterFishingTrip
.
toClusterFishingTripArray
in interface FishingTripDao
FishingTripDao.toClusterFishingTripArray(java.util.Collection)
protected ClusterFishingTrip toClusterFishingTrip(java.lang.Object[] row)
FishingTripDaoImpl
class if you intend to use reporting queries.
FishingTripDao.toClusterFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public final void clusterFishingTripToEntityCollection(java.util.Collection instances)
FishingTripDao
ClusterFishingTrip
to this
DAO's entity.
clusterFishingTripToEntityCollection
in interface FishingTripDao
FishingTripDao.clusterFishingTripToEntityCollection(java.util.Collection)
public void toClusterFishingTrip(FishingTrip source, ClusterFishingTrip target)
FishingTripDao
toClusterFishingTrip
in interface FishingTripDao
FishingTripDao.toClusterFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip, fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterFishingTrip)
public ClusterFishingTrip toClusterFishingTrip(FishingTrip entity)
FishingTripDao
ClusterFishingTrip
.
toClusterFishingTrip
in interface FishingTripDao
FishingTripDao.toClusterFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public void clusterFishingTripToEntity(ClusterFishingTrip source, FishingTrip target, boolean copyIfNull)
FishingTripDao
ClusterFishingTrip
to the specified entity.
clusterFishingTripToEntity
in interface FishingTripDao
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.FishingTripDao#clusterFishingTripToEntity(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterFishingTrip, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
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
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.FishingTripDao.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
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.FishingTripDao.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
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
FishingTripDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
FishingTripDao
search
object.
search
in interface FishingTripDao
search
- the search object which provides the search parameters and pagination specification.
FishingTripDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |