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

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.VesselPhysicalFeaturesDaoBase
All Implemented Interfaces:
PhysicalFeaturesDao, VesselPhysicalFeaturesDao
Direct Known Subclasses:
VesselPhysicalFeaturesDaoImpl

public abstract class VesselPhysicalFeaturesDaoBase
extends PhysicalFeaturesDaoImpl
implements VesselPhysicalFeaturesDao

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

See Also:
VesselPhysicalFeatures

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesDao
TRANSFORM_CLUSTERVESSELPHYSICALFEATURES, TRANSFORM_REMOTEVESSELPHYSICALFEATURESFULLVO, TRANSFORM_REMOTEVESSELPHYSICALFEATURESNATURALID
 
Fields inherited from interface fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesDao
TRANSFORM_CLUSTERPHYSICALFEATURES, TRANSFORM_NONE, TRANSFORM_REMOTEPHYSICALFEATURESFULLVO, TRANSFORM_REMOTEPHYSICALFEATURESNATURALID
 
Constructor Summary
VesselPhysicalFeaturesDaoBase()
           
 
Method Summary
 void clusterVesselPhysicalFeaturesToEntity(ClusterVesselPhysicalFeatures source, VesselPhysicalFeatures target, boolean copyIfNull)
          Copies the fields of ClusterVesselPhysicalFeatures to the specified entity.
 void clusterVesselPhysicalFeaturesToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterVesselPhysicalFeatures 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.VesselPhysicalFeatures and adds from the passed in entities collection
 VesselPhysicalFeatures 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.lang.String name, java.lang.String exteriorMarking, java.lang.String IRCS, java.lang.String comments, java.util.Collection vesselPhysicalMeasurements, PhysicalGearSurvey physicalGearSurvey, java.util.Collection vesselPhysicalFeaturesOrigins, Department recorderDepartment, User recorderUser, Location baseLandingLocation)
           Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures instance from all attributes and properties and adds it to the persistent store.
 VesselPhysicalFeatures create(java.util.Date creationDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date startDate, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures instance from only required properties (attributes and association ends) and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as VesselPhysicalFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) 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.lang.String name, java.lang.String exteriorMarking, java.lang.String IRCS, java.lang.String comments, java.util.Collection vesselPhysicalMeasurements, PhysicalGearSurvey physicalGearSurvey, java.util.Collection vesselPhysicalFeaturesOrigins, Department recorderDepartment, User recorderUser, Location baseLandingLocation)
           Does the same thing as VesselPhysicalFeaturesDao.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.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Collection,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,java.util.Collection,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.User,fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date creationDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date startDate, Vessel vessel)
           Does the same thing as VesselPhysicalFeaturesDao.create(java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.util.Date,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.lang.Object create(int transform, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional flag called transform.
 VesselPhysicalFeatures create(VesselPhysicalFeatures vesselPhysicalFeatures)
          Creates an instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures and adds it to the persistent store.
 VesselPhysicalFeatures createFromClusterVesselPhysicalFeatures(ClusterVesselPhysicalFeatures clusterVesselPhysicalFeatures)
           
 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)
           
 java.util.Collection findVesselPhysicalFeaturesByBaseLandingLocation(int transform, int pageNumber, int pageSize, Location baseLandingLocation)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByBaseLandingLocation(int pageNumber, int pageSize, Location baseLandingLocation)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByBaseLandingLocation(int transform, Location baseLandingLocation)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 java.util.Collection findVesselPhysicalFeaturesByBaseLandingLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location baseLandingLocation)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByBaseLandingLocation(int transform, java.lang.String queryString, Location baseLandingLocation)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesByBaseLandingLocation(Location baseLandingLocation)
           
 java.util.Collection findVesselPhysicalFeaturesByBaseLandingLocation(java.lang.String queryString, int pageNumber, int pageSize, Location baseLandingLocation)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByBaseLandingLocation(java.lang.String queryString, Location baseLandingLocation)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 VesselPhysicalFeatures findVesselPhysicalFeaturesById(java.lang.Integer id)
           
 java.lang.Object findVesselPhysicalFeaturesById(int transform, java.lang.Integer id)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findVesselPhysicalFeaturesById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesById(int, java.lang.Integer) with an additional argument called queryString.
 VesselPhysicalFeatures findVesselPhysicalFeaturesById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesById(java.lang.Integer) with an additional argument called queryString.
 java.lang.Object findVesselPhysicalFeaturesByNaturalId(int transform, PhysicalGearSurvey physicalGearSurvey, java.util.Date startDate, Vessel vessel, Program program)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object findVesselPhysicalFeaturesByNaturalId(int transform, java.lang.String queryString, PhysicalGearSurvey physicalGearSurvey, java.util.Date startDate, Vessel vessel, Program program)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByNaturalId(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 VesselPhysicalFeatures findVesselPhysicalFeaturesByNaturalId(PhysicalGearSurvey physicalGearSurvey, java.util.Date startDate, Vessel vessel, Program program)
           
 VesselPhysicalFeatures findVesselPhysicalFeaturesByNaturalId(java.lang.String queryString, PhysicalGearSurvey physicalGearSurvey, java.util.Date startDate, Vessel vessel, Program program)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesByPhysicalGearSurvey(int transform, int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByPhysicalGearSurvey(int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByPhysicalGearSurvey(int transform, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional flag called transform.
 java.util.Collection findVesselPhysicalFeaturesByPhysicalGearSurvey(int transform, java.lang.String queryString, int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(int, String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByPhysicalGearSurvey(int transform, java.lang.String queryString, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesByPhysicalGearSurvey(PhysicalGearSurvey physicalGearSurvey)
           
 java.util.Collection findVesselPhysicalFeaturesByPhysicalGearSurvey(java.lang.String queryString, int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByPhysicalGearSurvey(java.lang.String queryString, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesByProgram(int transform, int pageNumber, int pageSize, Program program)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByProgram(int pageNumber, int pageSize, Program program)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByProgram(int transform, Program program)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection findVesselPhysicalFeaturesByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByProgram(int transform, java.lang.String queryString, Program program)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesByProgram(Program program)
           
 java.util.Collection findVesselPhysicalFeaturesByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByProgram(java.lang.String queryString, Program program)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findVesselPhysicalFeaturesByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findVesselPhysicalFeaturesByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection findVesselPhysicalFeaturesByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection findVesselPhysicalFeaturesByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByRecorderUser(int transform, int pageNumber, int pageSize, User recorderUser)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByRecorderUser(int pageNumber, int pageSize, User recorderUser)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByRecorderUser(int transform, java.lang.String queryString, int pageNumber, int pageSize, User recorderUser)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, String, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByRecorderUser(int transform, java.lang.String queryString, User recorderUser)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, fr.ifremer.allegro.administration.user.User) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesByRecorderUser(int transform, User recorderUser)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(fr.ifremer.allegro.administration.user.User) with an additional flag called transform.
 java.util.Collection findVesselPhysicalFeaturesByRecorderUser(java.lang.String queryString, int pageNumber, int pageSize, User recorderUser)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(String, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByRecorderUser(java.lang.String queryString, User recorderUser)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(fr.ifremer.allegro.administration.user.User) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesByRecorderUser(User recorderUser)
           
 java.util.Collection findVesselPhysicalFeaturesByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByVessel(int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByVessel(int transform, java.lang.String queryString, Vessel vessel)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesByVessel(int transform, Vessel vessel)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.util.Collection findVesselPhysicalFeaturesByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesByVessel(java.lang.String queryString, Vessel vessel)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesByVessel(Vessel vessel)
           
 ClusterVesselPhysicalFeatures[] getAllClusterVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 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)
           
 java.util.Collection getAllVesselPhysicalFeatures()
           
 java.util.Collection getAllVesselPhysicalFeatures(int transform)
           Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures() with an additional flag called transform.
 java.util.Collection getAllVesselPhysicalFeatures(int pageNumber, int pageSize)
           Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselPhysicalFeatures(int transform, int pageNumber, int pageSize)
           Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselPhysicalFeatures(int transform, java.lang.String queryString)
           Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(int) with an additional argument called queryString.
 java.util.Collection getAllVesselPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselPhysicalFeatures(java.lang.String queryString)
           Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures() with an additional argument called queryString.
 java.util.Collection getAllVesselPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselPhysicalFeaturesSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselPhysicalFeaturesSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselPhysicalFeaturesSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselPhysicalFeaturesSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllVesselPhysicalFeaturesSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllVesselPhysicalFeaturesSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselPhysicalFeaturesSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
           
protected  DepartmentDao getDepartmentDao()
          Gets the reference to departmentDao.
protected  LocationDao getLocationDao()
          Gets the reference to locationDao.
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  UserDao getUserDao()
          Gets the reference to userDao.
protected  VesselPhysicalFeaturesOriginDao getVesselPhysicalFeaturesOriginDao()
          Gets the reference to vesselPhysicalFeaturesOriginDao.
protected  VesselPhysicalMeasurementDao getVesselPhysicalMeasurementDao()
          Gets the reference to vesselPhysicalMeasurementDao.
protected abstract  VesselPhysicalFeatures handleCreateFromClusterVesselPhysicalFeatures(ClusterVesselPhysicalFeatures clusterVesselPhysicalFeatures)
          Performs the core logic for createFromClusterVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterVesselPhysicalFeatures)
protected abstract  ClusterVesselPhysicalFeatures[] handleGetAllClusterVesselPhysicalFeaturesSinceDateSynchro(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 getAllClusterVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 VesselPhysicalFeatures 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 remoteVesselPhysicalFeaturesFullVOToEntity(RemoteVesselPhysicalFeaturesFullVO source, VesselPhysicalFeatures target, boolean copyIfNull)
          Copies the fields of RemoteVesselPhysicalFeaturesFullVO to the specified entity.
 void remoteVesselPhysicalFeaturesFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteVesselPhysicalFeaturesFullVO to this DAO's entity.
 void remoteVesselPhysicalFeaturesNaturalIdToEntity(RemoteVesselPhysicalFeaturesNaturalId source, VesselPhysicalFeatures target, boolean copyIfNull)
          Copies the fields of RemoteVesselPhysicalFeaturesNaturalId to the specified entity.
 void remoteVesselPhysicalFeaturesNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteVesselPhysicalFeaturesNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 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.
 void remove(VesselPhysicalFeatures vesselPhysicalFeatures)
          Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures 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 setDepartmentDao(DepartmentDao departmentDao)
          Sets the reference to departmentDao.
 void setLocationDao(LocationDao locationDao)
          Sets the reference to locationDao.
 void setPhysicalGearSurveyDao(PhysicalGearSurveyDao physicalGearSurveyDao)
          Sets the reference to physicalGearSurveyDao.
 void setUserDao(UserDao userDao)
          Sets the reference to userDao.
 void setVesselPhysicalFeaturesOriginDao(VesselPhysicalFeaturesOriginDao vesselPhysicalFeaturesOriginDao)
          Sets the reference to vesselPhysicalFeaturesOriginDao.
 void setVesselPhysicalMeasurementDao(VesselPhysicalMeasurementDao vesselPhysicalMeasurementDao)
          Sets the reference to vesselPhysicalMeasurementDao.
protected  ClusterVesselPhysicalFeatures toClusterVesselPhysicalFeatures(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterVesselPhysicalFeatures toClusterVesselPhysicalFeatures(VesselPhysicalFeatures entity)
          Converts this DAO's entity to an object of type ClusterVesselPhysicalFeatures.
 void toClusterVesselPhysicalFeatures(VesselPhysicalFeatures source, ClusterVesselPhysicalFeatures target)
          Copies the fields of the specified entity to the target value object.
 ClusterVesselPhysicalFeatures[] toClusterVesselPhysicalFeaturesArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterVesselPhysicalFeatures.
 void toClusterVesselPhysicalFeaturesCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterVesselPhysicalFeatures.
protected  VesselPhysicalFeatures toEntity(java.lang.Object[] row)
           
protected  RemoteVesselPhysicalFeaturesFullVO toRemoteVesselPhysicalFeaturesFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteVesselPhysicalFeaturesFullVO toRemoteVesselPhysicalFeaturesFullVO(VesselPhysicalFeatures entity)
          Converts this DAO's entity to an object of type RemoteVesselPhysicalFeaturesFullVO.
 void toRemoteVesselPhysicalFeaturesFullVO(VesselPhysicalFeatures source, RemoteVesselPhysicalFeaturesFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteVesselPhysicalFeaturesFullVO[] toRemoteVesselPhysicalFeaturesFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteVesselPhysicalFeaturesFullVO.
 void toRemoteVesselPhysicalFeaturesFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteVesselPhysicalFeaturesFullVO.
protected  RemoteVesselPhysicalFeaturesNaturalId toRemoteVesselPhysicalFeaturesNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteVesselPhysicalFeaturesNaturalId toRemoteVesselPhysicalFeaturesNaturalId(VesselPhysicalFeatures entity)
          Converts this DAO's entity to an object of type RemoteVesselPhysicalFeaturesNaturalId.
 void toRemoteVesselPhysicalFeaturesNaturalId(VesselPhysicalFeatures source, RemoteVesselPhysicalFeaturesNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteVesselPhysicalFeaturesNaturalId[] toRemoteVesselPhysicalFeaturesNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteVesselPhysicalFeaturesNaturalId.
 void toRemoteVesselPhysicalFeaturesNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteVesselPhysicalFeaturesNaturalId.
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.VesselPhysicalFeatures) method.
protected  java.lang.Object transformEntity(int transform, VesselPhysicalFeatures 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.VesselPhysicalFeaturesDao, 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(VesselPhysicalFeatures vesselPhysicalFeatures)
          Updates the vesselPhysicalFeatures 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.VesselPhysicalFeaturesDao
clusterVesselPhysicalFeaturesToEntity, remoteVesselPhysicalFeaturesFullVOToEntity, remoteVesselPhysicalFeaturesNaturalIdToEntity
 
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

VesselPhysicalFeaturesDaoBase

public VesselPhysicalFeaturesDaoBase()
Method Detail

setPhysicalGearSurveyDao

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


getPhysicalGearSurveyDao

protected PhysicalGearSurveyDao getPhysicalGearSurveyDao()
Gets the reference to physicalGearSurveyDao.


setDepartmentDao

public void setDepartmentDao(DepartmentDao departmentDao)
Sets the reference to departmentDao.


getDepartmentDao

protected DepartmentDao getDepartmentDao()
Gets the reference to departmentDao.


setUserDao

public void setUserDao(UserDao userDao)
Sets the reference to userDao.


getUserDao

protected UserDao getUserDao()
Gets the reference to userDao.


setLocationDao

public void setLocationDao(LocationDao locationDao)
Sets the reference to locationDao.


getLocationDao

protected LocationDao getLocationDao()
Gets the reference to locationDao.


setVesselPhysicalMeasurementDao

public void setVesselPhysicalMeasurementDao(VesselPhysicalMeasurementDao vesselPhysicalMeasurementDao)
Sets the reference to vesselPhysicalMeasurementDao.


getVesselPhysicalMeasurementDao

protected VesselPhysicalMeasurementDao getVesselPhysicalMeasurementDao()
Gets the reference to vesselPhysicalMeasurementDao.


setVesselPhysicalFeaturesOriginDao

public void setVesselPhysicalFeaturesOriginDao(VesselPhysicalFeaturesOriginDao vesselPhysicalFeaturesOriginDao)
Sets the reference to vesselPhysicalFeaturesOriginDao.


getVesselPhysicalFeaturesOriginDao

protected VesselPhysicalFeaturesOriginDao getVesselPhysicalFeaturesOriginDao()
Gets the reference to vesselPhysicalFeaturesOriginDao.


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 PhysicalFeaturesDao
Specified by:
load in interface VesselPhysicalFeaturesDao
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:
VesselPhysicalFeaturesDao.load(int, java.lang.Integer)

load

public VesselPhysicalFeatures 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 PhysicalFeaturesDao
Specified by:
load in interface VesselPhysicalFeaturesDao
Overrides:
load in class PhysicalFeaturesDaoBase
See Also:
VesselPhysicalFeaturesDao.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 PhysicalFeaturesDao
Specified by:
loadAll in interface VesselPhysicalFeaturesDao
Overrides:
loadAll in class PhysicalFeaturesDaoBase
Returns:
the loaded entities.
See Also:
VesselPhysicalFeaturesDao.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 PhysicalFeaturesDao
Specified by:
loadAll in interface VesselPhysicalFeaturesDao
Overrides:
loadAll in class PhysicalFeaturesDaoBase
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.
See Also:
VesselPhysicalFeaturesDao.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 PhysicalFeaturesDao
Specified by:
loadAll in interface VesselPhysicalFeaturesDao
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:
VesselPhysicalFeaturesDao.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 PhysicalFeaturesDao
Specified by:
loadAll in interface VesselPhysicalFeaturesDao
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:
VesselPhysicalFeaturesDao.loadAll(int, int, int)

create

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

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

create

public java.lang.Object create(int transform,
                               VesselPhysicalFeatures vesselPhysicalFeatures)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) 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 VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.create(int transform, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)

create

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

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

create

public java.util.Collection create(int transform,
                                   java.util.Collection entities)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) 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 VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.create(int, java.util.Collection)

create

public VesselPhysicalFeatures 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.lang.String name,
                                     java.lang.String exteriorMarking,
                                     java.lang.String IRCS,
                                     java.lang.String comments,
                                     java.util.Collection vesselPhysicalMeasurements,
                                     PhysicalGearSurvey physicalGearSurvey,
                                     java.util.Collection vesselPhysicalFeaturesOrigins,
                                     Department recorderDepartment,
                                     User recorderUser,
                                     Location baseLandingLocation)
Description copied from interface: VesselPhysicalFeaturesDao

Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures instance from all attributes and properties and adds it to the persistent store.

Specified by:
create in interface VesselPhysicalFeaturesDao
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.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Collection,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,java.util.Collection,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.User,fr.ifremer.allegro.referential.location.Location)

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.lang.String name,
                               java.lang.String exteriorMarking,
                               java.lang.String IRCS,
                               java.lang.String comments,
                               java.util.Collection vesselPhysicalMeasurements,
                               PhysicalGearSurvey physicalGearSurvey,
                               java.util.Collection vesselPhysicalFeaturesOrigins,
                               Department recorderDepartment,
                               User recorderUser,
                               Location baseLandingLocation)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.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.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Collection,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,java.util.Collection,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.User,fr.ifremer.allegro.referential.location.Location) 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 VesselPhysicalFeaturesDao
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.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Collection,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,java.util.Collection,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.User,fr.ifremer.allegro.referential.location.Location)

create

public VesselPhysicalFeatures create(java.util.Date creationDate,
                                     Program program,
                                     QualityFlag qualityFlag,
                                     Department recorderDepartment,
                                     java.util.Date startDate,
                                     Vessel vessel)
Description copied from interface: VesselPhysicalFeaturesDao

Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures instance from only required properties (attributes and association ends) and adds it to the persistent store.

Specified by:
create in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.create(java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.util.Date,fr.ifremer.allegro.referential.vessel.Vessel)

create

public java.lang.Object create(int transform,
                               java.util.Date creationDate,
                               Program program,
                               QualityFlag qualityFlag,
                               Department recorderDepartment,
                               java.util.Date startDate,
                               Vessel vessel)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.create(java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,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 VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.create(int, java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,java.util.Date,fr.ifremer.allegro.referential.vessel.Vessel)

update

public void update(VesselPhysicalFeatures vesselPhysicalFeatures)
Description copied from interface: VesselPhysicalFeaturesDao
Updates the vesselPhysicalFeatures instance in the persistent store.

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

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 PhysicalFeaturesDao
Specified by:
update in interface VesselPhysicalFeaturesDao
Overrides:
update in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.update(java.util.Collection)

remove

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

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

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 PhysicalFeaturesDao
Specified by:
remove in interface VesselPhysicalFeaturesDao
Overrides:
remove in class PhysicalFeaturesDaoBase
See Also:
VesselPhysicalFeaturesDao.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 PhysicalFeaturesDao
Specified by:
remove in interface VesselPhysicalFeaturesDao
Overrides:
remove in class PhysicalFeaturesDaoBase
See Also:
PhysicalFeaturesDao.remove(java.util.Collection)

getAllVesselPhysicalFeatures

public java.util.Collection getAllVesselPhysicalFeatures()
Specified by:
getAllVesselPhysicalFeatures in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures()

getAllVesselPhysicalFeatures

public java.util.Collection getAllVesselPhysicalFeatures(int transform)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures() 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:
getAllVesselPhysicalFeatures in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(int)

getAllVesselPhysicalFeatures

public java.util.Collection getAllVesselPhysicalFeatures(java.lang.String queryString)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures() with an additional argument called queryString. This queryString argument allows you to override the query string defined in VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures().

Specified by:
getAllVesselPhysicalFeatures in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(java.lang.String)

getAllVesselPhysicalFeatures

public java.util.Collection getAllVesselPhysicalFeatures(int pageNumber,
                                                         int pageSize)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures() with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you 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:
getAllVesselPhysicalFeatures in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(int, int)

getAllVesselPhysicalFeatures

public java.util.Collection getAllVesselPhysicalFeatures(java.lang.String queryString,
                                                         int pageNumber,
                                                         int pageSize)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(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:
getAllVesselPhysicalFeatures in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(String, int, int)

getAllVesselPhysicalFeatures

public java.util.Collection getAllVesselPhysicalFeatures(int transform,
                                                         java.lang.String queryString)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(int) with an additional argument called queryString. This queryString argument allows you to override the query string defined in VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(int).

Specified by:
getAllVesselPhysicalFeatures in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(int, String)

getAllVesselPhysicalFeatures

public java.util.Collection getAllVesselPhysicalFeatures(int transform,
                                                         int pageNumber,
                                                         int pageSize)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(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:
getAllVesselPhysicalFeatures in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(int, int, int)

getAllVesselPhysicalFeatures

public java.util.Collection getAllVesselPhysicalFeatures(int transform,
                                                         java.lang.String queryString,
                                                         int pageNumber,
                                                         int pageSize)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(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:
getAllVesselPhysicalFeatures in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeatures(int, java.lang.String, int, int)

findVesselPhysicalFeaturesById

public VesselPhysicalFeatures findVesselPhysicalFeaturesById(java.lang.Integer id)
Specified by:
findVesselPhysicalFeaturesById in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesById(java.lang.Integer)

findVesselPhysicalFeaturesById

public java.lang.Object findVesselPhysicalFeaturesById(int transform,
                                                       java.lang.Integer id)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesById(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:
findVesselPhysicalFeaturesById in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesById(int, java.lang.Integer)

findVesselPhysicalFeaturesById

public VesselPhysicalFeatures findVesselPhysicalFeaturesById(java.lang.String queryString,
                                                             java.lang.Integer id)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesById(java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesById(java.lang.Integer).

Specified by:
findVesselPhysicalFeaturesById in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesById(java.lang.String, java.lang.Integer)

findVesselPhysicalFeaturesById

public java.lang.Object findVesselPhysicalFeaturesById(int transform,
                                                       java.lang.String queryString,
                                                       java.lang.Integer id)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesById(int, java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesById(int, java.lang.Integer id).

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

findVesselPhysicalFeaturesByPhysicalGearSurvey

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

findVesselPhysicalFeaturesByPhysicalGearSurvey

public java.util.Collection findVesselPhysicalFeaturesByPhysicalGearSurvey(int transform,
                                                                           PhysicalGearSurvey physicalGearSurvey)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(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:
findVesselPhysicalFeaturesByPhysicalGearSurvey in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

findVesselPhysicalFeaturesByPhysicalGearSurvey

public java.util.Collection findVesselPhysicalFeaturesByPhysicalGearSurvey(java.lang.String queryString,
                                                                           PhysicalGearSurvey physicalGearSurvey)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(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 VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey).

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

findVesselPhysicalFeaturesByPhysicalGearSurvey

public java.util.Collection findVesselPhysicalFeaturesByPhysicalGearSurvey(int pageNumber,
                                                                           int pageSize,
                                                                           PhysicalGearSurvey physicalGearSurvey)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(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:
findVesselPhysicalFeaturesByPhysicalGearSurvey in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(int, int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

findVesselPhysicalFeaturesByPhysicalGearSurvey

public java.util.Collection findVesselPhysicalFeaturesByPhysicalGearSurvey(java.lang.String queryString,
                                                                           int pageNumber,
                                                                           int pageSize,
                                                                           PhysicalGearSurvey physicalGearSurvey)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(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:
findVesselPhysicalFeaturesByPhysicalGearSurvey in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(String, int, int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

findVesselPhysicalFeaturesByPhysicalGearSurvey

public java.util.Collection findVesselPhysicalFeaturesByPhysicalGearSurvey(int transform,
                                                                           java.lang.String queryString,
                                                                           PhysicalGearSurvey physicalGearSurvey)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(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 VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey physicalGearSurvey).

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

findVesselPhysicalFeaturesByPhysicalGearSurvey

public java.util.Collection findVesselPhysicalFeaturesByPhysicalGearSurvey(int transform,
                                                                           int pageNumber,
                                                                           int pageSize,
                                                                           PhysicalGearSurvey physicalGearSurvey)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(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:
findVesselPhysicalFeaturesByPhysicalGearSurvey in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(int, int, int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

findVesselPhysicalFeaturesByPhysicalGearSurvey

public java.util.Collection findVesselPhysicalFeaturesByPhysicalGearSurvey(int transform,
                                                                           java.lang.String queryString,
                                                                           int pageNumber,
                                                                           int pageSize,
                                                                           PhysicalGearSurvey physicalGearSurvey)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(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:
findVesselPhysicalFeaturesByPhysicalGearSurvey in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByPhysicalGearSurvey(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

findVesselPhysicalFeaturesByRecorderDepartment

public java.util.Collection findVesselPhysicalFeaturesByRecorderDepartment(Department recorderDepartment)
Specified by:
findVesselPhysicalFeaturesByRecorderDepartment in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)

findVesselPhysicalFeaturesByRecorderDepartment

public java.util.Collection findVesselPhysicalFeaturesByRecorderDepartment(int transform,
                                                                           Department recorderDepartment)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) 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:
findVesselPhysicalFeaturesByRecorderDepartment in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)

findVesselPhysicalFeaturesByRecorderDepartment

public java.util.Collection findVesselPhysicalFeaturesByRecorderDepartment(java.lang.String queryString,
                                                                           Department recorderDepartment)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString. This queryString argument allows you to override the query string defined in VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(fr.ifremer.allegro.administration.user.Department).

Specified by:
findVesselPhysicalFeaturesByRecorderDepartment in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)

findVesselPhysicalFeaturesByRecorderDepartment

public java.util.Collection findVesselPhysicalFeaturesByRecorderDepartment(int pageNumber,
                                                                           int pageSize,
                                                                           Department recorderDepartment)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you 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:
findVesselPhysicalFeaturesByRecorderDepartment in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, int, fr.ifremer.allegro.administration.user.Department)

findVesselPhysicalFeaturesByRecorderDepartment

public java.util.Collection findVesselPhysicalFeaturesByRecorderDepartment(java.lang.String queryString,
                                                                           int pageNumber,
                                                                           int pageSize,
                                                                           Department recorderDepartment)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you 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:
findVesselPhysicalFeaturesByRecorderDepartment in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)

findVesselPhysicalFeaturesByRecorderDepartment

public java.util.Collection findVesselPhysicalFeaturesByRecorderDepartment(int transform,
                                                                           java.lang.String queryString,
                                                                           Department recorderDepartment)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString. This queryString argument allows you to override the query string defined in VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department recorderDepartment).

Specified by:
findVesselPhysicalFeaturesByRecorderDepartment in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department)

findVesselPhysicalFeaturesByRecorderDepartment

public java.util.Collection findVesselPhysicalFeaturesByRecorderDepartment(int transform,
                                                                           int pageNumber,
                                                                           int pageSize,
                                                                           Department recorderDepartment)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you 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:
findVesselPhysicalFeaturesByRecorderDepartment in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)

findVesselPhysicalFeaturesByRecorderDepartment

public java.util.Collection findVesselPhysicalFeaturesByRecorderDepartment(int transform,
                                                                           java.lang.String queryString,
                                                                           int pageNumber,
                                                                           int pageSize,
                                                                           Department recorderDepartment)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you 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:
findVesselPhysicalFeaturesByRecorderDepartment in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)

findVesselPhysicalFeaturesByRecorderUser

public java.util.Collection findVesselPhysicalFeaturesByRecorderUser(User recorderUser)
Specified by:
findVesselPhysicalFeaturesByRecorderUser in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(fr.ifremer.allegro.administration.user.User)

findVesselPhysicalFeaturesByRecorderUser

public java.util.Collection findVesselPhysicalFeaturesByRecorderUser(int transform,
                                                                     User recorderUser)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(fr.ifremer.allegro.administration.user.User) 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:
findVesselPhysicalFeaturesByRecorderUser in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, fr.ifremer.allegro.administration.user.User)

findVesselPhysicalFeaturesByRecorderUser

public java.util.Collection findVesselPhysicalFeaturesByRecorderUser(java.lang.String queryString,
                                                                     User recorderUser)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(fr.ifremer.allegro.administration.user.User) with an additional argument called queryString. This queryString argument allows you to override the query string defined in VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(fr.ifremer.allegro.administration.user.User).

Specified by:
findVesselPhysicalFeaturesByRecorderUser in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(java.lang.String, fr.ifremer.allegro.administration.user.User)

findVesselPhysicalFeaturesByRecorderUser

public java.util.Collection findVesselPhysicalFeaturesByRecorderUser(int pageNumber,
                                                                     int pageSize,
                                                                     User recorderUser)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you 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:
findVesselPhysicalFeaturesByRecorderUser in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, int, fr.ifremer.allegro.administration.user.User)

findVesselPhysicalFeaturesByRecorderUser

public java.util.Collection findVesselPhysicalFeaturesByRecorderUser(java.lang.String queryString,
                                                                     int pageNumber,
                                                                     int pageSize,
                                                                     User recorderUser)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(String, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you 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:
findVesselPhysicalFeaturesByRecorderUser in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(String, int, int, fr.ifremer.allegro.administration.user.User)

findVesselPhysicalFeaturesByRecorderUser

public java.util.Collection findVesselPhysicalFeaturesByRecorderUser(int transform,
                                                                     java.lang.String queryString,
                                                                     User recorderUser)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, fr.ifremer.allegro.administration.user.User) with an additional argument called queryString. This queryString argument allows you to override the query string defined in VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, fr.ifremer.allegro.administration.user.User recorderUser).

Specified by:
findVesselPhysicalFeaturesByRecorderUser in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, String, fr.ifremer.allegro.administration.user.User)

findVesselPhysicalFeaturesByRecorderUser

public java.util.Collection findVesselPhysicalFeaturesByRecorderUser(int transform,
                                                                     int pageNumber,
                                                                     int pageSize,
                                                                     User recorderUser)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you 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:
findVesselPhysicalFeaturesByRecorderUser in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, int, int, fr.ifremer.allegro.administration.user.User)

findVesselPhysicalFeaturesByRecorderUser

public java.util.Collection findVesselPhysicalFeaturesByRecorderUser(int transform,
                                                                     java.lang.String queryString,
                                                                     int pageNumber,
                                                                     int pageSize,
                                                                     User recorderUser)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, String, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you 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:
findVesselPhysicalFeaturesByRecorderUser in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.User)

findVesselPhysicalFeaturesByBaseLandingLocation

public java.util.Collection findVesselPhysicalFeaturesByBaseLandingLocation(Location baseLandingLocation)
Specified by:
findVesselPhysicalFeaturesByBaseLandingLocation in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(fr.ifremer.allegro.referential.location.Location)

findVesselPhysicalFeaturesByBaseLandingLocation

public java.util.Collection findVesselPhysicalFeaturesByBaseLandingLocation(int transform,
                                                                            Location baseLandingLocation)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(fr.ifremer.allegro.referential.location.Location) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findVesselPhysicalFeaturesByBaseLandingLocation in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(int, fr.ifremer.allegro.referential.location.Location)

findVesselPhysicalFeaturesByBaseLandingLocation

public java.util.Collection findVesselPhysicalFeaturesByBaseLandingLocation(java.lang.String queryString,
                                                                            Location baseLandingLocation)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString. This queryString argument allows you to override the query string defined in VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(fr.ifremer.allegro.referential.location.Location).

Specified by:
findVesselPhysicalFeaturesByBaseLandingLocation in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(java.lang.String, fr.ifremer.allegro.referential.location.Location)

findVesselPhysicalFeaturesByBaseLandingLocation

public java.util.Collection findVesselPhysicalFeaturesByBaseLandingLocation(int pageNumber,
                                                                            int pageSize,
                                                                            Location baseLandingLocation)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findVesselPhysicalFeaturesByBaseLandingLocation in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(int, int, fr.ifremer.allegro.referential.location.Location)

findVesselPhysicalFeaturesByBaseLandingLocation

public java.util.Collection findVesselPhysicalFeaturesByBaseLandingLocation(java.lang.String queryString,
                                                                            int pageNumber,
                                                                            int pageSize,
                                                                            Location baseLandingLocation)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findVesselPhysicalFeaturesByBaseLandingLocation in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(String, int, int, fr.ifremer.allegro.referential.location.Location)

findVesselPhysicalFeaturesByBaseLandingLocation

public java.util.Collection findVesselPhysicalFeaturesByBaseLandingLocation(int transform,
                                                                            java.lang.String queryString,
                                                                            Location baseLandingLocation)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString. This queryString argument allows you to override the query string defined in VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(int, fr.ifremer.allegro.referential.location.Location baseLandingLocation).

Specified by:
findVesselPhysicalFeaturesByBaseLandingLocation in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(int, String, fr.ifremer.allegro.referential.location.Location)

findVesselPhysicalFeaturesByBaseLandingLocation

public java.util.Collection findVesselPhysicalFeaturesByBaseLandingLocation(int transform,
                                                                            int pageNumber,
                                                                            int pageSize,
                                                                            Location baseLandingLocation)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findVesselPhysicalFeaturesByBaseLandingLocation in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(int, int, int, fr.ifremer.allegro.referential.location.Location)

findVesselPhysicalFeaturesByBaseLandingLocation

public java.util.Collection findVesselPhysicalFeaturesByBaseLandingLocation(int transform,
                                                                            java.lang.String queryString,
                                                                            int pageNumber,
                                                                            int pageSize,
                                                                            Location baseLandingLocation)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findVesselPhysicalFeaturesByBaseLandingLocation in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByBaseLandingLocation(int, java.lang.String, int, int, fr.ifremer.allegro.referential.location.Location)

findVesselPhysicalFeaturesByVessel

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

findVesselPhysicalFeaturesByVessel

public java.util.Collection findVesselPhysicalFeaturesByVessel(int transform,
                                                               Vessel vessel)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(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:
findVesselPhysicalFeaturesByVessel in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)

findVesselPhysicalFeaturesByVessel

public java.util.Collection findVesselPhysicalFeaturesByVessel(java.lang.String queryString,
                                                               Vessel vessel)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString. This queryString argument allows you to override the query string defined in VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel).

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

findVesselPhysicalFeaturesByVessel

public java.util.Collection findVesselPhysicalFeaturesByVessel(int pageNumber,
                                                               int pageSize,
                                                               Vessel vessel)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(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:
findVesselPhysicalFeaturesByVessel in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findVesselPhysicalFeaturesByVessel

public java.util.Collection findVesselPhysicalFeaturesByVessel(java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               Vessel vessel)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(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:
findVesselPhysicalFeaturesByVessel in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findVesselPhysicalFeaturesByVessel

public java.util.Collection findVesselPhysicalFeaturesByVessel(int transform,
                                                               java.lang.String queryString,
                                                               Vessel vessel)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(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 VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel).

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

findVesselPhysicalFeaturesByVessel

public java.util.Collection findVesselPhysicalFeaturesByVessel(int transform,
                                                               int pageNumber,
                                                               int pageSize,
                                                               Vessel vessel)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(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:
findVesselPhysicalFeaturesByVessel in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findVesselPhysicalFeaturesByVessel

public java.util.Collection findVesselPhysicalFeaturesByVessel(int transform,
                                                               java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               Vessel vessel)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(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:
findVesselPhysicalFeaturesByVessel in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)

findVesselPhysicalFeaturesByQualityFlag

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

findVesselPhysicalFeaturesByQualityFlag

public java.util.Collection findVesselPhysicalFeaturesByQualityFlag(int transform,
                                                                    QualityFlag qualityFlag)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(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:
findVesselPhysicalFeaturesByQualityFlag in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)

findVesselPhysicalFeaturesByQualityFlag

public java.util.Collection findVesselPhysicalFeaturesByQualityFlag(java.lang.String queryString,
                                                                    QualityFlag qualityFlag)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString. This queryString argument allows you to override the query string defined in VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag).

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

findVesselPhysicalFeaturesByQualityFlag

public java.util.Collection findVesselPhysicalFeaturesByQualityFlag(int pageNumber,
                                                                    int pageSize,
                                                                    QualityFlag qualityFlag)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(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:
findVesselPhysicalFeaturesByQualityFlag in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)

findVesselPhysicalFeaturesByQualityFlag

public java.util.Collection findVesselPhysicalFeaturesByQualityFlag(java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    QualityFlag qualityFlag)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(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:
findVesselPhysicalFeaturesByQualityFlag in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findVesselPhysicalFeaturesByQualityFlag

public java.util.Collection findVesselPhysicalFeaturesByQualityFlag(int transform,
                                                                    java.lang.String queryString,
                                                                    QualityFlag qualityFlag)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString. This queryString argument allows you to override the query string defined in VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag).

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

findVesselPhysicalFeaturesByQualityFlag

public java.util.Collection findVesselPhysicalFeaturesByQualityFlag(int transform,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    QualityFlag qualityFlag)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(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:
findVesselPhysicalFeaturesByQualityFlag in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)

findVesselPhysicalFeaturesByQualityFlag

public java.util.Collection findVesselPhysicalFeaturesByQualityFlag(int transform,
                                                                    java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    QualityFlag qualityFlag)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(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:
findVesselPhysicalFeaturesByQualityFlag in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findVesselPhysicalFeaturesByProgram

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

findVesselPhysicalFeaturesByProgram

public java.util.Collection findVesselPhysicalFeaturesByProgram(int transform,
                                                                Program program)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(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:
findVesselPhysicalFeaturesByProgram in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)

findVesselPhysicalFeaturesByProgram

public java.util.Collection findVesselPhysicalFeaturesByProgram(java.lang.String queryString,
                                                                Program program)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program).

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

findVesselPhysicalFeaturesByProgram

public java.util.Collection findVesselPhysicalFeaturesByProgram(int pageNumber,
                                                                int pageSize,
                                                                Program program)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(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:
findVesselPhysicalFeaturesByProgram in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findVesselPhysicalFeaturesByProgram

public java.util.Collection findVesselPhysicalFeaturesByProgram(java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize,
                                                                Program program)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(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:
findVesselPhysicalFeaturesByProgram in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findVesselPhysicalFeaturesByProgram

public java.util.Collection findVesselPhysicalFeaturesByProgram(int transform,
                                                                java.lang.String queryString,
                                                                Program program)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(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 VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program).

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

findVesselPhysicalFeaturesByProgram

public java.util.Collection findVesselPhysicalFeaturesByProgram(int transform,
                                                                int pageNumber,
                                                                int pageSize,
                                                                Program program)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(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:
findVesselPhysicalFeaturesByProgram in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findVesselPhysicalFeaturesByProgram

public java.util.Collection findVesselPhysicalFeaturesByProgram(int transform,
                                                                java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize,
                                                                Program program)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(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:
findVesselPhysicalFeaturesByProgram in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findVesselPhysicalFeaturesByNaturalId

public VesselPhysicalFeatures findVesselPhysicalFeaturesByNaturalId(PhysicalGearSurvey physicalGearSurvey,
                                                                    java.util.Date startDate,
                                                                    Vessel vessel,
                                                                    Program program)
Specified by:
findVesselPhysicalFeaturesByNaturalId in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

findVesselPhysicalFeaturesByNaturalId

public java.lang.Object findVesselPhysicalFeaturesByNaturalId(int transform,
                                                              PhysicalGearSurvey physicalGearSurvey,
                                                              java.util.Date startDate,
                                                              Vessel vessel,
                                                              Program program)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, 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:
findVesselPhysicalFeaturesByNaturalId in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByNaturalId(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

findVesselPhysicalFeaturesByNaturalId

public VesselPhysicalFeatures findVesselPhysicalFeaturesByNaturalId(java.lang.String queryString,
                                                                    PhysicalGearSurvey physicalGearSurvey,
                                                                    java.util.Date startDate,
                                                                    Vessel vessel,
                                                                    Program program)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, 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 VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program).

Specified by:
findVesselPhysicalFeaturesByNaturalId in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByNaturalId(java.lang.String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

findVesselPhysicalFeaturesByNaturalId

public java.lang.Object findVesselPhysicalFeaturesByNaturalId(int transform,
                                                              java.lang.String queryString,
                                                              PhysicalGearSurvey physicalGearSurvey,
                                                              java.util.Date startDate,
                                                              Vessel vessel,
                                                              Program program)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByNaturalId(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, 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 VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByNaturalId(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey physicalGearSurvey, java.util.Date startDate, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program).

Specified by:
findVesselPhysicalFeaturesByNaturalId in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByNaturalId(int, java.lang.String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)

getAllVesselPhysicalFeaturesSinceDateSynchro

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

getAllVesselPhysicalFeaturesSinceDateSynchro

public java.util.Collection getAllVesselPhysicalFeaturesSinceDateSynchro(int transform,
                                                                         java.sql.Timestamp updateDate)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(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:
getAllVesselPhysicalFeaturesSinceDateSynchro in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp)

getAllVesselPhysicalFeaturesSinceDateSynchro

public java.util.Collection getAllVesselPhysicalFeaturesSinceDateSynchro(java.lang.String queryString,
                                                                         java.sql.Timestamp updateDate)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString. This queryString argument allows you to override the query string defined in VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp).

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

getAllVesselPhysicalFeaturesSinceDateSynchro

public java.util.Collection getAllVesselPhysicalFeaturesSinceDateSynchro(int pageNumber,
                                                                         int pageSize,
                                                                         java.sql.Timestamp updateDate)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(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:
getAllVesselPhysicalFeaturesSinceDateSynchro in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(int, int, java.sql.Timestamp)

getAllVesselPhysicalFeaturesSinceDateSynchro

public java.util.Collection getAllVesselPhysicalFeaturesSinceDateSynchro(java.lang.String queryString,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         java.sql.Timestamp updateDate)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(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:
getAllVesselPhysicalFeaturesSinceDateSynchro in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(String, int, int, java.sql.Timestamp)

getAllVesselPhysicalFeaturesSinceDateSynchro

public java.util.Collection getAllVesselPhysicalFeaturesSinceDateSynchro(int transform,
                                                                         java.lang.String queryString,
                                                                         java.sql.Timestamp updateDate)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString. This queryString argument allows you to override the query string defined in VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp updateDate).

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

getAllVesselPhysicalFeaturesSinceDateSynchro

public java.util.Collection getAllVesselPhysicalFeaturesSinceDateSynchro(int transform,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         java.sql.Timestamp updateDate)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(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:
getAllVesselPhysicalFeaturesSinceDateSynchro in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(int, int, int, java.sql.Timestamp)

getAllVesselPhysicalFeaturesSinceDateSynchro

public java.util.Collection getAllVesselPhysicalFeaturesSinceDateSynchro(int transform,
                                                                         java.lang.String queryString,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         java.sql.Timestamp updateDate)
Description copied from interface: VesselPhysicalFeaturesDao

Does the same thing as VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(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:
getAllVesselPhysicalFeaturesSinceDateSynchro in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.getAllVesselPhysicalFeaturesSinceDateSynchro(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)

createFromClusterVesselPhysicalFeatures

public VesselPhysicalFeatures createFromClusterVesselPhysicalFeatures(ClusterVesselPhysicalFeatures clusterVesselPhysicalFeatures)
Specified by:
createFromClusterVesselPhysicalFeatures in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.createFromClusterVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterVesselPhysicalFeatures)

handleCreateFromClusterVesselPhysicalFeatures

protected abstract VesselPhysicalFeatures handleCreateFromClusterVesselPhysicalFeatures(ClusterVesselPhysicalFeatures clusterVesselPhysicalFeatures)
                                                                                 throws java.lang.Exception
Performs the core logic for createFromClusterVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterVesselPhysicalFeatures)

Throws:
java.lang.Exception

getAllClusterVesselPhysicalFeaturesSinceDateSynchro

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

handleGetAllClusterVesselPhysicalFeaturesSinceDateSynchro

protected abstract ClusterVesselPhysicalFeatures[] handleGetAllClusterVesselPhysicalFeaturesSinceDateSynchro(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 getAllClusterVesselPhysicalFeaturesSinceDateSynchro(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,
                                           VesselPhysicalFeatures 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.VesselPhysicalFeaturesDao, 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 VesselPhysicalFeaturesDao
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.VesselPhysicalFeatures) 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.VesselPhysicalFeaturesDao
entities - the collection of entities to transform
See Also:
transformEntity(int,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)

toEntity

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

toRemoteVesselPhysicalFeaturesFullVOCollection

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

Specified by:
toRemoteVesselPhysicalFeaturesFullVOCollection in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesFullVOCollection(java.util.Collection)

toRemoteVesselPhysicalFeaturesFullVOArray

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

Specified by:
toRemoteVesselPhysicalFeaturesFullVOArray in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesFullVOArray(java.util.Collection)

toRemoteVesselPhysicalFeaturesFullVO

protected RemoteVesselPhysicalFeaturesFullVO toRemoteVesselPhysicalFeaturesFullVO(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 VesselPhysicalFeaturesDaoImpl class if you intend to use reporting queries.

See Also:
VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesFullVO(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)

remoteVesselPhysicalFeaturesFullVOToEntityCollection

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

Specified by:
remoteVesselPhysicalFeaturesFullVOToEntityCollection in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.remoteVesselPhysicalFeaturesFullVOToEntityCollection(java.util.Collection)

toRemoteVesselPhysicalFeaturesFullVO

public void toRemoteVesselPhysicalFeaturesFullVO(VesselPhysicalFeatures source,
                                                 RemoteVesselPhysicalFeaturesFullVO target)
Description copied from interface: VesselPhysicalFeaturesDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteVesselPhysicalFeaturesFullVO(), 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:
toRemoteVesselPhysicalFeaturesFullVO in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesFullVO(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO)

toRemoteVesselPhysicalFeaturesFullVO

public RemoteVesselPhysicalFeaturesFullVO toRemoteVesselPhysicalFeaturesFullVO(VesselPhysicalFeatures entity)
Description copied from interface: VesselPhysicalFeaturesDao
Converts this DAO's entity to an object of type RemoteVesselPhysicalFeaturesFullVO.

Specified by:
toRemoteVesselPhysicalFeaturesFullVO in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesFullVO(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)

remoteVesselPhysicalFeaturesFullVOToEntity

public void remoteVesselPhysicalFeaturesFullVOToEntity(RemoteVesselPhysicalFeaturesFullVO source,
                                                       VesselPhysicalFeatures target,
                                                       boolean copyIfNull)
Description copied from interface: VesselPhysicalFeaturesDao
Copies the fields of RemoteVesselPhysicalFeaturesFullVO to the specified entity.

Specified by:
remoteVesselPhysicalFeaturesFullVOToEntity in interface VesselPhysicalFeaturesDao
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.VesselPhysicalFeaturesDao#remoteVesselPhysicalFeaturesFullVOToEntity(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)

toRemoteVesselPhysicalFeaturesNaturalIdCollection

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

Specified by:
toRemoteVesselPhysicalFeaturesNaturalIdCollection in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesNaturalIdCollection(java.util.Collection)

toRemoteVesselPhysicalFeaturesNaturalIdArray

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

Specified by:
toRemoteVesselPhysicalFeaturesNaturalIdArray in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesNaturalIdArray(java.util.Collection)

toRemoteVesselPhysicalFeaturesNaturalId

protected RemoteVesselPhysicalFeaturesNaturalId toRemoteVesselPhysicalFeaturesNaturalId(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 VesselPhysicalFeaturesDaoImpl class if you intend to use reporting queries.

See Also:
VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)

remoteVesselPhysicalFeaturesNaturalIdToEntityCollection

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

Specified by:
remoteVesselPhysicalFeaturesNaturalIdToEntityCollection in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.remoteVesselPhysicalFeaturesNaturalIdToEntityCollection(java.util.Collection)

toRemoteVesselPhysicalFeaturesNaturalId

public void toRemoteVesselPhysicalFeaturesNaturalId(VesselPhysicalFeatures source,
                                                    RemoteVesselPhysicalFeaturesNaturalId target)
Description copied from interface: VesselPhysicalFeaturesDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteVesselPhysicalFeaturesNaturalId(), 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:
toRemoteVesselPhysicalFeaturesNaturalId in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesNaturalId)

toRemoteVesselPhysicalFeaturesNaturalId

public RemoteVesselPhysicalFeaturesNaturalId toRemoteVesselPhysicalFeaturesNaturalId(VesselPhysicalFeatures entity)
Description copied from interface: VesselPhysicalFeaturesDao
Converts this DAO's entity to an object of type RemoteVesselPhysicalFeaturesNaturalId.

Specified by:
toRemoteVesselPhysicalFeaturesNaturalId in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)

remoteVesselPhysicalFeaturesNaturalIdToEntity

public void remoteVesselPhysicalFeaturesNaturalIdToEntity(RemoteVesselPhysicalFeaturesNaturalId source,
                                                          VesselPhysicalFeatures target,
                                                          boolean copyIfNull)
Description copied from interface: VesselPhysicalFeaturesDao
Copies the fields of RemoteVesselPhysicalFeaturesNaturalId to the specified entity.

Specified by:
remoteVesselPhysicalFeaturesNaturalIdToEntity in interface VesselPhysicalFeaturesDao
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.VesselPhysicalFeaturesDao#remoteVesselPhysicalFeaturesNaturalIdToEntity(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesNaturalId, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)

toClusterVesselPhysicalFeaturesCollection

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

Specified by:
toClusterVesselPhysicalFeaturesCollection in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.toClusterVesselPhysicalFeaturesCollection(java.util.Collection)

toClusterVesselPhysicalFeaturesArray

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

Specified by:
toClusterVesselPhysicalFeaturesArray in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.toClusterVesselPhysicalFeaturesArray(java.util.Collection)

toClusterVesselPhysicalFeatures

protected ClusterVesselPhysicalFeatures toClusterVesselPhysicalFeatures(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 VesselPhysicalFeaturesDaoImpl class if you intend to use reporting queries.

See Also:
VesselPhysicalFeaturesDao.toClusterVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)

clusterVesselPhysicalFeaturesToEntityCollection

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

Specified by:
clusterVesselPhysicalFeaturesToEntityCollection in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.clusterVesselPhysicalFeaturesToEntityCollection(java.util.Collection)

toClusterVesselPhysicalFeatures

public void toClusterVesselPhysicalFeatures(VesselPhysicalFeatures source,
                                            ClusterVesselPhysicalFeatures target)
Description copied from interface: VesselPhysicalFeaturesDao
Copies the fields of the specified entity to the target value object. This method is similar to toClusterVesselPhysicalFeatures(), 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:
toClusterVesselPhysicalFeatures in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.toClusterVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterVesselPhysicalFeatures)

toClusterVesselPhysicalFeatures

public ClusterVesselPhysicalFeatures toClusterVesselPhysicalFeatures(VesselPhysicalFeatures entity)
Description copied from interface: VesselPhysicalFeaturesDao
Converts this DAO's entity to an object of type ClusterVesselPhysicalFeatures.

Specified by:
toClusterVesselPhysicalFeatures in interface VesselPhysicalFeaturesDao
See Also:
VesselPhysicalFeaturesDao.toClusterVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)

clusterVesselPhysicalFeaturesToEntity

public void clusterVesselPhysicalFeaturesToEntity(ClusterVesselPhysicalFeatures source,
                                                  VesselPhysicalFeatures target,
                                                  boolean copyIfNull)
Description copied from interface: VesselPhysicalFeaturesDao
Copies the fields of ClusterVesselPhysicalFeatures to the specified entity.

Specified by:
clusterVesselPhysicalFeaturesToEntity in interface VesselPhysicalFeaturesDao
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.VesselPhysicalFeaturesDao#clusterVesselPhysicalFeaturesToEntity(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterVesselPhysicalFeatures, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)

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 PhysicalFeaturesDao
Specified by:
search in interface VesselPhysicalFeaturesDao
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:
VesselPhysicalFeaturesDao.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 PhysicalFeaturesDao
Specified by:
search in interface VesselPhysicalFeaturesDao
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:
VesselPhysicalFeaturesDao.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 PhysicalFeaturesDao
Specified by:
search in interface VesselPhysicalFeaturesDao
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:
VesselPhysicalFeaturesDao.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 PhysicalFeaturesDao
Specified by:
search in interface VesselPhysicalFeaturesDao
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:
VesselPhysicalFeaturesDao.search(fr.ifremer.allegro.Search)


Copyright © 2008-2010 IFREMER. All Rights Reserved.