|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObservedFishingTripDao
ObservedFishingTrip
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTEROBSERVEDFISHINGTRIP
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_REMOTEOBSERVEDFISHINGTRIPFULLVO
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_REMOTEOBSERVEDFISHINGTRIPNATURALID
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 . |
Fields inherited from interface fr.ifremer.allegro.data.survey.fishingTrip.FishingTripDao |
---|
TRANSFORM_CLUSTERFISHINGTRIP, TRANSFORM_NONE, TRANSFORM_REMOTEFISHINGTRIPFULLVO, TRANSFORM_REMOTEFISHINGTRIPNATURALID |
Method Summary | |
---|---|
ObservedFishingTrip |
clusterObservedFishingTripToEntity(ClusterObservedFishingTrip clusterObservedFishingTrip)
Converts an instance of type ClusterObservedFishingTrip to this DAO's entity. |
void |
clusterObservedFishingTripToEntity(ClusterObservedFishingTrip source,
ObservedFishingTrip target,
boolean copyIfNull)
Copies the fields of ClusterObservedFishingTrip to the specified entity. |
void |
clusterObservedFishingTripToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterObservedFishingTrip to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip and adds from the passed in entities collection |
FishingTrip |
create(java.util.Date creationDate,
java.util.Date departureDateTime,
Location departureLocation,
java.util.Collection observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
java.util.Date returnDateTime,
Location returnLocation,
Vessel vessel)
Creates a new fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
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,
java.util.Collection observerPersons,
java.util.Collection expectedSales)
Creates a new fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip
instance from all attributes and
properties and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date creationDate,
java.util.Date departureDateTime,
Location departureLocation,
java.util.Collection observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
java.util.Date returnDateTime,
Location returnLocation,
Vessel vessel)
Does the same thing as create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.location.Location,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.util.Date,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date departureDateTime,
java.util.Date returnDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
ScientificCruise scientificCruise,
java.util.Collection landings,
Vessel vessel,
Location returnLocation,
Location departureLocation,
Program program,
Department recorderDepartment,
java.util.Collection fishingTripOrigins,
QualityFlag qualityFlag,
java.util.Collection sales,
java.util.Collection operations,
java.util.Collection transshipments,
java.util.Collection vesselUseFeatures,
java.util.Collection gearPhysicalFeatures,
Person recorderPerson,
java.util.Collection observerPersons,
java.util.Collection expectedSales)
Does the same thing as create(java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,java.util.Collection,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.administration.user.Person,java.util.Collection,java.util.Collection) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
ObservedFishingTrip observedFishingTrip)
Does the same thing as create(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip) with an
additional flag called transform . |
FishingTrip |
create(ObservedFishingTrip observedFishingTrip)
Creates an instance of fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip and adds it to the persistent store. |
ObservedFishingTrip |
createFromClusterObservedFishingTrip(ClusterObservedFishingTrip clusterObservedFishingTrip)
|
java.util.Collection |
findObservedFishingTripByDeclaredDocumentReference(DeclaredDocumentReference declaredDocumentReference)
|
java.util.Collection |
findObservedFishingTripByDeclaredDocumentReference(int transform,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findObservedFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional flag called transform . |
java.util.Collection |
findObservedFishingTripByDeclaredDocumentReference(int pageNumber,
int pageSize,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findObservedFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByDeclaredDocumentReference(int transform,
int pageNumber,
int pageSize,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findObservedFishingTripByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByDeclaredDocumentReference(int transform,
java.lang.String queryString,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findObservedFishingTripByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional argument called queryString . |
java.util.Collection |
findObservedFishingTripByDeclaredDocumentReference(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findObservedFishingTripByDeclaredDocumentReference(int, String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByDeclaredDocumentReference(java.lang.String queryString,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findObservedFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional argument called queryString . |
java.util.Collection |
findObservedFishingTripByDeclaredDocumentReference(java.lang.String queryString,
int pageNumber,
int pageSize,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findObservedFishingTripByDeclaredDocumentReference(String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByDepartureLocation(int transform,
int pageNumber,
int pageSize,
Location departureLocation)
Does the same thing as findObservedFishingTripByDepartureLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByDepartureLocation(int pageNumber,
int pageSize,
Location departureLocation)
Does the same thing as findObservedFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByDepartureLocation(int transform,
Location departureLocation)
Does the same thing as findObservedFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.util.Collection |
findObservedFishingTripByDepartureLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Location departureLocation)
Does the same thing as findObservedFishingTripByDepartureLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByDepartureLocation(int transform,
java.lang.String queryString,
Location departureLocation)
Does the same thing as findObservedFishingTripByDepartureLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findObservedFishingTripByDepartureLocation(Location departureLocation)
|
java.util.Collection |
findObservedFishingTripByDepartureLocation(java.lang.String queryString,
int pageNumber,
int pageSize,
Location departureLocation)
Does the same thing as findObservedFishingTripByDepartureLocation(String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByDepartureLocation(java.lang.String queryString,
Location departureLocation)
Does the same thing as findObservedFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
ObservedFishingTrip |
findObservedFishingTripById(java.lang.Integer id)
|
java.lang.Object |
findObservedFishingTripById(int transform,
java.lang.Integer id)
Does the same thing as findObservedFishingTripById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findObservedFishingTripById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findObservedFishingTripById(int, java.lang.Integer) with an
additional argument called queryString . |
ObservedFishingTrip |
findObservedFishingTripById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findObservedFishingTripById(java.lang.Integer) with an
additional argument called queryString . |
ObservedFishingTrip |
findObservedFishingTripByNaturalId(java.util.Date departureDateTime,
Vessel vessel,
Program program)
|
java.lang.Object |
findObservedFishingTripByNaturalId(int transform,
java.util.Date departureDateTime,
Vessel vessel,
Program program)
Does the same thing as findObservedFishingTripByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
findObservedFishingTripByNaturalId(int transform,
java.lang.String queryString,
java.util.Date departureDateTime,
Vessel vessel,
Program program)
Does the same thing as findObservedFishingTripByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
ObservedFishingTrip |
findObservedFishingTripByNaturalId(java.lang.String queryString,
java.util.Date departureDateTime,
Vessel vessel,
Program program)
Does the same thing as findObservedFishingTripByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findObservedFishingTripByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findObservedFishingTripByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as findObservedFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByProgram(int transform,
Program program)
Does the same thing as findObservedFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findObservedFishingTripByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findObservedFishingTripByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as findObservedFishingTripByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findObservedFishingTripByProgram(Program program)
|
java.util.Collection |
findObservedFishingTripByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findObservedFishingTripByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByProgram(java.lang.String queryString,
Program program)
Does the same thing as findObservedFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findObservedFishingTripByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findObservedFishingTripByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findObservedFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as findObservedFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findObservedFishingTripByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findObservedFishingTripByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findObservedFishingTripByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findObservedFishingTripByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findObservedFishingTripByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findObservedFishingTripByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findObservedFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findObservedFishingTripByRecorderDepartment(Department recorderDepartment)
|
java.util.Collection |
findObservedFishingTripByRecorderDepartment(int transform,
Department recorderDepartment)
Does the same thing as findObservedFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findObservedFishingTripByRecorderDepartment(int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findObservedFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByRecorderDepartment(int transform,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findObservedFishingTripByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByRecorderDepartment(int transform,
java.lang.String queryString,
Department recorderDepartment)
Does the same thing as findObservedFishingTripByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findObservedFishingTripByRecorderDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findObservedFishingTripByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByRecorderDepartment(java.lang.String queryString,
Department recorderDepartment)
Does the same thing as findObservedFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findObservedFishingTripByRecorderDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findObservedFishingTripByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findObservedFishingTripByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findObservedFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as findObservedFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
findObservedFishingTripByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findObservedFishingTripByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as findObservedFishingTripByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findObservedFishingTripByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
findObservedFishingTripByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findObservedFishingTripByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as findObservedFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findObservedFishingTripByReturnLocation(int transform,
int pageNumber,
int pageSize,
Location returnLocation)
Does the same thing as findObservedFishingTripByReturnLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByReturnLocation(int pageNumber,
int pageSize,
Location returnLocation)
Does the same thing as findObservedFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByReturnLocation(int transform,
Location returnLocation)
Does the same thing as findObservedFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.util.Collection |
findObservedFishingTripByReturnLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Location returnLocation)
Does the same thing as findObservedFishingTripByReturnLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByReturnLocation(int transform,
java.lang.String queryString,
Location returnLocation)
Does the same thing as findObservedFishingTripByReturnLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findObservedFishingTripByReturnLocation(Location returnLocation)
|
java.util.Collection |
findObservedFishingTripByReturnLocation(java.lang.String queryString,
int pageNumber,
int pageSize,
Location returnLocation)
Does the same thing as findObservedFishingTripByReturnLocation(String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByReturnLocation(java.lang.String queryString,
Location returnLocation)
Does the same thing as findObservedFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findObservedFishingTripByScientificCruise(int transform,
int pageNumber,
int pageSize,
ScientificCruise scientificCruise)
Does the same thing as findObservedFishingTripByScientificCruise(int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByScientificCruise(int pageNumber,
int pageSize,
ScientificCruise scientificCruise)
Does the same thing as findObservedFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByScientificCruise(int transform,
ScientificCruise scientificCruise)
Does the same thing as findObservedFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an
additional flag called transform . |
java.util.Collection |
findObservedFishingTripByScientificCruise(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ScientificCruise scientificCruise)
Does the same thing as findObservedFishingTripByScientificCruise(int, String, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByScientificCruise(int transform,
java.lang.String queryString,
ScientificCruise scientificCruise)
Does the same thing as findObservedFishingTripByScientificCruise(int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an
additional argument called queryString . |
java.util.Collection |
findObservedFishingTripByScientificCruise(ScientificCruise scientificCruise)
|
java.util.Collection |
findObservedFishingTripByScientificCruise(java.lang.String queryString,
int pageNumber,
int pageSize,
ScientificCruise scientificCruise)
Does the same thing as findObservedFishingTripByScientificCruise(String, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByScientificCruise(java.lang.String queryString,
ScientificCruise scientificCruise)
Does the same thing as findObservedFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an
additional argument called queryString . |
java.util.Collection |
findObservedFishingTripByVessel(int transform,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findObservedFishingTripByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByVessel(int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findObservedFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findObservedFishingTripByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByVessel(int transform,
java.lang.String queryString,
Vessel vessel)
Does the same thing as findObservedFishingTripByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findObservedFishingTripByVessel(int transform,
Vessel vessel)
Does the same thing as findObservedFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.util.Collection |
findObservedFishingTripByVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findObservedFishingTripByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedFishingTripByVessel(java.lang.String queryString,
Vessel vessel)
Does the same thing as findObservedFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findObservedFishingTripByVessel(Vessel vessel)
|
ClusterObservedFishingTrip[] |
getAllClusterObservedFishingTripSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllObservedFishingTrip()
|
java.util.Collection |
getAllObservedFishingTrip(int transform)
Does the same thing as getAllObservedFishingTrip() with an
additional flag called transform . |
java.util.Collection |
getAllObservedFishingTrip(int pageNumber,
int pageSize)
Does the same thing as getAllObservedFishingTrip() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllObservedFishingTrip(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllObservedFishingTrip(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllObservedFishingTrip(int transform,
java.lang.String queryString)
Does the same thing as getAllObservedFishingTrip(int) with an
additional argument called queryString . |
java.util.Collection |
getAllObservedFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllObservedFishingTrip(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllObservedFishingTrip(java.lang.String queryString)
Does the same thing as getAllObservedFishingTrip() with an
additional argument called queryString . |
java.util.Collection |
getAllObservedFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllObservedFishingTrip(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllObservedFishingTripSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllObservedFishingTripSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllObservedFishingTripSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllObservedFishingTripSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllObservedFishingTripSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllObservedFishingTripSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllObservedFishingTripSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllObservedFishingTripSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllObservedFishingTripSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllObservedFishingTripSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllObservedFishingTripSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllObservedFishingTripSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllObservedFishingTripSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllObservedFishingTripSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllObservedFishingTripSinceDateSynchro(java.sql.Timestamp updateDate)
|
FishingTrip |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip 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 ObservedFishingTrip . |
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 . |
ObservedFishingTrip |
remoteObservedFishingTripFullVOToEntity(RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVO)
Converts an instance of type RemoteObservedFishingTripFullVO to this DAO's entity. |
void |
remoteObservedFishingTripFullVOToEntity(RemoteObservedFishingTripFullVO source,
ObservedFishingTrip target,
boolean copyIfNull)
Copies the fields of RemoteObservedFishingTripFullVO to the specified entity. |
void |
remoteObservedFishingTripFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteObservedFishingTripFullVO to this
DAO's entity. |
ObservedFishingTrip |
remoteObservedFishingTripNaturalIdToEntity(RemoteObservedFishingTripNaturalId remoteObservedFishingTripNaturalId)
Converts an instance of type RemoteObservedFishingTripNaturalId to this DAO's entity. |
void |
remoteObservedFishingTripNaturalIdToEntity(RemoteObservedFishingTripNaturalId source,
ObservedFishingTrip target,
boolean copyIfNull)
Copies the fields of RemoteObservedFishingTripNaturalId to the specified entity. |
void |
remoteObservedFishingTripNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteObservedFishingTripNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip having the given identifier from the persistent store. |
void |
remove(ObservedFishingTrip observedFishingTrip)
Removes the instance of fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip from the persistent store. |
PaginationResult |
search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
PaginationResult |
search(int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
java.util.Set |
search(int transform,
Search search)
Does the same thing as 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. |
ClusterObservedFishingTrip |
toClusterObservedFishingTrip(ObservedFishingTrip entity)
Converts this DAO's entity to an object of type ClusterObservedFishingTrip . |
void |
toClusterObservedFishingTrip(ObservedFishingTrip source,
ClusterObservedFishingTrip target)
Copies the fields of the specified entity to the target value object. |
ClusterObservedFishingTrip[] |
toClusterObservedFishingTripArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterObservedFishingTrip . |
void |
toClusterObservedFishingTripCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterObservedFishingTrip . |
RemoteObservedFishingTripFullVO |
toRemoteObservedFishingTripFullVO(ObservedFishingTrip entity)
Converts this DAO's entity to an object of type RemoteObservedFishingTripFullVO . |
void |
toRemoteObservedFishingTripFullVO(ObservedFishingTrip source,
RemoteObservedFishingTripFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteObservedFishingTripFullVO[] |
toRemoteObservedFishingTripFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteObservedFishingTripFullVO . |
void |
toRemoteObservedFishingTripFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteObservedFishingTripFullVO . |
RemoteObservedFishingTripNaturalId |
toRemoteObservedFishingTripNaturalId(ObservedFishingTrip entity)
Converts this DAO's entity to an object of type RemoteObservedFishingTripNaturalId . |
void |
toRemoteObservedFishingTripNaturalId(ObservedFishingTrip source,
RemoteObservedFishingTripNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteObservedFishingTripNaturalId[] |
toRemoteObservedFishingTripNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteObservedFishingTripNaturalId . |
void |
toRemoteObservedFishingTripNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteObservedFishingTripNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(ObservedFishingTrip observedFishingTrip)
Updates the observedFishingTrip instance in the persistent store. |
Field Detail |
---|
static final int TRANSFORM_REMOTEOBSERVEDFISHINGTRIPFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteObservedFishingTripFullVO
.
static final int TRANSFORM_REMOTEOBSERVEDFISHINGTRIPNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteObservedFishingTripNaturalId
.
static final int TRANSFORM_CLUSTEROBSERVEDFISHINGTRIP
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterObservedFishingTrip
.
Method Detail |
---|
void toRemoteObservedFishingTripFullVO(ObservedFishingTrip source, RemoteObservedFishingTripFullVO target)
RemoteObservedFishingTripFullVO toRemoteObservedFishingTripFullVO(ObservedFishingTrip entity)
RemoteObservedFishingTripFullVO
.
void toRemoteObservedFishingTripFullVOCollection(java.util.Collection entities)
RemoteObservedFishingTripFullVO
.
RemoteObservedFishingTripFullVO[] toRemoteObservedFishingTripFullVOArray(java.util.Collection entities)
RemoteObservedFishingTripFullVO
.
void remoteObservedFishingTripFullVOToEntity(RemoteObservedFishingTripFullVO source, ObservedFishingTrip target, boolean copyIfNull)
RemoteObservedFishingTripFullVO
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.ObservedFishingTrip remoteObservedFishingTripFullVOToEntity(RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVO)
RemoteObservedFishingTripFullVO
to this DAO's entity.
void remoteObservedFishingTripFullVOToEntityCollection(java.util.Collection instances)
RemoteObservedFishingTripFullVO
to this
DAO's entity.
void toRemoteObservedFishingTripNaturalId(ObservedFishingTrip source, RemoteObservedFishingTripNaturalId target)
RemoteObservedFishingTripNaturalId toRemoteObservedFishingTripNaturalId(ObservedFishingTrip entity)
RemoteObservedFishingTripNaturalId
.
void toRemoteObservedFishingTripNaturalIdCollection(java.util.Collection entities)
RemoteObservedFishingTripNaturalId
.
RemoteObservedFishingTripNaturalId[] toRemoteObservedFishingTripNaturalIdArray(java.util.Collection entities)
RemoteObservedFishingTripNaturalId
.
void remoteObservedFishingTripNaturalIdToEntity(RemoteObservedFishingTripNaturalId source, ObservedFishingTrip target, boolean copyIfNull)
RemoteObservedFishingTripNaturalId
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.ObservedFishingTrip remoteObservedFishingTripNaturalIdToEntity(RemoteObservedFishingTripNaturalId remoteObservedFishingTripNaturalId)
RemoteObservedFishingTripNaturalId
to this DAO's entity.
void remoteObservedFishingTripNaturalIdToEntityCollection(java.util.Collection instances)
RemoteObservedFishingTripNaturalId
to this
DAO's entity.
void toClusterObservedFishingTrip(ObservedFishingTrip source, ClusterObservedFishingTrip target)
ClusterObservedFishingTrip toClusterObservedFishingTrip(ObservedFishingTrip entity)
ClusterObservedFishingTrip
.
void toClusterObservedFishingTripCollection(java.util.Collection entities)
ClusterObservedFishingTrip
.
ClusterObservedFishingTrip[] toClusterObservedFishingTripArray(java.util.Collection entities)
ClusterObservedFishingTrip
.
void clusterObservedFishingTripToEntity(ClusterObservedFishingTrip source, ObservedFishingTrip target, boolean copyIfNull)
ClusterObservedFishingTrip
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.ObservedFishingTrip clusterObservedFishingTripToEntity(ClusterObservedFishingTrip clusterObservedFishingTrip)
ClusterObservedFishingTrip
to this DAO's entity.
void clusterObservedFishingTripToEntityCollection(java.util.Collection instances)
ClusterObservedFishingTrip
to this
DAO's entity.
FishingTrip load(java.lang.Integer id)
load
in interface FishingTripDao
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.
load
in interface FishingTripDao
id
- identifier of the entity to load
java.util.Collection loadAll()
ObservedFishingTrip
.
loadAll
in interface FishingTripDao
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.
loadAll
in interface FishingTripDao
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.
loadAll
in interface FishingTripDao
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.
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.
FishingTrip create(ObservedFishingTrip observedFishingTrip)
java.lang.Object create(int transform, ObservedFishingTrip observedFishingTrip)
Does the same thing as create(fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
java.util.Collection create(java.util.Collection entities)
entities
collection
create
in interface FishingTripDao
entities
- the collection of fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip
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.ObservedFishingTrip)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
create
in interface FishingTripDao
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, java.util.Collection observerPersons, java.util.Collection expectedSales)
Creates a new fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip
instance from all attributes and
properties and adds it to the persistent store.
java.lang.Object create(int transform, java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, ScientificCruise scientificCruise, java.util.Collection landings, Vessel vessel, Location returnLocation, Location departureLocation, Program program, Department recorderDepartment, java.util.Collection fishingTripOrigins, QualityFlag qualityFlag, java.util.Collection sales, java.util.Collection operations, java.util.Collection transshipments, java.util.Collection vesselUseFeatures, java.util.Collection gearPhysicalFeatures, Person recorderPerson, java.util.Collection observerPersons, java.util.Collection expectedSales)
Does the same thing as create(java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,java.util.Collection,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.administration.user.Person,java.util.Collection,java.util.Collection)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
FishingTrip create(java.util.Date creationDate, java.util.Date departureDateTime, Location departureLocation, java.util.Collection observerPersons, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date returnDateTime, Location returnLocation, Vessel vessel)
Creates a new fr.ifremer.allegro.data.survey.fishingTrip.ObservedFishingTrip
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
java.lang.Object create(int transform, java.util.Date creationDate, java.util.Date departureDateTime, Location departureLocation, java.util.Collection observerPersons, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date returnDateTime, Location returnLocation, Vessel vessel)
Does the same thing as create(java.util.Date,java.util.Date,fr.ifremer.allegro.referential.location.Location,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.util.Date,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
void update(ObservedFishingTrip observedFishingTrip)
observedFishingTrip
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
update
in interface FishingTripDao
void remove(ObservedFishingTrip observedFishingTrip)
void remove(java.lang.Integer id)
identifier
from the persistent store.
remove
in interface FishingTripDao
void remove(java.util.Collection entities)
entities collection.
- Specified by:
remove
in interface FishingTripDao
java.util.Collection getAllObservedFishingTrip()
java.util.Collection getAllObservedFishingTrip(java.lang.String queryString)
Does the same thing as getAllObservedFishingTrip()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllObservedFishingTrip()
.
java.util.Collection getAllObservedFishingTrip(int pageNumber, int pageSize)
Does the same thing as getAllObservedFishingTrip()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllObservedFishingTrip(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllObservedFishingTrip(String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllObservedFishingTrip(int transform)
Does the same thing as getAllObservedFishingTrip()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection getAllObservedFishingTrip(int transform, int pageNumber, int pageSize)
Does the same thing as getAllObservedFishingTrip(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllObservedFishingTrip(int transform, java.lang.String queryString)
Does the same thing as getAllObservedFishingTrip(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllObservedFishingTrip(int)
.
java.util.Collection getAllObservedFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllObservedFishingTrip(int, String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
ObservedFishingTrip findObservedFishingTripById(java.lang.Integer id)
ObservedFishingTrip findObservedFishingTripById(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findObservedFishingTripById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedFishingTripById(java.lang.Integer)
.
java.lang.Object findObservedFishingTripById(int transform, java.lang.Integer id)
Does the same thing as findObservedFishingTripById(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.lang.Object findObservedFishingTripById(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findObservedFishingTripById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedFishingTripById(int, java.lang.Integer id)
.
java.util.Collection findObservedFishingTripByReturnLocation(Location returnLocation)
java.util.Collection findObservedFishingTripByReturnLocation(java.lang.String queryString, Location returnLocation)
Does the same thing as findObservedFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location)
.
java.util.Collection findObservedFishingTripByReturnLocation(int pageNumber, int pageSize, Location returnLocation)
Does the same thing as findObservedFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByReturnLocation(java.lang.String queryString, int pageNumber, int pageSize, Location returnLocation)
Does the same thing as findObservedFishingTripByReturnLocation(String, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByReturnLocation(int transform, Location returnLocation)
Does the same thing as findObservedFishingTripByReturnLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findObservedFishingTripByReturnLocation(int transform, int pageNumber, int pageSize, Location returnLocation)
Does the same thing as findObservedFishingTripByReturnLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByReturnLocation(int transform, java.lang.String queryString, Location returnLocation)
Does the same thing as findObservedFishingTripByReturnLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedFishingTripByReturnLocation(int, fr.ifremer.allegro.referential.location.Location returnLocation)
.
java.util.Collection findObservedFishingTripByReturnLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location returnLocation)
Does the same thing as findObservedFishingTripByReturnLocation(int, String, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByDepartureLocation(Location departureLocation)
java.util.Collection findObservedFishingTripByDepartureLocation(java.lang.String queryString, Location departureLocation)
Does the same thing as findObservedFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location)
.
java.util.Collection findObservedFishingTripByDepartureLocation(int pageNumber, int pageSize, Location departureLocation)
Does the same thing as findObservedFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByDepartureLocation(java.lang.String queryString, int pageNumber, int pageSize, Location departureLocation)
Does the same thing as findObservedFishingTripByDepartureLocation(String, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByDepartureLocation(int transform, Location departureLocation)
Does the same thing as findObservedFishingTripByDepartureLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findObservedFishingTripByDepartureLocation(int transform, int pageNumber, int pageSize, Location departureLocation)
Does the same thing as findObservedFishingTripByDepartureLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByDepartureLocation(int transform, java.lang.String queryString, Location departureLocation)
Does the same thing as findObservedFishingTripByDepartureLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedFishingTripByDepartureLocation(int, fr.ifremer.allegro.referential.location.Location departureLocation)
.
java.util.Collection findObservedFishingTripByDepartureLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location departureLocation)
Does the same thing as findObservedFishingTripByDepartureLocation(int, String, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByVessel(Vessel vessel)
java.util.Collection findObservedFishingTripByVessel(java.lang.String queryString, Vessel vessel)
Does the same thing as findObservedFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
java.util.Collection findObservedFishingTripByVessel(int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findObservedFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findObservedFishingTripByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByVessel(int transform, Vessel vessel)
Does the same thing as findObservedFishingTripByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findObservedFishingTripByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findObservedFishingTripByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByVessel(int transform, java.lang.String queryString, Vessel vessel)
Does the same thing as findObservedFishingTripByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedFishingTripByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
java.util.Collection findObservedFishingTripByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findObservedFishingTripByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByScientificCruise(ScientificCruise scientificCruise)
java.util.Collection findObservedFishingTripByScientificCruise(java.lang.String queryString, ScientificCruise scientificCruise)
Does the same thing as findObservedFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
.
java.util.Collection findObservedFishingTripByScientificCruise(int pageNumber, int pageSize, ScientificCruise scientificCruise)
Does the same thing as findObservedFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByScientificCruise(java.lang.String queryString, int pageNumber, int pageSize, ScientificCruise scientificCruise)
Does the same thing as findObservedFishingTripByScientificCruise(String, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByScientificCruise(int transform, ScientificCruise scientificCruise)
Does the same thing as findObservedFishingTripByScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findObservedFishingTripByScientificCruise(int transform, int pageNumber, int pageSize, ScientificCruise scientificCruise)
Does the same thing as findObservedFishingTripByScientificCruise(int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByScientificCruise(int transform, java.lang.String queryString, ScientificCruise scientificCruise)
Does the same thing as findObservedFishingTripByScientificCruise(int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedFishingTripByScientificCruise(int, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise scientificCruise)
.
java.util.Collection findObservedFishingTripByScientificCruise(int transform, java.lang.String queryString, int pageNumber, int pageSize, ScientificCruise scientificCruise)
Does the same thing as findObservedFishingTripByScientificCruise(int, String, fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByDeclaredDocumentReference(DeclaredDocumentReference declaredDocumentReference)
java.util.Collection findObservedFishingTripByDeclaredDocumentReference(java.lang.String queryString, DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findObservedFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
.
java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findObservedFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByDeclaredDocumentReference(java.lang.String queryString, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findObservedFishingTripByDeclaredDocumentReference(String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int transform, DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findObservedFishingTripByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int transform, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findObservedFishingTripByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int transform, java.lang.String queryString, DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findObservedFishingTripByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedFishingTripByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference declaredDocumentReference)
.
java.util.Collection findObservedFishingTripByDeclaredDocumentReference(int transform, java.lang.String queryString, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
Does the same thing as findObservedFishingTripByDeclaredDocumentReference(int, String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByProgram(Program program)
java.util.Collection findObservedFishingTripByProgram(java.lang.String queryString, Program program)
Does the same thing as findObservedFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
java.util.Collection findObservedFishingTripByProgram(int pageNumber, int pageSize, Program program)
Does the same thing as findObservedFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findObservedFishingTripByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByProgram(int transform, Program program)
Does the same thing as findObservedFishingTripByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findObservedFishingTripByProgram(int transform, int pageNumber, int pageSize, Program program)
Does the same thing as findObservedFishingTripByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByProgram(int transform, java.lang.String queryString, Program program)
Does the same thing as findObservedFishingTripByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedFishingTripByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
java.util.Collection findObservedFishingTripByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findObservedFishingTripByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByRecorderDepartment(Department recorderDepartment)
java.util.Collection findObservedFishingTripByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
Does the same thing as findObservedFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
.
java.util.Collection findObservedFishingTripByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findObservedFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findObservedFishingTripByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByRecorderDepartment(int transform, Department recorderDepartment)
Does the same thing as findObservedFishingTripByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findObservedFishingTripByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findObservedFishingTripByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
Does the same thing as findObservedFishingTripByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedFishingTripByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department recorderDepartment)
.
java.util.Collection findObservedFishingTripByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findObservedFishingTripByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByQualityFlag(QualityFlag qualityFlag)
java.util.Collection findObservedFishingTripByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findObservedFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
java.util.Collection findObservedFishingTripByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findObservedFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findObservedFishingTripByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByQualityFlag(int transform, QualityFlag qualityFlag)
Does the same thing as findObservedFishingTripByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findObservedFishingTripByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findObservedFishingTripByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findObservedFishingTripByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedFishingTripByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
java.util.Collection findObservedFishingTripByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findObservedFishingTripByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByRecorderPerson(Person recorderPerson)
java.util.Collection findObservedFishingTripByRecorderPerson(java.lang.String queryString, Person recorderPerson)
Does the same thing as findObservedFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
.
java.util.Collection findObservedFishingTripByRecorderPerson(int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findObservedFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByRecorderPerson(java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findObservedFishingTripByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByRecorderPerson(int transform, Person recorderPerson)
Does the same thing as findObservedFishingTripByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findObservedFishingTripByRecorderPerson(int transform, int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findObservedFishingTripByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findObservedFishingTripByRecorderPerson(int transform, java.lang.String queryString, Person recorderPerson)
Does the same thing as findObservedFishingTripByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedFishingTripByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person recorderPerson)
.
java.util.Collection findObservedFishingTripByRecorderPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findObservedFishingTripByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
ObservedFishingTrip findObservedFishingTripByNaturalId(java.util.Date departureDateTime, Vessel vessel, Program program)
ObservedFishingTrip findObservedFishingTripByNaturalId(java.lang.String queryString, java.util.Date departureDateTime, Vessel vessel, Program program)
Does the same thing as findObservedFishingTripByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedFishingTripByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
.
java.lang.Object findObservedFishingTripByNaturalId(int transform, java.util.Date departureDateTime, Vessel vessel, Program program)
Does the same thing as findObservedFishingTripByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.lang.Object findObservedFishingTripByNaturalId(int transform, java.lang.String queryString, java.util.Date departureDateTime, Vessel vessel, Program program)
Does the same thing as findObservedFishingTripByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findObservedFishingTripByNaturalId(int, java.util.Date departureDateTime, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program)
.
java.util.Collection getAllObservedFishingTripSinceDateSynchro(java.sql.Timestamp updateDate)
java.util.Collection getAllObservedFishingTripSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllObservedFishingTripSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllObservedFishingTripSinceDateSynchro(java.sql.Timestamp)
.
java.util.Collection getAllObservedFishingTripSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllObservedFishingTripSinceDateSynchro(java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllObservedFishingTripSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllObservedFishingTripSinceDateSynchro(String, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllObservedFishingTripSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
Does the same thing as getAllObservedFishingTripSinceDateSynchro(java.sql.Timestamp)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection getAllObservedFishingTripSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllObservedFishingTripSinceDateSynchro(int, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllObservedFishingTripSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllObservedFishingTripSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllObservedFishingTripSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
java.util.Collection getAllObservedFishingTripSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllObservedFishingTripSinceDateSynchro(int, String, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
ObservedFishingTrip createFromClusterObservedFishingTrip(ClusterObservedFishingTrip clusterObservedFishingTrip)
ClusterObservedFishingTrip[] getAllClusterObservedFishingTripSinceDateSynchro(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.
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.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.
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.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.
search
in interface FishingTripDao
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
in interface FishingTripDao
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 |