fr.ifremer.allegro.data.vessel.feature.physical
Class GearPhysicalFeaturesDaoBase

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesDaoBase
          extended by fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesDaoImpl
              extended by fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesDaoBase
All Implemented Interfaces:
GearPhysicalFeaturesDao, PhysicalFeaturesDao
Direct Known Subclasses:
GearPhysicalFeaturesDaoImpl

public abstract class GearPhysicalFeaturesDaoBase
extends PhysicalFeaturesDaoImpl
implements GearPhysicalFeaturesDao

Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures.

See Also:
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 collection.
 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 fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesDaoImpl
clusterPhysicalFeaturesToEntity, clusterPhysicalFeaturesToEntity, remotePhysicalFeaturesFullVOToEntity, remotePhysicalFeaturesFullVOToEntity, remotePhysicalFeaturesNaturalIdToEntity, remotePhysicalFeaturesNaturalIdToEntity, toClusterPhysicalFeatures, toClusterPhysicalFeatures, toRemotePhysicalFeaturesFullVO, toRemotePhysicalFeaturesFullVO, toRemotePhysicalFeaturesNaturalId, toRemotePhysicalFeaturesNaturalId
 
Methods inherited from class fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesDaoBase
clusterPhysicalFeaturesToEntityCollection, getProgramDao, getQualityFlagDao, getVesselDao, remotePhysicalFeaturesFullVOToEntityCollection, remotePhysicalFeaturesNaturalIdToEntityCollection, remove, setProgramDao, setQualityFlagDao, setVesselDao, toClusterPhysicalFeatures, toClusterPhysicalFeaturesArray, toClusterPhysicalFeaturesCollection, toRemotePhysicalFeaturesFullVO, toRemotePhysicalFeaturesFullVOArray, toRemotePhysicalFeaturesFullVOCollection, toRemotePhysicalFeaturesNaturalId, toRemotePhysicalFeaturesNaturalIdArray, toRemotePhysicalFeaturesNaturalIdCollection, transformEntity, update
 
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
 
Methods inherited from interface fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesDao
clusterPhysicalFeaturesToEntity, clusterPhysicalFeaturesToEntity, clusterPhysicalFeaturesToEntityCollection, remotePhysicalFeaturesFullVOToEntity, remotePhysicalFeaturesFullVOToEntity, remotePhysicalFeaturesFullVOToEntityCollection, remotePhysicalFeaturesNaturalIdToEntity, remotePhysicalFeaturesNaturalIdToEntity, remotePhysicalFeaturesNaturalIdToEntityCollection, remove, toClusterPhysicalFeatures, toClusterPhysicalFeatures, toClusterPhysicalFeaturesArray, toClusterPhysicalFeaturesCollection, toRemotePhysicalFeaturesFullVO, toRemotePhysicalFeaturesFullVO, toRemotePhysicalFeaturesFullVOArray, toRemotePhysicalFeaturesFullVOCollection, toRemotePhysicalFeaturesNaturalId, toRemotePhysicalFeaturesNaturalId, toRemotePhysicalFeaturesNaturalIdArray, toRemotePhysicalFeaturesNaturalIdCollection, update
 

Constructor Detail

GearPhysicalFeaturesDaoBase

public GearPhysicalFeaturesDaoBase()
Method Detail

setGearDao

public void setGearDao(GearDao gearDao)
Sets the reference to gearDao.


getGearDao

protected GearDao getGearDao()
Gets the reference to gearDao.


setPhysicalGearSurveyDao

public void setPhysicalGearSurveyDao(PhysicalGearSurveyDao physicalGearSurveyDao)
Sets the reference to physicalGearSurveyDao.


getPhysicalGearSurveyDao

protected PhysicalGearSurveyDao getPhysicalGearSurveyDao()
Gets the reference to physicalGearSurveyDao.


setFishingTripDao

public void setFishingTripDao(FishingTripDao fishingTripDao)
Sets the reference to fishingTripDao.


getFishingTripDao

protected FishingTripDao getFishingTripDao()
Gets the reference to fishingTripDao.


setOperationDao

public void setOperationDao(OperationDao operationDao)
Sets the reference to operationDao.


getOperationDao

protected OperationDao getOperationDao()
Gets the reference to operationDao.


setGearPhysicalMeasurementDao

public void setGearPhysicalMeasurementDao(GearPhysicalMeasurementDao gearPhysicalMeasurementDao)
Sets the reference to gearPhysicalMeasurementDao.


getGearPhysicalMeasurementDao

protected GearPhysicalMeasurementDao getGearPhysicalMeasurementDao()
Gets the reference to gearPhysicalMeasurementDao.


setGearPhysicalFeaturesOriginDao

public void setGearPhysicalFeaturesOriginDao(GearPhysicalFeaturesOriginDao gearPhysicalFeaturesOriginDao)
Sets the reference to gearPhysicalFeaturesOriginDao.


getGearPhysicalFeaturesOriginDao

protected GearPhysicalFeaturesOriginDao getGearPhysicalFeaturesOriginDao()
Gets the reference to gearPhysicalFeaturesOriginDao.


load

public java.lang.Object load(int transform,
                             java.lang.Integer id)
Description copied from interface: 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.

Specified by:
load in interface GearPhysicalFeaturesDao
Specified by:
load in interface PhysicalFeaturesDao
Overrides:
load in class PhysicalFeaturesDaoBase
id - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.
See Also:
GearPhysicalFeaturesDao.load(int, java.lang.Integer)

load

public GearPhysicalFeatures load(java.lang.Integer id)
Description copied from interface: PhysicalFeaturesDao
Loads an instance of fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures from the persistent store.

Specified by:
load in interface GearPhysicalFeaturesDao
Specified by:
load in interface PhysicalFeaturesDao
Overrides:
load in class PhysicalFeaturesDaoBase
See Also:
GearPhysicalFeaturesDao.load(java.lang.Integer)

loadAll

public java.util.Collection loadAll()
Description copied from interface: PhysicalFeaturesDao
Loads all entities of type PhysicalFeatures.

Specified by:
loadAll in interface GearPhysicalFeaturesDao
Specified by:
loadAll in interface PhysicalFeaturesDao
Overrides:
loadAll in class PhysicalFeaturesDaoBase
Returns:
the loaded entities.
See Also:
GearPhysicalFeaturesDao.loadAll()

loadAll

public java.util.Collection loadAll(int transform)
Description copied from interface: 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.

Specified by:
loadAll in interface GearPhysicalFeaturesDao
Specified by:
loadAll in interface PhysicalFeaturesDao
Overrides:
loadAll in class PhysicalFeaturesDaoBase
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.
See Also:
GearPhysicalFeaturesDao.loadAll(int)

loadAll

public java.util.Collection loadAll(int pageNumber,
                                    int pageSize)
Description copied from interface: 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.

Specified by:
loadAll in interface GearPhysicalFeaturesDao
Specified by:
loadAll in interface PhysicalFeaturesDao
Overrides:
loadAll in class PhysicalFeaturesDaoBase
Parameters:
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.
See Also:
GearPhysicalFeaturesDao.loadAll(int, int)

loadAll

public java.util.Collection loadAll(int transform,
                                    int pageNumber,
                                    int pageSize)
Description copied from interface: 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.

Specified by:
loadAll in interface GearPhysicalFeaturesDao
Specified by:
loadAll in interface PhysicalFeaturesDao
Overrides:
loadAll in class PhysicalFeaturesDaoBase
Parameters:
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.
Returns:
the loaded entities.
See Also:
GearPhysicalFeaturesDao.loadAll(int, int, int)

create

public GearPhysicalFeatures create(GearPhysicalFeatures gearPhysicalFeatures)
Description copied from interface: GearPhysicalFeaturesDao
Creates an instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures and adds it to the persistent store.

Specified by:
create in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)

create

public java.lang.Object create(int transform,
                               GearPhysicalFeatures gearPhysicalFeatures)
Description copied from interface: 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.

Specified by:
create in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.create(int transform, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)

create

public java.util.Collection create(java.util.Collection entities)
Description copied from interface: GearPhysicalFeaturesDao
Creates a new instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures and adds from the passed in entities collection

Specified by:
create in interface GearPhysicalFeaturesDao
Parameters:
entities - the collection of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures instances to create.
Returns:
the created instances.
See Also:
GearPhysicalFeaturesDao.create(java.util.Collection)

create

public java.util.Collection create(int transform,
                                   java.util.Collection entities)
Description copied from interface: 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.

Specified by:
create in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.create(int, java.util.Collection)

create

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)
Description copied from interface: 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.

Specified by:
create in interface GearPhysicalFeaturesDao
See Also:
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)

create

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)
Description copied from interface: 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.

Specified by:
create in interface GearPhysicalFeaturesDao
See Also:
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)

create

public GearPhysicalFeatures create(java.util.Date creationDate,
                                   Gear gear,
                                   Program program,
                                   QualityFlag qualityFlag,
                                   java.util.Date startDate,
                                   Vessel vessel)
Description copied from interface: 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.

Specified by:
create in interface GearPhysicalFeaturesDao
See Also:
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)

create

public java.lang.Object create(int transform,
                               java.util.Date creationDate,
                               Gear gear,
                               Program program,
                               QualityFlag qualityFlag,
                               java.util.Date startDate,
                               Vessel vessel)
Description copied from interface: 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.

Specified by:
create in interface GearPhysicalFeaturesDao
See Also:
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)

update

public void update(GearPhysicalFeatures gearPhysicalFeatures)
Description copied from interface: GearPhysicalFeaturesDao
Updates the gearPhysicalFeatures instance in the persistent store.

Specified by:
update in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.update(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)

update

public void update(java.util.Collection entities)
Description copied from interface: PhysicalFeaturesDao
Updates all instances in the entities collection in the persistent store.

Specified by:
update in interface GearPhysicalFeaturesDao
Specified by:
update in interface PhysicalFeaturesDao
Overrides:
update in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.update(java.util.Collection)

remove

public void remove(GearPhysicalFeatures gearPhysicalFeatures)
Description copied from interface: GearPhysicalFeaturesDao
Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures from the persistent store.

Specified by:
remove in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.remove(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)

remove

public void remove(java.lang.Integer id)
Description copied from interface: PhysicalFeaturesDao
Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures having the given identifier from the persistent store.

Specified by:
remove in interface GearPhysicalFeaturesDao
Specified by:
remove in interface PhysicalFeaturesDao
Overrides:
remove in class PhysicalFeaturesDaoBase
See Also:
GearPhysicalFeaturesDao.remove(java.lang.Integer)

remove

public void remove(java.util.Collection entities)
Description copied from interface: PhysicalFeaturesDao
Removes all entities in the given 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)

getAllGearPhysicalFeatures

public java.util.Collection getAllGearPhysicalFeatures()
Specified by:
getAllGearPhysicalFeatures in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.getAllGearPhysicalFeatures()

getAllGearPhysicalFeatures

public java.util.Collection getAllGearPhysicalFeatures(int transform)
Description copied from interface: 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.

Specified by:
getAllGearPhysicalFeatures in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.getAllGearPhysicalFeatures(int)

getAllGearPhysicalFeatures

public java.util.Collection getAllGearPhysicalFeatures(java.lang.String queryString)
Description copied from interface: 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().

Specified by:
getAllGearPhysicalFeatures in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.getAllGearPhysicalFeatures(java.lang.String)

getAllGearPhysicalFeatures

public java.util.Collection getAllGearPhysicalFeatures(int pageNumber,
                                                       int pageSize)
Description copied from interface: 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.

Specified by:
getAllGearPhysicalFeatures in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.getAllGearPhysicalFeatures(int, int)

getAllGearPhysicalFeatures

public java.util.Collection getAllGearPhysicalFeatures(java.lang.String queryString,
                                                       int pageNumber,
                                                       int pageSize)
Description copied from interface: 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.

Specified by:
getAllGearPhysicalFeatures in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.getAllGearPhysicalFeatures(String, int, int)

getAllGearPhysicalFeatures

public java.util.Collection getAllGearPhysicalFeatures(int transform,
                                                       java.lang.String queryString)
Description copied from interface: 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).

Specified by:
getAllGearPhysicalFeatures in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.getAllGearPhysicalFeatures(int, String)

getAllGearPhysicalFeatures

public java.util.Collection getAllGearPhysicalFeatures(int transform,
                                                       int pageNumber,
                                                       int pageSize)
Description copied from interface: 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.

Specified by:
getAllGearPhysicalFeatures in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.getAllGearPhysicalFeatures(int, int, int)

getAllGearPhysicalFeatures

public java.util.Collection getAllGearPhysicalFeatures(int transform,
                                                       java.lang.String queryString,
                                                       int pageNumber,
                                                       int pageSize)
Description copied from interface: 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.

Specified by:
getAllGearPhysicalFeatures in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.getAllGearPhysicalFeatures(int, java.lang.String, int, int)

findGearPhysicalFeaturesById

public GearPhysicalFeatures findGearPhysicalFeaturesById(java.lang.Integer id)
Specified by:
findGearPhysicalFeaturesById in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesById(java.lang.Integer)

findGearPhysicalFeaturesById

public java.lang.Object findGearPhysicalFeaturesById(int transform,
                                                     java.lang.Integer id)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesById in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesById(int, java.lang.Integer)

findGearPhysicalFeaturesById

public GearPhysicalFeatures findGearPhysicalFeaturesById(java.lang.String queryString,
                                                         java.lang.Integer id)
Description copied from interface: 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).

Specified by:
findGearPhysicalFeaturesById in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesById(java.lang.String, java.lang.Integer)

findGearPhysicalFeaturesById

public java.lang.Object findGearPhysicalFeaturesById(int transform,
                                                     java.lang.String queryString,
                                                     java.lang.Integer id)
Description copied from interface: 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).

Specified by:
findGearPhysicalFeaturesById in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesById(int, java.lang.String, java.lang.Integer)

findGearPhysicalFeaturesByGear

public java.util.Collection findGearPhysicalFeaturesByGear(Gear gear)
Specified by:
findGearPhysicalFeaturesByGear in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(fr.ifremer.allegro.referential.gear.Gear)

findGearPhysicalFeaturesByGear

public java.util.Collection findGearPhysicalFeaturesByGear(int transform,
                                                           Gear gear)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByGear in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(int, fr.ifremer.allegro.referential.gear.Gear)

findGearPhysicalFeaturesByGear

public java.util.Collection findGearPhysicalFeaturesByGear(java.lang.String queryString,
                                                           Gear gear)
Description copied from interface: 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).

Specified by:
findGearPhysicalFeaturesByGear in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(java.lang.String, fr.ifremer.allegro.referential.gear.Gear)

findGearPhysicalFeaturesByGear

public java.util.Collection findGearPhysicalFeaturesByGear(int pageNumber,
                                                           int pageSize,
                                                           Gear gear)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByGear in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(int, int, fr.ifremer.allegro.referential.gear.Gear)

findGearPhysicalFeaturesByGear

public java.util.Collection findGearPhysicalFeaturesByGear(java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           Gear gear)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByGear in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(String, int, int, fr.ifremer.allegro.referential.gear.Gear)

findGearPhysicalFeaturesByGear

public java.util.Collection findGearPhysicalFeaturesByGear(int transform,
                                                           java.lang.String queryString,
                                                           Gear gear)
Description copied from interface: 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).

Specified by:
findGearPhysicalFeaturesByGear in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(int, String, fr.ifremer.allegro.referential.gear.Gear)

findGearPhysicalFeaturesByGear

public java.util.Collection findGearPhysicalFeaturesByGear(int transform,
                                                           int pageNumber,
                                                           int pageSize,
                                                           Gear gear)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByGear in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(int, int, int, fr.ifremer.allegro.referential.gear.Gear)

findGearPhysicalFeaturesByGear

public java.util.Collection findGearPhysicalFeaturesByGear(int transform,
                                                           java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           Gear gear)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByGear in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByGear(int, java.lang.String, int, int, fr.ifremer.allegro.referential.gear.Gear)

findGearPhysicalFeaturesByPhysicalGearSurvey

public java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(PhysicalGearSurvey physicalGearSurvey)
Specified by:
findGearPhysicalFeaturesByPhysicalGearSurvey in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

findGearPhysicalFeaturesByPhysicalGearSurvey

public java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(int transform,
                                                                         PhysicalGearSurvey physicalGearSurvey)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByPhysicalGearSurvey in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

findGearPhysicalFeaturesByPhysicalGearSurvey

public java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(java.lang.String queryString,
                                                                         PhysicalGearSurvey physicalGearSurvey)
Description copied from interface: 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).

Specified by:
findGearPhysicalFeaturesByPhysicalGearSurvey in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(java.lang.String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

findGearPhysicalFeaturesByPhysicalGearSurvey

public java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(int pageNumber,
                                                                         int pageSize,
                                                                         PhysicalGearSurvey physicalGearSurvey)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByPhysicalGearSurvey in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(int, int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

findGearPhysicalFeaturesByPhysicalGearSurvey

public java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(java.lang.String queryString,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         PhysicalGearSurvey physicalGearSurvey)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByPhysicalGearSurvey in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(String, int, int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

findGearPhysicalFeaturesByPhysicalGearSurvey

public java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(int transform,
                                                                         java.lang.String queryString,
                                                                         PhysicalGearSurvey physicalGearSurvey)
Description copied from interface: 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).

Specified by:
findGearPhysicalFeaturesByPhysicalGearSurvey in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(int, String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

findGearPhysicalFeaturesByPhysicalGearSurvey

public java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(int transform,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         PhysicalGearSurvey physicalGearSurvey)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByPhysicalGearSurvey in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(int, int, int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

findGearPhysicalFeaturesByPhysicalGearSurvey

public java.util.Collection findGearPhysicalFeaturesByPhysicalGearSurvey(int transform,
                                                                         java.lang.String queryString,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         PhysicalGearSurvey physicalGearSurvey)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByPhysicalGearSurvey in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByPhysicalGearSurvey(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

findGearPhysicalFeaturesByFishingTrip

public java.util.Collection findGearPhysicalFeaturesByFishingTrip(FishingTrip fishingTrip)
Specified by:
findGearPhysicalFeaturesByFishingTrip in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findGearPhysicalFeaturesByFishingTrip

public java.util.Collection findGearPhysicalFeaturesByFishingTrip(int transform,
                                                                  FishingTrip fishingTrip)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByFishingTrip in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findGearPhysicalFeaturesByFishingTrip

public java.util.Collection findGearPhysicalFeaturesByFishingTrip(java.lang.String queryString,
                                                                  FishingTrip fishingTrip)
Description copied from interface: 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).

Specified by:
findGearPhysicalFeaturesByFishingTrip in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(java.lang.String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findGearPhysicalFeaturesByFishingTrip

public java.util.Collection findGearPhysicalFeaturesByFishingTrip(int pageNumber,
                                                                  int pageSize,
                                                                  FishingTrip fishingTrip)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByFishingTrip in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findGearPhysicalFeaturesByFishingTrip

public java.util.Collection findGearPhysicalFeaturesByFishingTrip(java.lang.String queryString,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  FishingTrip fishingTrip)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByFishingTrip in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findGearPhysicalFeaturesByFishingTrip

public java.util.Collection findGearPhysicalFeaturesByFishingTrip(int transform,
                                                                  java.lang.String queryString,
                                                                  FishingTrip fishingTrip)
Description copied from interface: 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).

Specified by:
findGearPhysicalFeaturesByFishingTrip in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findGearPhysicalFeaturesByFishingTrip

public java.util.Collection findGearPhysicalFeaturesByFishingTrip(int transform,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  FishingTrip fishingTrip)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByFishingTrip in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(int, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findGearPhysicalFeaturesByFishingTrip

public java.util.Collection findGearPhysicalFeaturesByFishingTrip(int transform,
                                                                  java.lang.String queryString,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  FishingTrip fishingTrip)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByFishingTrip in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByFishingTrip(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findGearPhysicalFeaturesByVessel

public java.util.Collection findGearPhysicalFeaturesByVessel(Vessel vessel)
Specified by:
findGearPhysicalFeaturesByVessel in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)

findGearPhysicalFeaturesByVessel

public java.util.Collection findGearPhysicalFeaturesByVessel(int transform,
                                                             Vessel vessel)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByVessel in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)

findGearPhysicalFeaturesByVessel

public java.util.Collection findGearPhysicalFeaturesByVessel(java.lang.String queryString,
                                                             Vessel vessel)
Description copied from interface: 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).

Specified by:
findGearPhysicalFeaturesByVessel in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)

findGearPhysicalFeaturesByVessel

public java.util.Collection findGearPhysicalFeaturesByVessel(int pageNumber,
                                                             int pageSize,
                                                             Vessel vessel)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByVessel in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findGearPhysicalFeaturesByVessel

public java.util.Collection findGearPhysicalFeaturesByVessel(java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             Vessel vessel)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByVessel in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findGearPhysicalFeaturesByVessel

public java.util.Collection findGearPhysicalFeaturesByVessel(int transform,
                                                             java.lang.String queryString,
                                                             Vessel vessel)
Description copied from interface: 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).

Specified by:
findGearPhysicalFeaturesByVessel in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)

findGearPhysicalFeaturesByVessel

public java.util.Collection findGearPhysicalFeaturesByVessel(int transform,
                                                             int pageNumber,
                                                             int pageSize,
                                                             Vessel vessel)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByVessel in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findGearPhysicalFeaturesByVessel

public java.util.Collection findGearPhysicalFeaturesByVessel(int transform,
                                                             java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             Vessel vessel)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByVessel in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findGearPhysicalFeaturesByQualityFlag

public java.util.Collection findGearPhysicalFeaturesByQualityFlag(QualityFlag qualityFlag)
Specified by:
findGearPhysicalFeaturesByQualityFlag in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)

findGearPhysicalFeaturesByQualityFlag

public java.util.Collection findGearPhysicalFeaturesByQualityFlag(int transform,
                                                                  QualityFlag qualityFlag)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByQualityFlag in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)

findGearPhysicalFeaturesByQualityFlag

public java.util.Collection findGearPhysicalFeaturesByQualityFlag(java.lang.String queryString,
                                                                  QualityFlag qualityFlag)
Description copied from interface: 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).

Specified by:
findGearPhysicalFeaturesByQualityFlag in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)

findGearPhysicalFeaturesByQualityFlag

public java.util.Collection findGearPhysicalFeaturesByQualityFlag(int pageNumber,
                                                                  int pageSize,
                                                                  QualityFlag qualityFlag)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByQualityFlag in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)

findGearPhysicalFeaturesByQualityFlag

public java.util.Collection findGearPhysicalFeaturesByQualityFlag(java.lang.String queryString,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  QualityFlag qualityFlag)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByQualityFlag in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findGearPhysicalFeaturesByQualityFlag

public java.util.Collection findGearPhysicalFeaturesByQualityFlag(int transform,
                                                                  java.lang.String queryString,
                                                                  QualityFlag qualityFlag)
Description copied from interface: 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).

Specified by:
findGearPhysicalFeaturesByQualityFlag in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)

findGearPhysicalFeaturesByQualityFlag

public java.util.Collection findGearPhysicalFeaturesByQualityFlag(int transform,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  QualityFlag qualityFlag)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByQualityFlag in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)

findGearPhysicalFeaturesByQualityFlag

public java.util.Collection findGearPhysicalFeaturesByQualityFlag(int transform,
                                                                  java.lang.String queryString,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  QualityFlag qualityFlag)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByQualityFlag in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findGearPhysicalFeaturesByProgram

public java.util.Collection findGearPhysicalFeaturesByProgram(Program program)
Specified by:
findGearPhysicalFeaturesByProgram in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)

findGearPhysicalFeaturesByProgram

public java.util.Collection findGearPhysicalFeaturesByProgram(int transform,
                                                              Program program)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByProgram in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)

findGearPhysicalFeaturesByProgram

public java.util.Collection findGearPhysicalFeaturesByProgram(java.lang.String queryString,
                                                              Program program)
Description copied from interface: 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).

Specified by:
findGearPhysicalFeaturesByProgram in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)

findGearPhysicalFeaturesByProgram

public java.util.Collection findGearPhysicalFeaturesByProgram(int pageNumber,
                                                              int pageSize,
                                                              Program program)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByProgram in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findGearPhysicalFeaturesByProgram

public java.util.Collection findGearPhysicalFeaturesByProgram(java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              Program program)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByProgram in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findGearPhysicalFeaturesByProgram

public java.util.Collection findGearPhysicalFeaturesByProgram(int transform,
                                                              java.lang.String queryString,
                                                              Program program)
Description copied from interface: 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).

Specified by:
findGearPhysicalFeaturesByProgram in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)

findGearPhysicalFeaturesByProgram

public java.util.Collection findGearPhysicalFeaturesByProgram(int transform,
                                                              int pageNumber,
                                                              int pageSize,
                                                              Program program)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByProgram in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findGearPhysicalFeaturesByProgram

public java.util.Collection findGearPhysicalFeaturesByProgram(int transform,
                                                              java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              Program program)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByProgram in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.findGearPhysicalFeaturesByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findGearPhysicalFeaturesByNaturalId

public GearPhysicalFeatures findGearPhysicalFeaturesByNaturalId(Gear gear,
                                                                PhysicalGearSurvey physicalGearSurvey,
                                                                FishingTrip fishingTrip,
                                                                java.util.Date startDate,
                                                                Vessel vessel,
                                                                Program program)
Specified by:
findGearPhysicalFeaturesByNaturalId in interface GearPhysicalFeaturesDao
See Also:
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

public java.lang.Object findGearPhysicalFeaturesByNaturalId(int transform,
                                                            Gear gear,
                                                            PhysicalGearSurvey physicalGearSurvey,
                                                            FishingTrip fishingTrip,
                                                            java.util.Date startDate,
                                                            Vessel vessel,
                                                            Program program)
Description copied from interface: 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.

Specified by:
findGearPhysicalFeaturesByNaturalId in interface GearPhysicalFeaturesDao
See Also:
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)

findGearPhysicalFeaturesByNaturalId

public GearPhysicalFeatures findGearPhysicalFeaturesByNaturalId(java.lang.String queryString,
                                                                Gear gear,
                                                                PhysicalGearSurvey physicalGearSurvey,
                                                                FishingTrip fishingTrip,
                                                                java.util.Date startDate,
                                                                Vessel vessel,
                                                                Program program)
Description copied from interface: 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).

Specified by:
findGearPhysicalFeaturesByNaturalId in interface GearPhysicalFeaturesDao
See Also:
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)

findGearPhysicalFeaturesByNaturalId

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)
Description copied from interface: 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).

Specified by:
findGearPhysicalFeaturesByNaturalId in interface GearPhysicalFeaturesDao
See Also:
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)

getAllGearPhysicalFeaturesSinceDateSynchro

public java.util.Collection getAllGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
Specified by:
getAllGearPhysicalFeaturesSinceDateSynchro in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp)

getAllGearPhysicalFeaturesSinceDateSynchro

public java.util.Collection getAllGearPhysicalFeaturesSinceDateSynchro(int transform,
                                                                       java.sql.Timestamp updateDate)
Description copied from interface: 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.

Specified by:
getAllGearPhysicalFeaturesSinceDateSynchro in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp)

getAllGearPhysicalFeaturesSinceDateSynchro

public java.util.Collection getAllGearPhysicalFeaturesSinceDateSynchro(java.lang.String queryString,
                                                                       java.sql.Timestamp updateDate)
Description copied from interface: 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).

Specified by:
getAllGearPhysicalFeaturesSinceDateSynchro in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(java.lang.String, java.sql.Timestamp)

getAllGearPhysicalFeaturesSinceDateSynchro

public java.util.Collection getAllGearPhysicalFeaturesSinceDateSynchro(int pageNumber,
                                                                       int pageSize,
                                                                       java.sql.Timestamp updateDate)
Description copied from interface: 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.

Specified by:
getAllGearPhysicalFeaturesSinceDateSynchro in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(int, int, java.sql.Timestamp)

getAllGearPhysicalFeaturesSinceDateSynchro

public java.util.Collection getAllGearPhysicalFeaturesSinceDateSynchro(java.lang.String queryString,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       java.sql.Timestamp updateDate)
Description copied from interface: 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.

Specified by:
getAllGearPhysicalFeaturesSinceDateSynchro in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(String, int, int, java.sql.Timestamp)

getAllGearPhysicalFeaturesSinceDateSynchro

public java.util.Collection getAllGearPhysicalFeaturesSinceDateSynchro(int transform,
                                                                       java.lang.String queryString,
                                                                       java.sql.Timestamp updateDate)
Description copied from interface: 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).

Specified by:
getAllGearPhysicalFeaturesSinceDateSynchro in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(int, String, java.sql.Timestamp)

getAllGearPhysicalFeaturesSinceDateSynchro

public java.util.Collection getAllGearPhysicalFeaturesSinceDateSynchro(int transform,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       java.sql.Timestamp updateDate)
Description copied from interface: 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.

Specified by:
getAllGearPhysicalFeaturesSinceDateSynchro in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(int, int, int, java.sql.Timestamp)

getAllGearPhysicalFeaturesSinceDateSynchro

public java.util.Collection getAllGearPhysicalFeaturesSinceDateSynchro(int transform,
                                                                       java.lang.String queryString,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       java.sql.Timestamp updateDate)
Description copied from interface: 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.

Specified by:
getAllGearPhysicalFeaturesSinceDateSynchro in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.getAllGearPhysicalFeaturesSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)

getAllPhysicalFeatures

public java.util.Collection getAllPhysicalFeatures()
Specified by:
getAllPhysicalFeatures in interface PhysicalFeaturesDao
Overrides:
getAllPhysicalFeatures in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.getAllPhysicalFeatures()

getAllPhysicalFeatures

public java.util.Collection getAllPhysicalFeatures(int transform)
Description copied from interface: 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.

Specified by:
getAllPhysicalFeatures in interface PhysicalFeaturesDao
Overrides:
getAllPhysicalFeatures in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.getAllPhysicalFeatures(int)

getAllPhysicalFeatures

public java.util.Collection getAllPhysicalFeatures(java.lang.String queryString)
Description copied from interface: 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().

Specified by:
getAllPhysicalFeatures in interface PhysicalFeaturesDao
Overrides:
getAllPhysicalFeatures in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.getAllPhysicalFeatures(java.lang.String)

getAllPhysicalFeatures

public java.util.Collection getAllPhysicalFeatures(int pageNumber,
                                                   int pageSize)
Description copied from interface: 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.

Specified by:
getAllPhysicalFeatures in interface PhysicalFeaturesDao
Overrides:
getAllPhysicalFeatures in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.getAllPhysicalFeatures(int, int)

getAllPhysicalFeatures

public java.util.Collection getAllPhysicalFeatures(java.lang.String queryString,
                                                   int pageNumber,
                                                   int pageSize)
Description copied from interface: 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.

Specified by:
getAllPhysicalFeatures in interface PhysicalFeaturesDao
Overrides:
getAllPhysicalFeatures in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.getAllPhysicalFeatures(String, int, int)

getAllPhysicalFeatures

public java.util.Collection getAllPhysicalFeatures(int transform,
                                                   java.lang.String queryString)
Description copied from interface: 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).

Specified by:
getAllPhysicalFeatures in interface PhysicalFeaturesDao
Overrides:
getAllPhysicalFeatures in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.getAllPhysicalFeatures(int, String)

getAllPhysicalFeatures

public java.util.Collection getAllPhysicalFeatures(int transform,
                                                   int pageNumber,
                                                   int pageSize)
Description copied from interface: 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.

Specified by:
getAllPhysicalFeatures in interface PhysicalFeaturesDao
Overrides:
getAllPhysicalFeatures in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.getAllPhysicalFeatures(int, int, int)

getAllPhysicalFeatures

public java.util.Collection getAllPhysicalFeatures(int transform,
                                                   java.lang.String queryString,
                                                   int pageNumber,
                                                   int pageSize)
Description copied from interface: 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.

Specified by:
getAllPhysicalFeatures in interface PhysicalFeaturesDao
Overrides:
getAllPhysicalFeatures in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.getAllPhysicalFeatures(int, java.lang.String, int, int)

findPhysicalFeaturesById

public PhysicalFeatures findPhysicalFeaturesById(java.lang.Integer id)
Specified by:
findPhysicalFeaturesById in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesById in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesById(java.lang.Integer)

findPhysicalFeaturesById

public java.lang.Object findPhysicalFeaturesById(int transform,
                                                 java.lang.Integer id)
Description copied from interface: 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.

Specified by:
findPhysicalFeaturesById in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesById in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesById(int, java.lang.Integer)

findPhysicalFeaturesById

public PhysicalFeatures findPhysicalFeaturesById(java.lang.String queryString,
                                                 java.lang.Integer id)
Description copied from interface: 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).

Specified by:
findPhysicalFeaturesById in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesById in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesById(java.lang.String, java.lang.Integer)

findPhysicalFeaturesById

public java.lang.Object findPhysicalFeaturesById(int transform,
                                                 java.lang.String queryString,
                                                 java.lang.Integer id)
Description copied from interface: 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).

Specified by:
findPhysicalFeaturesById in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesById in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesById(int, java.lang.String, java.lang.Integer)

findPhysicalFeaturesByVessel

public java.util.Collection findPhysicalFeaturesByVessel(Vessel vessel)
Specified by:
findPhysicalFeaturesByVessel in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByVessel in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)

findPhysicalFeaturesByVessel

public java.util.Collection findPhysicalFeaturesByVessel(int transform,
                                                         Vessel vessel)
Description copied from interface: 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.

Specified by:
findPhysicalFeaturesByVessel in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByVessel in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)

findPhysicalFeaturesByVessel

public java.util.Collection findPhysicalFeaturesByVessel(java.lang.String queryString,
                                                         Vessel vessel)
Description copied from interface: 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).

Specified by:
findPhysicalFeaturesByVessel in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByVessel in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)

findPhysicalFeaturesByVessel

public java.util.Collection findPhysicalFeaturesByVessel(int pageNumber,
                                                         int pageSize,
                                                         Vessel vessel)
Description copied from interface: 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.

Specified by:
findPhysicalFeaturesByVessel in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByVessel in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findPhysicalFeaturesByVessel

public java.util.Collection findPhysicalFeaturesByVessel(java.lang.String queryString,
                                                         int pageNumber,
                                                         int pageSize,
                                                         Vessel vessel)
Description copied from interface: 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.

Specified by:
findPhysicalFeaturesByVessel in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByVessel in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findPhysicalFeaturesByVessel

public java.util.Collection findPhysicalFeaturesByVessel(int transform,
                                                         java.lang.String queryString,
                                                         Vessel vessel)
Description copied from interface: 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).

Specified by:
findPhysicalFeaturesByVessel in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByVessel in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)

findPhysicalFeaturesByVessel

public java.util.Collection findPhysicalFeaturesByVessel(int transform,
                                                         int pageNumber,
                                                         int pageSize,
                                                         Vessel vessel)
Description copied from interface: 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.

Specified by:
findPhysicalFeaturesByVessel in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByVessel in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findPhysicalFeaturesByVessel

public java.util.Collection findPhysicalFeaturesByVessel(int transform,
                                                         java.lang.String queryString,
                                                         int pageNumber,
                                                         int pageSize,
                                                         Vessel vessel)
Description copied from interface: 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.

Specified by:
findPhysicalFeaturesByVessel in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByVessel in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findPhysicalFeaturesByQualityFlag

public java.util.Collection findPhysicalFeaturesByQualityFlag(QualityFlag qualityFlag)
Specified by:
findPhysicalFeaturesByQualityFlag in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByQualityFlag in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)

findPhysicalFeaturesByQualityFlag

public java.util.Collection findPhysicalFeaturesByQualityFlag(int transform,
                                                              QualityFlag qualityFlag)
Description copied from interface: 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.

Specified by:
findPhysicalFeaturesByQualityFlag in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByQualityFlag in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)

findPhysicalFeaturesByQualityFlag

public java.util.Collection findPhysicalFeaturesByQualityFlag(java.lang.String queryString,
                                                              QualityFlag qualityFlag)
Description copied from interface: 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).

Specified by:
findPhysicalFeaturesByQualityFlag in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByQualityFlag in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)

findPhysicalFeaturesByQualityFlag

public java.util.Collection findPhysicalFeaturesByQualityFlag(int pageNumber,
                                                              int pageSize,
                                                              QualityFlag qualityFlag)
Description copied from interface: 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.

Specified by:
findPhysicalFeaturesByQualityFlag in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByQualityFlag in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)

findPhysicalFeaturesByQualityFlag

public java.util.Collection findPhysicalFeaturesByQualityFlag(java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              QualityFlag qualityFlag)
Description copied from interface: 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.

Specified by:
findPhysicalFeaturesByQualityFlag in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByQualityFlag in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findPhysicalFeaturesByQualityFlag

public java.util.Collection findPhysicalFeaturesByQualityFlag(int transform,
                                                              java.lang.String queryString,
                                                              QualityFlag qualityFlag)
Description copied from interface: 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).

Specified by:
findPhysicalFeaturesByQualityFlag in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByQualityFlag in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)

findPhysicalFeaturesByQualityFlag

public java.util.Collection findPhysicalFeaturesByQualityFlag(int transform,
                                                              int pageNumber,
                                                              int pageSize,
                                                              QualityFlag qualityFlag)
Description copied from interface: 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.

Specified by:
findPhysicalFeaturesByQualityFlag in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByQualityFlag in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)

findPhysicalFeaturesByQualityFlag

public java.util.Collection findPhysicalFeaturesByQualityFlag(int transform,
                                                              java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              QualityFlag qualityFlag)
Description copied from interface: 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.

Specified by:
findPhysicalFeaturesByQualityFlag in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByQualityFlag in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findPhysicalFeaturesByProgram

public java.util.Collection findPhysicalFeaturesByProgram(Program program)
Specified by:
findPhysicalFeaturesByProgram in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByProgram in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)

findPhysicalFeaturesByProgram

public java.util.Collection findPhysicalFeaturesByProgram(int transform,
                                                          Program program)
Description copied from interface: 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.

Specified by:
findPhysicalFeaturesByProgram in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByProgram in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)

findPhysicalFeaturesByProgram

public java.util.Collection findPhysicalFeaturesByProgram(java.lang.String queryString,
                                                          Program program)
Description copied from interface: 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).

Specified by:
findPhysicalFeaturesByProgram in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByProgram in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)

findPhysicalFeaturesByProgram

public java.util.Collection findPhysicalFeaturesByProgram(int pageNumber,
                                                          int pageSize,
                                                          Program program)
Description copied from interface: 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.

Specified by:
findPhysicalFeaturesByProgram in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByProgram in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findPhysicalFeaturesByProgram

public java.util.Collection findPhysicalFeaturesByProgram(java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize,
                                                          Program program)
Description copied from interface: 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.

Specified by:
findPhysicalFeaturesByProgram in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByProgram in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findPhysicalFeaturesByProgram

public java.util.Collection findPhysicalFeaturesByProgram(int transform,
                                                          java.lang.String queryString,
                                                          Program program)
Description copied from interface: 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).

Specified by:
findPhysicalFeaturesByProgram in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByProgram in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)

findPhysicalFeaturesByProgram

public java.util.Collection findPhysicalFeaturesByProgram(int transform,
                                                          int pageNumber,
                                                          int pageSize,
                                                          Program program)
Description copied from interface: 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.

Specified by:
findPhysicalFeaturesByProgram in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByProgram in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findPhysicalFeaturesByProgram

public java.util.Collection findPhysicalFeaturesByProgram(int transform,
                                                          java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize,
                                                          Program program)
Description copied from interface: 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.

Specified by:
findPhysicalFeaturesByProgram in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByProgram in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findPhysicalFeaturesByNaturalId

public PhysicalFeatures findPhysicalFeaturesByNaturalId(java.util.Date startDate,
                                                        Vessel vessel,
                                                        Program program)
Specified by:
findPhysicalFeaturesByNaturalId in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByNaturalId in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

findPhysicalFeaturesByNaturalId

public java.lang.Object findPhysicalFeaturesByNaturalId(int transform,
                                                        java.util.Date startDate,
                                                        Vessel vessel,
                                                        Program program)
Description copied from interface: 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.

Specified by:
findPhysicalFeaturesByNaturalId in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByNaturalId in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

findPhysicalFeaturesByNaturalId

public PhysicalFeatures findPhysicalFeaturesByNaturalId(java.lang.String queryString,
                                                        java.util.Date startDate,
                                                        Vessel vessel,
                                                        Program program)
Description copied from interface: 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).

Specified by:
findPhysicalFeaturesByNaturalId in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByNaturalId in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

findPhysicalFeaturesByNaturalId

public java.lang.Object findPhysicalFeaturesByNaturalId(int transform,
                                                        java.lang.String queryString,
                                                        java.util.Date startDate,
                                                        Vessel vessel,
                                                        Program program)
Description copied from interface: 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).

Specified by:
findPhysicalFeaturesByNaturalId in interface PhysicalFeaturesDao
Overrides:
findPhysicalFeaturesByNaturalId in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(int, java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

getAllPhysicalFeaturesSinceDateSynchro

public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
Specified by:
getAllPhysicalFeaturesSinceDateSynchro in interface PhysicalFeaturesDao
Overrides:
getAllPhysicalFeaturesSinceDateSynchro in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp)

getAllPhysicalFeaturesSinceDateSynchro

public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform,
                                                                   java.sql.Timestamp updateDate)
Description copied from interface: 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.

Specified by:
getAllPhysicalFeaturesSinceDateSynchro in interface PhysicalFeaturesDao
Overrides:
getAllPhysicalFeaturesSinceDateSynchro in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp)

getAllPhysicalFeaturesSinceDateSynchro

public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(java.lang.String queryString,
                                                                   java.sql.Timestamp updateDate)
Description copied from interface: 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).

Specified by:
getAllPhysicalFeaturesSinceDateSynchro in interface PhysicalFeaturesDao
Overrides:
getAllPhysicalFeaturesSinceDateSynchro in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(java.lang.String, java.sql.Timestamp)

getAllPhysicalFeaturesSinceDateSynchro

public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int pageNumber,
                                                                   int pageSize,
                                                                   java.sql.Timestamp updateDate)
Description copied from interface: 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.

Specified by:
getAllPhysicalFeaturesSinceDateSynchro in interface PhysicalFeaturesDao
Overrides:
getAllPhysicalFeaturesSinceDateSynchro in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, int, java.sql.Timestamp)

getAllPhysicalFeaturesSinceDateSynchro

public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(java.lang.String queryString,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   java.sql.Timestamp updateDate)
Description copied from interface: 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.

Specified by:
getAllPhysicalFeaturesSinceDateSynchro in interface PhysicalFeaturesDao
Overrides:
getAllPhysicalFeaturesSinceDateSynchro in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(String, int, int, java.sql.Timestamp)

getAllPhysicalFeaturesSinceDateSynchro

public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform,
                                                                   java.lang.String queryString,
                                                                   java.sql.Timestamp updateDate)
Description copied from interface: 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).

Specified by:
getAllPhysicalFeaturesSinceDateSynchro in interface PhysicalFeaturesDao
Overrides:
getAllPhysicalFeaturesSinceDateSynchro in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, String, java.sql.Timestamp)

getAllPhysicalFeaturesSinceDateSynchro

public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   java.sql.Timestamp updateDate)
Description copied from interface: 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.

Specified by:
getAllPhysicalFeaturesSinceDateSynchro in interface PhysicalFeaturesDao
Overrides:
getAllPhysicalFeaturesSinceDateSynchro in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, int, int, java.sql.Timestamp)

getAllPhysicalFeaturesSinceDateSynchro

public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform,
                                                                   java.lang.String queryString,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   java.sql.Timestamp updateDate)
Description copied from interface: 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.

Specified by:
getAllPhysicalFeaturesSinceDateSynchro in interface PhysicalFeaturesDao
Overrides:
getAllPhysicalFeaturesSinceDateSynchro in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)

createFromClusterGearPhysicalFeatures

public GearPhysicalFeatures createFromClusterGearPhysicalFeatures(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)
Specified by:
createFromClusterGearPhysicalFeatures in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.createFromClusterGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterGearPhysicalFeatures)

handleCreateFromClusterGearPhysicalFeatures

protected abstract GearPhysicalFeatures handleCreateFromClusterGearPhysicalFeatures(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)
                                                                             throws java.lang.Exception
Performs the core logic for createFromClusterGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterGearPhysicalFeatures)

Throws:
java.lang.Exception

getAllClusterGearPhysicalFeaturesSinceDateSynchro

public ClusterGearPhysicalFeatures[] getAllClusterGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                       java.lang.Integer userId,
                                                                                       java.lang.Integer[] registrationLocationIds,
                                                                                       java.lang.Integer pageNumber,
                                                                                       java.lang.Integer pageSize)
Specified by:
getAllClusterGearPhysicalFeaturesSinceDateSynchro in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.getAllClusterGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetAllClusterGearPhysicalFeaturesSinceDateSynchro

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
Performs the core logic for getAllClusterGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

transformEntity

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.

This method will return instances of these types:

If the integer argument value is unknown PhysicalFeaturesDao.TRANSFORM_NONE is assumed.

Parameters:
transform - one of the constants declared in GearPhysicalFeaturesDao
entity - an entity that was found
Returns:
the transformed entity (i.e. new value object, etc)
See Also:
transformEntities(int,java.util.Collection)

transformEntities

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. This method does not instantiate a new collection.

This method is to be used internally only.

Overrides:
transformEntities in class PhysicalFeaturesDaoBase
Parameters:
transform - one of the constants declared in fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesDao
entities - the collection of entities to transform
See Also:
transformEntity(int,fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)

toEntity

protected GearPhysicalFeatures toEntity(java.lang.Object[] row)
Overrides:
toEntity in class PhysicalFeaturesDaoBase

toRemoteGearPhysicalFeaturesFullVOCollection

public final void toRemoteGearPhysicalFeaturesFullVOCollection(java.util.Collection entities)
Description copied from interface: GearPhysicalFeaturesDao
Converts this DAO's entity to a Collection of instances of type RemoteGearPhysicalFeaturesFullVO.

Specified by:
toRemoteGearPhysicalFeaturesFullVOCollection in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesFullVOCollection(java.util.Collection)

toRemoteGearPhysicalFeaturesFullVOArray

public final RemoteGearPhysicalFeaturesFullVO[] toRemoteGearPhysicalFeaturesFullVOArray(java.util.Collection entities)
Description copied from interface: GearPhysicalFeaturesDao
Converts this DAO's entity to an array of instances of type RemoteGearPhysicalFeaturesFullVO.

Specified by:
toRemoteGearPhysicalFeaturesFullVOArray in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesFullVOArray(java.util.Collection)

toRemoteGearPhysicalFeaturesFullVO

protected RemoteGearPhysicalFeaturesFullVO toRemoteGearPhysicalFeaturesFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the GearPhysicalFeaturesDaoImpl class if you intend to use reporting queries.

See Also:
GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesFullVO(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)

remoteGearPhysicalFeaturesFullVOToEntityCollection

public final void remoteGearPhysicalFeaturesFullVOToEntityCollection(java.util.Collection instances)
Description copied from interface: GearPhysicalFeaturesDao
Converts a Collection of instances of type RemoteGearPhysicalFeaturesFullVO to this DAO's entity.

Specified by:
remoteGearPhysicalFeaturesFullVOToEntityCollection in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.remoteGearPhysicalFeaturesFullVOToEntityCollection(java.util.Collection)

toRemoteGearPhysicalFeaturesFullVO

public void toRemoteGearPhysicalFeaturesFullVO(GearPhysicalFeatures source,
                                               RemoteGearPhysicalFeaturesFullVO target)
Description copied from interface: GearPhysicalFeaturesDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteGearPhysicalFeaturesFullVO(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toRemoteGearPhysicalFeaturesFullVO in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesFullVO(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)

toRemoteGearPhysicalFeaturesFullVO

public RemoteGearPhysicalFeaturesFullVO toRemoteGearPhysicalFeaturesFullVO(GearPhysicalFeatures entity)
Description copied from interface: GearPhysicalFeaturesDao
Converts this DAO's entity to an object of type RemoteGearPhysicalFeaturesFullVO.

Specified by:
toRemoteGearPhysicalFeaturesFullVO in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesFullVO(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)

remoteGearPhysicalFeaturesFullVOToEntity

public void remoteGearPhysicalFeaturesFullVOToEntity(RemoteGearPhysicalFeaturesFullVO source,
                                                     GearPhysicalFeatures target,
                                                     boolean copyIfNull)
Description copied from interface: GearPhysicalFeaturesDao
Copies the fields of RemoteGearPhysicalFeaturesFullVO to the specified entity.

Specified by:
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.
See Also:
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)

toRemoteGearPhysicalFeaturesNaturalIdCollection

public final void toRemoteGearPhysicalFeaturesNaturalIdCollection(java.util.Collection entities)
Description copied from interface: GearPhysicalFeaturesDao
Converts this DAO's entity to a Collection of instances of type RemoteGearPhysicalFeaturesNaturalId.

Specified by:
toRemoteGearPhysicalFeaturesNaturalIdCollection in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesNaturalIdCollection(java.util.Collection)

toRemoteGearPhysicalFeaturesNaturalIdArray

public final RemoteGearPhysicalFeaturesNaturalId[] toRemoteGearPhysicalFeaturesNaturalIdArray(java.util.Collection entities)
Description copied from interface: GearPhysicalFeaturesDao
Converts this DAO's entity to an array of instances of type RemoteGearPhysicalFeaturesNaturalId.

Specified by:
toRemoteGearPhysicalFeaturesNaturalIdArray in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesNaturalIdArray(java.util.Collection)

toRemoteGearPhysicalFeaturesNaturalId

protected RemoteGearPhysicalFeaturesNaturalId toRemoteGearPhysicalFeaturesNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the GearPhysicalFeaturesDaoImpl class if you intend to use reporting queries.

See Also:
GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)

remoteGearPhysicalFeaturesNaturalIdToEntityCollection

public final void remoteGearPhysicalFeaturesNaturalIdToEntityCollection(java.util.Collection instances)
Description copied from interface: GearPhysicalFeaturesDao
Converts a Collection of instances of type RemoteGearPhysicalFeaturesNaturalId to this DAO's entity.

Specified by:
remoteGearPhysicalFeaturesNaturalIdToEntityCollection in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.remoteGearPhysicalFeaturesNaturalIdToEntityCollection(java.util.Collection)

toRemoteGearPhysicalFeaturesNaturalId

public void toRemoteGearPhysicalFeaturesNaturalId(GearPhysicalFeatures source,
                                                  RemoteGearPhysicalFeaturesNaturalId target)
Description copied from interface: GearPhysicalFeaturesDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteGearPhysicalFeaturesNaturalId(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toRemoteGearPhysicalFeaturesNaturalId in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesNaturalId)

toRemoteGearPhysicalFeaturesNaturalId

public RemoteGearPhysicalFeaturesNaturalId toRemoteGearPhysicalFeaturesNaturalId(GearPhysicalFeatures entity)
Description copied from interface: GearPhysicalFeaturesDao
Converts this DAO's entity to an object of type RemoteGearPhysicalFeaturesNaturalId.

Specified by:
toRemoteGearPhysicalFeaturesNaturalId in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)

remoteGearPhysicalFeaturesNaturalIdToEntity

public void remoteGearPhysicalFeaturesNaturalIdToEntity(RemoteGearPhysicalFeaturesNaturalId source,
                                                        GearPhysicalFeatures target,
                                                        boolean copyIfNull)
Description copied from interface: GearPhysicalFeaturesDao
Copies the fields of RemoteGearPhysicalFeaturesNaturalId to the specified entity.

Specified by:
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.
See Also:
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)

toClusterGearPhysicalFeaturesCollection

public final void toClusterGearPhysicalFeaturesCollection(java.util.Collection entities)
Description copied from interface: GearPhysicalFeaturesDao
Converts this DAO's entity to a Collection of instances of type ClusterGearPhysicalFeatures.

Specified by:
toClusterGearPhysicalFeaturesCollection in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.toClusterGearPhysicalFeaturesCollection(java.util.Collection)

toClusterGearPhysicalFeaturesArray

public final ClusterGearPhysicalFeatures[] toClusterGearPhysicalFeaturesArray(java.util.Collection entities)
Description copied from interface: GearPhysicalFeaturesDao
Converts this DAO's entity to an array of instances of type ClusterGearPhysicalFeatures.

Specified by:
toClusterGearPhysicalFeaturesArray in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.toClusterGearPhysicalFeaturesArray(java.util.Collection)

toClusterGearPhysicalFeatures

protected ClusterGearPhysicalFeatures toClusterGearPhysicalFeatures(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the GearPhysicalFeaturesDaoImpl class if you intend to use reporting queries.

See Also:
GearPhysicalFeaturesDao.toClusterGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)

clusterGearPhysicalFeaturesToEntityCollection

public final void clusterGearPhysicalFeaturesToEntityCollection(java.util.Collection instances)
Description copied from interface: GearPhysicalFeaturesDao
Converts a Collection of instances of type ClusterGearPhysicalFeatures to this DAO's entity.

Specified by:
clusterGearPhysicalFeaturesToEntityCollection in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.clusterGearPhysicalFeaturesToEntityCollection(java.util.Collection)

toClusterGearPhysicalFeatures

public void toClusterGearPhysicalFeatures(GearPhysicalFeatures source,
                                          ClusterGearPhysicalFeatures target)
Description copied from interface: GearPhysicalFeaturesDao
Copies the fields of the specified entity to the target value object. This method is similar to toClusterGearPhysicalFeatures(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toClusterGearPhysicalFeatures in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.toClusterGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterGearPhysicalFeatures)

toClusterGearPhysicalFeatures

public ClusterGearPhysicalFeatures toClusterGearPhysicalFeatures(GearPhysicalFeatures entity)
Description copied from interface: GearPhysicalFeaturesDao
Converts this DAO's entity to an object of type ClusterGearPhysicalFeatures.

Specified by:
toClusterGearPhysicalFeatures in interface GearPhysicalFeaturesDao
See Also:
GearPhysicalFeaturesDao.toClusterGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)

clusterGearPhysicalFeaturesToEntity

public void clusterGearPhysicalFeaturesToEntity(ClusterGearPhysicalFeatures source,
                                                GearPhysicalFeatures target,
                                                boolean copyIfNull)
Description copied from interface: GearPhysicalFeaturesDao
Copies the fields of ClusterGearPhysicalFeatures to the specified entity.

Specified by:
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.
See Also:
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)

getPrincipal

protected java.security.Principal getPrincipal()
Gets the current principal if one has been set, otherwise returns null.

Overrides:
getPrincipal in class PhysicalFeaturesDaoBase
Returns:
the current principal

search

public PaginationResult search(int transform,
                               int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: PhysicalFeaturesDao
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize. These flags allow you to limit your data to a specified page number and size.

Specified by:
search in interface GearPhysicalFeaturesDao
Specified by:
search in interface PhysicalFeaturesDao
Overrides:
search in class PhysicalFeaturesDaoBase
Parameters:
transform - the transformation flag.
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.
See Also:
GearPhysicalFeaturesDao.search(int, int, int, fr.ifremer.allegro.Search)

search

public PaginationResult search(int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: PhysicalFeaturesDao
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize. These flags allow you to limit your data to a specified page number and size.

Specified by:
search in interface GearPhysicalFeaturesDao
Specified by:
search in interface PhysicalFeaturesDao
Overrides:
search in class PhysicalFeaturesDaoBase
Parameters:
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.
See Also:
GearPhysicalFeaturesDao.search(int, int, fr.ifremer.allegro.Search)

search

public java.util.Set search(int transform,
                            Search search)
Description copied from interface: PhysicalFeaturesDao
Does the same thing as 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.

Specified by:
search in interface GearPhysicalFeaturesDao
Specified by:
search in interface PhysicalFeaturesDao
Overrides:
search in class PhysicalFeaturesDaoBase
Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
GearPhysicalFeaturesDao.search(int, fr.ifremer.allegro.Search)

search

public java.util.Set search(Search search)
Description copied from interface: PhysicalFeaturesDao
Performs a search using the parameters specified in the given search object.

Specified by:
search in interface GearPhysicalFeaturesDao
Specified by:
search in interface PhysicalFeaturesDao
Overrides:
search in class PhysicalFeaturesDaoBase
Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
GearPhysicalFeaturesDao.search(fr.ifremer.allegro.Search)


Copyright © 2008-2010 IFREMER. All Rights Reserved.