|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FishingTripDao
FishingTrip
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERFISHINGTRIP
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_NONE
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_REMOTEFISHINGTRIPFULLVO
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_REMOTEFISHINGTRIPNATURALID
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
Method Summary | |
---|---|
FishingTrip |
clusterFishingTripToEntity(ClusterFishingTrip clusterFishingTrip)
Converts an instance of type ClusterFishingTrip to this DAO's entity. |
void |
clusterFishingTripToEntity(ClusterFishingTrip source,
FishingTrip target,
boolean copyIfNull)
Copies the fields of ClusterFishingTrip to the specified entity. |
void |
clusterFishingTripToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterFishingTrip to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip and adds from the passed in entities collection |
FishingTrip |
create(java.util.Date creationDate,
java.util.Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
java.util.Date returnDateTime,
Location returnLocation,
Vessel vessel)
Creates a new fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingTrip |
create(java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
ScientificCruise scientificCruise,
java.util.Collection landings,
Vessel vessel,
Location returnLocation,
Location departureLocation,
Program program,
Department recorderDepartment,
java.util.Collection fishingTripOrigins,
QualityFlag qualityFlag,
java.util.Collection sales,
java.util.Collection operations,
java.util.Collection transshipments,
java.util.Collection vesselUseFeatures,
java.util.Collection gearPhysicalFeatures,
Person recorderPerson)
Creates a new fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip
instance from all attributes and
properties and adds it to the persistent store. |
FishingTrip |
create(FishingTrip fishingTrip)
Creates an instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date creationDate,
java.util.Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
java.util.Date returnDateTime,
Location returnLocation,
Vessel vessel)
Does the same thing as create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.util.Date,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
ScientificCruise scientificCruise,
java.util.Collection landings,
Vessel vessel,
Location returnLocation,
Location departureLocation,
Program program,
Department recorderDepartment,
java.util.Collection fishingTripOrigins,
QualityFlag qualityFlag,
java.util.Collection sales,
java.util.Collection operations,
java.util.Collection transshipments,
java.util.Collection vesselUseFeatures,
java.util.Collection gearPhysicalFeatures,
Person recorderPerson)
Does the same thing as create(java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,java.util.Collection,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
FishingTrip fishingTrip)
Does the same thing as create(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
FishingTrip |
createFromClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
|
java.util.Collection |
findFishingTripByDeclaredDocumentReference(DeclaredDocumentReference declaredDocumentReference)
|
java.util.Collection |
findFishingTripByDeclaredDocumentReference(int transform,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional flag called transform . |
java.util.Collection |
findFishingTripByDeclaredDocumentReference(int pageNumber,
int pageSize,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByDeclaredDocumentReference(int transform,
int pageNumber,
int pageSize,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findFishingTripByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByDeclaredDocumentReference(int transform,
java.lang.String queryString,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findFishingTripByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional argument called queryString . |
java.util.Collection |
findFishingTripByDeclaredDocumentReference(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findFishingTripByDeclaredDocumentReference(int, String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByDeclaredDocumentReference(java.lang.String queryString,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional argument called queryString . |
java.util.Collection |
findFishingTripByDeclaredDocumentReference(java.lang.String queryString,
int pageNumber,
int pageSize,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findFishingTripByDeclaredDocumentReference(String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByDepartureLocation(int transform,
int pageNumber,
int pageSize,
Location departureLocation)
Does the same thing as findFishingTripByDepartureLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByDepartureLocation(int pageNumber,
int pageSize,
Location departureLocation)
Does the same thing as findFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByDepartureLocation(int transform,
Location departureLocation)
Does the same thing as findFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.util.Collection |
findFishingTripByDepartureLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Location departureLocation)
Does the same thing as findFishingTripByDepartureLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByDepartureLocation(int transform,
java.lang.String queryString,
Location departureLocation)
Does the same thing as findFishingTripByDepartureLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findFishingTripByDepartureLocation(Location departureLocation)
|
java.util.Collection |
findFishingTripByDepartureLocation(java.lang.String queryString,
int pageNumber,
int pageSize,
Location departureLocation)
Does the same thing as findFishingTripByDepartureLocation(String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByDepartureLocation(java.lang.String queryString,
Location departureLocation)
Does the same thing as findFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
FishingTrip |
findFishingTripById(java.lang.Integer id)
|
java.lang.Object |
findFishingTripById(int transform,
java.lang.Integer id)
Does the same thing as findFishingTripById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findFishingTripById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findFishingTripById(int, java.lang.Integer) with an
additional argument called queryString . |
FishingTrip |
findFishingTripById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findFishingTripById(java.lang.Integer) with an
additional argument called queryString . |
FishingTrip |
findFishingTripByNaturalId(java.util.Date departureDateTime,
Vessel vessel,
Program program)
|
java.lang.Object |
findFishingTripByNaturalId(int transform,
java.util.Date departureDateTime,
Vessel vessel,
Program program)
Does the same thing as findFishingTripByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
findFishingTripByNaturalId(int transform,
java.lang.String queryString,
java.util.Date departureDateTime,
Vessel vessel,
Program program)
Does the same thing as findFishingTripByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
FishingTrip |
findFishingTripByNaturalId(java.lang.String queryString,
java.util.Date departureDateTime,
Vessel vessel,
Program program)
Does the same thing as findFishingTripByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findFishingTripByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findFishingTripByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as findFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByProgram(int transform,
Program program)
Does the same thing as findFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findFishingTripByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findFishingTripByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as findFishingTripByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findFishingTripByProgram(Program program)
|
java.util.Collection |
findFishingTripByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findFishingTripByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByProgram(java.lang.String queryString,
Program program)
Does the same thing as findFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findFishingTripByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findFishingTripByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as findFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findFishingTripByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findFishingTripByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findFishingTripByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findFishingTripByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findFishingTripByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findFishingTripByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findFishingTripByRecorderDepartment(Department recorderDepartment)
|
java.util.Collection |
findFishingTripByRecorderDepartment(int transform,
Department recorderDepartment)
Does the same thing as findFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findFishingTripByRecorderDepartment(int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByRecorderDepartment(int transform,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findFishingTripByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByRecorderDepartment(int transform,
java.lang.String queryString,
Department recorderDepartment)
Does the same thing as findFishingTripByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findFishingTripByRecorderDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findFishingTripByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByRecorderDepartment(java.lang.String queryString,
Department recorderDepartment)
Does the same thing as findFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findFishingTripByRecorderDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findFishingTripByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findFishingTripByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as findFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
findFishingTripByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findFishingTripByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as findFishingTripByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findFishingTripByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
findFishingTripByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findFishingTripByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as findFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findFishingTripByReturnLocation(int transform,
int pageNumber,
int pageSize,
Location returnLocation)
Does the same thing as findFishingTripByReturnLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByReturnLocation(int pageNumber,
int pageSize,
Location returnLocation)
Does the same thing as findFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByReturnLocation(int transform,
Location returnLocation)
Does the same thing as findFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.util.Collection |
findFishingTripByReturnLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Location returnLocation)
Does the same thing as findFishingTripByReturnLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByReturnLocation(int transform,
java.lang.String queryString,
Location returnLocation)
Does the same thing as findFishingTripByReturnLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findFishingTripByReturnLocation(Location returnLocation)
|
java.util.Collection |
findFishingTripByReturnLocation(java.lang.String queryString,
int pageNumber,
int pageSize,
Location returnLocation)
Does the same thing as findFishingTripByReturnLocation(String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByReturnLocation(java.lang.String queryString,
Location returnLocation)
Does the same thing as findFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findFishingTripByScientificCruise(int transform,
int pageNumber,
int pageSize,
ScientificCruise scientificCruise)
Does the same thing as findFishingTripByScientificCruise(int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByScientificCruise(int pageNumber,
int pageSize,
ScientificCruise scientificCruise)
Does the same thing as findFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByScientificCruise(int transform,
ScientificCruise scientificCruise)
Does the same thing as findFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an
additional flag called transform . |
java.util.Collection |
findFishingTripByScientificCruise(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ScientificCruise scientificCruise)
Does the same thing as findFishingTripByScientificCruise(int, String, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByScientificCruise(int transform,
java.lang.String queryString,
ScientificCruise scientificCruise)
Does the same thing as findFishingTripByScientificCruise(int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an
additional argument called queryString . |
java.util.Collection |
findFishingTripByScientificCruise(ScientificCruise scientificCruise)
|
java.util.Collection |
findFishingTripByScientificCruise(java.lang.String queryString,
int pageNumber,
int pageSize,
ScientificCruise scientificCruise)
Does the same thing as findFishingTripByScientificCruise(String, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByScientificCruise(java.lang.String queryString,
ScientificCruise scientificCruise)
Does the same thing as findFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an
additional argument called queryString . |
java.util.Collection |
findFishingTripByVessel(int transform,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findFishingTripByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByVessel(int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findFishingTripByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByVessel(int transform,
java.lang.String queryString,
Vessel vessel)
Does the same thing as findFishingTripByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findFishingTripByVessel(int transform,
Vessel vessel)
Does the same thing as findFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.util.Collection |
findFishingTripByVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findFishingTripByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingTripByVessel(java.lang.String queryString,
Vessel vessel)
Does the same thing as findFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findFishingTripByVessel(Vessel vessel)
|
ClusterFishingTrip[] |
getAllClusterFishingTripSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllFishingTrip()
|
java.util.Collection |
getAllFishingTrip(int transform)
Does the same thing as getAllFishingTrip() with an
additional flag called transform . |
java.util.Collection |
getAllFishingTrip(int pageNumber,
int pageSize)
Does the same thing as getAllFishingTrip() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingTrip(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllFishingTrip(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingTrip(int transform,
java.lang.String queryString)
Does the same thing as getAllFishingTrip(int) with an
additional argument called queryString . |
java.util.Collection |
getAllFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllFishingTrip(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingTrip(java.lang.String queryString)
Does the same thing as getAllFishingTrip() with an
additional argument called queryString . |
java.util.Collection |
getAllFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllFishingTrip(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingTripSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllFishingTripSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingTripSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllFishingTripSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingTripSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllFishingTripSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingTripSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllFishingTripSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllFishingTripSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllFishingTripSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllFishingTripSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllFishingTripSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingTripSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllFishingTripSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllFishingTripSinceDateSynchro(java.sql.Timestamp updateDate)
|
FishingTrip |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type FishingTrip . |
java.util.Collection |
loadAll(int transform)
Does the same thing as loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as loadAll() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
loadAll(int transform,
int pageNumber,
int pageSize)
Does the same thing as loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
FishingTrip |
remoteFishingTripFullVOToEntity(RemoteFishingTripFullVO remoteFishingTripFullVO)
Converts an instance of type RemoteFishingTripFullVO to this DAO's entity. |
void |
remoteFishingTripFullVOToEntity(RemoteFishingTripFullVO source,
FishingTrip target,
boolean copyIfNull)
Copies the fields of RemoteFishingTripFullVO to the specified entity. |
void |
remoteFishingTripFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFishingTripFullVO to this
DAO's entity. |
FishingTrip |
remoteFishingTripNaturalIdToEntity(RemoteFishingTripNaturalId remoteFishingTripNaturalId)
Converts an instance of type RemoteFishingTripNaturalId to this DAO's entity. |
void |
remoteFishingTripNaturalIdToEntity(RemoteFishingTripNaturalId source,
FishingTrip target,
boolean copyIfNull)
Copies the fields of RemoteFishingTripNaturalId to the specified entity. |
void |
remoteFishingTripNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFishingTripNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(FishingTrip fishingTrip)
Removes the instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip from the persistent store. |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip having the given identifier from the persistent store. |
PaginationResult |
search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
PaginationResult |
search(int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
java.util.Set |
search(int transform,
Search search)
Does the same thing as search(fr.ifremer.allegro.Search) but with an
additional flag called transform . |
java.util.Set |
search(Search search)
Performs a search using the parameters specified in the given search object. |
ClusterFishingTrip |
toClusterFishingTrip(FishingTrip entity)
Converts this DAO's entity to an object of type ClusterFishingTrip . |
void |
toClusterFishingTrip(FishingTrip source,
ClusterFishingTrip target)
Copies the fields of the specified entity to the target value object. |
ClusterFishingTrip[] |
toClusterFishingTripArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterFishingTrip . |
void |
toClusterFishingTripCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterFishingTrip . |
RemoteFishingTripFullVO |
toRemoteFishingTripFullVO(FishingTrip entity)
Converts this DAO's entity to an object of type RemoteFishingTripFullVO . |
void |
toRemoteFishingTripFullVO(FishingTrip source,
RemoteFishingTripFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteFishingTripFullVO[] |
toRemoteFishingTripFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFishingTripFullVO . |
void |
toRemoteFishingTripFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFishingTripFullVO . |
RemoteFishingTripNaturalId |
toRemoteFishingTripNaturalId(FishingTrip entity)
Converts this DAO's entity to an object of type RemoteFishingTripNaturalId . |
void |
toRemoteFishingTripNaturalId(FishingTrip source,
RemoteFishingTripNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteFishingTripNaturalId[] |
toRemoteFishingTripNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFishingTripNaturalId . |
void |
toRemoteFishingTripNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFishingTripNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(FishingTrip fishingTrip)
Updates the fishingTrip instance in the persistent store. |
Field Detail |
---|
static final int TRANSFORM_NONE
int
parameter called transform
.
This specific flag denotes no transformation will occur.
static final int TRANSFORM_REMOTEFISHINGTRIPFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteFishingTripFullVO
.
static final int TRANSFORM_REMOTEFISHINGTRIPNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteFishingTripNaturalId
.
static final int TRANSFORM_CLUSTERFISHINGTRIP
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterFishingTrip
.
Method Detail |
---|
void toRemoteFishingTripFullVO(FishingTrip source, RemoteFishingTripFullVO target)
RemoteFishingTripFullVO toRemoteFishingTripFullVO(FishingTrip entity)
RemoteFishingTripFullVO
.
void toRemoteFishingTripFullVOCollection(java.util.Collection entities)
RemoteFishingTripFullVO
.
RemoteFishingTripFullVO[] toRemoteFishingTripFullVOArray(java.util.Collection entities)
RemoteFishingTripFullVO
.
void remoteFishingTripFullVOToEntity(RemoteFishingTripFullVO source, FishingTrip target, boolean copyIfNull)
RemoteFishingTripFullVO
to the specified entity.
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.FishingTrip remoteFishingTripFullVOToEntity(RemoteFishingTripFullVO remoteFishingTripFullVO)
RemoteFishingTripFullVO
to this DAO's entity.
void remoteFishingTripFullVOToEntityCollection(java.util.Collection instances)
RemoteFishingTripFullVO
to this
DAO's entity.
void toRemoteFishingTripNaturalId(FishingTrip source, RemoteFishingTripNaturalId target)
RemoteFishingTripNaturalId toRemoteFishingTripNaturalId(FishingTrip entity)
RemoteFishingTripNaturalId
.
void toRemoteFishingTripNaturalIdCollection(java.util.Collection entities)
RemoteFishingTripNaturalId
.
RemoteFishingTripNaturalId[] toRemoteFishingTripNaturalIdArray(java.util.Collection entities)
RemoteFishingTripNaturalId
.
void remoteFishingTripNaturalIdToEntity(RemoteFishingTripNaturalId source, FishingTrip target, boolean copyIfNull)
RemoteFishingTripNaturalId
to the specified entity.
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.FishingTrip remoteFishingTripNaturalIdToEntity(RemoteFishingTripNaturalId remoteFishingTripNaturalId)
RemoteFishingTripNaturalId
to this DAO's entity.
void remoteFishingTripNaturalIdToEntityCollection(java.util.Collection instances)
RemoteFishingTripNaturalId
to this
DAO's entity.
void toClusterFishingTrip(FishingTrip source, ClusterFishingTrip target)
ClusterFishingTrip toClusterFishingTrip(FishingTrip entity)
ClusterFishingTrip
.
void toClusterFishingTripCollection(java.util.Collection entities)
ClusterFishingTrip
.
ClusterFishingTrip[] toClusterFishingTripArray(java.util.Collection entities)
ClusterFishingTrip
.
void clusterFishingTripToEntity(ClusterFishingTrip source, FishingTrip target, boolean copyIfNull)
ClusterFishingTrip
to the specified entity.
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.FishingTrip clusterFishingTripToEntity(ClusterFishingTrip clusterFishingTrip)
ClusterFishingTrip
to this DAO's entity.
void clusterFishingTripToEntityCollection(java.util.Collection instances)
ClusterFishingTrip
to this
DAO's entity.
FishingTrip load(java.lang.Integer id)
java.lang.Object load(int transform, java.lang.Integer id)
Does the same thing as load(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
id
- identifier of the entity to load
java.util.Collection loadAll()
FishingTrip
.
java.util.Collection loadAll(int transform)
Does the same thing as loadAll()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
transform
- the flag indicating what transformation to use.
java.util.Collection loadAll(int pageNumber, int pageSize)
Does the same thing as loadAll()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
Does the same thing as loadAll(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
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.
FishingTrip create(FishingTrip fishingTrip)
java.lang.Object create(int transform, FishingTrip fishingTrip)
Does the same thing as create(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
java.util.Collection create(java.util.Collection entities)
entities
collection
entities
- the collection of fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
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.
java.lang.Object create(int transform, java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, ScientificCruise scientificCruise, java.util.Collection landings, Vessel vessel, Location returnLocation, Location departureLocation, Program program, Department recorderDepartment, java.util.Collection fishingTripOrigins, QualityFlag qualityFlag, java.util.Collection sales, java.util.Collection operations, java.util.Collection transshipments, java.util.Collection vesselUseFeatures, java.util.Collection gearPhysicalFeatures, Person recorderPerson)
Does the same thing as create(java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,java.util.Collection,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.administration.user.Person)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
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.
java.lang.Object create(int transform, java.util.Date creationDate, java.util.Date departureDateTime, Location departureLocation, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date returnDateTime, Location returnLocation, Vessel vessel)
Does the same thing as create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.util.Date,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
void update(FishingTrip fishingTrip)
fishingTrip
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(FishingTrip fishingTrip)
void remove(java.lang.Integer id)
identifier
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllFishingTrip()
java.util.Collection getAllFishingTrip(java.lang.String queryString)
Does the same thing as getAllFishingTrip()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllFishingTrip()
.
java.util.Collection getAllFishingTrip(int pageNumber, int pageSize)
Does the same thing as getAllFishingTrip()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllFishingTrip(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllFishingTrip(String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllFishingTrip(int transform)
Does the same thing as getAllFishingTrip()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection getAllFishingTrip(int transform, int pageNumber, int pageSize)
Does the same thing as getAllFishingTrip(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllFishingTrip(int transform, java.lang.String queryString)
Does the same thing as getAllFishingTrip(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllFishingTrip(int)
.
java.util.Collection getAllFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllFishingTrip(int, String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
FishingTrip findFishingTripById(java.lang.Integer id)
FishingTrip findFishingTripById(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findFishingTripById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripById(java.lang.Integer)
.
java.lang.Object findFishingTripById(int transform, java.lang.Integer id)
Does the same thing as findFishingTripById(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.lang.Object findFishingTripById(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findFishingTripById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripById(int, java.lang.Integer id)
.
java.util.Collection findFishingTripByReturnLocation(Location returnLocation)
java.util.Collection findFishingTripByReturnLocation(java.lang.String queryString, Location returnLocation)
Does the same thing as findFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location)
.
java.util.Collection findFishingTripByReturnLocation(int pageNumber, int pageSize, Location returnLocation)
Does the same thing as findFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByReturnLocation(java.lang.String queryString, int pageNumber, int pageSize, Location returnLocation)
Does the same thing as findFishingTripByReturnLocation(String, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByReturnLocation(int transform, Location returnLocation)
Does the same thing as findFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findFishingTripByReturnLocation(int transform, int pageNumber, int pageSize, Location returnLocation)
Does the same thing as findFishingTripByReturnLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByReturnLocation(int transform, java.lang.String queryString, Location returnLocation)
Does the same thing as findFishingTripByReturnLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripByReturnLocation(int, fr.ifremer.allegro.referential.location.Location returnLocation)
.
java.util.Collection findFishingTripByReturnLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location returnLocation)
Does the same thing as findFishingTripByReturnLocation(int, String, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByDepartureLocation(Location departureLocation)
java.util.Collection findFishingTripByDepartureLocation(java.lang.String queryString, Location departureLocation)
Does the same thing as findFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location)
.
java.util.Collection findFishingTripByDepartureLocation(int pageNumber, int pageSize, Location departureLocation)
Does the same thing as findFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByDepartureLocation(java.lang.String queryString, int pageNumber, int pageSize, Location departureLocation)
Does the same thing as findFishingTripByDepartureLocation(String, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByDepartureLocation(int transform, Location departureLocation)
Does the same thing as findFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findFishingTripByDepartureLocation(int transform, int pageNumber, int pageSize, Location departureLocation)
Does the same thing as findFishingTripByDepartureLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByDepartureLocation(int transform, java.lang.String queryString, Location departureLocation)
Does the same thing as findFishingTripByDepartureLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripByDepartureLocation(int, fr.ifremer.allegro.referential.location.Location departureLocation)
.
java.util.Collection findFishingTripByDepartureLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location departureLocation)
Does the same thing as findFishingTripByDepartureLocation(int, String, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByVessel(Vessel vessel)
java.util.Collection findFishingTripByVessel(java.lang.String queryString, Vessel vessel)
Does the same thing as findFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
java.util.Collection findFishingTripByVessel(int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findFishingTripByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByVessel(int transform, Vessel vessel)
Does the same thing as findFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findFishingTripByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findFishingTripByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByVessel(int transform, java.lang.String queryString, Vessel vessel)
Does the same thing as findFishingTripByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
java.util.Collection findFishingTripByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findFishingTripByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByScientificCruise(ScientificCruise scientificCruise)
java.util.Collection findFishingTripByScientificCruise(java.lang.String queryString, ScientificCruise scientificCruise)
Does the same thing as findFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
.
java.util.Collection findFishingTripByScientificCruise(int pageNumber, int pageSize, ScientificCruise scientificCruise)
Does the same thing as findFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByScientificCruise(java.lang.String queryString, int pageNumber, int pageSize, ScientificCruise scientificCruise)
Does the same thing as findFishingTripByScientificCruise(String, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByScientificCruise(int transform, ScientificCruise scientificCruise)
Does the same thing as findFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findFishingTripByScientificCruise(int transform, int pageNumber, int pageSize, ScientificCruise scientificCruise)
Does the same thing as findFishingTripByScientificCruise(int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByScientificCruise(int transform, java.lang.String queryString, ScientificCruise scientificCruise)
Does the same thing as findFishingTripByScientificCruise(int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripByScientificCruise(int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise scientificCruise)
.
java.util.Collection findFishingTripByScientificCruise(int transform, java.lang.String queryString, int pageNumber, int pageSize, ScientificCruise scientificCruise)
Does the same thing as findFishingTripByScientificCruise(int, String, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByDeclaredDocumentReference(DeclaredDocumentReference declaredDocumentReference)
java.util.Collection findFishingTripByDeclaredDocumentReference(java.lang.String queryString, DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
.
java.util.Collection findFishingTripByDeclaredDocumentReference(int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByDeclaredDocumentReference(java.lang.String queryString, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findFishingTripByDeclaredDocumentReference(String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByDeclaredDocumentReference(int transform, DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findFishingTripByDeclaredDocumentReference(int transform, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findFishingTripByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByDeclaredDocumentReference(int transform, java.lang.String queryString, DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findFishingTripByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference declaredDocumentReference)
.
java.util.Collection findFishingTripByDeclaredDocumentReference(int transform, java.lang.String queryString, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findFishingTripByDeclaredDocumentReference(int, String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByProgram(Program program)
java.util.Collection findFishingTripByProgram(java.lang.String queryString, Program program)
Does the same thing as findFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
java.util.Collection findFishingTripByProgram(int pageNumber, int pageSize, Program program)
Does the same thing as findFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findFishingTripByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByProgram(int transform, Program program)
Does the same thing as findFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findFishingTripByProgram(int transform, int pageNumber, int pageSize, Program program)
Does the same thing as findFishingTripByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByProgram(int transform, java.lang.String queryString, Program program)
Does the same thing as findFishingTripByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
java.util.Collection findFishingTripByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findFishingTripByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByRecorderDepartment(Department recorderDepartment)
java.util.Collection findFishingTripByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
Does the same thing as findFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
.
java.util.Collection findFishingTripByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findFishingTripByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByRecorderDepartment(int transform, Department recorderDepartment)
Does the same thing as findFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findFishingTripByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findFishingTripByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
Does the same thing as findFishingTripByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department recorderDepartment)
.
java.util.Collection findFishingTripByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findFishingTripByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByQualityFlag(QualityFlag qualityFlag)
java.util.Collection findFishingTripByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
java.util.Collection findFishingTripByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findFishingTripByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByQualityFlag(int transform, QualityFlag qualityFlag)
Does the same thing as findFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findFishingTripByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findFishingTripByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findFishingTripByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
java.util.Collection findFishingTripByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findFishingTripByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByRecorderPerson(Person recorderPerson)
java.util.Collection findFishingTripByRecorderPerson(java.lang.String queryString, Person recorderPerson)
Does the same thing as findFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
.
java.util.Collection findFishingTripByRecorderPerson(int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByRecorderPerson(java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findFishingTripByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByRecorderPerson(int transform, Person recorderPerson)
Does the same thing as findFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findFishingTripByRecorderPerson(int transform, int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findFishingTripByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findFishingTripByRecorderPerson(int transform, java.lang.String queryString, Person recorderPerson)
Does the same thing as findFishingTripByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person recorderPerson)
.
java.util.Collection findFishingTripByRecorderPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findFishingTripByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
FishingTrip findFishingTripByNaturalId(java.util.Date departureDateTime, Vessel vessel, Program program)
FishingTrip findFishingTripByNaturalId(java.lang.String queryString, java.util.Date departureDateTime, Vessel vessel, Program program)
Does the same thing as findFishingTripByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
.
java.lang.Object findFishingTripByNaturalId(int transform, java.util.Date departureDateTime, Vessel vessel, Program program)
Does the same thing as findFishingTripByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.lang.Object findFishingTripByNaturalId(int transform, java.lang.String queryString, java.util.Date departureDateTime, Vessel vessel, Program program)
Does the same thing as findFishingTripByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingTripByNaturalId(int, java.util.Date departureDateTime, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program)
.
java.util.Collection getAllFishingTripSinceDateSynchro(java.sql.Timestamp updateDate)
java.util.Collection getAllFishingTripSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllFishingTripSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllFishingTripSinceDateSynchro(java.sql.Timestamp)
.
java.util.Collection getAllFishingTripSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllFishingTripSinceDateSynchro(java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllFishingTripSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllFishingTripSinceDateSynchro(String, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllFishingTripSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
Does the same thing as getAllFishingTripSinceDateSynchro(java.sql.Timestamp)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection getAllFishingTripSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllFishingTripSinceDateSynchro(int, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllFishingTripSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllFishingTripSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllFishingTripSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
java.util.Collection getAllFishingTripSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllFishingTripSinceDateSynchro(int, String, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
FishingTrip createFromClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
ClusterFishingTrip[] getAllClusterFishingTripSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
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.PaginationResult search(int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
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.java.util.Set search(int transform, Search search)
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.
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
java.util.Set search(Search search)
search
object.
search
- the search object which provides the search parameters and pagination specification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |