|
||||||||||
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.GearUseFeaturesDaoBase
public abstract class GearUseFeaturesDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures
.
GearUseFeatures
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesDao |
---|
TRANSFORM_CLUSTERGEARUSEFEATURES, TRANSFORM_REMOTEGEARUSEFEATURESFULLVO, TRANSFORM_REMOTEGEARUSEFEATURESNATURALID |
Fields inherited from interface fr.ifremer.allegro.data.vessel.feature.use.UseFeaturesDao |
---|
TRANSFORM_CLUSTERUSEFEATURES, TRANSFORM_NONE, TRANSFORM_REMOTEUSEFEATURESFULLVO, TRANSFORM_REMOTEUSEFEATURESNATURALID |
Constructor Summary | |
---|---|
GearUseFeaturesDaoBase()
|
Method Summary | |
---|---|
void |
clusterGearUseFeaturesToEntity(ClusterGearUseFeatures source,
GearUseFeatures target,
boolean copyIfNull)
Copies the fields of ClusterGearUseFeatures to the specified entity. |
void |
clusterGearUseFeaturesToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterGearUseFeatures 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.GearUseFeatures and adds from the passed in entities collection |
GearUseFeatures |
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.util.Collection gearUseMeasurements,
FishingEffortCalendar fishingEffortCalendar,
Operation operation,
Gear gear,
java.util.Collection gearUseFeaturesOrigins,
java.util.Collection fishingAreas)
Creates a new fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures
instance from all attributes and
properties and adds it to the persistent store. |
GearUseFeatures |
create(java.util.Date creationDate,
Program program,
QualityFlag qualityFlag,
java.util.Date startDate,
Vessel vessel)
Creates a new fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GearUseFeatures |
create(GearUseFeatures gearUseFeatures)
Creates an instance of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as GearUseFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) 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.util.Collection gearUseMeasurements,
FishingEffortCalendar fishingEffortCalendar,
Operation operation,
Gear gear,
java.util.Collection gearUseFeaturesOrigins,
java.util.Collection fishingAreas)
Does the same thing as GearUseFeaturesDao.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.util.Collection,fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar,fr.ifremer.allegro.data.operation.Operation,fr.ifremer.allegro.referential.gear.Gear,java.util.Collection,java.util.Collection) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date creationDate,
Program program,
QualityFlag qualityFlag,
java.util.Date startDate,
Vessel vessel)
Does the same thing as GearUseFeaturesDao.create(java.util.Date,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,
GearUseFeatures gearUseFeatures)
Does the same thing as GearUseFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional flag called transform . |
GearUseFeatures |
createFromClusterGearUseFeatures(ClusterGearUseFeatures clusterGearUseFeatures)
|
java.util.Collection |
findGearUseFeaturesByFishingEffortCalendar(FishingEffortCalendar fishingEffortCalendar)
|
java.util.Collection |
findGearUseFeaturesByFishingEffortCalendar(int transform,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an
additional flag called transform . |
java.util.Collection |
findGearUseFeaturesByFishingEffortCalendar(int pageNumber,
int pageSize,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesByFishingEffortCalendar(int transform,
int pageNumber,
int pageSize,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesByFishingEffortCalendar(int transform,
java.lang.String queryString,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an
additional argument called queryString . |
java.util.Collection |
findGearUseFeaturesByFishingEffortCalendar(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(int, String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesByFishingEffortCalendar(java.lang.String queryString,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an
additional argument called queryString . |
java.util.Collection |
findGearUseFeaturesByFishingEffortCalendar(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesByGear(Gear gear)
|
java.util.Collection |
findGearUseFeaturesByGear(int transform,
Gear gear)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional flag called transform . |
java.util.Collection |
findGearUseFeaturesByGear(int pageNumber,
int pageSize,
Gear gear)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesByGear(int transform,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesByGear(int transform,
java.lang.String queryString,
Gear gear)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findGearUseFeaturesByGear(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesByGear(java.lang.String queryString,
Gear gear)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findGearUseFeaturesByGear(java.lang.String queryString,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
GearUseFeatures |
findGearUseFeaturesById(java.lang.Integer id)
|
java.lang.Object |
findGearUseFeaturesById(int transform,
java.lang.Integer id)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findGearUseFeaturesById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesById(int, java.lang.Integer) with an
additional argument called queryString . |
GearUseFeatures |
findGearUseFeaturesById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesById(java.lang.Integer) with an
additional argument called queryString . |
GearUseFeatures |
findGearUseFeaturesByNaturalId(Gear gear,
Operation operation,
FishingEffortCalendar fishingEffortCalendar,
java.util.Date startDate,
Vessel vessel,
Program program)
|
java.lang.Object |
findGearUseFeaturesByNaturalId(int transform,
Gear gear,
Operation operation,
FishingEffortCalendar fishingEffortCalendar,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
findGearUseFeaturesByNaturalId(int transform,
java.lang.String queryString,
Gear gear,
Operation operation,
FishingEffortCalendar fishingEffortCalendar,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByNaturalId(int, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
GearUseFeatures |
findGearUseFeaturesByNaturalId(java.lang.String queryString,
Gear gear,
Operation operation,
FishingEffortCalendar fishingEffortCalendar,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findGearUseFeaturesByOperation(int transform,
int pageNumber,
int pageSize,
Operation operation)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesByOperation(int pageNumber,
int pageSize,
Operation operation)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesByOperation(int transform,
Operation operation)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation) with an
additional flag called transform . |
java.util.Collection |
findGearUseFeaturesByOperation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Operation operation)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(int, String, fr.ifremer.allegro.data.operation.Operation) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesByOperation(int transform,
java.lang.String queryString,
Operation operation)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation) with an
additional argument called queryString . |
java.util.Collection |
findGearUseFeaturesByOperation(Operation operation)
|
java.util.Collection |
findGearUseFeaturesByOperation(java.lang.String queryString,
int pageNumber,
int pageSize,
Operation operation)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(String, fr.ifremer.allegro.data.operation.Operation) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesByOperation(java.lang.String queryString,
Operation operation)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation) with an
additional argument called queryString . |
java.util.Collection |
findGearUseFeaturesByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesByProgram(int transform,
Program program)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findGearUseFeaturesByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findGearUseFeaturesByProgram(Program program)
|
java.util.Collection |
findGearUseFeaturesByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesByProgram(java.lang.String queryString,
Program program)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findGearUseFeaturesByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findGearUseFeaturesByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findGearUseFeaturesByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findGearUseFeaturesByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findGearUseFeaturesByVessel(int transform,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesByVessel(int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesByVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesByVessel(int transform,
java.lang.String queryString,
Vessel vessel)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findGearUseFeaturesByVessel(int transform,
Vessel vessel)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.util.Collection |
findGearUseFeaturesByVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesByVessel(java.lang.String queryString,
Vessel vessel)
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findGearUseFeaturesByVessel(Vessel vessel)
|
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)
|
ClusterGearUseFeatures[] |
getAllClusterGearUseFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllGearUseFeatures()
|
java.util.Collection |
getAllGearUseFeatures(int transform)
Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures() with an
additional flag called transform . |
java.util.Collection |
getAllGearUseFeatures(int pageNumber,
int pageSize)
Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearUseFeatures(int transform,
int pageNumber,
int pageSize)
Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearUseFeatures(int transform,
java.lang.String queryString)
Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures(int) with an
additional argument called queryString . |
java.util.Collection |
getAllGearUseFeatures(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearUseFeatures(java.lang.String queryString)
Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures() with an
additional argument called queryString . |
java.util.Collection |
getAllGearUseFeatures(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearUseFeaturesSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearUseFeaturesSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearUseFeaturesSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearUseFeaturesSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllGearUseFeaturesSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllGearUseFeaturesSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearUseFeaturesSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllGearUseFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
|
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)
|
protected FishingAreaDao |
getFishingAreaDao()
Gets the reference to fishingAreaDao . |
protected FishingEffortCalendarDao |
getFishingEffortCalendarDao()
Gets the reference to fishingEffortCalendarDao . |
protected GearDao |
getGearDao()
Gets the reference to gearDao . |
protected GearUseFeaturesOriginDao |
getGearUseFeaturesOriginDao()
Gets the reference to gearUseFeaturesOriginDao . |
protected GearUseMeasurementDao |
getGearUseMeasurementDao()
Gets the reference to gearUseMeasurementDao . |
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 abstract GearUseFeatures |
handleCreateFromClusterGearUseFeatures(ClusterGearUseFeatures clusterGearUseFeatures)
Performs the core logic for createFromClusterGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterGearUseFeatures) |
protected abstract ClusterGearUseFeatures[] |
handleGetAllClusterGearUseFeaturesSinceDateSynchro(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 getAllClusterGearUseFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
GearUseFeatures |
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 |
remoteGearUseFeaturesFullVOToEntity(RemoteGearUseFeaturesFullVO source,
GearUseFeatures target,
boolean copyIfNull)
Copies the fields of RemoteGearUseFeaturesFullVO to the specified entity. |
void |
remoteGearUseFeaturesFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteGearUseFeaturesFullVO to this
DAO's entity. |
void |
remoteGearUseFeaturesNaturalIdToEntity(RemoteGearUseFeaturesNaturalId source,
GearUseFeatures target,
boolean copyIfNull)
Copies the fields of RemoteGearUseFeaturesNaturalId to the specified entity. |
void |
remoteGearUseFeaturesNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteGearUseFeaturesNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(GearUseFeatures gearUseFeatures)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures from the persistent store. |
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. |
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 |
setFishingAreaDao(FishingAreaDao fishingAreaDao)
Sets the reference to fishingAreaDao . |
void |
setFishingEffortCalendarDao(FishingEffortCalendarDao fishingEffortCalendarDao)
Sets the reference to fishingEffortCalendarDao . |
void |
setGearDao(GearDao gearDao)
Sets the reference to gearDao . |
void |
setGearUseFeaturesOriginDao(GearUseFeaturesOriginDao gearUseFeaturesOriginDao)
Sets the reference to gearUseFeaturesOriginDao . |
void |
setGearUseMeasurementDao(GearUseMeasurementDao gearUseMeasurementDao)
Sets the reference to gearUseMeasurementDao . |
void |
setOperationDao(OperationDao operationDao)
Sets the reference to operationDao . |
ClusterGearUseFeatures |
toClusterGearUseFeatures(GearUseFeatures entity)
Converts this DAO's entity to an object of type ClusterGearUseFeatures . |
void |
toClusterGearUseFeatures(GearUseFeatures source,
ClusterGearUseFeatures target)
Copies the fields of the specified entity to the target value object. |
protected ClusterGearUseFeatures |
toClusterGearUseFeatures(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterGearUseFeatures[] |
toClusterGearUseFeaturesArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterGearUseFeatures . |
void |
toClusterGearUseFeaturesCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterGearUseFeatures . |
protected GearUseFeatures |
toEntity(java.lang.Object[] row)
|
RemoteGearUseFeaturesFullVO |
toRemoteGearUseFeaturesFullVO(GearUseFeatures entity)
Converts this DAO's entity to an object of type RemoteGearUseFeaturesFullVO . |
void |
toRemoteGearUseFeaturesFullVO(GearUseFeatures source,
RemoteGearUseFeaturesFullVO target)
Copies the fields of the specified entity to the target value object. |
protected RemoteGearUseFeaturesFullVO |
toRemoteGearUseFeaturesFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteGearUseFeaturesFullVO[] |
toRemoteGearUseFeaturesFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteGearUseFeaturesFullVO . |
void |
toRemoteGearUseFeaturesFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteGearUseFeaturesFullVO . |
RemoteGearUseFeaturesNaturalId |
toRemoteGearUseFeaturesNaturalId(GearUseFeatures entity)
Converts this DAO's entity to an object of type RemoteGearUseFeaturesNaturalId . |
void |
toRemoteGearUseFeaturesNaturalId(GearUseFeatures source,
RemoteGearUseFeaturesNaturalId target)
Copies the fields of the specified entity to the target value object. |
protected RemoteGearUseFeaturesNaturalId |
toRemoteGearUseFeaturesNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteGearUseFeaturesNaturalId[] |
toRemoteGearUseFeaturesNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteGearUseFeaturesNaturalId . |
void |
toRemoteGearUseFeaturesNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteGearUseFeaturesNaturalId . |
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.GearUseFeatures)
method. |
protected java.lang.Object |
transformEntity(int transform,
GearUseFeatures 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.GearUseFeaturesDao , 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(GearUseFeatures gearUseFeatures)
Updates the gearUseFeatures 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.GearUseFeaturesDao |
---|
clusterGearUseFeaturesToEntity, remoteGearUseFeaturesFullVOToEntity, remoteGearUseFeaturesNaturalIdToEntity |
Constructor Detail |
---|
public GearUseFeaturesDaoBase()
Method Detail |
---|
public void setGearDao(GearDao gearDao)
gearDao
.
protected GearDao getGearDao()
gearDao
.
public void setOperationDao(OperationDao operationDao)
operationDao
.
protected OperationDao getOperationDao()
operationDao
.
public void setFishingEffortCalendarDao(FishingEffortCalendarDao fishingEffortCalendarDao)
fishingEffortCalendarDao
.
protected FishingEffortCalendarDao getFishingEffortCalendarDao()
fishingEffortCalendarDao
.
public void setFishingAreaDao(FishingAreaDao fishingAreaDao)
fishingAreaDao
.
protected FishingAreaDao getFishingAreaDao()
fishingAreaDao
.
public void setGearUseMeasurementDao(GearUseMeasurementDao gearUseMeasurementDao)
gearUseMeasurementDao
.
protected GearUseMeasurementDao getGearUseMeasurementDao()
gearUseMeasurementDao
.
public void setGearUseFeaturesOriginDao(GearUseFeaturesOriginDao gearUseFeaturesOriginDao)
gearUseFeaturesOriginDao
.
protected GearUseFeaturesOriginDao getGearUseFeaturesOriginDao()
gearUseFeaturesOriginDao
.
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 GearUseFeaturesDao
load
in interface UseFeaturesDao
load
in class UseFeaturesDaoBase
id
- identifier of the entity to load
GearUseFeaturesDao.load(int, java.lang.Integer)
public GearUseFeatures load(java.lang.Integer id)
UseFeaturesDao
load
in interface GearUseFeaturesDao
load
in interface UseFeaturesDao
load
in class UseFeaturesDaoBase
GearUseFeaturesDao.load(java.lang.Integer)
public java.util.Collection loadAll()
UseFeaturesDao
UseFeatures
.
loadAll
in interface GearUseFeaturesDao
loadAll
in interface UseFeaturesDao
loadAll
in class UseFeaturesDaoBase
GearUseFeaturesDao.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 GearUseFeaturesDao
loadAll
in interface UseFeaturesDao
loadAll
in class UseFeaturesDaoBase
transform
- the flag indicating what transformation to use.
GearUseFeaturesDao.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 GearUseFeaturesDao
loadAll
in interface UseFeaturesDao
loadAll
in class UseFeaturesDaoBase
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
GearUseFeaturesDao.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 GearUseFeaturesDao
loadAll
in interface UseFeaturesDao
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.
GearUseFeaturesDao.loadAll(int, int, int)
public GearUseFeatures create(GearUseFeatures gearUseFeatures)
GearUseFeaturesDao
create
in interface GearUseFeaturesDao
GearUseFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.lang.Object create(int transform, GearUseFeatures gearUseFeatures)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
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 GearUseFeaturesDao
GearUseFeaturesDao.create(int transform, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.util.Collection create(java.util.Collection entities)
GearUseFeaturesDao
entities
collection
create
in interface GearUseFeaturesDao
entities
- the collection of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures
instances to create.
GearUseFeaturesDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
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 GearUseFeaturesDao
GearUseFeaturesDao.create(int, java.util.Collection)
public GearUseFeatures 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.util.Collection gearUseMeasurements, FishingEffortCalendar fishingEffortCalendar, Operation operation, Gear gear, java.util.Collection gearUseFeaturesOrigins, java.util.Collection fishingAreas)
GearUseFeaturesDao
Creates a new fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures
instance from all attributes and
properties and adds it to the persistent store.
create
in interface GearUseFeaturesDao
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.util.Collection,fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar,fr.ifremer.allegro.data.operation.Operation,fr.ifremer.allegro.referential.gear.Gear,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.util.Collection gearUseMeasurements, FishingEffortCalendar fishingEffortCalendar, Operation operation, Gear gear, java.util.Collection gearUseFeaturesOrigins, java.util.Collection fishingAreas)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.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.util.Collection,fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar,fr.ifremer.allegro.data.operation.Operation,fr.ifremer.allegro.referential.gear.Gear,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 GearUseFeaturesDao
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.util.Collection,fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar,fr.ifremer.allegro.data.operation.Operation,fr.ifremer.allegro.referential.gear.Gear,java.util.Collection,java.util.Collection)
public GearUseFeatures create(java.util.Date creationDate, Program program, QualityFlag qualityFlag, java.util.Date startDate, Vessel vessel)
GearUseFeaturesDao
Creates a new fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface GearUseFeaturesDao
GearUseFeaturesDao.create(java.util.Date,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, Program program, QualityFlag qualityFlag, java.util.Date startDate, Vessel vessel)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.create(java.util.Date,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 GearUseFeaturesDao
GearUseFeaturesDao.create(int, java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,java.util.Date,fr.ifremer.allegro.referential.vessel.Vessel)
public void update(GearUseFeatures gearUseFeatures)
GearUseFeaturesDao
gearUseFeatures
instance in the persistent store.
update
in interface GearUseFeaturesDao
GearUseFeaturesDao.update(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public void update(java.util.Collection entities)
UseFeaturesDao
entities
collection in the persistent store.
update
in interface GearUseFeaturesDao
update
in interface UseFeaturesDao
update
in class UseFeaturesDaoBase
UseFeaturesDao.update(java.util.Collection)
public void remove(GearUseFeatures gearUseFeatures)
GearUseFeaturesDao
remove
in interface GearUseFeaturesDao
GearUseFeaturesDao.remove(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public void remove(java.lang.Integer id)
UseFeaturesDao
identifier
from the persistent store.
remove
in interface GearUseFeaturesDao
remove
in interface UseFeaturesDao
remove
in class UseFeaturesDaoBase
GearUseFeaturesDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
UseFeaturesDao
entities collection.
- Specified by:
remove
in interface GearUseFeaturesDao
- Specified by:
remove
in interface UseFeaturesDao
- Overrides:
remove
in class UseFeaturesDaoBase
- See Also:
UseFeaturesDao.remove(java.util.Collection)
public java.util.Collection getAllGearUseFeatures()
getAllGearUseFeatures
in interface GearUseFeaturesDao
GearUseFeaturesDao.getAllGearUseFeatures()
public java.util.Collection getAllGearUseFeatures(int transform)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures()
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.
getAllGearUseFeatures
in interface GearUseFeaturesDao
GearUseFeaturesDao.getAllGearUseFeatures(int)
public java.util.Collection getAllGearUseFeatures(java.lang.String queryString)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseFeaturesDao.getAllGearUseFeatures()
.
getAllGearUseFeatures
in interface GearUseFeaturesDao
GearUseFeaturesDao.getAllGearUseFeatures(java.lang.String)
public java.util.Collection getAllGearUseFeatures(int pageNumber, int pageSize)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures()
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.
getAllGearUseFeatures
in interface GearUseFeaturesDao
GearUseFeaturesDao.getAllGearUseFeatures(int, int)
public java.util.Collection getAllGearUseFeatures(java.lang.String queryString, int pageNumber, int pageSize)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures(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.
getAllGearUseFeatures
in interface GearUseFeaturesDao
GearUseFeaturesDao.getAllGearUseFeatures(String, int, int)
public java.util.Collection getAllGearUseFeatures(int transform, java.lang.String queryString)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseFeaturesDao.getAllGearUseFeatures(int)
.
getAllGearUseFeatures
in interface GearUseFeaturesDao
GearUseFeaturesDao.getAllGearUseFeatures(int, String)
public java.util.Collection getAllGearUseFeatures(int transform, int pageNumber, int pageSize)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures(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.
getAllGearUseFeatures
in interface GearUseFeaturesDao
GearUseFeaturesDao.getAllGearUseFeatures(int, int, int)
public java.util.Collection getAllGearUseFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.getAllGearUseFeatures(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.
getAllGearUseFeatures
in interface GearUseFeaturesDao
GearUseFeaturesDao.getAllGearUseFeatures(int, java.lang.String, int, int)
public GearUseFeatures findGearUseFeaturesById(java.lang.Integer id)
findGearUseFeaturesById
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesById(java.lang.Integer)
public java.lang.Object findGearUseFeaturesById(int transform, java.lang.Integer id)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesById(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.
findGearUseFeaturesById
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesById(int, java.lang.Integer)
public GearUseFeatures findGearUseFeaturesById(java.lang.String queryString, java.lang.Integer id)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseFeaturesDao.findGearUseFeaturesById(java.lang.Integer)
.
findGearUseFeaturesById
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesById(java.lang.String, java.lang.Integer)
public java.lang.Object findGearUseFeaturesById(int transform, java.lang.String queryString, java.lang.Integer id)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseFeaturesDao.findGearUseFeaturesById(int, java.lang.Integer id)
.
findGearUseFeaturesById
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findGearUseFeaturesByGear(Gear gear)
findGearUseFeaturesByGear
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findGearUseFeaturesByGear(int transform, Gear gear)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear)
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.
findGearUseFeaturesByGear
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findGearUseFeaturesByGear(java.lang.String queryString, Gear gear)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseFeaturesDao.findGearUseFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear)
.
findGearUseFeaturesByGear
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByGear(java.lang.String, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findGearUseFeaturesByGear(int pageNumber, int pageSize, Gear gear)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear)
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.
findGearUseFeaturesByGear
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByGear(int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findGearUseFeaturesByGear(java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(String, fr.ifremer.allegro.referential.gear.Gear)
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.
findGearUseFeaturesByGear
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByGear(String, int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findGearUseFeaturesByGear(int transform, java.lang.String queryString, Gear gear)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseFeaturesDao.findGearUseFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear gear)
.
findGearUseFeaturesByGear
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByGear(int, String, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findGearUseFeaturesByGear(int transform, int pageNumber, int pageSize, Gear gear)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear)
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.
findGearUseFeaturesByGear
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByGear(int, int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findGearUseFeaturesByGear(int transform, java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByGear(int, String, fr.ifremer.allegro.referential.gear.Gear)
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.
findGearUseFeaturesByGear
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByGear(int, java.lang.String, int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findGearUseFeaturesByOperation(Operation operation)
findGearUseFeaturesByOperation
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation)
public java.util.Collection findGearUseFeaturesByOperation(int transform, Operation operation)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(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.
findGearUseFeaturesByOperation
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation)
public java.util.Collection findGearUseFeaturesByOperation(java.lang.String queryString, Operation operation)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseFeaturesDao.findGearUseFeaturesByOperation(fr.ifremer.allegro.data.operation.Operation)
.
findGearUseFeaturesByOperation
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByOperation(java.lang.String, fr.ifremer.allegro.data.operation.Operation)
public java.util.Collection findGearUseFeaturesByOperation(int pageNumber, int pageSize, Operation operation)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(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.
findGearUseFeaturesByOperation
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByOperation(int, int, fr.ifremer.allegro.data.operation.Operation)
public java.util.Collection findGearUseFeaturesByOperation(java.lang.String queryString, int pageNumber, int pageSize, Operation operation)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(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.
findGearUseFeaturesByOperation
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByOperation(String, int, int, fr.ifremer.allegro.data.operation.Operation)
public java.util.Collection findGearUseFeaturesByOperation(int transform, java.lang.String queryString, Operation operation)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(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 GearUseFeaturesDao.findGearUseFeaturesByOperation(int, fr.ifremer.allegro.data.operation.Operation operation)
.
findGearUseFeaturesByOperation
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByOperation(int, String, fr.ifremer.allegro.data.operation.Operation)
public java.util.Collection findGearUseFeaturesByOperation(int transform, int pageNumber, int pageSize, Operation operation)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(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.
findGearUseFeaturesByOperation
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByOperation(int, int, int, fr.ifremer.allegro.data.operation.Operation)
public java.util.Collection findGearUseFeaturesByOperation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Operation operation)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByOperation(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.
findGearUseFeaturesByOperation
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByOperation(int, java.lang.String, int, int, fr.ifremer.allegro.data.operation.Operation)
public java.util.Collection findGearUseFeaturesByFishingEffortCalendar(FishingEffortCalendar fishingEffortCalendar)
findGearUseFeaturesByFishingEffortCalendar
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public java.util.Collection findGearUseFeaturesByFishingEffortCalendar(int transform, FishingEffortCalendar fishingEffortCalendar)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(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.
findGearUseFeaturesByFishingEffortCalendar
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public java.util.Collection findGearUseFeaturesByFishingEffortCalendar(java.lang.String queryString, FishingEffortCalendar fishingEffortCalendar)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(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 GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
.
findGearUseFeaturesByFishingEffortCalendar
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(java.lang.String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public java.util.Collection findGearUseFeaturesByFishingEffortCalendar(int pageNumber, int pageSize, FishingEffortCalendar fishingEffortCalendar)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(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.
findGearUseFeaturesByFishingEffortCalendar
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(int, int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public java.util.Collection findGearUseFeaturesByFishingEffortCalendar(java.lang.String queryString, int pageNumber, int pageSize, FishingEffortCalendar fishingEffortCalendar)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(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.
findGearUseFeaturesByFishingEffortCalendar
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(String, int, int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public java.util.Collection findGearUseFeaturesByFishingEffortCalendar(int transform, java.lang.String queryString, FishingEffortCalendar fishingEffortCalendar)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(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 GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar fishingEffortCalendar)
.
findGearUseFeaturesByFishingEffortCalendar
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(int, String, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public java.util.Collection findGearUseFeaturesByFishingEffortCalendar(int transform, int pageNumber, int pageSize, FishingEffortCalendar fishingEffortCalendar)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(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.
findGearUseFeaturesByFishingEffortCalendar
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(int, int, int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public java.util.Collection findGearUseFeaturesByFishingEffortCalendar(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingEffortCalendar fishingEffortCalendar)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(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.
findGearUseFeaturesByFishingEffortCalendar
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByFishingEffortCalendar(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
public java.util.Collection findGearUseFeaturesByQualityFlag(QualityFlag qualityFlag)
findGearUseFeaturesByQualityFlag
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearUseFeaturesByQualityFlag(int transform, QualityFlag qualityFlag)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(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.
findGearUseFeaturesByQualityFlag
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearUseFeaturesByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findGearUseFeaturesByQualityFlag
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearUseFeaturesByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(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.
findGearUseFeaturesByQualityFlag
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearUseFeaturesByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(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.
findGearUseFeaturesByQualityFlag
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearUseFeaturesByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findGearUseFeaturesByQualityFlag
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearUseFeaturesByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(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.
findGearUseFeaturesByQualityFlag
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearUseFeaturesByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(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.
findGearUseFeaturesByQualityFlag
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearUseFeaturesByVessel(Vessel vessel)
findGearUseFeaturesByVessel
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findGearUseFeaturesByVessel(int transform, Vessel vessel)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(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.
findGearUseFeaturesByVessel
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findGearUseFeaturesByVessel(java.lang.String queryString, Vessel vessel)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseFeaturesDao.findGearUseFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
findGearUseFeaturesByVessel
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findGearUseFeaturesByVessel(int pageNumber, int pageSize, Vessel vessel)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(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.
findGearUseFeaturesByVessel
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findGearUseFeaturesByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(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.
findGearUseFeaturesByVessel
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findGearUseFeaturesByVessel(int transform, java.lang.String queryString, Vessel vessel)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(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 GearUseFeaturesDao.findGearUseFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
findGearUseFeaturesByVessel
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findGearUseFeaturesByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(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.
findGearUseFeaturesByVessel
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findGearUseFeaturesByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByVessel(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.
findGearUseFeaturesByVessel
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findGearUseFeaturesByProgram(Program program)
findGearUseFeaturesByProgram
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearUseFeaturesByProgram(int transform, Program program)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(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.
findGearUseFeaturesByProgram
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearUseFeaturesByProgram(java.lang.String queryString, Program program)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseFeaturesDao.findGearUseFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
findGearUseFeaturesByProgram
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearUseFeaturesByProgram(int pageNumber, int pageSize, Program program)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(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.
findGearUseFeaturesByProgram
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearUseFeaturesByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(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.
findGearUseFeaturesByProgram
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearUseFeaturesByProgram(int transform, java.lang.String queryString, Program program)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(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 GearUseFeaturesDao.findGearUseFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findGearUseFeaturesByProgram
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearUseFeaturesByProgram(int transform, int pageNumber, int pageSize, Program program)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(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.
findGearUseFeaturesByProgram
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearUseFeaturesByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByProgram(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.
findGearUseFeaturesByProgram
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public GearUseFeatures findGearUseFeaturesByNaturalId(Gear gear, Operation operation, FishingEffortCalendar fishingEffortCalendar, java.util.Date startDate, Vessel vessel, Program program)
findGearUseFeaturesByNaturalId
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findGearUseFeaturesByNaturalId(int transform, Gear gear, Operation operation, FishingEffortCalendar fishingEffortCalendar, java.util.Date startDate, Vessel vessel, Program program)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, 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.
findGearUseFeaturesByNaturalId
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByNaturalId(int, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public GearUseFeatures findGearUseFeaturesByNaturalId(java.lang.String queryString, Gear gear, Operation operation, FishingEffortCalendar fishingEffortCalendar, java.util.Date startDate, Vessel vessel, Program program)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, 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 GearUseFeaturesDao.findGearUseFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
.
findGearUseFeaturesByNaturalId
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByNaturalId(java.lang.String, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findGearUseFeaturesByNaturalId(int transform, java.lang.String queryString, Gear gear, Operation operation, FishingEffortCalendar fishingEffortCalendar, java.util.Date startDate, Vessel vessel, Program program)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.findGearUseFeaturesByNaturalId(int, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, 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 GearUseFeaturesDao.findGearUseFeaturesByNaturalId(int, fr.ifremer.allegro.referential.gear.Gear gear, fr.ifremer.allegro.data.operation.Operation operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar fishingEffortCalendar, java.util.Date startDate, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findGearUseFeaturesByNaturalId
in interface GearUseFeaturesDao
GearUseFeaturesDao.findGearUseFeaturesByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.operation.Operation, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection getAllGearUseFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
getAllGearUseFeaturesSinceDateSynchro
in interface GearUseFeaturesDao
GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllGearUseFeaturesSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(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.
getAllGearUseFeaturesSinceDateSynchro
in interface GearUseFeaturesDao
GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllGearUseFeaturesSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(java.sql.Timestamp)
.
getAllGearUseFeaturesSinceDateSynchro
in interface GearUseFeaturesDao
GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllGearUseFeaturesSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(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.
getAllGearUseFeaturesSinceDateSynchro
in interface GearUseFeaturesDao
GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllGearUseFeaturesSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(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.
getAllGearUseFeaturesSinceDateSynchro
in interface GearUseFeaturesDao
GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllGearUseFeaturesSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllGearUseFeaturesSinceDateSynchro
in interface GearUseFeaturesDao
GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllGearUseFeaturesSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(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.
getAllGearUseFeaturesSinceDateSynchro
in interface GearUseFeaturesDao
GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllGearUseFeaturesSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
GearUseFeaturesDao
Does the same thing as GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(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.
getAllGearUseFeaturesSinceDateSynchro
in interface GearUseFeaturesDao
GearUseFeaturesDao.getAllGearUseFeaturesSinceDateSynchro(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 GearUseFeatures createFromClusterGearUseFeatures(ClusterGearUseFeatures clusterGearUseFeatures)
createFromClusterGearUseFeatures
in interface GearUseFeaturesDao
GearUseFeaturesDao.createFromClusterGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterGearUseFeatures)
protected abstract GearUseFeatures handleCreateFromClusterGearUseFeatures(ClusterGearUseFeatures clusterGearUseFeatures) throws java.lang.Exception
createFromClusterGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterGearUseFeatures)
java.lang.Exception
public ClusterGearUseFeatures[] getAllClusterGearUseFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterGearUseFeaturesSinceDateSynchro
in interface GearUseFeaturesDao
GearUseFeaturesDao.getAllClusterGearUseFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterGearUseFeatures[] handleGetAllClusterGearUseFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterGearUseFeaturesSinceDateSynchro(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, GearUseFeatures entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesDao
, 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:
GearUseFeatures
- UseFeaturesDao.TRANSFORM_NONE
RemoteGearUseFeaturesFullVO
- TRANSFORM_REMOTEGEARUSEFEATURESFULLVO
RemoteGearUseFeaturesNaturalId
- TRANSFORM_REMOTEGEARUSEFEATURESNATURALID
ClusterGearUseFeatures
- TRANSFORM_CLUSTERGEARUSEFEATURES
UseFeaturesDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in GearUseFeaturesDao
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.GearUseFeatures)
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.GearUseFeaturesDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
protected GearUseFeatures toEntity(java.lang.Object[] row)
toEntity
in class UseFeaturesDaoBase
public final void toRemoteGearUseFeaturesFullVOCollection(java.util.Collection entities)
GearUseFeaturesDao
RemoteGearUseFeaturesFullVO
.
toRemoteGearUseFeaturesFullVOCollection
in interface GearUseFeaturesDao
GearUseFeaturesDao.toRemoteGearUseFeaturesFullVOCollection(java.util.Collection)
public final RemoteGearUseFeaturesFullVO[] toRemoteGearUseFeaturesFullVOArray(java.util.Collection entities)
GearUseFeaturesDao
RemoteGearUseFeaturesFullVO
.
toRemoteGearUseFeaturesFullVOArray
in interface GearUseFeaturesDao
GearUseFeaturesDao.toRemoteGearUseFeaturesFullVOArray(java.util.Collection)
protected RemoteGearUseFeaturesFullVO toRemoteGearUseFeaturesFullVO(java.lang.Object[] row)
GearUseFeaturesDaoImpl
class if you intend to use reporting queries.
GearUseFeaturesDao.toRemoteGearUseFeaturesFullVO(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public final void remoteGearUseFeaturesFullVOToEntityCollection(java.util.Collection instances)
GearUseFeaturesDao
RemoteGearUseFeaturesFullVO
to this
DAO's entity.
remoteGearUseFeaturesFullVOToEntityCollection
in interface GearUseFeaturesDao
GearUseFeaturesDao.remoteGearUseFeaturesFullVOToEntityCollection(java.util.Collection)
public void toRemoteGearUseFeaturesFullVO(GearUseFeatures source, RemoteGearUseFeaturesFullVO target)
GearUseFeaturesDao
toRemoteGearUseFeaturesFullVO
in interface GearUseFeaturesDao
GearUseFeaturesDao.toRemoteGearUseFeaturesFullVO(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesFullVO)
public RemoteGearUseFeaturesFullVO toRemoteGearUseFeaturesFullVO(GearUseFeatures entity)
GearUseFeaturesDao
RemoteGearUseFeaturesFullVO
.
toRemoteGearUseFeaturesFullVO
in interface GearUseFeaturesDao
GearUseFeaturesDao.toRemoteGearUseFeaturesFullVO(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public void remoteGearUseFeaturesFullVOToEntity(RemoteGearUseFeaturesFullVO source, GearUseFeatures target, boolean copyIfNull)
GearUseFeaturesDao
RemoteGearUseFeaturesFullVO
to the specified entity.
remoteGearUseFeaturesFullVOToEntity
in interface GearUseFeaturesDao
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.GearUseFeaturesDao#remoteGearUseFeaturesFullVOToEntity(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public final void toRemoteGearUseFeaturesNaturalIdCollection(java.util.Collection entities)
GearUseFeaturesDao
RemoteGearUseFeaturesNaturalId
.
toRemoteGearUseFeaturesNaturalIdCollection
in interface GearUseFeaturesDao
GearUseFeaturesDao.toRemoteGearUseFeaturesNaturalIdCollection(java.util.Collection)
public final RemoteGearUseFeaturesNaturalId[] toRemoteGearUseFeaturesNaturalIdArray(java.util.Collection entities)
GearUseFeaturesDao
RemoteGearUseFeaturesNaturalId
.
toRemoteGearUseFeaturesNaturalIdArray
in interface GearUseFeaturesDao
GearUseFeaturesDao.toRemoteGearUseFeaturesNaturalIdArray(java.util.Collection)
protected RemoteGearUseFeaturesNaturalId toRemoteGearUseFeaturesNaturalId(java.lang.Object[] row)
GearUseFeaturesDaoImpl
class if you intend to use reporting queries.
GearUseFeaturesDao.toRemoteGearUseFeaturesNaturalId(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public final void remoteGearUseFeaturesNaturalIdToEntityCollection(java.util.Collection instances)
GearUseFeaturesDao
RemoteGearUseFeaturesNaturalId
to this
DAO's entity.
remoteGearUseFeaturesNaturalIdToEntityCollection
in interface GearUseFeaturesDao
GearUseFeaturesDao.remoteGearUseFeaturesNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteGearUseFeaturesNaturalId(GearUseFeatures source, RemoteGearUseFeaturesNaturalId target)
GearUseFeaturesDao
toRemoteGearUseFeaturesNaturalId
in interface GearUseFeaturesDao
GearUseFeaturesDao.toRemoteGearUseFeaturesNaturalId(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesNaturalId)
public RemoteGearUseFeaturesNaturalId toRemoteGearUseFeaturesNaturalId(GearUseFeatures entity)
GearUseFeaturesDao
RemoteGearUseFeaturesNaturalId
.
toRemoteGearUseFeaturesNaturalId
in interface GearUseFeaturesDao
GearUseFeaturesDao.toRemoteGearUseFeaturesNaturalId(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public void remoteGearUseFeaturesNaturalIdToEntity(RemoteGearUseFeaturesNaturalId source, GearUseFeatures target, boolean copyIfNull)
GearUseFeaturesDao
RemoteGearUseFeaturesNaturalId
to the specified entity.
remoteGearUseFeaturesNaturalIdToEntity
in interface GearUseFeaturesDao
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.GearUseFeaturesDao#remoteGearUseFeaturesNaturalIdToEntity(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesNaturalId, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public final void toClusterGearUseFeaturesCollection(java.util.Collection entities)
GearUseFeaturesDao
ClusterGearUseFeatures
.
toClusterGearUseFeaturesCollection
in interface GearUseFeaturesDao
GearUseFeaturesDao.toClusterGearUseFeaturesCollection(java.util.Collection)
public final ClusterGearUseFeatures[] toClusterGearUseFeaturesArray(java.util.Collection entities)
GearUseFeaturesDao
ClusterGearUseFeatures
.
toClusterGearUseFeaturesArray
in interface GearUseFeaturesDao
GearUseFeaturesDao.toClusterGearUseFeaturesArray(java.util.Collection)
protected ClusterGearUseFeatures toClusterGearUseFeatures(java.lang.Object[] row)
GearUseFeaturesDaoImpl
class if you intend to use reporting queries.
GearUseFeaturesDao.toClusterGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public final void clusterGearUseFeaturesToEntityCollection(java.util.Collection instances)
GearUseFeaturesDao
ClusterGearUseFeatures
to this
DAO's entity.
clusterGearUseFeaturesToEntityCollection
in interface GearUseFeaturesDao
GearUseFeaturesDao.clusterGearUseFeaturesToEntityCollection(java.util.Collection)
public void toClusterGearUseFeatures(GearUseFeatures source, ClusterGearUseFeatures target)
GearUseFeaturesDao
toClusterGearUseFeatures
in interface GearUseFeaturesDao
GearUseFeaturesDao.toClusterGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterGearUseFeatures)
public ClusterGearUseFeatures toClusterGearUseFeatures(GearUseFeatures entity)
GearUseFeaturesDao
ClusterGearUseFeatures
.
toClusterGearUseFeatures
in interface GearUseFeaturesDao
GearUseFeaturesDao.toClusterGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public void clusterGearUseFeaturesToEntity(ClusterGearUseFeatures source, GearUseFeatures target, boolean copyIfNull)
GearUseFeaturesDao
ClusterGearUseFeatures
to the specified entity.
clusterGearUseFeaturesToEntity
in interface GearUseFeaturesDao
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.GearUseFeaturesDao#clusterGearUseFeaturesToEntity(fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterGearUseFeatures, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
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 GearUseFeaturesDao
search
in interface UseFeaturesDao
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.GearUseFeaturesDao.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 GearUseFeaturesDao
search
in interface UseFeaturesDao
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.GearUseFeaturesDao.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 GearUseFeaturesDao
search
in interface UseFeaturesDao
search
in class UseFeaturesDaoBase
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
GearUseFeaturesDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
UseFeaturesDao
search
object.
search
in interface GearUseFeaturesDao
search
in interface UseFeaturesDao
search
in class UseFeaturesDaoBase
search
- the search object which provides the search parameters and pagination specification.
GearUseFeaturesDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |