Uses of Class
fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures

Packages that use VesselPhysicalFeatures
fr.ifremer.allegro.data.measure   
fr.ifremer.allegro.data.vessel.feature.physical   
 

Uses of VesselPhysicalFeatures in fr.ifremer.allegro.data.measure
 

Methods in fr.ifremer.allegro.data.measure that return VesselPhysicalFeatures
 VesselPhysicalFeatures VesselPhysicalMeasurement.getVesselPhysicalFeatures()
           
 

Methods in fr.ifremer.allegro.data.measure with parameters of type VesselPhysicalFeatures
 Measurement VesselPhysicalMeasurementDao.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselPhysicalFeatures vesselPhysicalFeatures)
           Creates a new fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement instance from all attributes and properties and adds it to the persistent store.
 VesselPhysicalMeasurement VesselPhysicalMeasurementDaoBase.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.lang.Object VesselPhysicalMeasurementDao.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional flag called transform.
 java.lang.Object VesselPhysicalMeasurementDaoBase.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.lang.Object VesselPhysicalMeasurementDao.create(int transform, Pmfm pmfm, QualityFlag qualityFlag, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional flag called transform.
 java.lang.Object VesselPhysicalMeasurementDaoBase.create(int transform, Pmfm pmfm, QualityFlag qualityFlag, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 Measurement VesselPhysicalMeasurementDao.create(Pmfm pmfm, QualityFlag qualityFlag, VesselPhysicalFeatures vesselPhysicalFeatures)
           Creates a new fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement instance from only required properties (attributes and association ends) and adds it to the persistent store.
 VesselPhysicalMeasurement VesselPhysicalMeasurementDaoBase.create(Pmfm pmfm, QualityFlag qualityFlag, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.util.Collection VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(int transform, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByVesselPhysicalFeatures(int transform, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.util.Collection VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByVesselPhysicalFeatures(int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.util.Collection VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByVesselPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.util.Collection VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(int transform, java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional argument called queryString.
 java.util.Collection VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByVesselPhysicalFeatures(int transform, java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.util.Collection VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(int transform, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional flag called transform.
 java.util.Collection VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByVesselPhysicalFeatures(int transform, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.util.Collection VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByVesselPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.util.Collection VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional argument called queryString.
 java.util.Collection VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByVesselPhysicalFeatures(java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.util.Collection VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.util.Collection VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByVesselPhysicalFeatures(VesselPhysicalFeatures vesselPhysicalFeatures)
           
static VesselPhysicalMeasurement VesselPhysicalMeasurement.Factory.newInstance(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselPhysicalFeatures vesselPhysicalFeatures)
          Constructs a new instance of VesselPhysicalMeasurement, taking all possible properties (except the identifier(s))as arguments.
static VesselPhysicalMeasurement VesselPhysicalMeasurement.Factory.newInstance(QualityFlag qualityFlag, Pmfm pmfm, VesselPhysicalFeatures vesselPhysicalFeatures)
          Constructs a new instance of VesselPhysicalMeasurement, taking all required and/or read-only properties as arguments.
 void VesselPhysicalMeasurement.setVesselPhysicalFeatures(VesselPhysicalFeatures vesselPhysicalFeatures)
           
 

Uses of VesselPhysicalFeatures in fr.ifremer.allegro.data.vessel.feature.physical
 

Subclasses of VesselPhysicalFeatures in fr.ifremer.allegro.data.vessel.feature.physical
 class VesselPhysicalFeaturesImpl
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical that return VesselPhysicalFeatures
 VesselPhysicalFeatures VesselPhysicalFeaturesDaoImpl.clusterVesselPhysicalFeaturesToEntity(ClusterVesselPhysicalFeatures clusterVesselPhysicalFeatures)
           
 VesselPhysicalFeatures VesselPhysicalFeaturesDao.clusterVesselPhysicalFeaturesToEntity(ClusterVesselPhysicalFeatures clusterVesselPhysicalFeatures)
          Converts an instance of type ClusterVesselPhysicalFeatures to this DAO's entity.
 VesselPhysicalFeatures VesselPhysicalFeaturesDaoBase.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)
           
 VesselPhysicalFeatures VesselPhysicalFeaturesDaoBase.create(java.util.Date creationDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date startDate, Vessel vessel)
           
 VesselPhysicalFeatures VesselPhysicalFeaturesDaoBase.create(VesselPhysicalFeatures vesselPhysicalFeatures)
           
 VesselPhysicalFeatures VesselPhysicalFeaturesDao.createFromClusterVesselPhysicalFeatures(ClusterVesselPhysicalFeatures clusterVesselPhysicalFeatures)
           
 VesselPhysicalFeatures VesselPhysicalFeaturesDaoBase.createFromClusterVesselPhysicalFeatures(ClusterVesselPhysicalFeatures clusterVesselPhysicalFeatures)
           
 VesselPhysicalFeatures VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesById(java.lang.Integer id)
           
 VesselPhysicalFeatures VesselPhysicalFeaturesDaoBase.findVesselPhysicalFeaturesById(java.lang.Integer id)
           
 VesselPhysicalFeatures VesselPhysicalFeaturesDao.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.
 VesselPhysicalFeatures VesselPhysicalFeaturesDaoBase.findVesselPhysicalFeaturesById(java.lang.String queryString, java.lang.Integer id)
           
 VesselPhysicalFeatures VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByNaturalId(PhysicalGearSurvey physicalGearSurvey, java.util.Date startDate, Vessel vessel, Program program)
           
 VesselPhysicalFeatures VesselPhysicalFeaturesDaoBase.findVesselPhysicalFeaturesByNaturalId(PhysicalGearSurvey physicalGearSurvey, java.util.Date startDate, Vessel vessel, Program program)
           
 VesselPhysicalFeatures VesselPhysicalFeaturesDao.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.
 VesselPhysicalFeatures VesselPhysicalFeaturesDaoBase.findVesselPhysicalFeaturesByNaturalId(java.lang.String queryString, PhysicalGearSurvey physicalGearSurvey, java.util.Date startDate, Vessel vessel, Program program)
           
 VesselPhysicalFeatures VesselPhysicalFeaturesOriginPK.getVesselPhysicalFeatures()
           
protected  VesselPhysicalFeatures VesselPhysicalFeaturesDaoImpl.handleCreateFromClusterVesselPhysicalFeatures(ClusterVesselPhysicalFeatures clusterVesselPhysicalFeatures)
           
protected abstract  VesselPhysicalFeatures VesselPhysicalFeaturesDaoBase.handleCreateFromClusterVesselPhysicalFeatures(ClusterVesselPhysicalFeatures clusterVesselPhysicalFeatures)
          Performs the core logic for VesselPhysicalFeaturesDaoBase.createFromClusterVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterVesselPhysicalFeatures)
 VesselPhysicalFeatures VesselPhysicalFeaturesDaoBase.load(java.lang.Integer id)
           
static VesselPhysicalFeatures VesselPhysicalFeatures.Factory.newInstance()
          Constructs a new instance of VesselPhysicalFeatures.
static VesselPhysicalFeatures VesselPhysicalFeatures.Factory.newInstance(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)
          Constructs a new instance of VesselPhysicalFeatures, taking all possible properties (except the identifier(s))as arguments.
static VesselPhysicalFeatures VesselPhysicalFeatures.Factory.newInstance(java.util.Date startDate, java.util.Date creationDate, Vessel vessel, QualityFlag qualityFlag, Program program, Department recorderDepartment)
          Constructs a new instance of VesselPhysicalFeatures, taking all required and/or read-only properties as arguments.
 VesselPhysicalFeatures VesselPhysicalFeaturesDaoImpl.remoteVesselPhysicalFeaturesFullVOToEntity(RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVO)
           
 VesselPhysicalFeatures VesselPhysicalFeaturesDao.remoteVesselPhysicalFeaturesFullVOToEntity(RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVO)
          Converts an instance of type RemoteVesselPhysicalFeaturesFullVO to this DAO's entity.
 VesselPhysicalFeatures VesselPhysicalFeaturesDaoImpl.remoteVesselPhysicalFeaturesNaturalIdToEntity(RemoteVesselPhysicalFeaturesNaturalId remoteVesselPhysicalFeaturesNaturalId)
           
 VesselPhysicalFeatures VesselPhysicalFeaturesDao.remoteVesselPhysicalFeaturesNaturalIdToEntity(RemoteVesselPhysicalFeaturesNaturalId remoteVesselPhysicalFeaturesNaturalId)
          Converts an instance of type RemoteVesselPhysicalFeaturesNaturalId to this DAO's entity.
protected  VesselPhysicalFeatures VesselPhysicalFeaturesDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical with parameters of type VesselPhysicalFeatures
 void VesselPhysicalFeaturesDaoImpl.clusterVesselPhysicalFeaturesToEntity(ClusterVesselPhysicalFeatures source, VesselPhysicalFeatures target, boolean copyIfNull)
           
 void VesselPhysicalFeaturesDao.clusterVesselPhysicalFeaturesToEntity(ClusterVesselPhysicalFeatures source, VesselPhysicalFeatures target, boolean copyIfNull)
          Copies the fields of ClusterVesselPhysicalFeatures to the specified entity.
 void VesselPhysicalFeaturesDaoBase.clusterVesselPhysicalFeaturesToEntity(ClusterVesselPhysicalFeatures source, VesselPhysicalFeatures target, boolean copyIfNull)
           
 java.lang.Object VesselPhysicalFeaturesOriginDao.create(int transform, Program program, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional flag called transform.
 java.lang.Object VesselPhysicalFeaturesOriginDaoBase.create(int transform, Program program, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.lang.Object VesselPhysicalFeaturesDao.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.
 java.lang.Object VesselPhysicalFeaturesDaoBase.create(int transform, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.lang.Object VesselPhysicalFeaturesOriginDao.create(int transform, VesselPhysicalFeatures vesselPhysicalFeatures, Program program, AcquisitionLevel acquisitionLevel)
           Does the same thing as VesselPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional flag called transform.
 java.lang.Object VesselPhysicalFeaturesOriginDaoBase.create(int transform, VesselPhysicalFeatures vesselPhysicalFeatures, Program program, AcquisitionLevel acquisitionLevel)
           
 VesselPhysicalFeaturesOrigin VesselPhysicalFeaturesOriginDao.create(Program program, VesselPhysicalFeatures vesselPhysicalFeatures)
           Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin instance from only required properties (attributes and association ends) and adds it to the persistent store.
 VesselPhysicalFeaturesOrigin VesselPhysicalFeaturesOriginDaoBase.create(Program program, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 PhysicalFeatures VesselPhysicalFeaturesDao.create(VesselPhysicalFeatures vesselPhysicalFeatures)
          Creates an instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures and adds it to the persistent store.
 VesselPhysicalFeatures VesselPhysicalFeaturesDaoBase.create(VesselPhysicalFeatures vesselPhysicalFeatures)
           
 VesselPhysicalFeaturesOrigin VesselPhysicalFeaturesOriginDao.create(VesselPhysicalFeatures vesselPhysicalFeatures, Program program, AcquisitionLevel acquisitionLevel)
           Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin instance from all attributes and properties and adds it to the persistent store.
 VesselPhysicalFeaturesOrigin VesselPhysicalFeaturesOriginDaoBase.create(VesselPhysicalFeatures vesselPhysicalFeatures, Program program, AcquisitionLevel acquisitionLevel)
           
 java.lang.Object VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByIdentifiers(int transform, java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.lang.Object VesselPhysicalFeaturesOriginDaoBase.findVesselPhysicalFeaturesOriginByIdentifiers(int transform, java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           
 java.lang.Object VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByIdentifiers(int transform, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object VesselPhysicalFeaturesOriginDaoBase.findVesselPhysicalFeaturesOriginByIdentifiers(int transform, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           
 VesselPhysicalFeaturesOrigin VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByIdentifiers(java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 VesselPhysicalFeaturesOrigin VesselPhysicalFeaturesOriginDaoBase.findVesselPhysicalFeaturesOriginByIdentifiers(java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           
 VesselPhysicalFeaturesOrigin VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByIdentifiers(VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           
 VesselPhysicalFeaturesOrigin VesselPhysicalFeaturesOriginDaoBase.findVesselPhysicalFeaturesOriginByIdentifiers(VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           
 java.lang.Object VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByNaturalId(int transform, java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.lang.Object VesselPhysicalFeaturesOriginDaoBase.findVesselPhysicalFeaturesOriginByNaturalId(int transform, java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           
 java.lang.Object VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByNaturalId(int transform, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object VesselPhysicalFeaturesOriginDaoBase.findVesselPhysicalFeaturesOriginByNaturalId(int transform, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           
 VesselPhysicalFeaturesOrigin VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByNaturalId(java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 VesselPhysicalFeaturesOrigin VesselPhysicalFeaturesOriginDaoBase.findVesselPhysicalFeaturesOriginByNaturalId(java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           
 VesselPhysicalFeaturesOrigin VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByNaturalId(VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           
 VesselPhysicalFeaturesOrigin VesselPhysicalFeaturesOriginDaoBase.findVesselPhysicalFeaturesOriginByNaturalId(VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           
 java.util.Collection VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPhysicalFeaturesOriginDaoBase.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.util.Collection VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPhysicalFeaturesOriginDaoBase.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.util.Collection VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPhysicalFeaturesOriginDaoBase.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.util.Collection VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform, java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional argument called queryString.
 java.util.Collection VesselPhysicalFeaturesOriginDaoBase.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform, java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.util.Collection VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional flag called transform.
 java.util.Collection VesselPhysicalFeaturesOriginDaoBase.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.util.Collection VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPhysicalFeaturesOriginDaoBase.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.util.Collection VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional argument called queryString.
 java.util.Collection VesselPhysicalFeaturesOriginDaoBase.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.util.Collection VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.util.Collection VesselPhysicalFeaturesOriginDaoBase.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.lang.Object VesselPhysicalFeaturesOriginDao.load(int transform, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           Does the same thing as VesselPhysicalFeaturesOriginDao.load(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object VesselPhysicalFeaturesOriginDaoBase.load(int transform, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           
 VesselPhysicalFeaturesOrigin VesselPhysicalFeaturesOriginDao.load(VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
          Loads an instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin from the persistent store.
 VesselPhysicalFeaturesOrigin VesselPhysicalFeaturesOriginDaoBase.load(VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           
 void VesselPhysicalFeaturesDaoImpl.remoteVesselPhysicalFeaturesFullVOToEntity(RemoteVesselPhysicalFeaturesFullVO source, VesselPhysicalFeatures target, boolean copyIfNull)
           
 void VesselPhysicalFeaturesDao.remoteVesselPhysicalFeaturesFullVOToEntity(RemoteVesselPhysicalFeaturesFullVO source, VesselPhysicalFeatures target, boolean copyIfNull)
          Copies the fields of RemoteVesselPhysicalFeaturesFullVO to the specified entity.
 void VesselPhysicalFeaturesDaoBase.remoteVesselPhysicalFeaturesFullVOToEntity(RemoteVesselPhysicalFeaturesFullVO source, VesselPhysicalFeatures target, boolean copyIfNull)
           
 void VesselPhysicalFeaturesDaoImpl.remoteVesselPhysicalFeaturesNaturalIdToEntity(RemoteVesselPhysicalFeaturesNaturalId source, VesselPhysicalFeatures target, boolean copyIfNull)
           
 void VesselPhysicalFeaturesDao.remoteVesselPhysicalFeaturesNaturalIdToEntity(RemoteVesselPhysicalFeaturesNaturalId source, VesselPhysicalFeatures target, boolean copyIfNull)
          Copies the fields of RemoteVesselPhysicalFeaturesNaturalId to the specified entity.
 void VesselPhysicalFeaturesDaoBase.remoteVesselPhysicalFeaturesNaturalIdToEntity(RemoteVesselPhysicalFeaturesNaturalId source, VesselPhysicalFeatures target, boolean copyIfNull)
           
 void VesselPhysicalFeaturesDao.remove(VesselPhysicalFeatures vesselPhysicalFeatures)
          Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures from the persistent store.
 void VesselPhysicalFeaturesDaoBase.remove(VesselPhysicalFeatures vesselPhysicalFeatures)
           
 void VesselPhysicalFeaturesOriginDao.remove(VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
          Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin having the given identifiers from the persistent store.
 void VesselPhysicalFeaturesOriginDaoBase.remove(VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           
 void VesselPhysicalFeaturesOriginPK.setVesselPhysicalFeatures(VesselPhysicalFeatures vesselPhysicalFeatures)
           
 ClusterVesselPhysicalFeatures VesselPhysicalFeaturesDaoImpl.toClusterVesselPhysicalFeatures(VesselPhysicalFeatures entity)
           
 ClusterVesselPhysicalFeatures VesselPhysicalFeaturesDao.toClusterVesselPhysicalFeatures(VesselPhysicalFeatures entity)
          Converts this DAO's entity to an object of type ClusterVesselPhysicalFeatures.
 ClusterVesselPhysicalFeatures VesselPhysicalFeaturesDaoBase.toClusterVesselPhysicalFeatures(VesselPhysicalFeatures entity)
           
 void VesselPhysicalFeaturesDaoImpl.toClusterVesselPhysicalFeatures(VesselPhysicalFeatures source, ClusterVesselPhysicalFeatures target)
           
 void VesselPhysicalFeaturesDao.toClusterVesselPhysicalFeatures(VesselPhysicalFeatures source, ClusterVesselPhysicalFeatures target)
          Copies the fields of the specified entity to the target value object.
 void VesselPhysicalFeaturesDaoBase.toClusterVesselPhysicalFeatures(VesselPhysicalFeatures source, ClusterVesselPhysicalFeatures target)
           
 RemoteVesselPhysicalFeaturesFullVO VesselPhysicalFeaturesDaoImpl.toRemoteVesselPhysicalFeaturesFullVO(VesselPhysicalFeatures entity)
           
 RemoteVesselPhysicalFeaturesFullVO VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesFullVO(VesselPhysicalFeatures entity)
          Converts this DAO's entity to an object of type RemoteVesselPhysicalFeaturesFullVO.
 RemoteVesselPhysicalFeaturesFullVO VesselPhysicalFeaturesDaoBase.toRemoteVesselPhysicalFeaturesFullVO(VesselPhysicalFeatures entity)
           
 void VesselPhysicalFeaturesDaoImpl.toRemoteVesselPhysicalFeaturesFullVO(VesselPhysicalFeatures source, RemoteVesselPhysicalFeaturesFullVO target)
           
 void VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesFullVO(VesselPhysicalFeatures source, RemoteVesselPhysicalFeaturesFullVO target)
          Copies the fields of the specified entity to the target value object.
 void VesselPhysicalFeaturesDaoBase.toRemoteVesselPhysicalFeaturesFullVO(VesselPhysicalFeatures source, RemoteVesselPhysicalFeaturesFullVO target)
           
 RemoteVesselPhysicalFeaturesNaturalId VesselPhysicalFeaturesDaoImpl.toRemoteVesselPhysicalFeaturesNaturalId(VesselPhysicalFeatures entity)
           
 RemoteVesselPhysicalFeaturesNaturalId VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesNaturalId(VesselPhysicalFeatures entity)
          Converts this DAO's entity to an object of type RemoteVesselPhysicalFeaturesNaturalId.
 RemoteVesselPhysicalFeaturesNaturalId VesselPhysicalFeaturesDaoBase.toRemoteVesselPhysicalFeaturesNaturalId(VesselPhysicalFeatures entity)
           
 void VesselPhysicalFeaturesDaoImpl.toRemoteVesselPhysicalFeaturesNaturalId(VesselPhysicalFeatures source, RemoteVesselPhysicalFeaturesNaturalId target)
           
 void VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesNaturalId(VesselPhysicalFeatures source, RemoteVesselPhysicalFeaturesNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void VesselPhysicalFeaturesDaoBase.toRemoteVesselPhysicalFeaturesNaturalId(VesselPhysicalFeatures source, RemoteVesselPhysicalFeaturesNaturalId target)
           
protected  java.lang.Object VesselPhysicalFeaturesDaoBase.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 VesselPhysicalFeaturesDao.update(VesselPhysicalFeatures vesselPhysicalFeatures)
          Updates the vesselPhysicalFeatures instance in the persistent store.
 void VesselPhysicalFeaturesDaoBase.update(VesselPhysicalFeatures vesselPhysicalFeatures)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.