|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VesselUseFeaturesDao
VesselUseFeatures
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERVESSELUSEFEATURES
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_REMOTEVESSELUSEFEATURESFULLVO
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_REMOTEVESSELUSEFEATURESNATURALID
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.vessel.feature.use.UseFeaturesDao |
---|
TRANSFORM_CLUSTERUSEFEATURES, TRANSFORM_NONE, TRANSFORM_REMOTEUSEFEATURESFULLVO, TRANSFORM_REMOTEUSEFEATURESNATURALID |
Method Summary | |
---|---|
VesselUseFeatures |
clusterVesselUseFeaturesToEntity(ClusterVesselUseFeatures clusterVesselUseFeatures)
Converts an instance of type ClusterVesselUseFeatures to this DAO's entity. |
void |
clusterVesselUseFeaturesToEntity(ClusterVesselUseFeatures source,
VesselUseFeatures target,
boolean copyIfNull)
Copies the fields of ClusterVesselUseFeatures to the specified entity. |
void |
clusterVesselUseFeaturesToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterVesselUseFeatures to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures and adds from the passed in entities collection |
UseFeatures |
create(java.util.Date creationDate,
java.lang.Boolean isActive,
Program program,
QualityFlag qualityFlag,
java.util.Date startDate,
Vessel vessel)
Creates a new fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
UseFeatures |
create(java.util.Date startDate,
java.util.Date endDate,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
QualityFlag qualityFlag,
Vessel vessel,
Program program,
java.lang.Boolean isActive,
java.util.Collection vesselUseMeasurements,
FishingEffortCalendar fishingEffortCalendar,
ActivityCalendar activityCalendar,
FishingTrip fishingTrip,
EconomicalSurvey economicalSurvey,
Operation operation,
Location basePortLocation,
java.util.Collection vesselUseFeaturesOrigins,
java.util.Collection fishingAreas)
Creates a new fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures
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.vessel.feature.use.VesselUseFeatures) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date creationDate,
java.lang.Boolean isActive,
Program program,
QualityFlag qualityFlag,
java.util.Date startDate,
Vessel vessel)
Does the same thing as create(java.util.Date,java.lang.Boolean,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,java.util.Date,fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date startDate,
java.util.Date endDate,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
QualityFlag qualityFlag,
Vessel vessel,
Program program,
java.lang.Boolean isActive,
java.util.Collection vesselUseMeasurements,
FishingEffortCalendar fishingEffortCalendar,
ActivityCalendar activityCalendar,
FishingTrip fishingTrip,
EconomicalSurvey economicalSurvey,
Operation operation,
Location basePortLocation,
java.util.Collection vesselUseFeaturesOrigins,
java.util.Collection fishingAreas)
Does the same thing as create(java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,java.lang.Boolean,java.util.Collection,fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.data.survey.economy.EconomicalSurvey,fr.ifremer.allegro.data.operation.Operation,fr.ifremer.allegro.referential.location.Location,java.util.Collection,java.util.Collection) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
VesselUseFeatures vesselUseFeatures)
Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an
additional flag called transform . |
UseFeatures |
create(VesselUseFeatures vesselUseFeatures)
Creates an instance of fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures and adds it to the persistent store. |
VesselUseFeatures |
createFromClusterVesselUseFeatures(ClusterVesselUseFeatures clusterVesselUseFeatures)
|
java.util.Collection |
findVesselUseFeaturesByActivityCalendar(ActivityCalendar activityCalendar)
|
java.util.Collection |
findVesselUseFeaturesByActivityCalendar(int transform,
ActivityCalendar activityCalendar)
Does the same thing as findVesselUseFeaturesByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an
additional flag called transform . |
java.util.Collection |
findVesselUseFeaturesByActivityCalendar(int pageNumber,
int pageSize,
ActivityCalendar activityCalendar)
Does the same thing as findVesselUseFeaturesByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByActivityCalendar(int transform,
int pageNumber,
int pageSize,
ActivityCalendar activityCalendar)
Does the same thing as findVesselUseFeaturesByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByActivityCalendar(int transform,
java.lang.String queryString,
ActivityCalendar activityCalendar)
Does the same thing as findVesselUseFeaturesByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesByActivityCalendar(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ActivityCalendar activityCalendar)
Does the same thing as findVesselUseFeaturesByActivityCalendar(int, String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByActivityCalendar(java.lang.String queryString,
ActivityCalendar activityCalendar)
Does the same thing as findVesselUseFeaturesByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesByActivityCalendar(java.lang.String queryString,
int pageNumber,
int pageSize,
ActivityCalendar activityCalendar)
Does the same thing as findVesselUseFeaturesByActivityCalendar(String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByBasePortLocation(int transform,
int pageNumber,
int pageSize,
Location basePortLocation)
Does the same thing as findVesselUseFeaturesByBasePortLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByBasePortLocation(int pageNumber,
int pageSize,
Location basePortLocation)
Does the same thing as findVesselUseFeaturesByBasePortLocation(fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByBasePortLocation(int transform,
Location basePortLocation)
Does the same thing as findVesselUseFeaturesByBasePortLocation(fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.util.Collection |
findVesselUseFeaturesByBasePortLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Location basePortLocation)
Does the same thing as findVesselUseFeaturesByBasePortLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByBasePortLocation(int transform,
java.lang.String queryString,
Location basePortLocation)
Does the same thing as findVesselUseFeaturesByBasePortLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesByBasePortLocation(Location basePortLocation)
|
java.util.Collection |
findVesselUseFeaturesByBasePortLocation(java.lang.String queryString,
int pageNumber,
int pageSize,
Location basePortLocation)
Does the same thing as findVesselUseFeaturesByBasePortLocation(String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByBasePortLocation(java.lang.String queryString,
Location basePortLocation)
Does the same thing as findVesselUseFeaturesByBasePortLocation(fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesByEconomicalSurvey(EconomicalSurvey economicalSurvey)
|
java.util.Collection |
findVesselUseFeaturesByEconomicalSurvey(int transform,
EconomicalSurvey economicalSurvey)
Does the same thing as findVesselUseFeaturesByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an
additional flag called transform . |
java.util.Collection |
findVesselUseFeaturesByEconomicalSurvey(int pageNumber,
int pageSize,
EconomicalSurvey economicalSurvey)
Does the same thing as findVesselUseFeaturesByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByEconomicalSurvey(int transform,
int pageNumber,
int pageSize,
EconomicalSurvey economicalSurvey)
Does the same thing as findVesselUseFeaturesByEconomicalSurvey(int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByEconomicalSurvey(int transform,
java.lang.String queryString,
EconomicalSurvey economicalSurvey)
Does the same thing as findVesselUseFeaturesByEconomicalSurvey(int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesByEconomicalSurvey(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
EconomicalSurvey economicalSurvey)
Does the same thing as findVesselUseFeaturesByEconomicalSurvey(int, String, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByEconomicalSurvey(java.lang.String queryString,
EconomicalSurvey economicalSurvey)
Does the same thing as findVesselUseFeaturesByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesByEconomicalSurvey(java.lang.String queryString,
int pageNumber,
int pageSize,
EconomicalSurvey economicalSurvey)
Does the same thing as findVesselUseFeaturesByEconomicalSurvey(String, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByFishingEffortCalendar(FishingEffortCalendar fishingEffortCalendar)
|
java.util.Collection |
findVesselUseFeaturesByFishingEffortCalendar(int transform,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as findVesselUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an
additional flag called transform . |
java.util.Collection |
findVesselUseFeaturesByFishingEffortCalendar(int pageNumber,
int pageSize,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as findVesselUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByFishingEffortCalendar(int transform,
int pageNumber,
int pageSize,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as findVesselUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByFishingEffortCalendar(int transform,
java.lang.String queryString,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as findVesselUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesByFishingEffortCalendar(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as findVesselUseFeaturesByFishingEffortCalendar(int, String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByFishingEffortCalendar(java.lang.String queryString,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as findVesselUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesByFishingEffortCalendar(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as findVesselUseFeaturesByFishingEffortCalendar(String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
findVesselUseFeaturesByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as findVesselUseFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
findVesselUseFeaturesByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findVesselUseFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findVesselUseFeaturesByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as findVesselUseFeaturesByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findVesselUseFeaturesByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as findVesselUseFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findVesselUseFeaturesByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
VesselUseFeatures |
findVesselUseFeaturesById(java.lang.Integer id)
|
java.lang.Object |
findVesselUseFeaturesById(int transform,
java.lang.Integer id)
Does the same thing as findVesselUseFeaturesById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findVesselUseFeaturesById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findVesselUseFeaturesById(int, java.lang.Integer) with an
additional argument called queryString . |
VesselUseFeatures |
findVesselUseFeaturesById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findVesselUseFeaturesById(java.lang.Integer) with an
additional argument called queryString . |
VesselUseFeatures |
findVesselUseFeaturesByNaturalId(ActivityCalendar activityCalendar,
Operation operation,
EconomicalSurvey economicalSurvey,
java.util.Date startDate,
Vessel vessel,
Program program)
|
java.lang.Object |
findVesselUseFeaturesByNaturalId(int transform,
ActivityCalendar activityCalendar,
Operation operation,
EconomicalSurvey economicalSurvey,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as findVesselUseFeaturesByNaturalId(fr.ifremer.allegro.data.survey.activity.ActivityCalendar, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
findVesselUseFeaturesByNaturalId(int transform,
java.lang.String queryString,
ActivityCalendar activityCalendar,
Operation operation,
EconomicalSurvey economicalSurvey,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as findVesselUseFeaturesByNaturalId(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
VesselUseFeatures |
findVesselUseFeaturesByNaturalId(java.lang.String queryString,
ActivityCalendar activityCalendar,
Operation operation,
EconomicalSurvey economicalSurvey,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as findVesselUseFeaturesByNaturalId(fr.ifremer.allegro.data.survey.activity.ActivityCalendar, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesByOperation(int transform,
int pageNumber,
int pageSize,
Operation operation)
Does the same thing as findVesselUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByOperation(int pageNumber,
int pageSize,
Operation operation)
Does the same thing as findVesselUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByOperation(int transform,
Operation operation)
Does the same thing as findVesselUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation) with an
additional flag called transform . |
java.util.Collection |
findVesselUseFeaturesByOperation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Operation operation)
Does the same thing as findVesselUseFeaturesByOperation(int, String, fr.ifremer.allegro.data.operation.Operation) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByOperation(int transform,
java.lang.String queryString,
Operation operation)
Does the same thing as findVesselUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesByOperation(Operation operation)
|
java.util.Collection |
findVesselUseFeaturesByOperation(java.lang.String queryString,
int pageNumber,
int pageSize,
Operation operation)
Does the same thing as findVesselUseFeaturesByOperation(String, fr.ifremer.allegro.data.operation.Operation) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByOperation(java.lang.String queryString,
Operation operation)
Does the same thing as findVesselUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findVesselUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as findVesselUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByProgram(int transform,
Program program)
Does the same thing as findVesselUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findVesselUseFeaturesByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findVesselUseFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as findVesselUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesByProgram(Program program)
|
java.util.Collection |
findVesselUseFeaturesByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findVesselUseFeaturesByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByProgram(java.lang.String queryString,
Program program)
Does the same thing as findVesselUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findVesselUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findVesselUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as findVesselUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findVesselUseFeaturesByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findVesselUseFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findVesselUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findVesselUseFeaturesByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findVesselUseFeaturesByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findVesselUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesByVessel(int transform,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findVesselUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByVessel(int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findVesselUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findVesselUseFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByVessel(int transform,
java.lang.String queryString,
Vessel vessel)
Does the same thing as findVesselUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesByVessel(int transform,
Vessel vessel)
Does the same thing as findVesselUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.util.Collection |
findVesselUseFeaturesByVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findVesselUseFeaturesByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesByVessel(java.lang.String queryString,
Vessel vessel)
Does the same thing as findVesselUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesByVessel(Vessel vessel)
|
ClusterVesselUseFeatures[] |
getAllClusterVesselUseFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllVesselUseFeatures()
|
java.util.Collection |
getAllVesselUseFeatures(int transform)
Does the same thing as getAllVesselUseFeatures() with an
additional flag called transform . |
java.util.Collection |
getAllVesselUseFeatures(int pageNumber,
int pageSize)
Does the same thing as getAllVesselUseFeatures() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselUseFeatures(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllVesselUseFeatures(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselUseFeatures(int transform,
java.lang.String queryString)
Does the same thing as getAllVesselUseFeatures(int) with an
additional argument called queryString . |
java.util.Collection |
getAllVesselUseFeatures(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllVesselUseFeatures(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselUseFeatures(java.lang.String queryString)
Does the same thing as getAllVesselUseFeatures() with an
additional argument called queryString . |
java.util.Collection |
getAllVesselUseFeatures(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllVesselUseFeatures(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselUseFeaturesSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllVesselUseFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselUseFeaturesSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllVesselUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselUseFeaturesSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllVesselUseFeaturesSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselUseFeaturesSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllVesselUseFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllVesselUseFeaturesSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllVesselUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllVesselUseFeaturesSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllVesselUseFeaturesSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselUseFeaturesSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllVesselUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllVesselUseFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
|
UseFeatures |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures 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 VesselUseFeatures . |
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 . |
VesselUseFeatures |
remoteVesselUseFeaturesFullVOToEntity(RemoteVesselUseFeaturesFullVO remoteVesselUseFeaturesFullVO)
Converts an instance of type RemoteVesselUseFeaturesFullVO to this DAO's entity. |
void |
remoteVesselUseFeaturesFullVOToEntity(RemoteVesselUseFeaturesFullVO source,
VesselUseFeatures target,
boolean copyIfNull)
Copies the fields of RemoteVesselUseFeaturesFullVO to the specified entity. |
void |
remoteVesselUseFeaturesFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVesselUseFeaturesFullVO to this
DAO's entity. |
VesselUseFeatures |
remoteVesselUseFeaturesNaturalIdToEntity(RemoteVesselUseFeaturesNaturalId remoteVesselUseFeaturesNaturalId)
Converts an instance of type RemoteVesselUseFeaturesNaturalId to this DAO's entity. |
void |
remoteVesselUseFeaturesNaturalIdToEntity(RemoteVesselUseFeaturesNaturalId source,
VesselUseFeatures target,
boolean copyIfNull)
Copies the fields of RemoteVesselUseFeaturesNaturalId to the specified entity. |
void |
remoteVesselUseFeaturesNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVesselUseFeaturesNaturalId 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.vessel.feature.use.VesselUseFeatures having the given identifier from the persistent store. |
void |
remove(VesselUseFeatures vesselUseFeatures)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures 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. |
ClusterVesselUseFeatures |
toClusterVesselUseFeatures(VesselUseFeatures entity)
Converts this DAO's entity to an object of type ClusterVesselUseFeatures . |
void |
toClusterVesselUseFeatures(VesselUseFeatures source,
ClusterVesselUseFeatures target)
Copies the fields of the specified entity to the target value object. |
ClusterVesselUseFeatures[] |
toClusterVesselUseFeaturesArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterVesselUseFeatures . |
void |
toClusterVesselUseFeaturesCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterVesselUseFeatures . |
RemoteVesselUseFeaturesFullVO |
toRemoteVesselUseFeaturesFullVO(VesselUseFeatures entity)
Converts this DAO's entity to an object of type RemoteVesselUseFeaturesFullVO . |
void |
toRemoteVesselUseFeaturesFullVO(VesselUseFeatures source,
RemoteVesselUseFeaturesFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteVesselUseFeaturesFullVO[] |
toRemoteVesselUseFeaturesFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVesselUseFeaturesFullVO . |
void |
toRemoteVesselUseFeaturesFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVesselUseFeaturesFullVO . |
RemoteVesselUseFeaturesNaturalId |
toRemoteVesselUseFeaturesNaturalId(VesselUseFeatures entity)
Converts this DAO's entity to an object of type RemoteVesselUseFeaturesNaturalId . |
void |
toRemoteVesselUseFeaturesNaturalId(VesselUseFeatures source,
RemoteVesselUseFeaturesNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteVesselUseFeaturesNaturalId[] |
toRemoteVesselUseFeaturesNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVesselUseFeaturesNaturalId . |
void |
toRemoteVesselUseFeaturesNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVesselUseFeaturesNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(VesselUseFeatures vesselUseFeatures)
Updates the vesselUseFeatures instance in the persistent store. |
Field Detail |
---|
static final int TRANSFORM_REMOTEVESSELUSEFEATURESFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteVesselUseFeaturesFullVO
.
static final int TRANSFORM_REMOTEVESSELUSEFEATURESNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteVesselUseFeaturesNaturalId
.
static final int TRANSFORM_CLUSTERVESSELUSEFEATURES
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterVesselUseFeatures
.
Method Detail |
---|
void toRemoteVesselUseFeaturesFullVO(VesselUseFeatures source, RemoteVesselUseFeaturesFullVO target)
RemoteVesselUseFeaturesFullVO toRemoteVesselUseFeaturesFullVO(VesselUseFeatures entity)
RemoteVesselUseFeaturesFullVO
.
void toRemoteVesselUseFeaturesFullVOCollection(java.util.Collection entities)
RemoteVesselUseFeaturesFullVO
.
RemoteVesselUseFeaturesFullVO[] toRemoteVesselUseFeaturesFullVOArray(java.util.Collection entities)
RemoteVesselUseFeaturesFullVO
.
void remoteVesselUseFeaturesFullVOToEntity(RemoteVesselUseFeaturesFullVO source, VesselUseFeatures target, boolean copyIfNull)
RemoteVesselUseFeaturesFullVO
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.VesselUseFeatures remoteVesselUseFeaturesFullVOToEntity(RemoteVesselUseFeaturesFullVO remoteVesselUseFeaturesFullVO)
RemoteVesselUseFeaturesFullVO
to this DAO's entity.
void remoteVesselUseFeaturesFullVOToEntityCollection(java.util.Collection instances)
RemoteVesselUseFeaturesFullVO
to this
DAO's entity.
void toRemoteVesselUseFeaturesNaturalId(VesselUseFeatures source, RemoteVesselUseFeaturesNaturalId target)
RemoteVesselUseFeaturesNaturalId toRemoteVesselUseFeaturesNaturalId(VesselUseFeatures entity)
RemoteVesselUseFeaturesNaturalId
.
void toRemoteVesselUseFeaturesNaturalIdCollection(java.util.Collection entities)
RemoteVesselUseFeaturesNaturalId
.
RemoteVesselUseFeaturesNaturalId[] toRemoteVesselUseFeaturesNaturalIdArray(java.util.Collection entities)
RemoteVesselUseFeaturesNaturalId
.
void remoteVesselUseFeaturesNaturalIdToEntity(RemoteVesselUseFeaturesNaturalId source, VesselUseFeatures target, boolean copyIfNull)
RemoteVesselUseFeaturesNaturalId
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.VesselUseFeatures remoteVesselUseFeaturesNaturalIdToEntity(RemoteVesselUseFeaturesNaturalId remoteVesselUseFeaturesNaturalId)
RemoteVesselUseFeaturesNaturalId
to this DAO's entity.
void remoteVesselUseFeaturesNaturalIdToEntityCollection(java.util.Collection instances)
RemoteVesselUseFeaturesNaturalId
to this
DAO's entity.
void toClusterVesselUseFeatures(VesselUseFeatures source, ClusterVesselUseFeatures target)
ClusterVesselUseFeatures toClusterVesselUseFeatures(VesselUseFeatures entity)
ClusterVesselUseFeatures
.
void toClusterVesselUseFeaturesCollection(java.util.Collection entities)
ClusterVesselUseFeatures
.
ClusterVesselUseFeatures[] toClusterVesselUseFeaturesArray(java.util.Collection entities)
ClusterVesselUseFeatures
.
void clusterVesselUseFeaturesToEntity(ClusterVesselUseFeatures source, VesselUseFeatures target, boolean copyIfNull)
ClusterVesselUseFeatures
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.VesselUseFeatures clusterVesselUseFeaturesToEntity(ClusterVesselUseFeatures clusterVesselUseFeatures)
ClusterVesselUseFeatures
to this DAO's entity.
void clusterVesselUseFeaturesToEntityCollection(java.util.Collection instances)
ClusterVesselUseFeatures
to this
DAO's entity.
UseFeatures load(java.lang.Integer id)
load
in interface UseFeaturesDao
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 UseFeaturesDao
id
- identifier of the entity to load
java.util.Collection loadAll()
VesselUseFeatures
.
loadAll
in interface UseFeaturesDao
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 UseFeaturesDao
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 UseFeaturesDao
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 UseFeaturesDao
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.
UseFeatures create(VesselUseFeatures vesselUseFeatures)
java.lang.Object create(int transform, VesselUseFeatures vesselUseFeatures)
Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
java.util.Collection create(java.util.Collection entities)
entities
collection
entities
- the collection of fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
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.
UseFeatures create(java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, QualityFlag qualityFlag, Vessel vessel, Program program, java.lang.Boolean isActive, java.util.Collection vesselUseMeasurements, FishingEffortCalendar fishingEffortCalendar, ActivityCalendar activityCalendar, FishingTrip fishingTrip, EconomicalSurvey economicalSurvey, Operation operation, Location basePortLocation, java.util.Collection vesselUseFeaturesOrigins, java.util.Collection fishingAreas)
Creates a new fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures
instance from all attributes and
properties and adds it to the persistent store.
java.lang.Object create(int transform, java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, QualityFlag qualityFlag, Vessel vessel, Program program, java.lang.Boolean isActive, java.util.Collection vesselUseMeasurements, FishingEffortCalendar fishingEffortCalendar, ActivityCalendar activityCalendar, FishingTrip fishingTrip, EconomicalSurvey economicalSurvey, Operation operation, Location basePortLocation, java.util.Collection vesselUseFeaturesOrigins, java.util.Collection fishingAreas)
Does the same thing as create(java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,java.lang.Boolean,java.util.Collection,fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.data.survey.economy.EconomicalSurvey,fr.ifremer.allegro.data.operation.Operation,fr.ifremer.allegro.referential.location.Location,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.
UseFeatures create(java.util.Date creationDate, java.lang.Boolean isActive, Program program, QualityFlag qualityFlag, java.util.Date startDate, Vessel vessel)
Creates a new fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures
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.lang.Boolean isActive, Program program, QualityFlag qualityFlag, java.util.Date startDate, Vessel vessel)
Does the same thing as create(java.util.Date,java.lang.Boolean,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,java.util.Date,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(VesselUseFeatures vesselUseFeatures)
vesselUseFeatures
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
update
in interface UseFeaturesDao
void remove(VesselUseFeatures vesselUseFeatures)
void remove(java.lang.Integer id)
identifier
from the persistent store.
remove
in interface UseFeaturesDao
void remove(java.util.Collection entities)
entities collection.
- Specified by:
remove
in interface UseFeaturesDao
getAllVesselUseFeatures
java.util.Collection getAllVesselUseFeatures()
getAllVesselUseFeatures
java.util.Collection getAllVesselUseFeatures(java.lang.String queryString)
Does the same thing as getAllVesselUseFeatures()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllVesselUseFeatures()
.
getAllVesselUseFeatures
java.util.Collection getAllVesselUseFeatures(int pageNumber,
int pageSize)
Does the same thing as getAllVesselUseFeatures()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllVesselUseFeatures
java.util.Collection getAllVesselUseFeatures(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllVesselUseFeatures(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.
getAllVesselUseFeatures
java.util.Collection getAllVesselUseFeatures(int transform)
Does the same thing as getAllVesselUseFeatures()
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.
getAllVesselUseFeatures
java.util.Collection getAllVesselUseFeatures(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllVesselUseFeatures(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.
getAllVesselUseFeatures
java.util.Collection getAllVesselUseFeatures(int transform,
java.lang.String queryString)
Does the same thing as getAllVesselUseFeatures(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllVesselUseFeatures(int)
.
getAllVesselUseFeatures
java.util.Collection getAllVesselUseFeatures(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllVesselUseFeatures(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.
findVesselUseFeaturesById
VesselUseFeatures findVesselUseFeaturesById(java.lang.Integer id)
findVesselUseFeaturesById
VesselUseFeatures findVesselUseFeaturesById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findVesselUseFeaturesById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselUseFeaturesById(java.lang.Integer)
.
findVesselUseFeaturesById
java.lang.Object findVesselUseFeaturesById(int transform,
java.lang.Integer id)
Does the same thing as findVesselUseFeaturesById(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.
findVesselUseFeaturesById
java.lang.Object findVesselUseFeaturesById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findVesselUseFeaturesById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselUseFeaturesById(int, java.lang.Integer id)
.
findVesselUseFeaturesByActivityCalendar
java.util.Collection findVesselUseFeaturesByActivityCalendar(ActivityCalendar activityCalendar)
findVesselUseFeaturesByActivityCalendar
java.util.Collection findVesselUseFeaturesByActivityCalendar(java.lang.String queryString,
ActivityCalendar activityCalendar)
Does the same thing as findVesselUseFeaturesByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselUseFeaturesByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
.
findVesselUseFeaturesByActivityCalendar
java.util.Collection findVesselUseFeaturesByActivityCalendar(int pageNumber,
int pageSize,
ActivityCalendar activityCalendar)
Does the same thing as findVesselUseFeaturesByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselUseFeaturesByActivityCalendar
java.util.Collection findVesselUseFeaturesByActivityCalendar(java.lang.String queryString,
int pageNumber,
int pageSize,
ActivityCalendar activityCalendar)
Does the same thing as findVesselUseFeaturesByActivityCalendar(String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselUseFeaturesByActivityCalendar
java.util.Collection findVesselUseFeaturesByActivityCalendar(int transform,
ActivityCalendar activityCalendar)
Does the same thing as findVesselUseFeaturesByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
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.
findVesselUseFeaturesByActivityCalendar
java.util.Collection findVesselUseFeaturesByActivityCalendar(int transform,
int pageNumber,
int pageSize,
ActivityCalendar activityCalendar)
Does the same thing as findVesselUseFeaturesByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselUseFeaturesByActivityCalendar
java.util.Collection findVesselUseFeaturesByActivityCalendar(int transform,
java.lang.String queryString,
ActivityCalendar activityCalendar)
Does the same thing as findVesselUseFeaturesByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselUseFeaturesByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar activityCalendar)
.
findVesselUseFeaturesByActivityCalendar
java.util.Collection findVesselUseFeaturesByActivityCalendar(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ActivityCalendar activityCalendar)
Does the same thing as findVesselUseFeaturesByActivityCalendar(int, String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselUseFeaturesByBasePortLocation
java.util.Collection findVesselUseFeaturesByBasePortLocation(Location basePortLocation)
findVesselUseFeaturesByBasePortLocation
java.util.Collection findVesselUseFeaturesByBasePortLocation(java.lang.String queryString,
Location basePortLocation)
Does the same thing as findVesselUseFeaturesByBasePortLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselUseFeaturesByBasePortLocation(fr.ifremer.allegro.referential.location.Location)
.
findVesselUseFeaturesByBasePortLocation
java.util.Collection findVesselUseFeaturesByBasePortLocation(int pageNumber,
int pageSize,
Location basePortLocation)
Does the same thing as findVesselUseFeaturesByBasePortLocation(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.
findVesselUseFeaturesByBasePortLocation
java.util.Collection findVesselUseFeaturesByBasePortLocation(java.lang.String queryString,
int pageNumber,
int pageSize,
Location basePortLocation)
Does the same thing as findVesselUseFeaturesByBasePortLocation(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.
findVesselUseFeaturesByBasePortLocation
java.util.Collection findVesselUseFeaturesByBasePortLocation(int transform,
Location basePortLocation)
Does the same thing as findVesselUseFeaturesByBasePortLocation(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.
findVesselUseFeaturesByBasePortLocation
java.util.Collection findVesselUseFeaturesByBasePortLocation(int transform,
int pageNumber,
int pageSize,
Location basePortLocation)
Does the same thing as findVesselUseFeaturesByBasePortLocation(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.
findVesselUseFeaturesByBasePortLocation
java.util.Collection findVesselUseFeaturesByBasePortLocation(int transform,
java.lang.String queryString,
Location basePortLocation)
Does the same thing as findVesselUseFeaturesByBasePortLocation(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 findVesselUseFeaturesByBasePortLocation(int, fr.ifremer.allegro.referential.location.Location basePortLocation)
.
findVesselUseFeaturesByBasePortLocation
java.util.Collection findVesselUseFeaturesByBasePortLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Location basePortLocation)
Does the same thing as findVesselUseFeaturesByBasePortLocation(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.
findVesselUseFeaturesByOperation
java.util.Collection findVesselUseFeaturesByOperation(Operation operation)
findVesselUseFeaturesByOperation
java.util.Collection findVesselUseFeaturesByOperation(java.lang.String queryString,
Operation operation)
Does the same thing as findVesselUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation)
.
findVesselUseFeaturesByOperation
java.util.Collection findVesselUseFeaturesByOperation(int pageNumber,
int pageSize,
Operation operation)
Does the same thing as findVesselUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselUseFeaturesByOperation
java.util.Collection findVesselUseFeaturesByOperation(java.lang.String queryString,
int pageNumber,
int pageSize,
Operation operation)
Does the same thing as findVesselUseFeaturesByOperation(String, fr.ifremer.allegro.data.operation.Operation)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselUseFeaturesByOperation
java.util.Collection findVesselUseFeaturesByOperation(int transform,
Operation operation)
Does the same thing as findVesselUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation)
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.
findVesselUseFeaturesByOperation
java.util.Collection findVesselUseFeaturesByOperation(int transform,
int pageNumber,
int pageSize,
Operation operation)
Does the same thing as findVesselUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselUseFeaturesByOperation
java.util.Collection findVesselUseFeaturesByOperation(int transform,
java.lang.String queryString,
Operation operation)
Does the same thing as findVesselUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation operation)
.
findVesselUseFeaturesByOperation
java.util.Collection findVesselUseFeaturesByOperation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Operation operation)
Does the same thing as findVesselUseFeaturesByOperation(int, String, fr.ifremer.allegro.data.operation.Operation)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselUseFeaturesByFishingTrip
java.util.Collection findVesselUseFeaturesByFishingTrip(FishingTrip fishingTrip)
findVesselUseFeaturesByFishingTrip
java.util.Collection findVesselUseFeaturesByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as findVesselUseFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselUseFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
.
findVesselUseFeaturesByFishingTrip
java.util.Collection findVesselUseFeaturesByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findVesselUseFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselUseFeaturesByFishingTrip
java.util.Collection findVesselUseFeaturesByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findVesselUseFeaturesByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselUseFeaturesByFishingTrip
java.util.Collection findVesselUseFeaturesByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as findVesselUseFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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.
findVesselUseFeaturesByFishingTrip
java.util.Collection findVesselUseFeaturesByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findVesselUseFeaturesByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselUseFeaturesByFishingTrip
java.util.Collection findVesselUseFeaturesByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as findVesselUseFeaturesByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselUseFeaturesByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip)
.
findVesselUseFeaturesByFishingTrip
java.util.Collection findVesselUseFeaturesByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findVesselUseFeaturesByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselUseFeaturesByFishingEffortCalendar
java.util.Collection findVesselUseFeaturesByFishingEffortCalendar(FishingEffortCalendar fishingEffortCalendar)
findVesselUseFeaturesByFishingEffortCalendar
java.util.Collection findVesselUseFeaturesByFishingEffortCalendar(java.lang.String queryString,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as findVesselUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
.
findVesselUseFeaturesByFishingEffortCalendar
java.util.Collection findVesselUseFeaturesByFishingEffortCalendar(int pageNumber,
int pageSize,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as findVesselUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselUseFeaturesByFishingEffortCalendar
java.util.Collection findVesselUseFeaturesByFishingEffortCalendar(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as findVesselUseFeaturesByFishingEffortCalendar(String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselUseFeaturesByFishingEffortCalendar
java.util.Collection findVesselUseFeaturesByFishingEffortCalendar(int transform,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as findVesselUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
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.
findVesselUseFeaturesByFishingEffortCalendar
java.util.Collection findVesselUseFeaturesByFishingEffortCalendar(int transform,
int pageNumber,
int pageSize,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as findVesselUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselUseFeaturesByFishingEffortCalendar
java.util.Collection findVesselUseFeaturesByFishingEffortCalendar(int transform,
java.lang.String queryString,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as findVesselUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar fishingEffortCalendar)
.
findVesselUseFeaturesByFishingEffortCalendar
java.util.Collection findVesselUseFeaturesByFishingEffortCalendar(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as findVesselUseFeaturesByFishingEffortCalendar(int, String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselUseFeaturesByEconomicalSurvey
java.util.Collection findVesselUseFeaturesByEconomicalSurvey(EconomicalSurvey economicalSurvey)
findVesselUseFeaturesByEconomicalSurvey
java.util.Collection findVesselUseFeaturesByEconomicalSurvey(java.lang.String queryString,
EconomicalSurvey economicalSurvey)
Does the same thing as findVesselUseFeaturesByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselUseFeaturesByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
.
findVesselUseFeaturesByEconomicalSurvey
java.util.Collection findVesselUseFeaturesByEconomicalSurvey(int pageNumber,
int pageSize,
EconomicalSurvey economicalSurvey)
Does the same thing as findVesselUseFeaturesByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselUseFeaturesByEconomicalSurvey
java.util.Collection findVesselUseFeaturesByEconomicalSurvey(java.lang.String queryString,
int pageNumber,
int pageSize,
EconomicalSurvey economicalSurvey)
Does the same thing as findVesselUseFeaturesByEconomicalSurvey(String, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselUseFeaturesByEconomicalSurvey
java.util.Collection findVesselUseFeaturesByEconomicalSurvey(int transform,
EconomicalSurvey economicalSurvey)
Does the same thing as findVesselUseFeaturesByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
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.
findVesselUseFeaturesByEconomicalSurvey
java.util.Collection findVesselUseFeaturesByEconomicalSurvey(int transform,
int pageNumber,
int pageSize,
EconomicalSurvey economicalSurvey)
Does the same thing as findVesselUseFeaturesByEconomicalSurvey(int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselUseFeaturesByEconomicalSurvey
java.util.Collection findVesselUseFeaturesByEconomicalSurvey(int transform,
java.lang.String queryString,
EconomicalSurvey economicalSurvey)
Does the same thing as findVesselUseFeaturesByEconomicalSurvey(int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselUseFeaturesByEconomicalSurvey(int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey economicalSurvey)
.
findVesselUseFeaturesByEconomicalSurvey
java.util.Collection findVesselUseFeaturesByEconomicalSurvey(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
EconomicalSurvey economicalSurvey)
Does the same thing as findVesselUseFeaturesByEconomicalSurvey(int, String, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselUseFeaturesByQualityFlag
java.util.Collection findVesselUseFeaturesByQualityFlag(QualityFlag qualityFlag)
findVesselUseFeaturesByQualityFlag
java.util.Collection findVesselUseFeaturesByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findVesselUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findVesselUseFeaturesByQualityFlag
java.util.Collection findVesselUseFeaturesByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findVesselUseFeaturesByQualityFlag(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.
findVesselUseFeaturesByQualityFlag
java.util.Collection findVesselUseFeaturesByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findVesselUseFeaturesByQualityFlag(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.
findVesselUseFeaturesByQualityFlag
java.util.Collection findVesselUseFeaturesByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as findVesselUseFeaturesByQualityFlag(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.
findVesselUseFeaturesByQualityFlag
java.util.Collection findVesselUseFeaturesByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findVesselUseFeaturesByQualityFlag(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.
findVesselUseFeaturesByQualityFlag
java.util.Collection findVesselUseFeaturesByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findVesselUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findVesselUseFeaturesByQualityFlag
java.util.Collection findVesselUseFeaturesByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findVesselUseFeaturesByQualityFlag(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.
findVesselUseFeaturesByVessel
java.util.Collection findVesselUseFeaturesByVessel(Vessel vessel)
findVesselUseFeaturesByVessel
java.util.Collection findVesselUseFeaturesByVessel(java.lang.String queryString,
Vessel vessel)
Does the same thing as findVesselUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
findVesselUseFeaturesByVessel
java.util.Collection findVesselUseFeaturesByVessel(int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findVesselUseFeaturesByVessel(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.
findVesselUseFeaturesByVessel
java.util.Collection findVesselUseFeaturesByVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findVesselUseFeaturesByVessel(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.
findVesselUseFeaturesByVessel
java.util.Collection findVesselUseFeaturesByVessel(int transform,
Vessel vessel)
Does the same thing as findVesselUseFeaturesByVessel(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.
findVesselUseFeaturesByVessel
java.util.Collection findVesselUseFeaturesByVessel(int transform,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findVesselUseFeaturesByVessel(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.
findVesselUseFeaturesByVessel
java.util.Collection findVesselUseFeaturesByVessel(int transform,
java.lang.String queryString,
Vessel vessel)
Does the same thing as findVesselUseFeaturesByVessel(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 findVesselUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
findVesselUseFeaturesByVessel
java.util.Collection findVesselUseFeaturesByVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findVesselUseFeaturesByVessel(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.
findVesselUseFeaturesByProgram
java.util.Collection findVesselUseFeaturesByProgram(Program program)
findVesselUseFeaturesByProgram
java.util.Collection findVesselUseFeaturesByProgram(java.lang.String queryString,
Program program)
Does the same thing as findVesselUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
findVesselUseFeaturesByProgram
java.util.Collection findVesselUseFeaturesByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as findVesselUseFeaturesByProgram(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.
findVesselUseFeaturesByProgram
java.util.Collection findVesselUseFeaturesByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findVesselUseFeaturesByProgram(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.
findVesselUseFeaturesByProgram
java.util.Collection findVesselUseFeaturesByProgram(int transform,
Program program)
Does the same thing as findVesselUseFeaturesByProgram(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.
findVesselUseFeaturesByProgram
java.util.Collection findVesselUseFeaturesByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findVesselUseFeaturesByProgram(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.
findVesselUseFeaturesByProgram
java.util.Collection findVesselUseFeaturesByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as findVesselUseFeaturesByProgram(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 findVesselUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findVesselUseFeaturesByProgram
java.util.Collection findVesselUseFeaturesByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findVesselUseFeaturesByProgram(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.
findVesselUseFeaturesByNaturalId
VesselUseFeatures findVesselUseFeaturesByNaturalId(ActivityCalendar activityCalendar,
Operation operation,
EconomicalSurvey economicalSurvey,
java.util.Date startDate,
Vessel vessel,
Program program)
findVesselUseFeaturesByNaturalId
VesselUseFeatures findVesselUseFeaturesByNaturalId(java.lang.String queryString,
ActivityCalendar activityCalendar,
Operation operation,
EconomicalSurvey economicalSurvey,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as findVesselUseFeaturesByNaturalId(fr.ifremer.allegro.data.survey.activity.ActivityCalendar, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey, 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 findVesselUseFeaturesByNaturalId(fr.ifremer.allegro.data.survey.activity.ActivityCalendar, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
.
findVesselUseFeaturesByNaturalId
java.lang.Object findVesselUseFeaturesByNaturalId(int transform,
ActivityCalendar activityCalendar,
Operation operation,
EconomicalSurvey economicalSurvey,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as findVesselUseFeaturesByNaturalId(fr.ifremer.allegro.data.survey.activity.ActivityCalendar, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey, 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.
findVesselUseFeaturesByNaturalId
java.lang.Object findVesselUseFeaturesByNaturalId(int transform,
java.lang.String queryString,
ActivityCalendar activityCalendar,
Operation operation,
EconomicalSurvey economicalSurvey,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as findVesselUseFeaturesByNaturalId(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey, 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 findVesselUseFeaturesByNaturalId(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar activityCalendar, fr.ifremer.allegro.data.operation.Operation operation, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey economicalSurvey, java.util.Date startDate, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program)
.
getAllVesselUseFeaturesSinceDateSynchro
java.util.Collection getAllVesselUseFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
getAllVesselUseFeaturesSinceDateSynchro
java.util.Collection getAllVesselUseFeaturesSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllVesselUseFeaturesSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllVesselUseFeaturesSinceDateSynchro(java.sql.Timestamp)
.
getAllVesselUseFeaturesSinceDateSynchro
java.util.Collection getAllVesselUseFeaturesSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllVesselUseFeaturesSinceDateSynchro(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.
getAllVesselUseFeaturesSinceDateSynchro
java.util.Collection getAllVesselUseFeaturesSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllVesselUseFeaturesSinceDateSynchro(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.
getAllVesselUseFeaturesSinceDateSynchro
java.util.Collection getAllVesselUseFeaturesSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllVesselUseFeaturesSinceDateSynchro(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.
getAllVesselUseFeaturesSinceDateSynchro
java.util.Collection getAllVesselUseFeaturesSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllVesselUseFeaturesSinceDateSynchro(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.
getAllVesselUseFeaturesSinceDateSynchro
java.util.Collection getAllVesselUseFeaturesSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllVesselUseFeaturesSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllVesselUseFeaturesSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllVesselUseFeaturesSinceDateSynchro
java.util.Collection getAllVesselUseFeaturesSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllVesselUseFeaturesSinceDateSynchro(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.
createFromClusterVesselUseFeatures
VesselUseFeatures createFromClusterVesselUseFeatures(ClusterVesselUseFeatures clusterVesselUseFeatures)
getAllClusterVesselUseFeaturesSinceDateSynchro
ClusterVesselUseFeatures[] getAllClusterVesselUseFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
search
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
. These flags allow you to
limit your data to a specified page number and size.
- Specified by:
search
in interface UseFeaturesDao
- Parameters:
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.
- Returns:
- any found results from the search wrapped in a
PaginationResult
instance.
search
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
. These flags allow you to
limit your data to a specified page number and size.
- Specified by:
search
in interface UseFeaturesDao
- Parameters:
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.
- Returns:
- any found results from the search wrapped in a
PaginationResult
instance.
search
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
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
- Specified by:
search
in interface UseFeaturesDao
- Parameters:
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
- Returns:
- any found results from the search.
search
java.util.Set search(Search search)
- Performs a search using the parameters specified in the given
search
object.
- Specified by:
search
in interface UseFeaturesDao
- Parameters:
search
- the search object which provides the search parameters and pagination specification.
- Returns:
- any found results from the search.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2008-2010 IFREMER. All Rights Reserved.