|
||||||||||
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.physical.PhysicalFeaturesDaoBase
fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesDaoImpl
fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesDaoBase
public abstract class GearPhysicalFeaturesDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures
.
GearPhysicalFeatures
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesDao |
---|
TRANSFORM_CLUSTERGEARPHYSICALFEATURES, TRANSFORM_REMOTEGEARPHYSICALFEATURESFULLVO, TRANSFORM_REMOTEGEARPHYSICALFEATURESNATURALID |
Fields inherited from interface fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesDao |
---|
TRANSFORM_CLUSTERPHYSICALFEATURES, TRANSFORM_NONE, TRANSFORM_REMOTEPHYSICALFEATURESFULLVO, TRANSFORM_REMOTEPHYSICALFEATURESNATURALID |
Constructor Summary | |
---|---|
GearPhysicalFeaturesDaoBase()
|
Method Summary | |
---|---|
void |
clusterGearPhysicalFeaturesToEntity(ClusterGearPhysicalFeatures source,
GearPhysicalFeatures target,
boolean copyIfNull)
Copies the fields of ClusterGearPhysicalFeatures to the specified entity. |
void |
clusterGearPhysicalFeaturesToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterGearPhysicalFeatures to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures and adds from the passed in entities collection |
GearPhysicalFeatures |
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,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
java.util.Collection gearPhysicalMeasurements,
PhysicalGearSurvey physicalGearSurvey,
FishingTrip fishingTrip,
java.util.Collection operations,
Gear gear,
java.util.Collection gearPhysicalFeaturesOrigins)
Creates a new fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures
instance from all attributes and
properties and adds it to the persistent store. |
GearPhysicalFeatures |
create(java.util.Date creationDate,
Gear gear,
Program program,
QualityFlag qualityFlag,
java.util.Date startDate,
Vessel vessel)
Creates a new fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GearPhysicalFeatures |
create(GearPhysicalFeatures gearPhysicalFeatures)
Creates an instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as GearPhysicalFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) 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,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
java.util.Collection gearPhysicalMeasurements,
PhysicalGearSurvey physicalGearSurvey,
FishingTrip fishingTrip,
java.util.Collection operations,
Gear gear,
java.util.Collection gearPhysicalFeaturesOrigins)
Does the same thing as GearPhysicalFeaturesDao.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.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.programStrategy.Program,java.util.Collection,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,java.util.Collection,fr.ifremer.allegro.referential.gear.Gear,java.util.Collection) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date creationDate,
Gear gear,
Program program,
QualityFlag qualityFlag,
java.util.Date startDate,
Vessel vessel)
Does the same thing as GearPhysicalFeaturesDao.create(java.util.Date,fr.ifremer.allegro.referential.gear.Gear,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,
GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as GearPhysicalFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an
additional flag called transform . |
GearPhysicalFeatures |
createFromClusterGearPhysicalFeatures(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)
|
java.util.Collection |
findGearPhysicalFeaturesByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
findGearPhysicalFeaturesByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
findGearPhysicalFeaturesByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalFeaturesByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalFeaturesByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesByGear(Gear gear)
|
java.util.Collection |
findGearPhysicalFeaturesByGear(int transform,
Gear gear)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional flag called transform . |
java.util.Collection |
findGearPhysicalFeaturesByGear(int pageNumber,
int pageSize,
Gear gear)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesByGear(int transform,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesByGear(int transform,
java.lang.String queryString,
Gear gear)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalFeaturesByGear(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesByGear(java.lang.String queryString,
Gear gear)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalFeaturesByGear(java.lang.String queryString,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
GearPhysicalFeatures |
findGearPhysicalFeaturesById(java.lang.Integer id)
|
java.lang.Object |
findGearPhysicalFeaturesById(int transform,
java.lang.Integer id)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findGearPhysicalFeaturesById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesById(int, java.lang.Integer) with an
additional argument called queryString . |
GearPhysicalFeatures |
findGearPhysicalFeaturesById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesById(java.lang.Integer) with an
additional argument called queryString . |
GearPhysicalFeatures |
findGearPhysicalFeaturesByNaturalId(Gear gear,
PhysicalGearSurvey physicalGearSurvey,
FishingTrip fishingTrip,
java.util.Date startDate,
Vessel vessel,
Program program)
|
java.lang.Object |
findGearPhysicalFeaturesByNaturalId(int transform,
Gear gear,
PhysicalGearSurvey physicalGearSurvey,
FishingTrip fishingTrip,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
findGearPhysicalFeaturesByNaturalId(int transform,
java.lang.String queryString,
Gear gear,
PhysicalGearSurvey physicalGearSurvey,
FishingTrip fishingTrip,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByNaturalId(int, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
GearPhysicalFeatures |
findGearPhysicalFeaturesByNaturalId(java.lang.String queryString,
Gear gear,
PhysicalGearSurvey physicalGearSurvey,
FishingTrip fishingTrip,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalFeaturesByPhysicalGearSurvey(int transform,
int pageNumber,
int pageSize,
PhysicalGearSurvey physicalGearSurvey)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesByPhysicalGearSurvey(int pageNumber,
int pageSize,
PhysicalGearSurvey physicalGearSurvey)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesByPhysicalGearSurvey(int transform,
PhysicalGearSurvey physicalGearSurvey)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an
additional flag called transform . |
java.util.Collection |
findGearPhysicalFeaturesByPhysicalGearSurvey(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
PhysicalGearSurvey physicalGearSurvey)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(int, String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesByPhysicalGearSurvey(int transform,
java.lang.String queryString,
PhysicalGearSurvey physicalGearSurvey)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalFeaturesByPhysicalGearSurvey(PhysicalGearSurvey physicalGearSurvey)
|
java.util.Collection |
findGearPhysicalFeaturesByPhysicalGearSurvey(java.lang.String queryString,
int pageNumber,
int pageSize,
PhysicalGearSurvey physicalGearSurvey)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesByPhysicalGearSurvey(java.lang.String queryString,
PhysicalGearSurvey physicalGearSurvey)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalFeaturesByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesByProgram(int transform,
Program program)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findGearPhysicalFeaturesByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalFeaturesByProgram(Program program)
|
java.util.Collection |
findGearPhysicalFeaturesByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesByProgram(java.lang.String queryString,
Program program)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalFeaturesByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findGearPhysicalFeaturesByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalFeaturesByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findGearPhysicalFeaturesByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalFeaturesByVessel(int transform,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesByVessel(int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesByVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesByVessel(int transform,
java.lang.String queryString,
Vessel vessel)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalFeaturesByVessel(int transform,
Vessel vessel)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.util.Collection |
findGearPhysicalFeaturesByVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesByVessel(java.lang.String queryString,
Vessel vessel)
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalFeaturesByVessel(Vessel vessel)
|
PhysicalFeatures |
findPhysicalFeaturesById(java.lang.Integer id)
|
java.lang.Object |
findPhysicalFeaturesById(int transform,
java.lang.Integer id)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findPhysicalFeaturesById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesById(int, java.lang.Integer) with an
additional argument called queryString . |
PhysicalFeatures |
findPhysicalFeaturesById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesById(java.lang.Integer) with an
additional argument called queryString . |
PhysicalFeatures |
findPhysicalFeaturesByNaturalId(java.util.Date startDate,
Vessel vessel,
Program program)
|
java.lang.Object |
findPhysicalFeaturesByNaturalId(int transform,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
findPhysicalFeaturesByNaturalId(int transform,
java.lang.String queryString,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
PhysicalFeatures |
findPhysicalFeaturesByNaturalId(java.lang.String queryString,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByProgram(int transform,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findPhysicalFeaturesByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByProgram(Program program)
|
java.util.Collection |
findPhysicalFeaturesByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByProgram(java.lang.String queryString,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findPhysicalFeaturesByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByVessel(int transform,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByVessel(int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByVessel(int transform,
java.lang.String queryString,
Vessel vessel)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByVessel(int transform,
Vessel vessel)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.util.Collection |
findPhysicalFeaturesByVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByVessel(java.lang.String queryString,
Vessel vessel)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByVessel(Vessel vessel)
|
ClusterGearPhysicalFeatures[] |
getAllClusterGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllGearPhysicalFeatures()
|
java.util.Collection |
getAllGearPhysicalFeatures(int transform)
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeatures() with an
additional flag called transform . |
java.util.Collection |
getAllGearPhysicalFeatures(int pageNumber,
int pageSize)
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeatures() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearPhysicalFeatures(int transform,
int pageNumber,
int pageSize)
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeatures(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearPhysicalFeatures(int transform,
java.lang.String queryString)
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeatures(int) with an
additional argument called queryString . |
java.util.Collection |
getAllGearPhysicalFeatures(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeatures(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearPhysicalFeatures(java.lang.String queryString)
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeatures() with an
additional argument called queryString . |
java.util.Collection |
getAllGearPhysicalFeatures(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeatures(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearPhysicalFeaturesSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearPhysicalFeaturesSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearPhysicalFeaturesSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearPhysicalFeaturesSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllGearPhysicalFeaturesSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllGearPhysicalFeaturesSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearPhysicalFeaturesSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
|
java.util.Collection |
getAllPhysicalFeatures()
|
java.util.Collection |
getAllPhysicalFeatures(int transform)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures() with an
additional flag called transform . |
java.util.Collection |
getAllPhysicalFeatures(int pageNumber,
int pageSize)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeatures(int transform,
int pageNumber,
int pageSize)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeatures(int transform,
java.lang.String queryString)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures(int) with an
additional argument called queryString . |
java.util.Collection |
getAllPhysicalFeatures(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeatures(java.lang.String queryString)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures() with an
additional argument called queryString . |
java.util.Collection |
getAllPhysicalFeatures(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
|
protected FishingTripDao |
getFishingTripDao()
Gets the reference to fishingTripDao . |
protected GearDao |
getGearDao()
Gets the reference to gearDao . |
protected GearPhysicalFeaturesOriginDao |
getGearPhysicalFeaturesOriginDao()
Gets the reference to gearPhysicalFeaturesOriginDao . |
protected GearPhysicalMeasurementDao |
getGearPhysicalMeasurementDao()
Gets the reference to gearPhysicalMeasurementDao . |
protected OperationDao |
getOperationDao()
Gets the reference to operationDao . |
protected PhysicalGearSurveyDao |
getPhysicalGearSurveyDao()
Gets the reference to physicalGearSurveyDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected abstract GearPhysicalFeatures |
handleCreateFromClusterGearPhysicalFeatures(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)
Performs the core logic for createFromClusterGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterGearPhysicalFeatures) |
protected abstract ClusterGearPhysicalFeatures[] |
handleGetAllClusterGearPhysicalFeaturesSinceDateSynchro(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 getAllClusterGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
GearPhysicalFeatures |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as PhysicalFeaturesDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type PhysicalFeatures . |
java.util.Collection |
loadAll(int transform)
Does the same thing as PhysicalFeaturesDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as PhysicalFeaturesDao.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 PhysicalFeaturesDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteGearPhysicalFeaturesFullVOToEntity(RemoteGearPhysicalFeaturesFullVO source,
GearPhysicalFeatures target,
boolean copyIfNull)
Copies the fields of RemoteGearPhysicalFeaturesFullVO to the specified entity. |
void |
remoteGearPhysicalFeaturesFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteGearPhysicalFeaturesFullVO to this
DAO's entity. |
void |
remoteGearPhysicalFeaturesNaturalIdToEntity(RemoteGearPhysicalFeaturesNaturalId source,
GearPhysicalFeatures target,
boolean copyIfNull)
Copies the fields of RemoteGearPhysicalFeaturesNaturalId to the specified entity. |
void |
remoteGearPhysicalFeaturesNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteGearPhysicalFeaturesNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(GearPhysicalFeatures gearPhysicalFeatures)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures from the persistent store. |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures 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 PhysicalFeaturesDao.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 |
setFishingTripDao(FishingTripDao fishingTripDao)
Sets the reference to fishingTripDao . |
void |
setGearDao(GearDao gearDao)
Sets the reference to gearDao . |
void |
setGearPhysicalFeaturesOriginDao(GearPhysicalFeaturesOriginDao gearPhysicalFeaturesOriginDao)
Sets the reference to gearPhysicalFeaturesOriginDao . |
void |
setGearPhysicalMeasurementDao(GearPhysicalMeasurementDao gearPhysicalMeasurementDao)
Sets the reference to gearPhysicalMeasurementDao . |
void |
setOperationDao(OperationDao operationDao)
Sets the reference to operationDao . |
void |
setPhysicalGearSurveyDao(PhysicalGearSurveyDao physicalGearSurveyDao)
Sets the reference to physicalGearSurveyDao . |
ClusterGearPhysicalFeatures |
toClusterGearPhysicalFeatures(GearPhysicalFeatures entity)
Converts this DAO's entity to an object of type ClusterGearPhysicalFeatures . |
void |
toClusterGearPhysicalFeatures(GearPhysicalFeatures source,
ClusterGearPhysicalFeatures target)
Copies the fields of the specified entity to the target value object. |
protected ClusterGearPhysicalFeatures |
toClusterGearPhysicalFeatures(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterGearPhysicalFeatures[] |
toClusterGearPhysicalFeaturesArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterGearPhysicalFeatures . |
void |
toClusterGearPhysicalFeaturesCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterGearPhysicalFeatures . |
protected GearPhysicalFeatures |
toEntity(java.lang.Object[] row)
|
RemoteGearPhysicalFeaturesFullVO |
toRemoteGearPhysicalFeaturesFullVO(GearPhysicalFeatures entity)
Converts this DAO's entity to an object of type RemoteGearPhysicalFeaturesFullVO . |
void |
toRemoteGearPhysicalFeaturesFullVO(GearPhysicalFeatures source,
RemoteGearPhysicalFeaturesFullVO target)
Copies the fields of the specified entity to the target value object. |
protected RemoteGearPhysicalFeaturesFullVO |
toRemoteGearPhysicalFeaturesFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteGearPhysicalFeaturesFullVO[] |
toRemoteGearPhysicalFeaturesFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteGearPhysicalFeaturesFullVO . |
void |
toRemoteGearPhysicalFeaturesFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteGearPhysicalFeaturesFullVO . |
RemoteGearPhysicalFeaturesNaturalId |
toRemoteGearPhysicalFeaturesNaturalId(GearPhysicalFeatures entity)
Converts this DAO's entity to an object of type RemoteGearPhysicalFeaturesNaturalId . |
void |
toRemoteGearPhysicalFeaturesNaturalId(GearPhysicalFeatures source,
RemoteGearPhysicalFeaturesNaturalId target)
Copies the fields of the specified entity to the target value object. |
protected RemoteGearPhysicalFeaturesNaturalId |
toRemoteGearPhysicalFeaturesNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteGearPhysicalFeaturesNaturalId[] |
toRemoteGearPhysicalFeaturesNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteGearPhysicalFeaturesNaturalId . |
void |
toRemoteGearPhysicalFeaturesNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteGearPhysicalFeaturesNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
method. |
protected java.lang.Object |
transformEntity(int transform,
GearPhysicalFeatures 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.physical.GearPhysicalFeaturesDao , please note
that the PhysicalFeaturesDao.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(GearPhysicalFeatures gearPhysicalFeatures)
Updates the gearPhysicalFeatures instance in the persistent store. |
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.physical.GearPhysicalFeaturesDao |
---|
clusterGearPhysicalFeaturesToEntity, remoteGearPhysicalFeaturesFullVOToEntity, remoteGearPhysicalFeaturesNaturalIdToEntity |
Constructor Detail |
---|
public GearPhysicalFeaturesDaoBase()
Method Detail |
---|
public void setGearDao(GearDao gearDao)
gearDao
.
protected GearDao getGearDao()
gearDao
.
public void setPhysicalGearSurveyDao(PhysicalGearSurveyDao physicalGearSurveyDao)
physicalGearSurveyDao
.
protected PhysicalGearSurveyDao getPhysicalGearSurveyDao()
physicalGearSurveyDao
.
public void setFishingTripDao(FishingTripDao fishingTripDao)
fishingTripDao
.
protected FishingTripDao getFishingTripDao()
fishingTripDao
.
public void setOperationDao(OperationDao operationDao)
operationDao
.
protected OperationDao getOperationDao()
operationDao
.
public void setGearPhysicalMeasurementDao(GearPhysicalMeasurementDao gearPhysicalMeasurementDao)
gearPhysicalMeasurementDao
.
protected GearPhysicalMeasurementDao getGearPhysicalMeasurementDao()
gearPhysicalMeasurementDao
.
public void setGearPhysicalFeaturesOriginDao(GearPhysicalFeaturesOriginDao gearPhysicalFeaturesOriginDao)
gearPhysicalFeaturesOriginDao
.
protected GearPhysicalFeaturesOriginDao getGearPhysicalFeaturesOriginDao()
gearPhysicalFeaturesOriginDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.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 GearPhysicalFeaturesDao
load
in interface PhysicalFeaturesDao
load
in class PhysicalFeaturesDaoBase
id
- identifier of the entity to load
GearPhysicalFeaturesDao.load(int, java.lang.Integer)
public GearPhysicalFeatures load(java.lang.Integer id)
PhysicalFeaturesDao
load
in interface GearPhysicalFeaturesDao
load
in interface PhysicalFeaturesDao
load
in class PhysicalFeaturesDaoBase
GearPhysicalFeaturesDao.load(java.lang.Integer)
public java.util.Collection loadAll()
PhysicalFeaturesDao
PhysicalFeatures
.
loadAll
in interface GearPhysicalFeaturesDao
loadAll
in interface PhysicalFeaturesDao
loadAll
in class PhysicalFeaturesDaoBase
GearPhysicalFeaturesDao.loadAll()
public java.util.Collection loadAll(int transform)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.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 GearPhysicalFeaturesDao
loadAll
in interface PhysicalFeaturesDao
loadAll
in class PhysicalFeaturesDaoBase
transform
- the flag indicating what transformation to use.
GearPhysicalFeaturesDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.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 GearPhysicalFeaturesDao
loadAll
in interface PhysicalFeaturesDao
loadAll
in class PhysicalFeaturesDaoBase
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
GearPhysicalFeaturesDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.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 GearPhysicalFeaturesDao
loadAll
in interface PhysicalFeaturesDao
loadAll
in class PhysicalFeaturesDaoBase
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.
GearPhysicalFeaturesDao.loadAll(int, int, int)
public GearPhysicalFeatures create(GearPhysicalFeatures gearPhysicalFeatures)
GearPhysicalFeaturesDao
create
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public java.lang.Object create(int transform, GearPhysicalFeatures gearPhysicalFeatures)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
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 GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.create(int transform, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public java.util.Collection create(java.util.Collection entities)
GearPhysicalFeaturesDao
entities
collection
create
in interface GearPhysicalFeaturesDao
entities
- the collection of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures
instances to create.
GearPhysicalFeaturesDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
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 GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.create(int, java.util.Collection)
public GearPhysicalFeatures 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, Vessel vessel, QualityFlag qualityFlag, Program program, java.util.Collection gearPhysicalMeasurements, PhysicalGearSurvey physicalGearSurvey, FishingTrip fishingTrip, java.util.Collection operations, Gear gear, java.util.Collection gearPhysicalFeaturesOrigins)
GearPhysicalFeaturesDao
Creates a new fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures
instance from all attributes and
properties and adds it to the persistent store.
create
in interface GearPhysicalFeaturesDao
fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesDao#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.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.programStrategy.Program,java.util.Collection,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,java.util.Collection,fr.ifremer.allegro.referential.gear.Gear,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, Vessel vessel, QualityFlag qualityFlag, Program program, java.util.Collection gearPhysicalMeasurements, PhysicalGearSurvey physicalGearSurvey, FishingTrip fishingTrip, java.util.Collection operations, Gear gear, java.util.Collection gearPhysicalFeaturesOrigins)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.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.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.programStrategy.Program,java.util.Collection,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,java.util.Collection,fr.ifremer.allegro.referential.gear.Gear,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 GearPhysicalFeaturesDao
fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesDao#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.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.programStrategy.Program,java.util.Collection,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,java.util.Collection,fr.ifremer.allegro.referential.gear.Gear,java.util.Collection)
public GearPhysicalFeatures create(java.util.Date creationDate, Gear gear, Program program, QualityFlag qualityFlag, java.util.Date startDate, Vessel vessel)
GearPhysicalFeaturesDao
Creates a new fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.create(java.util.Date,fr.ifremer.allegro.referential.gear.Gear,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, Gear gear, Program program, QualityFlag qualityFlag, java.util.Date startDate, Vessel vessel)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.create(java.util.Date,fr.ifremer.allegro.referential.gear.Gear,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 GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.create(int, java.util.Date,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,java.util.Date,fr.ifremer.allegro.referential.vessel.Vessel)
public void update(GearPhysicalFeatures gearPhysicalFeatures)
GearPhysicalFeaturesDao
gearPhysicalFeatures
instance in the persistent store.
update
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.update(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public void update(java.util.Collection entities)
PhysicalFeaturesDao
entities
collection in the persistent store.
update
in interface GearPhysicalFeaturesDao
update
in interface PhysicalFeaturesDao
update
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.update(java.util.Collection)
public void remove(GearPhysicalFeatures gearPhysicalFeatures)
GearPhysicalFeaturesDao
remove
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.remove(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public void remove(java.lang.Integer id)
PhysicalFeaturesDao
identifier
from the persistent store.
remove
in interface GearPhysicalFeaturesDao
remove
in interface PhysicalFeaturesDao
remove
in class PhysicalFeaturesDaoBase
GearPhysicalFeaturesDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
PhysicalFeaturesDao
entities collection.
- Specified by:
remove
in interface GearPhysicalFeaturesDao
- Specified by:
remove
in interface PhysicalFeaturesDao
- Overrides:
remove
in class PhysicalFeaturesDaoBase
- See Also:
PhysicalFeaturesDao.remove(java.util.Collection)
public java.util.Collection getAllGearPhysicalFeatures()
getAllGearPhysicalFeatures
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.getAllGearPhysicalFeatures()
public java.util.Collection getAllGearPhysicalFeatures(int transform)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeatures()
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.
getAllGearPhysicalFeatures
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.getAllGearPhysicalFeatures(int)
public java.util.Collection getAllGearPhysicalFeatures(java.lang.String queryString)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeatures()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalFeaturesDao.getAllGearPhysicalFeatures()
.
getAllGearPhysicalFeatures
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.getAllGearPhysicalFeatures(java.lang.String)
public java.util.Collection getAllGearPhysicalFeatures(int pageNumber, int pageSize)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeatures()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllGearPhysicalFeatures
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.getAllGearPhysicalFeatures(int, int)
public java.util.Collection getAllGearPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeatures(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.
getAllGearPhysicalFeatures
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.getAllGearPhysicalFeatures(String, int, int)
public java.util.Collection getAllGearPhysicalFeatures(int transform, java.lang.String queryString)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeatures(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalFeaturesDao.getAllGearPhysicalFeatures(int)
.
getAllGearPhysicalFeatures
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.getAllGearPhysicalFeatures(int, String)
public java.util.Collection getAllGearPhysicalFeatures(int transform, int pageNumber, int pageSize)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeatures(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.
getAllGearPhysicalFeatures
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.getAllGearPhysicalFeatures(int, int, int)
public java.util.Collection getAllGearPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeatures(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.
getAllGearPhysicalFeatures
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.getAllGearPhysicalFeatures(int, java.lang.String, int, int)
public GearPhysicalFeatures findGearPhysicalFeaturesById(java.lang.Integer id)
findGearPhysicalFeaturesById
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesById(java.lang.Integer)
public java.lang.Object findGearPhysicalFeaturesById(int transform, java.lang.Integer id)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesById(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.
findGearPhysicalFeaturesById
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesById(int, java.lang.Integer)
public GearPhysicalFeatures findGearPhysicalFeaturesById(java.lang.String queryString, java.lang.Integer id)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalFeaturesDao.findGearPhysicalFeaturesById(java.lang.Integer)
.
findGearPhysicalFeaturesById
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesById(java.lang.String, java.lang.Integer)
public java.lang.Object findGearPhysicalFeaturesById(int transform, java.lang.String queryString, java.lang.Integer id)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalFeaturesDao.findGearPhysicalFeaturesById(int, java.lang.Integer id)
.
findGearPhysicalFeaturesById
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findGearPhysicalFeaturesByGear(Gear gear)
findGearPhysicalFeaturesByGear
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findGearPhysicalFeaturesByGear(int transform, Gear gear)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(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.
findGearPhysicalFeaturesByGear
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findGearPhysicalFeaturesByGear(java.lang.String queryString, Gear gear)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear)
.
findGearPhysicalFeaturesByGear
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(java.lang.String, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findGearPhysicalFeaturesByGear(int pageNumber, int pageSize, Gear gear)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(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.
findGearPhysicalFeaturesByGear
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findGearPhysicalFeaturesByGear(java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(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.
findGearPhysicalFeaturesByGear
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(String, int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findGearPhysicalFeaturesByGear(int transform, java.lang.String queryString, Gear gear)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(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 GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear gear)
.
findGearPhysicalFeaturesByGear
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(int, String, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findGearPhysicalFeaturesByGear(int transform, int pageNumber, int pageSize, Gear gear)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(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.
findGearPhysicalFeaturesByGear
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(int, int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findGearPhysicalFeaturesByGear(int transform, java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(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.
findGearPhysicalFeaturesByGear
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(int, java.lang.String, int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(PhysicalGearSurvey physicalGearSurvey)
findGearPhysicalFeaturesByPhysicalGearSurvey
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(int transform, PhysicalGearSurvey physicalGearSurvey)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
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.
findGearPhysicalFeaturesByPhysicalGearSurvey
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(java.lang.String queryString, PhysicalGearSurvey physicalGearSurvey)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
.
findGearPhysicalFeaturesByPhysicalGearSurvey
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(java.lang.String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findGearPhysicalFeaturesByPhysicalGearSurvey
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(int, int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(java.lang.String queryString, int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findGearPhysicalFeaturesByPhysicalGearSurvey
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(String, int, int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(int transform, java.lang.String queryString, PhysicalGearSurvey physicalGearSurvey)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey physicalGearSurvey)
.
findGearPhysicalFeaturesByPhysicalGearSurvey
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(int, String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(int transform, int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findGearPhysicalFeaturesByPhysicalGearSurvey
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(int, int, int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(int transform, java.lang.String queryString, int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(int, String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findGearPhysicalFeaturesByPhysicalGearSurvey
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.util.Collection findGearPhysicalFeaturesByFishingTrip(FishingTrip fishingTrip)
findGearPhysicalFeaturesByFishingTrip
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findGearPhysicalFeaturesByFishingTrip(int transform, FishingTrip fishingTrip)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findGearPhysicalFeaturesByFishingTrip
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findGearPhysicalFeaturesByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
.
findGearPhysicalFeaturesByFishingTrip
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(java.lang.String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findGearPhysicalFeaturesByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findGearPhysicalFeaturesByFishingTrip
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findGearPhysicalFeaturesByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findGearPhysicalFeaturesByFishingTrip
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findGearPhysicalFeaturesByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip)
.
findGearPhysicalFeaturesByFishingTrip
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findGearPhysicalFeaturesByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findGearPhysicalFeaturesByFishingTrip
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(int, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findGearPhysicalFeaturesByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findGearPhysicalFeaturesByFishingTrip
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findGearPhysicalFeaturesByVessel(Vessel vessel)
findGearPhysicalFeaturesByVessel
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findGearPhysicalFeaturesByVessel(int transform, Vessel vessel)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(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.
findGearPhysicalFeaturesByVessel
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findGearPhysicalFeaturesByVessel(java.lang.String queryString, Vessel vessel)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
findGearPhysicalFeaturesByVessel
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findGearPhysicalFeaturesByVessel(int pageNumber, int pageSize, Vessel vessel)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(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.
findGearPhysicalFeaturesByVessel
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findGearPhysicalFeaturesByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(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.
findGearPhysicalFeaturesByVessel
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findGearPhysicalFeaturesByVessel(int transform, java.lang.String queryString, Vessel vessel)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(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 GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
findGearPhysicalFeaturesByVessel
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findGearPhysicalFeaturesByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(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.
findGearPhysicalFeaturesByVessel
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findGearPhysicalFeaturesByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(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.
findGearPhysicalFeaturesByVessel
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findGearPhysicalFeaturesByQualityFlag(QualityFlag qualityFlag)
findGearPhysicalFeaturesByQualityFlag
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearPhysicalFeaturesByQualityFlag(int transform, QualityFlag qualityFlag)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(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.
findGearPhysicalFeaturesByQualityFlag
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearPhysicalFeaturesByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findGearPhysicalFeaturesByQualityFlag
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearPhysicalFeaturesByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(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.
findGearPhysicalFeaturesByQualityFlag
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearPhysicalFeaturesByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(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.
findGearPhysicalFeaturesByQualityFlag
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearPhysicalFeaturesByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findGearPhysicalFeaturesByQualityFlag
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearPhysicalFeaturesByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(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.
findGearPhysicalFeaturesByQualityFlag
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearPhysicalFeaturesByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(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.
findGearPhysicalFeaturesByQualityFlag
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearPhysicalFeaturesByProgram(Program program)
findGearPhysicalFeaturesByProgram
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearPhysicalFeaturesByProgram(int transform, Program program)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(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.
findGearPhysicalFeaturesByProgram
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearPhysicalFeaturesByProgram(java.lang.String queryString, Program program)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
findGearPhysicalFeaturesByProgram
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearPhysicalFeaturesByProgram(int pageNumber, int pageSize, Program program)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(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.
findGearPhysicalFeaturesByProgram
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearPhysicalFeaturesByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(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.
findGearPhysicalFeaturesByProgram
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearPhysicalFeaturesByProgram(int transform, java.lang.String queryString, Program program)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(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 GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findGearPhysicalFeaturesByProgram
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearPhysicalFeaturesByProgram(int transform, int pageNumber, int pageSize, Program program)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(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.
findGearPhysicalFeaturesByProgram
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearPhysicalFeaturesByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(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.
findGearPhysicalFeaturesByProgram
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public GearPhysicalFeatures findGearPhysicalFeaturesByNaturalId(Gear gear, PhysicalGearSurvey physicalGearSurvey, FishingTrip fishingTrip, java.util.Date startDate, Vessel vessel, Program program)
findGearPhysicalFeaturesByNaturalId
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findGearPhysicalFeaturesByNaturalId(int transform, Gear gear, PhysicalGearSurvey physicalGearSurvey, FishingTrip fishingTrip, java.util.Date startDate, Vessel vessel, Program program)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip, 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.
findGearPhysicalFeaturesByNaturalId
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByNaturalId(int, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public GearPhysicalFeatures findGearPhysicalFeaturesByNaturalId(java.lang.String queryString, Gear gear, PhysicalGearSurvey physicalGearSurvey, FishingTrip fishingTrip, java.util.Date startDate, Vessel vessel, Program program)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip, 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 GearPhysicalFeaturesDao.findGearPhysicalFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
.
findGearPhysicalFeaturesByNaturalId
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByNaturalId(java.lang.String, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findGearPhysicalFeaturesByNaturalId(int transform, java.lang.String queryString, Gear gear, PhysicalGearSurvey physicalGearSurvey, FishingTrip fishingTrip, java.util.Date startDate, Vessel vessel, Program program)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByNaturalId(int, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip, 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 GearPhysicalFeaturesDao.findGearPhysicalFeaturesByNaturalId(int, fr.ifremer.allegro.referential.gear.Gear gear, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey physicalGearSurvey, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip, java.util.Date startDate, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findGearPhysicalFeaturesByNaturalId
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection getAllGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
getAllGearPhysicalFeaturesSinceDateSynchro
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllGearPhysicalFeaturesSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(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.
getAllGearPhysicalFeaturesSinceDateSynchro
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllGearPhysicalFeaturesSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp)
.
getAllGearPhysicalFeaturesSinceDateSynchro
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllGearPhysicalFeaturesSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(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.
getAllGearPhysicalFeaturesSinceDateSynchro
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllGearPhysicalFeaturesSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(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.
getAllGearPhysicalFeaturesSinceDateSynchro
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllGearPhysicalFeaturesSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllGearPhysicalFeaturesSinceDateSynchro
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllGearPhysicalFeaturesSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(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.
getAllGearPhysicalFeaturesSinceDateSynchro
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllGearPhysicalFeaturesSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
GearPhysicalFeaturesDao
Does the same thing as GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(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.
getAllGearPhysicalFeaturesSinceDateSynchro
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public java.util.Collection getAllPhysicalFeatures()
getAllPhysicalFeatures
in interface PhysicalFeaturesDao
getAllPhysicalFeatures
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeatures()
public java.util.Collection getAllPhysicalFeatures(int transform)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures()
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.
getAllPhysicalFeatures
in interface PhysicalFeaturesDao
getAllPhysicalFeatures
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeatures(int)
public java.util.Collection getAllPhysicalFeatures(java.lang.String queryString)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.getAllPhysicalFeatures()
.
getAllPhysicalFeatures
in interface PhysicalFeaturesDao
getAllPhysicalFeatures
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeatures(java.lang.String)
public java.util.Collection getAllPhysicalFeatures(int pageNumber, int pageSize)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllPhysicalFeatures
in interface PhysicalFeaturesDao
getAllPhysicalFeatures
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeatures(int, int)
public java.util.Collection getAllPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures(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.
getAllPhysicalFeatures
in interface PhysicalFeaturesDao
getAllPhysicalFeatures
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeatures(String, int, int)
public java.util.Collection getAllPhysicalFeatures(int transform, java.lang.String queryString)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.getAllPhysicalFeatures(int)
.
getAllPhysicalFeatures
in interface PhysicalFeaturesDao
getAllPhysicalFeatures
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeatures(int, String)
public java.util.Collection getAllPhysicalFeatures(int transform, int pageNumber, int pageSize)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures(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.
getAllPhysicalFeatures
in interface PhysicalFeaturesDao
getAllPhysicalFeatures
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeatures(int, int, int)
public java.util.Collection getAllPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures(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.
getAllPhysicalFeatures
in interface PhysicalFeaturesDao
getAllPhysicalFeatures
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeatures(int, java.lang.String, int, int)
public PhysicalFeatures findPhysicalFeaturesById(java.lang.Integer id)
findPhysicalFeaturesById
in interface PhysicalFeaturesDao
findPhysicalFeaturesById
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesById(java.lang.Integer)
public java.lang.Object findPhysicalFeaturesById(int transform, java.lang.Integer id)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesById(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.
findPhysicalFeaturesById
in interface PhysicalFeaturesDao
findPhysicalFeaturesById
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesById(int, java.lang.Integer)
public PhysicalFeatures findPhysicalFeaturesById(java.lang.String queryString, java.lang.Integer id)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.findPhysicalFeaturesById(java.lang.Integer)
.
findPhysicalFeaturesById
in interface PhysicalFeaturesDao
findPhysicalFeaturesById
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesById(java.lang.String, java.lang.Integer)
public java.lang.Object findPhysicalFeaturesById(int transform, java.lang.String queryString, java.lang.Integer id)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.findPhysicalFeaturesById(int, java.lang.Integer id)
.
findPhysicalFeaturesById
in interface PhysicalFeaturesDao
findPhysicalFeaturesById
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findPhysicalFeaturesByVessel(Vessel vessel)
findPhysicalFeaturesByVessel
in interface PhysicalFeaturesDao
findPhysicalFeaturesByVessel
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalFeaturesByVessel(int transform, Vessel vessel)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(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.
findPhysicalFeaturesByVessel
in interface PhysicalFeaturesDao
findPhysicalFeaturesByVessel
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalFeaturesByVessel(java.lang.String queryString, Vessel vessel)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
findPhysicalFeaturesByVessel
in interface PhysicalFeaturesDao
findPhysicalFeaturesByVessel
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalFeaturesByVessel(int pageNumber, int pageSize, Vessel vessel)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(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.
findPhysicalFeaturesByVessel
in interface PhysicalFeaturesDao
findPhysicalFeaturesByVessel
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalFeaturesByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(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.
findPhysicalFeaturesByVessel
in interface PhysicalFeaturesDao
findPhysicalFeaturesByVessel
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalFeaturesByVessel(int transform, java.lang.String queryString, Vessel vessel)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(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 PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
findPhysicalFeaturesByVessel
in interface PhysicalFeaturesDao
findPhysicalFeaturesByVessel
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalFeaturesByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(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.
findPhysicalFeaturesByVessel
in interface PhysicalFeaturesDao
findPhysicalFeaturesByVessel
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalFeaturesByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(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.
findPhysicalFeaturesByVessel
in interface PhysicalFeaturesDao
findPhysicalFeaturesByVessel
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalFeaturesByQualityFlag(QualityFlag qualityFlag)
findPhysicalFeaturesByQualityFlag
in interface PhysicalFeaturesDao
findPhysicalFeaturesByQualityFlag
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalFeaturesByQualityFlag(int transform, QualityFlag qualityFlag)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(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.
findPhysicalFeaturesByQualityFlag
in interface PhysicalFeaturesDao
findPhysicalFeaturesByQualityFlag
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalFeaturesByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findPhysicalFeaturesByQualityFlag
in interface PhysicalFeaturesDao
findPhysicalFeaturesByQualityFlag
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalFeaturesByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(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.
findPhysicalFeaturesByQualityFlag
in interface PhysicalFeaturesDao
findPhysicalFeaturesByQualityFlag
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalFeaturesByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(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.
findPhysicalFeaturesByQualityFlag
in interface PhysicalFeaturesDao
findPhysicalFeaturesByQualityFlag
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalFeaturesByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findPhysicalFeaturesByQualityFlag
in interface PhysicalFeaturesDao
findPhysicalFeaturesByQualityFlag
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalFeaturesByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(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.
findPhysicalFeaturesByQualityFlag
in interface PhysicalFeaturesDao
findPhysicalFeaturesByQualityFlag
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalFeaturesByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(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.
findPhysicalFeaturesByQualityFlag
in interface PhysicalFeaturesDao
findPhysicalFeaturesByQualityFlag
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalFeaturesByProgram(Program program)
findPhysicalFeaturesByProgram
in interface PhysicalFeaturesDao
findPhysicalFeaturesByProgram
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalFeaturesByProgram(int transform, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(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.
findPhysicalFeaturesByProgram
in interface PhysicalFeaturesDao
findPhysicalFeaturesByProgram
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalFeaturesByProgram(java.lang.String queryString, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
findPhysicalFeaturesByProgram
in interface PhysicalFeaturesDao
findPhysicalFeaturesByProgram
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalFeaturesByProgram(int pageNumber, int pageSize, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(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.
findPhysicalFeaturesByProgram
in interface PhysicalFeaturesDao
findPhysicalFeaturesByProgram
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalFeaturesByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(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.
findPhysicalFeaturesByProgram
in interface PhysicalFeaturesDao
findPhysicalFeaturesByProgram
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalFeaturesByProgram(int transform, java.lang.String queryString, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(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 PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findPhysicalFeaturesByProgram
in interface PhysicalFeaturesDao
findPhysicalFeaturesByProgram
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalFeaturesByProgram(int transform, int pageNumber, int pageSize, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(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.
findPhysicalFeaturesByProgram
in interface PhysicalFeaturesDao
findPhysicalFeaturesByProgram
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalFeaturesByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(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.
findPhysicalFeaturesByProgram
in interface PhysicalFeaturesDao
findPhysicalFeaturesByProgram
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public PhysicalFeatures findPhysicalFeaturesByNaturalId(java.util.Date startDate, Vessel vessel, Program program)
findPhysicalFeaturesByNaturalId
in interface PhysicalFeaturesDao
findPhysicalFeaturesByNaturalId
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findPhysicalFeaturesByNaturalId(int transform, java.util.Date startDate, Vessel vessel, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(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.
findPhysicalFeaturesByNaturalId
in interface PhysicalFeaturesDao
findPhysicalFeaturesByNaturalId
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public PhysicalFeatures findPhysicalFeaturesByNaturalId(java.lang.String queryString, java.util.Date startDate, Vessel vessel, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(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 PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
.
findPhysicalFeaturesByNaturalId
in interface PhysicalFeaturesDao
findPhysicalFeaturesByNaturalId
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findPhysicalFeaturesByNaturalId(int transform, java.lang.String queryString, java.util.Date startDate, Vessel vessel, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(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 PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(int, java.util.Date startDate, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findPhysicalFeaturesByNaturalId
in interface PhysicalFeaturesDao
findPhysicalFeaturesByNaturalId
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(int, java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
getAllPhysicalFeaturesSinceDateSynchro
in interface PhysicalFeaturesDao
getAllPhysicalFeaturesSinceDateSynchro
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(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.
getAllPhysicalFeaturesSinceDateSynchro
in interface PhysicalFeaturesDao
getAllPhysicalFeaturesSinceDateSynchro
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp)
.
getAllPhysicalFeaturesSinceDateSynchro
in interface PhysicalFeaturesDao
getAllPhysicalFeaturesSinceDateSynchro
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(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.
getAllPhysicalFeaturesSinceDateSynchro
in interface PhysicalFeaturesDao
getAllPhysicalFeaturesSinceDateSynchro
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(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.
getAllPhysicalFeaturesSinceDateSynchro
in interface PhysicalFeaturesDao
getAllPhysicalFeaturesSinceDateSynchro
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllPhysicalFeaturesSinceDateSynchro
in interface PhysicalFeaturesDao
getAllPhysicalFeaturesSinceDateSynchro
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(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.
getAllPhysicalFeaturesSinceDateSynchro
in interface PhysicalFeaturesDao
getAllPhysicalFeaturesSinceDateSynchro
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(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.
getAllPhysicalFeaturesSinceDateSynchro
in interface PhysicalFeaturesDao
getAllPhysicalFeaturesSinceDateSynchro
in class PhysicalFeaturesDaoBase
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public GearPhysicalFeatures createFromClusterGearPhysicalFeatures(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)
createFromClusterGearPhysicalFeatures
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.createFromClusterGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterGearPhysicalFeatures)
protected abstract GearPhysicalFeatures handleCreateFromClusterGearPhysicalFeatures(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures) throws java.lang.Exception
createFromClusterGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterGearPhysicalFeatures)
java.lang.Exception
public ClusterGearPhysicalFeatures[] getAllClusterGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterGearPhysicalFeaturesSinceDateSynchro
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.getAllClusterGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterGearPhysicalFeatures[] handleGetAllClusterGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterGearPhysicalFeaturesSinceDateSynchro(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, GearPhysicalFeatures entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesDao
, please note
that the PhysicalFeaturesDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
GearPhysicalFeatures
- PhysicalFeaturesDao.TRANSFORM_NONE
RemoteGearPhysicalFeaturesFullVO
- TRANSFORM_REMOTEGEARPHYSICALFEATURESFULLVO
RemoteGearPhysicalFeaturesNaturalId
- TRANSFORM_REMOTEGEARPHYSICALFEATURESNATURALID
ClusterGearPhysicalFeatures
- TRANSFORM_CLUSTERGEARPHYSICALFEATURES
PhysicalFeaturesDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in GearPhysicalFeaturesDao
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.physical.GearPhysicalFeatures)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transformEntities
in class PhysicalFeaturesDaoBase
transform
- one of the constants declared in fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
protected GearPhysicalFeatures toEntity(java.lang.Object[] row)
toEntity
in class PhysicalFeaturesDaoBase
public final void toRemoteGearPhysicalFeaturesFullVOCollection(java.util.Collection entities)
GearPhysicalFeaturesDao
RemoteGearPhysicalFeaturesFullVO
.
toRemoteGearPhysicalFeaturesFullVOCollection
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesFullVOCollection(java.util.Collection)
public final RemoteGearPhysicalFeaturesFullVO[] toRemoteGearPhysicalFeaturesFullVOArray(java.util.Collection entities)
GearPhysicalFeaturesDao
RemoteGearPhysicalFeaturesFullVO
.
toRemoteGearPhysicalFeaturesFullVOArray
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesFullVOArray(java.util.Collection)
protected RemoteGearPhysicalFeaturesFullVO toRemoteGearPhysicalFeaturesFullVO(java.lang.Object[] row)
GearPhysicalFeaturesDaoImpl
class if you intend to use reporting queries.
GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesFullVO(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public final void remoteGearPhysicalFeaturesFullVOToEntityCollection(java.util.Collection instances)
GearPhysicalFeaturesDao
RemoteGearPhysicalFeaturesFullVO
to this
DAO's entity.
remoteGearPhysicalFeaturesFullVOToEntityCollection
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.remoteGearPhysicalFeaturesFullVOToEntityCollection(java.util.Collection)
public void toRemoteGearPhysicalFeaturesFullVO(GearPhysicalFeatures source, RemoteGearPhysicalFeaturesFullVO target)
GearPhysicalFeaturesDao
toRemoteGearPhysicalFeaturesFullVO
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesFullVO(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)
public RemoteGearPhysicalFeaturesFullVO toRemoteGearPhysicalFeaturesFullVO(GearPhysicalFeatures entity)
GearPhysicalFeaturesDao
RemoteGearPhysicalFeaturesFullVO
.
toRemoteGearPhysicalFeaturesFullVO
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesFullVO(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public void remoteGearPhysicalFeaturesFullVOToEntity(RemoteGearPhysicalFeaturesFullVO source, GearPhysicalFeatures target, boolean copyIfNull)
GearPhysicalFeaturesDao
RemoteGearPhysicalFeaturesFullVO
to the specified entity.
remoteGearPhysicalFeaturesFullVOToEntity
in interface GearPhysicalFeaturesDao
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.physical.GearPhysicalFeaturesDao#remoteGearPhysicalFeaturesFullVOToEntity(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public final void toRemoteGearPhysicalFeaturesNaturalIdCollection(java.util.Collection entities)
GearPhysicalFeaturesDao
RemoteGearPhysicalFeaturesNaturalId
.
toRemoteGearPhysicalFeaturesNaturalIdCollection
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesNaturalIdCollection(java.util.Collection)
public final RemoteGearPhysicalFeaturesNaturalId[] toRemoteGearPhysicalFeaturesNaturalIdArray(java.util.Collection entities)
GearPhysicalFeaturesDao
RemoteGearPhysicalFeaturesNaturalId
.
toRemoteGearPhysicalFeaturesNaturalIdArray
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesNaturalIdArray(java.util.Collection)
protected RemoteGearPhysicalFeaturesNaturalId toRemoteGearPhysicalFeaturesNaturalId(java.lang.Object[] row)
GearPhysicalFeaturesDaoImpl
class if you intend to use reporting queries.
GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public final void remoteGearPhysicalFeaturesNaturalIdToEntityCollection(java.util.Collection instances)
GearPhysicalFeaturesDao
RemoteGearPhysicalFeaturesNaturalId
to this
DAO's entity.
remoteGearPhysicalFeaturesNaturalIdToEntityCollection
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.remoteGearPhysicalFeaturesNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteGearPhysicalFeaturesNaturalId(GearPhysicalFeatures source, RemoteGearPhysicalFeaturesNaturalId target)
GearPhysicalFeaturesDao
toRemoteGearPhysicalFeaturesNaturalId
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesNaturalId)
public RemoteGearPhysicalFeaturesNaturalId toRemoteGearPhysicalFeaturesNaturalId(GearPhysicalFeatures entity)
GearPhysicalFeaturesDao
RemoteGearPhysicalFeaturesNaturalId
.
toRemoteGearPhysicalFeaturesNaturalId
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public void remoteGearPhysicalFeaturesNaturalIdToEntity(RemoteGearPhysicalFeaturesNaturalId source, GearPhysicalFeatures target, boolean copyIfNull)
GearPhysicalFeaturesDao
RemoteGearPhysicalFeaturesNaturalId
to the specified entity.
remoteGearPhysicalFeaturesNaturalIdToEntity
in interface GearPhysicalFeaturesDao
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.physical.GearPhysicalFeaturesDao#remoteGearPhysicalFeaturesNaturalIdToEntity(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesNaturalId, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public final void toClusterGearPhysicalFeaturesCollection(java.util.Collection entities)
GearPhysicalFeaturesDao
ClusterGearPhysicalFeatures
.
toClusterGearPhysicalFeaturesCollection
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.toClusterGearPhysicalFeaturesCollection(java.util.Collection)
public final ClusterGearPhysicalFeatures[] toClusterGearPhysicalFeaturesArray(java.util.Collection entities)
GearPhysicalFeaturesDao
ClusterGearPhysicalFeatures
.
toClusterGearPhysicalFeaturesArray
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.toClusterGearPhysicalFeaturesArray(java.util.Collection)
protected ClusterGearPhysicalFeatures toClusterGearPhysicalFeatures(java.lang.Object[] row)
GearPhysicalFeaturesDaoImpl
class if you intend to use reporting queries.
GearPhysicalFeaturesDao.toClusterGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public final void clusterGearPhysicalFeaturesToEntityCollection(java.util.Collection instances)
GearPhysicalFeaturesDao
ClusterGearPhysicalFeatures
to this
DAO's entity.
clusterGearPhysicalFeaturesToEntityCollection
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.clusterGearPhysicalFeaturesToEntityCollection(java.util.Collection)
public void toClusterGearPhysicalFeatures(GearPhysicalFeatures source, ClusterGearPhysicalFeatures target)
GearPhysicalFeaturesDao
toClusterGearPhysicalFeatures
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.toClusterGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterGearPhysicalFeatures)
public ClusterGearPhysicalFeatures toClusterGearPhysicalFeatures(GearPhysicalFeatures entity)
GearPhysicalFeaturesDao
ClusterGearPhysicalFeatures
.
toClusterGearPhysicalFeatures
in interface GearPhysicalFeaturesDao
GearPhysicalFeaturesDao.toClusterGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public void clusterGearPhysicalFeaturesToEntity(ClusterGearPhysicalFeatures source, GearPhysicalFeatures target, boolean copyIfNull)
GearPhysicalFeaturesDao
ClusterGearPhysicalFeatures
to the specified entity.
clusterGearPhysicalFeaturesToEntity
in interface GearPhysicalFeaturesDao
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.physical.GearPhysicalFeaturesDao#clusterGearPhysicalFeaturesToEntity(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterGearPhysicalFeatures, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
getPrincipal
in class PhysicalFeaturesDaoBase
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
PhysicalFeaturesDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface GearPhysicalFeaturesDao
search
in interface PhysicalFeaturesDao
search
in class PhysicalFeaturesDaoBase
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.GearPhysicalFeaturesDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
PhysicalFeaturesDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface GearPhysicalFeaturesDao
search
in interface PhysicalFeaturesDao
search
in class PhysicalFeaturesDaoBase
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.GearPhysicalFeaturesDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
PhysicalFeaturesDao
PhysicalFeaturesDao.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 GearPhysicalFeaturesDao
search
in interface PhysicalFeaturesDao
search
in class PhysicalFeaturesDaoBase
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
GearPhysicalFeaturesDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
PhysicalFeaturesDao
search
object.
search
in interface GearPhysicalFeaturesDao
search
in interface PhysicalFeaturesDao
search
in class PhysicalFeaturesDaoBase
search
- the search object which provides the search parameters and pagination specification.
GearPhysicalFeaturesDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |