|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.data.vessel.feature.use.UseFeaturesDaoBase
fr.ifremer.allegro.data.vessel.feature.use.UseFeaturesDaoImpl
fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesDaoBase
public abstract class VesselUseFeaturesDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures
.
VesselUseFeatures
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesDao |
---|
TRANSFORM_CLUSTERVESSELUSEFEATURES, TRANSFORM_REMOTEVESSELUSEFEATURESFULLVO, TRANSFORM_REMOTEVESSELUSEFEATURESNATURALID |
Fields inherited from interface fr.ifremer.allegro.data.vessel.feature.use.UseFeaturesDao |
---|
TRANSFORM_CLUSTERUSEFEATURES, TRANSFORM_NONE, TRANSFORM_REMOTEUSEFEATURESFULLVO, TRANSFORM_REMOTEUSEFEATURESNATURALID |
Constructor Summary | |
---|---|
VesselUseFeaturesDaoBase()
|
Method Summary | |
---|---|
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 |
VesselUseFeatures |
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. |
VesselUseFeatures |
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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an
additional flag called transform . |
VesselUseFeatures |
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)
|
UseFeatures |
findUseFeaturesById(java.lang.Integer id)
|
java.lang.Object |
findUseFeaturesById(int transform,
java.lang.Integer id)
Does the same thing as UseFeaturesDao.findUseFeaturesById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findUseFeaturesById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as UseFeaturesDao.findUseFeaturesById(int, java.lang.Integer) with an
additional argument called queryString . |
UseFeatures |
findUseFeaturesById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as UseFeaturesDao.findUseFeaturesById(java.lang.Integer) with an
additional argument called queryString . |
UseFeatures |
findUseFeaturesByNaturalId(java.util.Date startDate,
Vessel vessel,
Program program)
|
java.lang.Object |
findUseFeaturesByNaturalId(int transform,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as UseFeaturesDao.findUseFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
findUseFeaturesByNaturalId(int transform,
java.lang.String queryString,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as UseFeaturesDao.findUseFeaturesByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
UseFeatures |
findUseFeaturesByNaturalId(java.lang.String queryString,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as UseFeaturesDao.findUseFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findUseFeaturesByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findUseFeaturesByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findUseFeaturesByProgram(int transform,
Program program)
Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findUseFeaturesByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findUseFeaturesByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findUseFeaturesByProgram(Program program)
|
java.util.Collection |
findUseFeaturesByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findUseFeaturesByProgram(java.lang.String queryString,
Program program)
Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findUseFeaturesByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findUseFeaturesByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findUseFeaturesByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findUseFeaturesByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findUseFeaturesByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findUseFeaturesByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findUseFeaturesByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findUseFeaturesByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findUseFeaturesByVessel(int transform,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findUseFeaturesByVessel(int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findUseFeaturesByVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findUseFeaturesByVessel(int transform,
java.lang.String queryString,
Vessel vessel)
Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findUseFeaturesByVessel(int transform,
Vessel vessel)
Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.util.Collection |
findUseFeaturesByVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findUseFeaturesByVessel(java.lang.String queryString,
Vessel vessel)
Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findUseFeaturesByVessel(Vessel vessel)
|
java.util.Collection |
findVesselUseFeaturesByActivityCalendar(ActivityCalendar activityCalendar)
|
java.util.Collection |
findVesselUseFeaturesByActivityCalendar(int transform,
ActivityCalendar activityCalendar)
Does the same thing as VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.findVesselUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesByVessel(Vessel vessel)
|
protected ActivityCalendarDao |
getActivityCalendarDao()
Gets the reference to activityCalendarDao . |
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 |
getAllUseFeatures()
|
java.util.Collection |
getAllUseFeatures(int transform)
Does the same thing as UseFeaturesDao.getAllUseFeatures() with an
additional flag called transform . |
java.util.Collection |
getAllUseFeatures(int pageNumber,
int pageSize)
Does the same thing as UseFeaturesDao.getAllUseFeatures() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllUseFeatures(int transform,
int pageNumber,
int pageSize)
Does the same thing as UseFeaturesDao.getAllUseFeatures(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllUseFeatures(int transform,
java.lang.String queryString)
Does the same thing as UseFeaturesDao.getAllUseFeatures(int) with an
additional argument called queryString . |
java.util.Collection |
getAllUseFeatures(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as UseFeaturesDao.getAllUseFeatures(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllUseFeatures(java.lang.String queryString)
Does the same thing as UseFeaturesDao.getAllUseFeatures() with an
additional argument called queryString . |
java.util.Collection |
getAllUseFeatures(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as UseFeaturesDao.getAllUseFeatures(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllUseFeaturesSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllUseFeaturesSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllUseFeaturesSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllUseFeaturesSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllUseFeaturesSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllUseFeaturesSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllUseFeaturesSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllUseFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
|
java.util.Collection |
getAllVesselUseFeatures()
|
java.util.Collection |
getAllVesselUseFeatures(int transform)
Does the same thing as VesselUseFeaturesDao.getAllVesselUseFeatures() with an
additional flag called transform . |
java.util.Collection |
getAllVesselUseFeatures(int pageNumber,
int pageSize)
Does the same thing as VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.getAllVesselUseFeatures() with an
additional argument called queryString . |
java.util.Collection |
getAllVesselUseFeatures(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.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 VesselUseFeaturesDao.getAllVesselUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllVesselUseFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
|
protected EconomicalSurveyDao |
getEconomicalSurveyDao()
Gets the reference to economicalSurveyDao . |
protected FishingAreaDao |
getFishingAreaDao()
Gets the reference to fishingAreaDao . |
protected FishingEffortCalendarDao |
getFishingEffortCalendarDao()
Gets the reference to fishingEffortCalendarDao . |
protected FishingTripDao |
getFishingTripDao()
Gets the reference to fishingTripDao . |
protected LocationDao |
getLocationDao()
Gets the reference to locationDao . |
protected OperationDao |
getOperationDao()
Gets the reference to operationDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected VesselUseFeaturesOriginDao |
getVesselUseFeaturesOriginDao()
Gets the reference to vesselUseFeaturesOriginDao . |
protected VesselUseMeasurementDao |
getVesselUseMeasurementDao()
Gets the reference to vesselUseMeasurementDao . |
protected abstract VesselUseFeatures |
handleCreateFromClusterVesselUseFeatures(ClusterVesselUseFeatures clusterVesselUseFeatures)
Performs the core logic for createFromClusterVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterVesselUseFeatures) |
protected abstract ClusterVesselUseFeatures[] |
handleGetAllClusterVesselUseFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterVesselUseFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
VesselUseFeatures |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.vessel.feature.use.UseFeatures from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as UseFeaturesDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type UseFeatures . |
java.util.Collection |
loadAll(int transform)
Does the same thing as UseFeaturesDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as UseFeaturesDao.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 UseFeaturesDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
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. |
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.UseFeatures 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 UseFeaturesDao.search(fr.ifremer.allegro.Search) but with an
additional flag called transform . |
java.util.Set |
search(Search search)
Performs a search using the parameters specified in the given search object. |
void |
setActivityCalendarDao(ActivityCalendarDao activityCalendarDao)
Sets the reference to activityCalendarDao . |
void |
setEconomicalSurveyDao(EconomicalSurveyDao economicalSurveyDao)
Sets the reference to economicalSurveyDao . |
void |
setFishingAreaDao(FishingAreaDao fishingAreaDao)
Sets the reference to fishingAreaDao . |
void |
setFishingEffortCalendarDao(FishingEffortCalendarDao fishingEffortCalendarDao)
Sets the reference to fishingEffortCalendarDao . |
void |
setFishingTripDao(FishingTripDao fishingTripDao)
Sets the reference to fishingTripDao . |
void |
setLocationDao(LocationDao locationDao)
Sets the reference to locationDao . |
void |
setOperationDao(OperationDao operationDao)
Sets the reference to operationDao . |
void |
setVesselUseFeaturesOriginDao(VesselUseFeaturesOriginDao vesselUseFeaturesOriginDao)
Sets the reference to vesselUseFeaturesOriginDao . |
void |
setVesselUseMeasurementDao(VesselUseMeasurementDao vesselUseMeasurementDao)
Sets the reference to vesselUseMeasurementDao . |
protected ClusterVesselUseFeatures |
toClusterVesselUseFeatures(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value 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 . |
protected VesselUseFeatures |
toEntity(java.lang.Object[] row)
|
protected RemoteVesselUseFeaturesFullVO |
toRemoteVesselUseFeaturesFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
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 . |
protected RemoteVesselUseFeaturesNaturalId |
toRemoteVesselUseFeaturesNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
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 . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
method. |
protected java.lang.Object |
transformEntity(int transform,
VesselUseFeatures entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesDao , please note
that the UseFeaturesDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(VesselUseFeatures vesselUseFeatures)
Updates the vesselUseFeatures instance in the persistent store. |
Methods inherited from class fr.ifremer.allegro.data.vessel.feature.use.UseFeaturesDaoImpl |
---|
clusterUseFeaturesToEntity, clusterUseFeaturesToEntity, remoteUseFeaturesFullVOToEntity, remoteUseFeaturesFullVOToEntity, remoteUseFeaturesNaturalIdToEntity, remoteUseFeaturesNaturalIdToEntity, toClusterUseFeatures, toClusterUseFeatures, toRemoteUseFeaturesFullVO, toRemoteUseFeaturesFullVO, toRemoteUseFeaturesNaturalId, toRemoteUseFeaturesNaturalId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesDao |
---|
clusterVesselUseFeaturesToEntity, remoteVesselUseFeaturesFullVOToEntity, remoteVesselUseFeaturesNaturalIdToEntity |
Constructor Detail |
---|
public VesselUseFeaturesDaoBase()
Method Detail |
---|
public void setActivityCalendarDao(ActivityCalendarDao activityCalendarDao)
activityCalendarDao
.
protected ActivityCalendarDao getActivityCalendarDao()
activityCalendarDao
.
public void setOperationDao(OperationDao operationDao)
operationDao
.
protected OperationDao getOperationDao()
operationDao
.
public void setEconomicalSurveyDao(EconomicalSurveyDao economicalSurveyDao)
economicalSurveyDao
.
protected EconomicalSurveyDao getEconomicalSurveyDao()
economicalSurveyDao
.
public void setLocationDao(LocationDao locationDao)
locationDao
.
protected LocationDao getLocationDao()
locationDao
.
public void setFishingTripDao(FishingTripDao fishingTripDao)
fishingTripDao
.
protected FishingTripDao getFishingTripDao()
fishingTripDao
.
public void setFishingEffortCalendarDao(FishingEffortCalendarDao fishingEffortCalendarDao)
fishingEffortCalendarDao
.
protected FishingEffortCalendarDao getFishingEffortCalendarDao()
fishingEffortCalendarDao
.
public void setFishingAreaDao(FishingAreaDao fishingAreaDao)
fishingAreaDao
.
protected FishingAreaDao getFishingAreaDao()
fishingAreaDao
.
public void setVesselUseMeasurementDao(VesselUseMeasurementDao vesselUseMeasurementDao)
vesselUseMeasurementDao
.
protected VesselUseMeasurementDao getVesselUseMeasurementDao()
vesselUseMeasurementDao
.
public void setVesselUseFeaturesOriginDao(VesselUseFeaturesOriginDao vesselUseFeaturesOriginDao)
vesselUseFeaturesOriginDao
.
protected VesselUseFeaturesOriginDao getVesselUseFeaturesOriginDao()
vesselUseFeaturesOriginDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
UseFeaturesDao
Does the same thing as UseFeaturesDao.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
load
in interface VesselUseFeaturesDao
load
in class UseFeaturesDaoBase
id
- identifier of the entity to load
VesselUseFeaturesDao.load(int, java.lang.Integer)
public VesselUseFeatures load(java.lang.Integer id)
UseFeaturesDao
load
in interface UseFeaturesDao
load
in interface VesselUseFeaturesDao
load
in class UseFeaturesDaoBase
VesselUseFeaturesDao.load(java.lang.Integer)
public java.util.Collection loadAll()
UseFeaturesDao
UseFeatures
.
loadAll
in interface UseFeaturesDao
loadAll
in interface VesselUseFeaturesDao
loadAll
in class UseFeaturesDaoBase
VesselUseFeaturesDao.loadAll()
public java.util.Collection loadAll(int transform)
UseFeaturesDao
Does the same thing as UseFeaturesDao.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
loadAll
in interface VesselUseFeaturesDao
loadAll
in class UseFeaturesDaoBase
transform
- the flag indicating what transformation to use.
VesselUseFeaturesDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
UseFeaturesDao
Does the same thing as UseFeaturesDao.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
loadAll
in interface VesselUseFeaturesDao
loadAll
in class UseFeaturesDaoBase
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
VesselUseFeaturesDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
UseFeaturesDao
Does the same thing as UseFeaturesDao.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
loadAll
in interface VesselUseFeaturesDao
loadAll
in class UseFeaturesDaoBase
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.
VesselUseFeaturesDao.loadAll(int, int, int)
public VesselUseFeatures create(VesselUseFeatures vesselUseFeatures)
VesselUseFeaturesDao
create
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.lang.Object create(int transform, VesselUseFeatures vesselUseFeatures)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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.
create
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.create(int transform, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.util.Collection create(java.util.Collection entities)
VesselUseFeaturesDao
entities
collection
create
in interface VesselUseFeaturesDao
entities
- the collection of fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures
instances to create.
VesselUseFeaturesDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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.
create
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.create(int, java.util.Collection)
public VesselUseFeatures 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)
VesselUseFeaturesDao
Creates a new fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures
instance from all attributes and
properties and adds it to the persistent store.
create
in interface VesselUseFeaturesDao
fr.ifremer.allegro.data.vessel.feature.use.UseFeaturesDao#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)
public 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)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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.
create
in interface VesselUseFeaturesDao
fr.ifremer.allegro.data.vessel.feature.use.UseFeaturesDao#create(int, 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)
public VesselUseFeatures create(java.util.Date creationDate, java.lang.Boolean isActive, Program program, QualityFlag qualityFlag, java.util.Date startDate, Vessel vessel)
VesselUseFeaturesDao
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.
create
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.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)
public java.lang.Object create(int transform, java.util.Date creationDate, java.lang.Boolean isActive, Program program, QualityFlag qualityFlag, java.util.Date startDate, Vessel vessel)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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.
create
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.create(int, 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)
public void update(VesselUseFeatures vesselUseFeatures)
VesselUseFeaturesDao
vesselUseFeatures
instance in the persistent store.
update
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.update(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public void update(java.util.Collection entities)
UseFeaturesDao
entities
collection in the persistent store.
update
in interface UseFeaturesDao
update
in interface VesselUseFeaturesDao
update
in class UseFeaturesDaoBase
UseFeaturesDao.update(java.util.Collection)
public void remove(VesselUseFeatures vesselUseFeatures)
VesselUseFeaturesDao
remove
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.remove(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public void remove(java.lang.Integer id)
UseFeaturesDao
identifier
from the persistent store.
remove
in interface UseFeaturesDao
remove
in interface VesselUseFeaturesDao
remove
in class UseFeaturesDaoBase
VesselUseFeaturesDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
UseFeaturesDao
entities collection.
- Specified by:
remove
in interface UseFeaturesDao
- Specified by:
remove
in interface VesselUseFeaturesDao
- Overrides:
remove
in class UseFeaturesDaoBase
- See Also:
UseFeaturesDao.remove(java.util.Collection)
public java.util.Collection getAllVesselUseFeatures()
getAllVesselUseFeatures
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.getAllVesselUseFeatures()
public java.util.Collection getAllVesselUseFeatures(int transform)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.getAllVesselUseFeatures(int)
public java.util.Collection getAllVesselUseFeatures(java.lang.String queryString)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.getAllVesselUseFeatures()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselUseFeaturesDao.getAllVesselUseFeatures()
.
getAllVesselUseFeatures
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.getAllVesselUseFeatures(java.lang.String)
public java.util.Collection getAllVesselUseFeatures(int pageNumber, int pageSize)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.getAllVesselUseFeatures(int, int)
public java.util.Collection getAllVesselUseFeatures(java.lang.String queryString, int pageNumber, int pageSize)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.getAllVesselUseFeatures(String, int, int)
public java.util.Collection getAllVesselUseFeatures(int transform, java.lang.String queryString)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.getAllVesselUseFeatures(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselUseFeaturesDao.getAllVesselUseFeatures(int)
.
getAllVesselUseFeatures
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.getAllVesselUseFeatures(int, String)
public java.util.Collection getAllVesselUseFeatures(int transform, int pageNumber, int pageSize)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.getAllVesselUseFeatures(int, int, int)
public java.util.Collection getAllVesselUseFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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.
getAllVesselUseFeatures
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.getAllVesselUseFeatures(int, java.lang.String, int, int)
public VesselUseFeatures findVesselUseFeaturesById(java.lang.Integer id)
findVesselUseFeaturesById
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesById(java.lang.Integer)
public java.lang.Object findVesselUseFeaturesById(int transform, java.lang.Integer id)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesById(int, java.lang.Integer)
public VesselUseFeatures findVesselUseFeaturesById(java.lang.String queryString, java.lang.Integer id)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.findVesselUseFeaturesById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselUseFeaturesDao.findVesselUseFeaturesById(java.lang.Integer)
.
findVesselUseFeaturesById
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesById(java.lang.String, java.lang.Integer)
public java.lang.Object findVesselUseFeaturesById(int transform, java.lang.String queryString, java.lang.Integer id)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.findVesselUseFeaturesById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselUseFeaturesDao.findVesselUseFeaturesById(int, java.lang.Integer id)
.
findVesselUseFeaturesById
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findVesselUseFeaturesByActivityCalendar(ActivityCalendar activityCalendar)
findVesselUseFeaturesByActivityCalendar
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
public java.util.Collection findVesselUseFeaturesByActivityCalendar(int transform, ActivityCalendar activityCalendar)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
public java.util.Collection findVesselUseFeaturesByActivityCalendar(java.lang.String queryString, ActivityCalendar activityCalendar)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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 VesselUseFeaturesDao.findVesselUseFeaturesByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
.
findVesselUseFeaturesByActivityCalendar
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByActivityCalendar(java.lang.String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
public java.util.Collection findVesselUseFeaturesByActivityCalendar(int pageNumber, int pageSize, ActivityCalendar activityCalendar)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByActivityCalendar(int, int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
public java.util.Collection findVesselUseFeaturesByActivityCalendar(java.lang.String queryString, int pageNumber, int pageSize, ActivityCalendar activityCalendar)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByActivityCalendar(String, int, int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
public java.util.Collection findVesselUseFeaturesByActivityCalendar(int transform, java.lang.String queryString, ActivityCalendar activityCalendar)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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 VesselUseFeaturesDao.findVesselUseFeaturesByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar activityCalendar)
.
findVesselUseFeaturesByActivityCalendar
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByActivityCalendar(int, String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
public java.util.Collection findVesselUseFeaturesByActivityCalendar(int transform, int pageNumber, int pageSize, ActivityCalendar activityCalendar)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByActivityCalendar(int, int, int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
public java.util.Collection findVesselUseFeaturesByActivityCalendar(int transform, java.lang.String queryString, int pageNumber, int pageSize, ActivityCalendar activityCalendar)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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.
findVesselUseFeaturesByActivityCalendar
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByActivityCalendar(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
public java.util.Collection findVesselUseFeaturesByBasePortLocation(Location basePortLocation)
findVesselUseFeaturesByBasePortLocation
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByBasePortLocation(fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findVesselUseFeaturesByBasePortLocation(int transform, Location basePortLocation)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByBasePortLocation(int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findVesselUseFeaturesByBasePortLocation(java.lang.String queryString, Location basePortLocation)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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 VesselUseFeaturesDao.findVesselUseFeaturesByBasePortLocation(fr.ifremer.allegro.referential.location.Location)
.
findVesselUseFeaturesByBasePortLocation
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByBasePortLocation(java.lang.String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findVesselUseFeaturesByBasePortLocation(int pageNumber, int pageSize, Location basePortLocation)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByBasePortLocation(int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findVesselUseFeaturesByBasePortLocation(java.lang.String queryString, int pageNumber, int pageSize, Location basePortLocation)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByBasePortLocation(String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findVesselUseFeaturesByBasePortLocation(int transform, java.lang.String queryString, Location basePortLocation)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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 VesselUseFeaturesDao.findVesselUseFeaturesByBasePortLocation(int, fr.ifremer.allegro.referential.location.Location basePortLocation)
.
findVesselUseFeaturesByBasePortLocation
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByBasePortLocation(int, String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findVesselUseFeaturesByBasePortLocation(int transform, int pageNumber, int pageSize, Location basePortLocation)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByBasePortLocation(int, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findVesselUseFeaturesByBasePortLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location basePortLocation)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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.
findVesselUseFeaturesByBasePortLocation
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByBasePortLocation(int, java.lang.String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findVesselUseFeaturesByOperation(Operation operation)
findVesselUseFeaturesByOperation
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation)
public java.util.Collection findVesselUseFeaturesByOperation(int transform, Operation operation)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation)
public java.util.Collection findVesselUseFeaturesByOperation(java.lang.String queryString, Operation operation)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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 VesselUseFeaturesDao.findVesselUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation)
.
findVesselUseFeaturesByOperation
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByOperation(java.lang.String, fr.ifremer.allegro.data.operation.Operation)
public java.util.Collection findVesselUseFeaturesByOperation(int pageNumber, int pageSize, Operation operation)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByOperation(int, int, fr.ifremer.allegro.data.operation.Operation)
public java.util.Collection findVesselUseFeaturesByOperation(java.lang.String queryString, int pageNumber, int pageSize, Operation operation)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByOperation(String, int, int, fr.ifremer.allegro.data.operation.Operation)
public java.util.Collection findVesselUseFeaturesByOperation(int transform, java.lang.String queryString, Operation operation)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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 VesselUseFeaturesDao.findVesselUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation operation)
.
findVesselUseFeaturesByOperation
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByOperation(int, String, fr.ifremer.allegro.data.operation.Operation)
public java.util.Collection findVesselUseFeaturesByOperation(int transform, int pageNumber, int pageSize, Operation operation)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByOperation(int, int, int, fr.ifremer.allegro.data.operation.Operation)
public java.util.Collection findVesselUseFeaturesByOperation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Operation operation)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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.
findVesselUseFeaturesByOperation
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByOperation(int, java.lang.String, int, int, fr.ifremer.allegro.data.operation.Operation)
public java.util.Collection findVesselUseFeaturesByFishingTrip(FishingTrip fishingTrip)
findVesselUseFeaturesByFishingTrip
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findVesselUseFeaturesByFishingTrip(int transform, FishingTrip fishingTrip)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findVesselUseFeaturesByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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 VesselUseFeaturesDao.findVesselUseFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
.
findVesselUseFeaturesByFishingTrip
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByFishingTrip(java.lang.String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findVesselUseFeaturesByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByFishingTrip(int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findVesselUseFeaturesByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByFishingTrip(String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findVesselUseFeaturesByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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 VesselUseFeaturesDao.findVesselUseFeaturesByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip)
.
findVesselUseFeaturesByFishingTrip
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findVesselUseFeaturesByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByFishingTrip(int, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findVesselUseFeaturesByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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.
findVesselUseFeaturesByFishingTrip
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByFishingTrip(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findVesselUseFeaturesByFishingEffortCalendar(FishingEffortCalendar fishingEffortCalendar)
findVesselUseFeaturesByFishingEffortCalendar
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public java.util.Collection findVesselUseFeaturesByFishingEffortCalendar(int transform, FishingEffortCalendar fishingEffortCalendar)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public java.util.Collection findVesselUseFeaturesByFishingEffortCalendar(java.lang.String queryString, FishingEffortCalendar fishingEffortCalendar)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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 VesselUseFeaturesDao.findVesselUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
.
findVesselUseFeaturesByFishingEffortCalendar
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByFishingEffortCalendar(java.lang.String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public java.util.Collection findVesselUseFeaturesByFishingEffortCalendar(int pageNumber, int pageSize, FishingEffortCalendar fishingEffortCalendar)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByFishingEffortCalendar(int, int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public java.util.Collection findVesselUseFeaturesByFishingEffortCalendar(java.lang.String queryString, int pageNumber, int pageSize, FishingEffortCalendar fishingEffortCalendar)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByFishingEffortCalendar(String, int, int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public java.util.Collection findVesselUseFeaturesByFishingEffortCalendar(int transform, java.lang.String queryString, FishingEffortCalendar fishingEffortCalendar)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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 VesselUseFeaturesDao.findVesselUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar fishingEffortCalendar)
.
findVesselUseFeaturesByFishingEffortCalendar
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByFishingEffortCalendar(int, String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public java.util.Collection findVesselUseFeaturesByFishingEffortCalendar(int transform, int pageNumber, int pageSize, FishingEffortCalendar fishingEffortCalendar)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByFishingEffortCalendar(int, int, int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public java.util.Collection findVesselUseFeaturesByFishingEffortCalendar(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingEffortCalendar fishingEffortCalendar)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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.
findVesselUseFeaturesByFishingEffortCalendar
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByFishingEffortCalendar(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public java.util.Collection findVesselUseFeaturesByEconomicalSurvey(EconomicalSurvey economicalSurvey)
findVesselUseFeaturesByEconomicalSurvey
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public java.util.Collection findVesselUseFeaturesByEconomicalSurvey(int transform, EconomicalSurvey economicalSurvey)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByEconomicalSurvey(int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public java.util.Collection findVesselUseFeaturesByEconomicalSurvey(java.lang.String queryString, EconomicalSurvey economicalSurvey)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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 VesselUseFeaturesDao.findVesselUseFeaturesByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
.
findVesselUseFeaturesByEconomicalSurvey
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByEconomicalSurvey(java.lang.String, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public java.util.Collection findVesselUseFeaturesByEconomicalSurvey(int pageNumber, int pageSize, EconomicalSurvey economicalSurvey)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByEconomicalSurvey(int, int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public java.util.Collection findVesselUseFeaturesByEconomicalSurvey(java.lang.String queryString, int pageNumber, int pageSize, EconomicalSurvey economicalSurvey)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByEconomicalSurvey(String, int, int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public java.util.Collection findVesselUseFeaturesByEconomicalSurvey(int transform, java.lang.String queryString, EconomicalSurvey economicalSurvey)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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 VesselUseFeaturesDao.findVesselUseFeaturesByEconomicalSurvey(int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey economicalSurvey)
.
findVesselUseFeaturesByEconomicalSurvey
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByEconomicalSurvey(int, String, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public java.util.Collection findVesselUseFeaturesByEconomicalSurvey(int transform, int pageNumber, int pageSize, EconomicalSurvey economicalSurvey)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByEconomicalSurvey(int, int, int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public java.util.Collection findVesselUseFeaturesByEconomicalSurvey(int transform, java.lang.String queryString, int pageNumber, int pageSize, EconomicalSurvey economicalSurvey)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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.
findVesselUseFeaturesByEconomicalSurvey
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByEconomicalSurvey(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public java.util.Collection findVesselUseFeaturesByQualityFlag(QualityFlag qualityFlag)
findVesselUseFeaturesByQualityFlag
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselUseFeaturesByQualityFlag(int transform, QualityFlag qualityFlag)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselUseFeaturesByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.findVesselUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselUseFeaturesDao.findVesselUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findVesselUseFeaturesByQualityFlag
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselUseFeaturesByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselUseFeaturesByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselUseFeaturesByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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 VesselUseFeaturesDao.findVesselUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findVesselUseFeaturesByQualityFlag
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselUseFeaturesByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselUseFeaturesByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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.
findVesselUseFeaturesByQualityFlag
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselUseFeaturesByVessel(Vessel vessel)
findVesselUseFeaturesByVessel
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findVesselUseFeaturesByVessel(int transform, Vessel vessel)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findVesselUseFeaturesByVessel(java.lang.String queryString, Vessel vessel)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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 VesselUseFeaturesDao.findVesselUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
findVesselUseFeaturesByVessel
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findVesselUseFeaturesByVessel(int pageNumber, int pageSize, Vessel vessel)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findVesselUseFeaturesByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findVesselUseFeaturesByVessel(int transform, java.lang.String queryString, Vessel vessel)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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 VesselUseFeaturesDao.findVesselUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
findVesselUseFeaturesByVessel
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findVesselUseFeaturesByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findVesselUseFeaturesByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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.
findVesselUseFeaturesByVessel
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findVesselUseFeaturesByProgram(Program program)
findVesselUseFeaturesByProgram
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselUseFeaturesByProgram(int transform, Program program)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselUseFeaturesByProgram(java.lang.String queryString, Program program)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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 VesselUseFeaturesDao.findVesselUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
findVesselUseFeaturesByProgram
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselUseFeaturesByProgram(int pageNumber, int pageSize, Program program)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselUseFeaturesByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselUseFeaturesByProgram(int transform, java.lang.String queryString, Program program)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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 VesselUseFeaturesDao.findVesselUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findVesselUseFeaturesByProgram
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselUseFeaturesByProgram(int transform, int pageNumber, int pageSize, Program program)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselUseFeaturesByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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.
findVesselUseFeaturesByProgram
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public VesselUseFeatures findVesselUseFeaturesByNaturalId(ActivityCalendar activityCalendar, Operation operation, EconomicalSurvey economicalSurvey, java.util.Date startDate, Vessel vessel, Program program)
findVesselUseFeaturesByNaturalId
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.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)
public java.lang.Object findVesselUseFeaturesByNaturalId(int transform, ActivityCalendar activityCalendar, Operation operation, EconomicalSurvey economicalSurvey, java.util.Date startDate, Vessel vessel, Program program)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.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)
public VesselUseFeatures findVesselUseFeaturesByNaturalId(java.lang.String queryString, ActivityCalendar activityCalendar, Operation operation, EconomicalSurvey economicalSurvey, java.util.Date startDate, Vessel vessel, Program program)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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 VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByNaturalId(java.lang.String, 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)
public java.lang.Object findVesselUseFeaturesByNaturalId(int transform, java.lang.String queryString, ActivityCalendar activityCalendar, Operation operation, EconomicalSurvey economicalSurvey, java.util.Date startDate, Vessel vessel, Program program)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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 VesselUseFeaturesDao.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)
.
findVesselUseFeaturesByNaturalId
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.findVesselUseFeaturesByNaturalId(int, java.lang.String, 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)
public java.util.Collection getAllVesselUseFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
getAllVesselUseFeaturesSinceDateSynchro
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.getAllVesselUseFeaturesSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllVesselUseFeaturesSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.getAllVesselUseFeaturesSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllVesselUseFeaturesSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.getAllVesselUseFeaturesSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselUseFeaturesDao.getAllVesselUseFeaturesSinceDateSynchro(java.sql.Timestamp)
.
getAllVesselUseFeaturesSinceDateSynchro
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.getAllVesselUseFeaturesSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllVesselUseFeaturesSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.getAllVesselUseFeaturesSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllVesselUseFeaturesSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.getAllVesselUseFeaturesSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllVesselUseFeaturesSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.getAllVesselUseFeaturesSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselUseFeaturesDao.getAllVesselUseFeaturesSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllVesselUseFeaturesSinceDateSynchro
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.getAllVesselUseFeaturesSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllVesselUseFeaturesSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.getAllVesselUseFeaturesSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllVesselUseFeaturesSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
VesselUseFeaturesDao
Does the same thing as VesselUseFeaturesDao.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.
getAllVesselUseFeaturesSinceDateSynchro
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.getAllVesselUseFeaturesSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public java.util.Collection getAllUseFeatures()
getAllUseFeatures
in interface UseFeaturesDao
getAllUseFeatures
in class UseFeaturesDaoBase
UseFeaturesDao.getAllUseFeatures()
public java.util.Collection getAllUseFeatures(int transform)
UseFeaturesDao
Does the same thing as UseFeaturesDao.getAllUseFeatures()
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.
getAllUseFeatures
in interface UseFeaturesDao
getAllUseFeatures
in class UseFeaturesDaoBase
UseFeaturesDao.getAllUseFeatures(int)
public java.util.Collection getAllUseFeatures(java.lang.String queryString)
UseFeaturesDao
Does the same thing as UseFeaturesDao.getAllUseFeatures()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in UseFeaturesDao.getAllUseFeatures()
.
getAllUseFeatures
in interface UseFeaturesDao
getAllUseFeatures
in class UseFeaturesDaoBase
UseFeaturesDao.getAllUseFeatures(java.lang.String)
public java.util.Collection getAllUseFeatures(int pageNumber, int pageSize)
UseFeaturesDao
Does the same thing as UseFeaturesDao.getAllUseFeatures()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllUseFeatures
in interface UseFeaturesDao
getAllUseFeatures
in class UseFeaturesDaoBase
UseFeaturesDao.getAllUseFeatures(int, int)
public java.util.Collection getAllUseFeatures(java.lang.String queryString, int pageNumber, int pageSize)
UseFeaturesDao
Does the same thing as UseFeaturesDao.getAllUseFeatures(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.
getAllUseFeatures
in interface UseFeaturesDao
getAllUseFeatures
in class UseFeaturesDaoBase
UseFeaturesDao.getAllUseFeatures(String, int, int)
public java.util.Collection getAllUseFeatures(int transform, java.lang.String queryString)
UseFeaturesDao
Does the same thing as UseFeaturesDao.getAllUseFeatures(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in UseFeaturesDao.getAllUseFeatures(int)
.
getAllUseFeatures
in interface UseFeaturesDao
getAllUseFeatures
in class UseFeaturesDaoBase
UseFeaturesDao.getAllUseFeatures(int, String)
public java.util.Collection getAllUseFeatures(int transform, int pageNumber, int pageSize)
UseFeaturesDao
Does the same thing as UseFeaturesDao.getAllUseFeatures(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.
getAllUseFeatures
in interface UseFeaturesDao
getAllUseFeatures
in class UseFeaturesDaoBase
UseFeaturesDao.getAllUseFeatures(int, int, int)
public java.util.Collection getAllUseFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize)
UseFeaturesDao
Does the same thing as UseFeaturesDao.getAllUseFeatures(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.
getAllUseFeatures
in interface UseFeaturesDao
getAllUseFeatures
in class UseFeaturesDaoBase
UseFeaturesDao.getAllUseFeatures(int, java.lang.String, int, int)
public UseFeatures findUseFeaturesById(java.lang.Integer id)
findUseFeaturesById
in interface UseFeaturesDao
findUseFeaturesById
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesById(java.lang.Integer)
public java.lang.Object findUseFeaturesById(int transform, java.lang.Integer id)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesById(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.
findUseFeaturesById
in interface UseFeaturesDao
findUseFeaturesById
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesById(int, java.lang.Integer)
public UseFeatures findUseFeaturesById(java.lang.String queryString, java.lang.Integer id)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in UseFeaturesDao.findUseFeaturesById(java.lang.Integer)
.
findUseFeaturesById
in interface UseFeaturesDao
findUseFeaturesById
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesById(java.lang.String, java.lang.Integer)
public java.lang.Object findUseFeaturesById(int transform, java.lang.String queryString, java.lang.Integer id)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in UseFeaturesDao.findUseFeaturesById(int, java.lang.Integer id)
.
findUseFeaturesById
in interface UseFeaturesDao
findUseFeaturesById
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findUseFeaturesByQualityFlag(QualityFlag qualityFlag)
findUseFeaturesByQualityFlag
in interface UseFeaturesDao
findUseFeaturesByQualityFlag
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findUseFeaturesByQualityFlag(int transform, QualityFlag qualityFlag)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(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.
findUseFeaturesByQualityFlag
in interface UseFeaturesDao
findUseFeaturesByQualityFlag
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findUseFeaturesByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in UseFeaturesDao.findUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findUseFeaturesByQualityFlag
in interface UseFeaturesDao
findUseFeaturesByQualityFlag
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findUseFeaturesByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(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.
findUseFeaturesByQualityFlag
in interface UseFeaturesDao
findUseFeaturesByQualityFlag
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findUseFeaturesByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(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.
findUseFeaturesByQualityFlag
in interface UseFeaturesDao
findUseFeaturesByQualityFlag
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findUseFeaturesByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in UseFeaturesDao.findUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findUseFeaturesByQualityFlag
in interface UseFeaturesDao
findUseFeaturesByQualityFlag
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findUseFeaturesByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(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.
findUseFeaturesByQualityFlag
in interface UseFeaturesDao
findUseFeaturesByQualityFlag
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findUseFeaturesByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesByQualityFlag(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.
findUseFeaturesByQualityFlag
in interface UseFeaturesDao
findUseFeaturesByQualityFlag
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findUseFeaturesByVessel(Vessel vessel)
findUseFeaturesByVessel
in interface UseFeaturesDao
findUseFeaturesByVessel
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findUseFeaturesByVessel(int transform, Vessel vessel)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(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.
findUseFeaturesByVessel
in interface UseFeaturesDao
findUseFeaturesByVessel
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findUseFeaturesByVessel(java.lang.String queryString, Vessel vessel)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in UseFeaturesDao.findUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
findUseFeaturesByVessel
in interface UseFeaturesDao
findUseFeaturesByVessel
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findUseFeaturesByVessel(int pageNumber, int pageSize, Vessel vessel)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(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.
findUseFeaturesByVessel
in interface UseFeaturesDao
findUseFeaturesByVessel
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findUseFeaturesByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(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.
findUseFeaturesByVessel
in interface UseFeaturesDao
findUseFeaturesByVessel
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findUseFeaturesByVessel(int transform, java.lang.String queryString, Vessel vessel)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(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 UseFeaturesDao.findUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
findUseFeaturesByVessel
in interface UseFeaturesDao
findUseFeaturesByVessel
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findUseFeaturesByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(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.
findUseFeaturesByVessel
in interface UseFeaturesDao
findUseFeaturesByVessel
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findUseFeaturesByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesByVessel(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.
findUseFeaturesByVessel
in interface UseFeaturesDao
findUseFeaturesByVessel
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findUseFeaturesByProgram(Program program)
findUseFeaturesByProgram
in interface UseFeaturesDao
findUseFeaturesByProgram
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findUseFeaturesByProgram(int transform, Program program)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(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.
findUseFeaturesByProgram
in interface UseFeaturesDao
findUseFeaturesByProgram
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findUseFeaturesByProgram(java.lang.String queryString, Program program)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in UseFeaturesDao.findUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
findUseFeaturesByProgram
in interface UseFeaturesDao
findUseFeaturesByProgram
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findUseFeaturesByProgram(int pageNumber, int pageSize, Program program)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(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.
findUseFeaturesByProgram
in interface UseFeaturesDao
findUseFeaturesByProgram
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findUseFeaturesByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(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.
findUseFeaturesByProgram
in interface UseFeaturesDao
findUseFeaturesByProgram
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findUseFeaturesByProgram(int transform, java.lang.String queryString, Program program)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(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 UseFeaturesDao.findUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findUseFeaturesByProgram
in interface UseFeaturesDao
findUseFeaturesByProgram
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findUseFeaturesByProgram(int transform, int pageNumber, int pageSize, Program program)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(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.
findUseFeaturesByProgram
in interface UseFeaturesDao
findUseFeaturesByProgram
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findUseFeaturesByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesByProgram(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.
findUseFeaturesByProgram
in interface UseFeaturesDao
findUseFeaturesByProgram
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public UseFeatures findUseFeaturesByNaturalId(java.util.Date startDate, Vessel vessel, Program program)
findUseFeaturesByNaturalId
in interface UseFeaturesDao
findUseFeaturesByNaturalId
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findUseFeaturesByNaturalId(int transform, java.util.Date startDate, Vessel vessel, Program program)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesByNaturalId(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.
findUseFeaturesByNaturalId
in interface UseFeaturesDao
findUseFeaturesByNaturalId
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public UseFeatures findUseFeaturesByNaturalId(java.lang.String queryString, java.util.Date startDate, Vessel vessel, Program program)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesByNaturalId(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 UseFeaturesDao.findUseFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
.
findUseFeaturesByNaturalId
in interface UseFeaturesDao
findUseFeaturesByNaturalId
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByNaturalId(java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findUseFeaturesByNaturalId(int transform, java.lang.String queryString, java.util.Date startDate, Vessel vessel, Program program)
UseFeaturesDao
Does the same thing as UseFeaturesDao.findUseFeaturesByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in UseFeaturesDao.findUseFeaturesByNaturalId(int, java.util.Date startDate, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findUseFeaturesByNaturalId
in interface UseFeaturesDao
findUseFeaturesByNaturalId
in class UseFeaturesDaoBase
UseFeaturesDao.findUseFeaturesByNaturalId(int, java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection getAllUseFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
getAllUseFeaturesSinceDateSynchro
in interface UseFeaturesDao
getAllUseFeaturesSinceDateSynchro
in class UseFeaturesDaoBase
UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllUseFeaturesSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
UseFeaturesDao
Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(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.
getAllUseFeaturesSinceDateSynchro
in interface UseFeaturesDao
getAllUseFeaturesSinceDateSynchro
in class UseFeaturesDaoBase
UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllUseFeaturesSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
UseFeaturesDao
Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(java.sql.Timestamp)
.
getAllUseFeaturesSinceDateSynchro
in interface UseFeaturesDao
getAllUseFeaturesSinceDateSynchro
in class UseFeaturesDaoBase
UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllUseFeaturesSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
UseFeaturesDao
Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(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.
getAllUseFeaturesSinceDateSynchro
in interface UseFeaturesDao
getAllUseFeaturesSinceDateSynchro
in class UseFeaturesDaoBase
UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllUseFeaturesSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
UseFeaturesDao
Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(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.
getAllUseFeaturesSinceDateSynchro
in interface UseFeaturesDao
getAllUseFeaturesSinceDateSynchro
in class UseFeaturesDaoBase
UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllUseFeaturesSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
UseFeaturesDao
Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllUseFeaturesSinceDateSynchro
in interface UseFeaturesDao
getAllUseFeaturesSinceDateSynchro
in class UseFeaturesDaoBase
UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllUseFeaturesSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
UseFeaturesDao
Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(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.
getAllUseFeaturesSinceDateSynchro
in interface UseFeaturesDao
getAllUseFeaturesSinceDateSynchro
in class UseFeaturesDaoBase
UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllUseFeaturesSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
UseFeaturesDao
Does the same thing as UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(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.
getAllUseFeaturesSinceDateSynchro
in interface UseFeaturesDao
getAllUseFeaturesSinceDateSynchro
in class UseFeaturesDaoBase
UseFeaturesDao.getAllUseFeaturesSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public VesselUseFeatures createFromClusterVesselUseFeatures(ClusterVesselUseFeatures clusterVesselUseFeatures)
createFromClusterVesselUseFeatures
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.createFromClusterVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterVesselUseFeatures)
protected abstract VesselUseFeatures handleCreateFromClusterVesselUseFeatures(ClusterVesselUseFeatures clusterVesselUseFeatures) throws java.lang.Exception
createFromClusterVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterVesselUseFeatures)
java.lang.Exception
public ClusterVesselUseFeatures[] getAllClusterVesselUseFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterVesselUseFeaturesSinceDateSynchro
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.getAllClusterVesselUseFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterVesselUseFeatures[] handleGetAllClusterVesselUseFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterVesselUseFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, VesselUseFeatures entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesDao
, please note
that the UseFeaturesDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
VesselUseFeatures
- UseFeaturesDao.TRANSFORM_NONE
RemoteVesselUseFeaturesFullVO
- TRANSFORM_REMOTEVESSELUSEFEATURESFULLVO
RemoteVesselUseFeaturesNaturalId
- TRANSFORM_REMOTEVESSELUSEFEATURESNATURALID
ClusterVesselUseFeatures
- TRANSFORM_CLUSTERVESSELUSEFEATURES
UseFeaturesDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in VesselUseFeaturesDao
entity
- an entity that was found
transformEntities(int,java.util.Collection)
protected void transformEntities(int transform, java.util.Collection entities)
transformEntity(int,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transformEntities
in class UseFeaturesDaoBase
transform
- one of the constants declared in fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
protected VesselUseFeatures toEntity(java.lang.Object[] row)
toEntity
in class UseFeaturesDaoBase
public final void toRemoteVesselUseFeaturesFullVOCollection(java.util.Collection entities)
VesselUseFeaturesDao
RemoteVesselUseFeaturesFullVO
.
toRemoteVesselUseFeaturesFullVOCollection
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.toRemoteVesselUseFeaturesFullVOCollection(java.util.Collection)
public final RemoteVesselUseFeaturesFullVO[] toRemoteVesselUseFeaturesFullVOArray(java.util.Collection entities)
VesselUseFeaturesDao
RemoteVesselUseFeaturesFullVO
.
toRemoteVesselUseFeaturesFullVOArray
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.toRemoteVesselUseFeaturesFullVOArray(java.util.Collection)
protected RemoteVesselUseFeaturesFullVO toRemoteVesselUseFeaturesFullVO(java.lang.Object[] row)
VesselUseFeaturesDaoImpl
class if you intend to use reporting queries.
VesselUseFeaturesDao.toRemoteVesselUseFeaturesFullVO(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public final void remoteVesselUseFeaturesFullVOToEntityCollection(java.util.Collection instances)
VesselUseFeaturesDao
RemoteVesselUseFeaturesFullVO
to this
DAO's entity.
remoteVesselUseFeaturesFullVOToEntityCollection
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.remoteVesselUseFeaturesFullVOToEntityCollection(java.util.Collection)
public void toRemoteVesselUseFeaturesFullVO(VesselUseFeatures source, RemoteVesselUseFeaturesFullVO target)
VesselUseFeaturesDao
toRemoteVesselUseFeaturesFullVO
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.toRemoteVesselUseFeaturesFullVO(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteVesselUseFeaturesFullVO)
public RemoteVesselUseFeaturesFullVO toRemoteVesselUseFeaturesFullVO(VesselUseFeatures entity)
VesselUseFeaturesDao
RemoteVesselUseFeaturesFullVO
.
toRemoteVesselUseFeaturesFullVO
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.toRemoteVesselUseFeaturesFullVO(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public void remoteVesselUseFeaturesFullVOToEntity(RemoteVesselUseFeaturesFullVO source, VesselUseFeatures target, boolean copyIfNull)
VesselUseFeaturesDao
RemoteVesselUseFeaturesFullVO
to the specified entity.
remoteVesselUseFeaturesFullVOToEntity
in interface VesselUseFeaturesDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesDao#remoteVesselUseFeaturesFullVOToEntity(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteVesselUseFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public final void toRemoteVesselUseFeaturesNaturalIdCollection(java.util.Collection entities)
VesselUseFeaturesDao
RemoteVesselUseFeaturesNaturalId
.
toRemoteVesselUseFeaturesNaturalIdCollection
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.toRemoteVesselUseFeaturesNaturalIdCollection(java.util.Collection)
public final RemoteVesselUseFeaturesNaturalId[] toRemoteVesselUseFeaturesNaturalIdArray(java.util.Collection entities)
VesselUseFeaturesDao
RemoteVesselUseFeaturesNaturalId
.
toRemoteVesselUseFeaturesNaturalIdArray
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.toRemoteVesselUseFeaturesNaturalIdArray(java.util.Collection)
protected RemoteVesselUseFeaturesNaturalId toRemoteVesselUseFeaturesNaturalId(java.lang.Object[] row)
VesselUseFeaturesDaoImpl
class if you intend to use reporting queries.
VesselUseFeaturesDao.toRemoteVesselUseFeaturesNaturalId(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public final void remoteVesselUseFeaturesNaturalIdToEntityCollection(java.util.Collection instances)
VesselUseFeaturesDao
RemoteVesselUseFeaturesNaturalId
to this
DAO's entity.
remoteVesselUseFeaturesNaturalIdToEntityCollection
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.remoteVesselUseFeaturesNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteVesselUseFeaturesNaturalId(VesselUseFeatures source, RemoteVesselUseFeaturesNaturalId target)
VesselUseFeaturesDao
toRemoteVesselUseFeaturesNaturalId
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.toRemoteVesselUseFeaturesNaturalId(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteVesselUseFeaturesNaturalId)
public RemoteVesselUseFeaturesNaturalId toRemoteVesselUseFeaturesNaturalId(VesselUseFeatures entity)
VesselUseFeaturesDao
RemoteVesselUseFeaturesNaturalId
.
toRemoteVesselUseFeaturesNaturalId
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.toRemoteVesselUseFeaturesNaturalId(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public void remoteVesselUseFeaturesNaturalIdToEntity(RemoteVesselUseFeaturesNaturalId source, VesselUseFeatures target, boolean copyIfNull)
VesselUseFeaturesDao
RemoteVesselUseFeaturesNaturalId
to the specified entity.
remoteVesselUseFeaturesNaturalIdToEntity
in interface VesselUseFeaturesDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesDao#remoteVesselUseFeaturesNaturalIdToEntity(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteVesselUseFeaturesNaturalId, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public final void toClusterVesselUseFeaturesCollection(java.util.Collection entities)
VesselUseFeaturesDao
ClusterVesselUseFeatures
.
toClusterVesselUseFeaturesCollection
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.toClusterVesselUseFeaturesCollection(java.util.Collection)
public final ClusterVesselUseFeatures[] toClusterVesselUseFeaturesArray(java.util.Collection entities)
VesselUseFeaturesDao
ClusterVesselUseFeatures
.
toClusterVesselUseFeaturesArray
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.toClusterVesselUseFeaturesArray(java.util.Collection)
protected ClusterVesselUseFeatures toClusterVesselUseFeatures(java.lang.Object[] row)
VesselUseFeaturesDaoImpl
class if you intend to use reporting queries.
VesselUseFeaturesDao.toClusterVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public final void clusterVesselUseFeaturesToEntityCollection(java.util.Collection instances)
VesselUseFeaturesDao
ClusterVesselUseFeatures
to this
DAO's entity.
clusterVesselUseFeaturesToEntityCollection
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.clusterVesselUseFeaturesToEntityCollection(java.util.Collection)
public void toClusterVesselUseFeatures(VesselUseFeatures source, ClusterVesselUseFeatures target)
VesselUseFeaturesDao
toClusterVesselUseFeatures
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.toClusterVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterVesselUseFeatures)
public ClusterVesselUseFeatures toClusterVesselUseFeatures(VesselUseFeatures entity)
VesselUseFeaturesDao
ClusterVesselUseFeatures
.
toClusterVesselUseFeatures
in interface VesselUseFeaturesDao
VesselUseFeaturesDao.toClusterVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public void clusterVesselUseFeaturesToEntity(ClusterVesselUseFeatures source, VesselUseFeatures target, boolean copyIfNull)
VesselUseFeaturesDao
ClusterVesselUseFeatures
to the specified entity.
clusterVesselUseFeaturesToEntity
in interface VesselUseFeaturesDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesDao#clusterVesselUseFeaturesToEntity(fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterVesselUseFeatures, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
getPrincipal
in class UseFeaturesDaoBase
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
UseFeaturesDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface UseFeaturesDao
search
in interface VesselUseFeaturesDao
search
in class UseFeaturesDaoBase
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.VesselUseFeaturesDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
UseFeaturesDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface UseFeaturesDao
search
in interface VesselUseFeaturesDao
search
in class UseFeaturesDaoBase
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.VesselUseFeaturesDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
UseFeaturesDao
UseFeaturesDao.search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
search
in interface UseFeaturesDao
search
in interface VesselUseFeaturesDao
search
in class UseFeaturesDaoBase
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
VesselUseFeaturesDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
UseFeaturesDao
search
object.
search
in interface UseFeaturesDao
search
in interface VesselUseFeaturesDao
search
in class UseFeaturesDaoBase
search
- the search object which provides the search parameters and pagination specification.
VesselUseFeaturesDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |