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

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

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

Methods in fr.ifremer.allegro.data.measure that return GearPhysicalFeatures
 GearPhysicalFeatures GearPhysicalMeasurement.getGearPhysicalFeatures()
           
 

Methods in fr.ifremer.allegro.data.measure with parameters of type GearPhysicalFeatures
 Measurement GearPhysicalMeasurementDao.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, GearPhysicalFeatures gearPhysicalFeatures)
           Creates a new fr.ifremer.allegro.data.measure.GearPhysicalMeasurement instance from all attributes and properties and adds it to the persistent store.
 GearPhysicalMeasurement GearPhysicalMeasurementDaoBase.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, GearPhysicalFeatures gearPhysicalFeatures)
           
 Measurement GearPhysicalMeasurementDao.create(GearPhysicalFeatures gearPhysicalFeatures, Pmfm pmfm, QualityFlag qualityFlag)
           Creates a new fr.ifremer.allegro.data.measure.GearPhysicalMeasurement instance from only required properties (attributes and association ends) and adds it to the persistent store.
 GearPhysicalMeasurement GearPhysicalMeasurementDaoBase.create(GearPhysicalFeatures gearPhysicalFeatures, Pmfm pmfm, QualityFlag qualityFlag)
           
 java.lang.Object GearPhysicalMeasurementDao.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, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as GearPhysicalMeasurementDao.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.GearPhysicalFeatures) with an additional flag called transform.
 java.lang.Object GearPhysicalMeasurementDaoBase.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, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.lang.Object GearPhysicalMeasurementDao.create(int transform, GearPhysicalFeatures gearPhysicalFeatures, Pmfm pmfm, QualityFlag qualityFlag)
           Does the same thing as GearPhysicalMeasurementDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.lang.Object GearPhysicalMeasurementDaoBase.create(int transform, GearPhysicalFeatures gearPhysicalFeatures, Pmfm pmfm, QualityFlag qualityFlag)
           
 java.util.Collection GearPhysicalMeasurementDao.findGearPhysicalMeasurementByGearPhysicalFeatures(GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByGearPhysicalFeatures(GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection GearPhysicalMeasurementDao.findGearPhysicalMeasurementByGearPhysicalFeatures(int transform, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional flag called transform.
 java.util.Collection GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByGearPhysicalFeatures(int transform, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection GearPhysicalMeasurementDao.findGearPhysicalMeasurementByGearPhysicalFeatures(int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByGearPhysicalFeatures(int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection GearPhysicalMeasurementDao.findGearPhysicalMeasurementByGearPhysicalFeatures(int transform, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByGearPhysicalFeatures(int transform, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection GearPhysicalMeasurementDao.findGearPhysicalMeasurementByGearPhysicalFeatures(int transform, java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional argument called queryString.
 java.util.Collection GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByGearPhysicalFeatures(int transform, java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection GearPhysicalMeasurementDao.findGearPhysicalMeasurementByGearPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByGearPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByGearPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection GearPhysicalMeasurementDao.findGearPhysicalMeasurementByGearPhysicalFeatures(java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional argument called queryString.
 java.util.Collection GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByGearPhysicalFeatures(java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection GearPhysicalMeasurementDao.findGearPhysicalMeasurementByGearPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByGearPhysicalFeatures(String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByGearPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           
static GearPhysicalMeasurement GearPhysicalMeasurement.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, GearPhysicalFeatures gearPhysicalFeatures)
          Constructs a new instance of GearPhysicalMeasurement, taking all possible properties (except the identifier(s))as arguments.
static GearPhysicalMeasurement GearPhysicalMeasurement.Factory.newInstance(QualityFlag qualityFlag, Pmfm pmfm, GearPhysicalFeatures gearPhysicalFeatures)
          Constructs a new instance of GearPhysicalMeasurement, taking all required and/or read-only properties as arguments.
 void GearPhysicalMeasurement.setGearPhysicalFeatures(GearPhysicalFeatures gearPhysicalFeatures)
           
 

Uses of GearPhysicalFeatures in fr.ifremer.allegro.data.operation
 

Methods in fr.ifremer.allegro.data.operation that return GearPhysicalFeatures
 GearPhysicalFeatures Operation.getGearPhysicalFeatures()
           Caract??ristiques physique de l'engin d??ploy?? au cours de l'op??ration.
 

Methods in fr.ifremer.allegro.data.operation with parameters of type GearPhysicalFeatures
 java.lang.Object OperationDao.create(int transform, java.lang.String name, java.lang.Short rankOrderOnPeriod, java.util.Date startDateTime, java.util.Date endDateTime, java.lang.Boolean isMainOperation, java.lang.String comments, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, FishingTrip fishingTrip, java.util.Collection operationVesselAssociations, Vessel vessel, QualityFlag qualityFlag, java.util.Collection vesselPositions, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as OperationDao.create(java.lang.String,java.lang.Short,java.util.Date,java.util.Date,java.lang.Boolean,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional flag called transform.
 java.lang.Object OperationDaoBase.create(int transform, java.lang.String name, java.lang.Short rankOrderOnPeriod, java.util.Date startDateTime, java.util.Date endDateTime, java.lang.Boolean isMainOperation, java.lang.String comments, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, FishingTrip fishingTrip, java.util.Collection operationVesselAssociations, Vessel vessel, QualityFlag qualityFlag, java.util.Collection vesselPositions, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.lang.Object FishingOperationDao.create(int transform, java.lang.String name, java.lang.Short rankOrderOnPeriod, java.util.Date startDateTime, java.util.Date endDateTime, java.lang.Boolean isMainOperation, java.lang.String comments, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, FishingTrip fishingTrip, java.util.Collection operationVesselAssociations, Vessel vessel, QualityFlag qualityFlag, java.util.Collection vesselPositions, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures, GearPhysicalFeatures gearPhysicalFeatures, java.util.Date fishingStartDateTime, java.util.Date fishingEndDateTime, java.lang.Boolean hasCatch, CatchBatch catchBatch, java.util.Collection samples, java.util.Collection produces)
           Does the same thing as FishingOperationDao.create(java.lang.String,java.lang.Short,java.util.Date,java.util.Date,java.lang.Boolean,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,java.util.Date,java.util.Date,java.lang.Boolean,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection) with an additional flag called transform.
 java.lang.Object FishingOperationDaoBase.create(int transform, java.lang.String name, java.lang.Short rankOrderOnPeriod, java.util.Date startDateTime, java.util.Date endDateTime, java.lang.Boolean isMainOperation, java.lang.String comments, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, FishingTrip fishingTrip, java.util.Collection operationVesselAssociations, Vessel vessel, QualityFlag qualityFlag, java.util.Collection vesselPositions, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures, GearPhysicalFeatures gearPhysicalFeatures, java.util.Date fishingStartDateTime, java.util.Date fishingEndDateTime, java.lang.Boolean hasCatch, CatchBatch catchBatch, java.util.Collection samples, java.util.Collection produces)
           
 Operation OperationDao.create(java.lang.String name, java.lang.Short rankOrderOnPeriod, java.util.Date startDateTime, java.util.Date endDateTime, java.lang.Boolean isMainOperation, java.lang.String comments, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, FishingTrip fishingTrip, java.util.Collection operationVesselAssociations, Vessel vessel, QualityFlag qualityFlag, java.util.Collection vesselPositions, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures, GearPhysicalFeatures gearPhysicalFeatures)
           Creates a new fr.ifremer.allegro.data.operation.Operation instance from all attributes and properties and adds it to the persistent store.
 Operation OperationDaoBase.create(java.lang.String name, java.lang.Short rankOrderOnPeriod, java.util.Date startDateTime, java.util.Date endDateTime, java.lang.Boolean isMainOperation, java.lang.String comments, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, FishingTrip fishingTrip, java.util.Collection operationVesselAssociations, Vessel vessel, QualityFlag qualityFlag, java.util.Collection vesselPositions, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures, GearPhysicalFeatures gearPhysicalFeatures)
           
 Operation FishingOperationDao.create(java.lang.String name, java.lang.Short rankOrderOnPeriod, java.util.Date startDateTime, java.util.Date endDateTime, java.lang.Boolean isMainOperation, java.lang.String comments, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, FishingTrip fishingTrip, java.util.Collection operationVesselAssociations, Vessel vessel, QualityFlag qualityFlag, java.util.Collection vesselPositions, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures, GearPhysicalFeatures gearPhysicalFeatures, java.util.Date fishingStartDateTime, java.util.Date fishingEndDateTime, java.lang.Boolean hasCatch, CatchBatch catchBatch, java.util.Collection samples, java.util.Collection produces)
           Creates a new fr.ifremer.allegro.data.operation.FishingOperation instance from all attributes and properties and adds it to the persistent store.
 FishingOperation FishingOperationDaoBase.create(java.lang.String name, java.lang.Short rankOrderOnPeriod, java.util.Date startDateTime, java.util.Date endDateTime, java.lang.Boolean isMainOperation, java.lang.String comments, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, FishingTrip fishingTrip, java.util.Collection operationVesselAssociations, Vessel vessel, QualityFlag qualityFlag, java.util.Collection vesselPositions, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures, GearPhysicalFeatures gearPhysicalFeatures, java.util.Date fishingStartDateTime, java.util.Date fishingEndDateTime, java.lang.Boolean hasCatch, CatchBatch catchBatch, java.util.Collection samples, java.util.Collection produces)
           
 java.util.Collection FishingOperationDao.findFishingOperationByGearPhysicalFeatures(GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection FishingOperationDaoBase.findFishingOperationByGearPhysicalFeatures(GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection FishingOperationDao.findFishingOperationByGearPhysicalFeatures(int transform, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as FishingOperationDao.findFishingOperationByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional flag called transform.
 java.util.Collection FishingOperationDaoBase.findFishingOperationByGearPhysicalFeatures(int transform, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection FishingOperationDao.findFishingOperationByGearPhysicalFeatures(int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as FishingOperationDao.findFishingOperationByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingOperationDaoBase.findFishingOperationByGearPhysicalFeatures(int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection FishingOperationDao.findFishingOperationByGearPhysicalFeatures(int transform, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as FishingOperationDao.findFishingOperationByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingOperationDaoBase.findFishingOperationByGearPhysicalFeatures(int transform, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection FishingOperationDao.findFishingOperationByGearPhysicalFeatures(int transform, java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as FishingOperationDao.findFishingOperationByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional argument called queryString.
 java.util.Collection FishingOperationDaoBase.findFishingOperationByGearPhysicalFeatures(int transform, java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection FishingOperationDao.findFishingOperationByGearPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as FishingOperationDao.findFishingOperationByGearPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingOperationDaoBase.findFishingOperationByGearPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection FishingOperationDao.findFishingOperationByGearPhysicalFeatures(java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as FishingOperationDao.findFishingOperationByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional argument called queryString.
 java.util.Collection FishingOperationDaoBase.findFishingOperationByGearPhysicalFeatures(java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection FishingOperationDao.findFishingOperationByGearPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as FishingOperationDao.findFishingOperationByGearPhysicalFeatures(String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection FishingOperationDaoBase.findFishingOperationByGearPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection OperationDao.findOperationByGearPhysicalFeatures(GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection OperationDaoBase.findOperationByGearPhysicalFeatures(GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection FishingOperationDaoBase.findOperationByGearPhysicalFeatures(GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection OperationDao.findOperationByGearPhysicalFeatures(int transform, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as OperationDao.findOperationByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional flag called transform.
 java.util.Collection OperationDaoBase.findOperationByGearPhysicalFeatures(int transform, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection FishingOperationDaoBase.findOperationByGearPhysicalFeatures(int transform, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection OperationDao.findOperationByGearPhysicalFeatures(int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as OperationDao.findOperationByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection OperationDaoBase.findOperationByGearPhysicalFeatures(int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection FishingOperationDaoBase.findOperationByGearPhysicalFeatures(int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection OperationDao.findOperationByGearPhysicalFeatures(int transform, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as OperationDao.findOperationByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection OperationDaoBase.findOperationByGearPhysicalFeatures(int transform, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection FishingOperationDaoBase.findOperationByGearPhysicalFeatures(int transform, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection OperationDao.findOperationByGearPhysicalFeatures(int transform, java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as OperationDao.findOperationByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional argument called queryString.
 java.util.Collection OperationDaoBase.findOperationByGearPhysicalFeatures(int transform, java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection FishingOperationDaoBase.findOperationByGearPhysicalFeatures(int transform, java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection OperationDao.findOperationByGearPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as OperationDao.findOperationByGearPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection OperationDaoBase.findOperationByGearPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection FishingOperationDaoBase.findOperationByGearPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection OperationDao.findOperationByGearPhysicalFeatures(java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as OperationDao.findOperationByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional argument called queryString.
 java.util.Collection OperationDaoBase.findOperationByGearPhysicalFeatures(java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection FishingOperationDaoBase.findOperationByGearPhysicalFeatures(java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection OperationDao.findOperationByGearPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as OperationDao.findOperationByGearPhysicalFeatures(String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection OperationDaoBase.findOperationByGearPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection FishingOperationDaoBase.findOperationByGearPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           
static Operation Operation.Factory.newInstance(java.lang.String name, java.lang.Short rankOrderOnPeriod, java.util.Date startDateTime, java.util.Date endDateTime, java.lang.Boolean isMainOperation, java.lang.String comments, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, FishingTrip fishingTrip, java.util.Collection operationVesselAssociations, Vessel vessel, QualityFlag qualityFlag, java.util.Collection vesselPositions, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures, GearPhysicalFeatures gearPhysicalFeatures)
          Constructs a new instance of Operation, taking all possible properties (except the identifier(s))as arguments.
static FishingOperation FishingOperation.Factory.newInstance(java.lang.String name, java.lang.Short rankOrderOnPeriod, java.util.Date startDateTime, java.util.Date endDateTime, java.lang.Boolean isMainOperation, java.lang.String comments, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, FishingTrip fishingTrip, java.util.Collection operationVesselAssociations, Vessel vessel, QualityFlag qualityFlag, java.util.Collection vesselPositions, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures, GearPhysicalFeatures gearPhysicalFeatures, java.util.Date fishingStartDateTime, java.util.Date fishingEndDateTime, java.lang.Boolean hasCatch, CatchBatch catchBatch, java.util.Collection samples, java.util.Collection produces)
          Constructs a new instance of FishingOperation, taking all possible properties (except the identifier(s))as arguments.
 void Operation.setGearPhysicalFeatures(GearPhysicalFeatures gearPhysicalFeatures)
           
 

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

Subclasses of GearPhysicalFeatures in fr.ifremer.allegro.data.vessel.feature.physical
 class GearPhysicalFeaturesImpl
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical that return GearPhysicalFeatures
 GearPhysicalFeatures GearPhysicalFeaturesDaoImpl.clusterGearPhysicalFeaturesToEntity(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)
           
 GearPhysicalFeatures GearPhysicalFeaturesDao.clusterGearPhysicalFeaturesToEntity(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)
          Converts an instance of type ClusterGearPhysicalFeatures to this DAO's entity.
 GearPhysicalFeatures GearPhysicalFeaturesDaoBase.create(java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Vessel vessel, QualityFlag qualityFlag, Program program, java.util.Collection gearPhysicalMeasurements, PhysicalGearSurvey physicalGearSurvey, FishingTrip fishingTrip, java.util.Collection operations, Gear gear, java.util.Collection gearPhysicalFeaturesOrigins)
           
 GearPhysicalFeatures GearPhysicalFeaturesDaoBase.create(java.util.Date creationDate, Gear gear, Program program, QualityFlag qualityFlag, java.util.Date startDate, Vessel vessel)
           
 GearPhysicalFeatures GearPhysicalFeaturesDaoBase.create(GearPhysicalFeatures gearPhysicalFeatures)
           
 GearPhysicalFeatures GearPhysicalFeaturesDao.createFromClusterGearPhysicalFeatures(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)
           
 GearPhysicalFeatures GearPhysicalFeaturesDaoBase.createFromClusterGearPhysicalFeatures(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)
           
 GearPhysicalFeatures GearPhysicalFeaturesDao.findGearPhysicalFeaturesById(java.lang.Integer id)
           
 GearPhysicalFeatures GearPhysicalFeaturesDaoBase.findGearPhysicalFeaturesById(java.lang.Integer id)
           
 GearPhysicalFeatures GearPhysicalFeaturesDao.findGearPhysicalFeaturesById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesById(java.lang.Integer) with an additional argument called queryString.
 GearPhysicalFeatures GearPhysicalFeaturesDaoBase.findGearPhysicalFeaturesById(java.lang.String queryString, java.lang.Integer id)
           
 GearPhysicalFeatures GearPhysicalFeaturesDao.findGearPhysicalFeaturesByNaturalId(Gear gear, PhysicalGearSurvey physicalGearSurvey, FishingTrip fishingTrip, java.util.Date startDate, Vessel vessel, Program program)
           
 GearPhysicalFeatures GearPhysicalFeaturesDaoBase.findGearPhysicalFeaturesByNaturalId(Gear gear, PhysicalGearSurvey physicalGearSurvey, FishingTrip fishingTrip, java.util.Date startDate, Vessel vessel, Program program)
           
 GearPhysicalFeatures GearPhysicalFeaturesDao.findGearPhysicalFeaturesByNaturalId(java.lang.String queryString, Gear gear, PhysicalGearSurvey physicalGearSurvey, FishingTrip fishingTrip, java.util.Date startDate, Vessel vessel, Program program)
           Does the same thing as GearPhysicalFeaturesDao.findGearPhysicalFeaturesByNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 GearPhysicalFeatures GearPhysicalFeaturesDaoBase.findGearPhysicalFeaturesByNaturalId(java.lang.String queryString, Gear gear, PhysicalGearSurvey physicalGearSurvey, FishingTrip fishingTrip, java.util.Date startDate, Vessel vessel, Program program)
           
 GearPhysicalFeatures GearPhysicalFeaturesOriginPK.getGearPhysicalFeatures()
           
protected  GearPhysicalFeatures GearPhysicalFeaturesDaoImpl.handleCreateFromClusterGearPhysicalFeatures(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)
           
protected abstract  GearPhysicalFeatures GearPhysicalFeaturesDaoBase.handleCreateFromClusterGearPhysicalFeatures(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)
          Performs the core logic for GearPhysicalFeaturesDaoBase.createFromClusterGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterGearPhysicalFeatures)
 GearPhysicalFeatures GearPhysicalFeaturesDaoBase.load(java.lang.Integer id)
           
static GearPhysicalFeatures GearPhysicalFeatures.Factory.newInstance()
          Constructs a new instance of GearPhysicalFeatures.
static GearPhysicalFeatures GearPhysicalFeatures.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.util.Collection gearPhysicalMeasurements, PhysicalGearSurvey physicalGearSurvey, FishingTrip fishingTrip, java.util.Collection operations, Gear gear, java.util.Collection gearPhysicalFeaturesOrigins)
          Constructs a new instance of GearPhysicalFeatures, taking all possible properties (except the identifier(s))as arguments.
static GearPhysicalFeatures GearPhysicalFeatures.Factory.newInstance(java.util.Date startDate, java.util.Date creationDate, Vessel vessel, QualityFlag qualityFlag, Program program, Gear gear)
          Constructs a new instance of GearPhysicalFeatures, taking all required and/or read-only properties as arguments.
 GearPhysicalFeatures GearPhysicalFeaturesDaoImpl.remoteGearPhysicalFeaturesFullVOToEntity(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVO)
           
 GearPhysicalFeatures GearPhysicalFeaturesDao.remoteGearPhysicalFeaturesFullVOToEntity(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVO)
          Converts an instance of type RemoteGearPhysicalFeaturesFullVO to this DAO's entity.
 GearPhysicalFeatures GearPhysicalFeaturesDaoImpl.remoteGearPhysicalFeaturesNaturalIdToEntity(RemoteGearPhysicalFeaturesNaturalId remoteGearPhysicalFeaturesNaturalId)
           
 GearPhysicalFeatures GearPhysicalFeaturesDao.remoteGearPhysicalFeaturesNaturalIdToEntity(RemoteGearPhysicalFeaturesNaturalId remoteGearPhysicalFeaturesNaturalId)
          Converts an instance of type RemoteGearPhysicalFeaturesNaturalId to this DAO's entity.
protected  GearPhysicalFeatures GearPhysicalFeaturesDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical with parameters of type GearPhysicalFeatures
 void GearPhysicalFeaturesDaoImpl.clusterGearPhysicalFeaturesToEntity(ClusterGearPhysicalFeatures source, GearPhysicalFeatures target, boolean copyIfNull)
           
 void GearPhysicalFeaturesDao.clusterGearPhysicalFeaturesToEntity(ClusterGearPhysicalFeatures source, GearPhysicalFeatures target, boolean copyIfNull)
          Copies the fields of ClusterGearPhysicalFeatures to the specified entity.
 void GearPhysicalFeaturesDaoBase.clusterGearPhysicalFeaturesToEntity(ClusterGearPhysicalFeatures source, GearPhysicalFeatures target, boolean copyIfNull)
           
 PhysicalFeatures GearPhysicalFeaturesDao.create(GearPhysicalFeatures gearPhysicalFeatures)
          Creates an instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures and adds it to the persistent store.
 GearPhysicalFeatures GearPhysicalFeaturesDaoBase.create(GearPhysicalFeatures gearPhysicalFeatures)
           
 GearPhysicalFeaturesOrigin GearPhysicalFeaturesOriginDao.create(GearPhysicalFeatures gearPhysicalFeatures, Program program)
           Creates a new fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin instance from only required properties (attributes and association ends) and adds it to the persistent store.
 GearPhysicalFeaturesOrigin GearPhysicalFeaturesOriginDaoBase.create(GearPhysicalFeatures gearPhysicalFeatures, Program program)
           
 GearPhysicalFeaturesOrigin GearPhysicalFeaturesOriginDao.create(GearPhysicalFeatures gearPhysicalFeatures, Program program, AcquisitionLevel acquisitionLevel)
           Creates a new fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin instance from all attributes and properties and adds it to the persistent store.
 GearPhysicalFeaturesOrigin GearPhysicalFeaturesOriginDaoBase.create(GearPhysicalFeatures gearPhysicalFeatures, Program program, AcquisitionLevel acquisitionLevel)
           
 java.lang.Object GearPhysicalFeaturesDao.create(int transform, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as GearPhysicalFeaturesDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional flag called transform.
 java.lang.Object GearPhysicalFeaturesDaoBase.create(int transform, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.lang.Object GearPhysicalFeaturesOriginDao.create(int transform, GearPhysicalFeatures gearPhysicalFeatures, Program program)
           Does the same thing as GearPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object GearPhysicalFeaturesOriginDaoBase.create(int transform, GearPhysicalFeatures gearPhysicalFeatures, Program program)
           
 java.lang.Object GearPhysicalFeaturesOriginDao.create(int transform, GearPhysicalFeatures gearPhysicalFeatures, Program program, AcquisitionLevel acquisitionLevel)
           Does the same thing as GearPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional flag called transform.
 java.lang.Object GearPhysicalFeaturesOriginDaoBase.create(int transform, GearPhysicalFeatures gearPhysicalFeatures, Program program, AcquisitionLevel acquisitionLevel)
           
 java.util.Collection GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection GearPhysicalFeaturesOriginDaoBase.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int transform, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional flag called transform.
 java.util.Collection GearPhysicalFeaturesOriginDaoBase.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int transform, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearPhysicalFeaturesOriginDaoBase.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int transform, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearPhysicalFeaturesOriginDaoBase.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int transform, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int transform, java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional argument called queryString.
 java.util.Collection GearPhysicalFeaturesOriginDaoBase.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int transform, java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearPhysicalFeaturesOriginDaoBase.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional argument called queryString.
 java.util.Collection GearPhysicalFeaturesOriginDaoBase.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearPhysicalFeaturesOriginDaoBase.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           
 GearPhysicalFeaturesOrigin GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(GearPhysicalFeatures gearPhysicalFeatures, Program program)
           
 GearPhysicalFeaturesOrigin GearPhysicalFeaturesOriginDaoBase.findGearPhysicalFeaturesOriginByIdentifiers(GearPhysicalFeatures gearPhysicalFeatures, Program program)
           
 java.lang.Object GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(int transform, GearPhysicalFeatures gearPhysicalFeatures, Program program)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object GearPhysicalFeaturesOriginDaoBase.findGearPhysicalFeaturesOriginByIdentifiers(int transform, GearPhysicalFeatures gearPhysicalFeatures, Program program)
           
 java.lang.Object GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(int transform, java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures, Program program)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.lang.Object GearPhysicalFeaturesOriginDaoBase.findGearPhysicalFeaturesOriginByIdentifiers(int transform, java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures, Program program)
           
 GearPhysicalFeaturesOrigin GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures, Program program)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 GearPhysicalFeaturesOrigin GearPhysicalFeaturesOriginDaoBase.findGearPhysicalFeaturesOriginByIdentifiers(java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures, Program program)
           
 GearPhysicalFeaturesOrigin GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(GearPhysicalFeatures gearPhysicalFeatures, Program program)
           
 GearPhysicalFeaturesOrigin GearPhysicalFeaturesOriginDaoBase.findGearPhysicalFeaturesOriginByNaturalId(GearPhysicalFeatures gearPhysicalFeatures, Program program)
           
 java.lang.Object GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(int transform, GearPhysicalFeatures gearPhysicalFeatures, Program program)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object GearPhysicalFeaturesOriginDaoBase.findGearPhysicalFeaturesOriginByNaturalId(int transform, GearPhysicalFeatures gearPhysicalFeatures, Program program)
           
 java.lang.Object GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(int transform, java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures, Program program)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.lang.Object GearPhysicalFeaturesOriginDaoBase.findGearPhysicalFeaturesOriginByNaturalId(int transform, java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures, Program program)
           
 GearPhysicalFeaturesOrigin GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures, Program program)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 GearPhysicalFeaturesOrigin GearPhysicalFeaturesOriginDaoBase.findGearPhysicalFeaturesOriginByNaturalId(java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures, Program program)
           
 GearPhysicalFeaturesOrigin GearPhysicalFeaturesOriginDao.load(GearPhysicalFeatures gearPhysicalFeatures, Program program)
          Loads an instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin from the persistent store.
 GearPhysicalFeaturesOrigin GearPhysicalFeaturesOriginDaoBase.load(GearPhysicalFeatures gearPhysicalFeatures, Program program)
           
 java.lang.Object GearPhysicalFeaturesOriginDao.load(int transform, GearPhysicalFeatures gearPhysicalFeatures, Program program)
           Does the same thing as GearPhysicalFeaturesOriginDao.load(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object GearPhysicalFeaturesOriginDaoBase.load(int transform, GearPhysicalFeatures gearPhysicalFeatures, Program program)
           
 void GearPhysicalFeaturesDaoImpl.remoteGearPhysicalFeaturesFullVOToEntity(RemoteGearPhysicalFeaturesFullVO source, GearPhysicalFeatures target, boolean copyIfNull)
           
 void GearPhysicalFeaturesDao.remoteGearPhysicalFeaturesFullVOToEntity(RemoteGearPhysicalFeaturesFullVO source, GearPhysicalFeatures target, boolean copyIfNull)
          Copies the fields of RemoteGearPhysicalFeaturesFullVO to the specified entity.
 void GearPhysicalFeaturesDaoBase.remoteGearPhysicalFeaturesFullVOToEntity(RemoteGearPhysicalFeaturesFullVO source, GearPhysicalFeatures target, boolean copyIfNull)
           
 void GearPhysicalFeaturesDaoImpl.remoteGearPhysicalFeaturesNaturalIdToEntity(RemoteGearPhysicalFeaturesNaturalId source, GearPhysicalFeatures target, boolean copyIfNull)
           
 void GearPhysicalFeaturesDao.remoteGearPhysicalFeaturesNaturalIdToEntity(RemoteGearPhysicalFeaturesNaturalId source, GearPhysicalFeatures target, boolean copyIfNull)
          Copies the fields of RemoteGearPhysicalFeaturesNaturalId to the specified entity.
 void GearPhysicalFeaturesDaoBase.remoteGearPhysicalFeaturesNaturalIdToEntity(RemoteGearPhysicalFeaturesNaturalId source, GearPhysicalFeatures target, boolean copyIfNull)
           
 void GearPhysicalFeaturesDao.remove(GearPhysicalFeatures gearPhysicalFeatures)
          Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures from the persistent store.
 void GearPhysicalFeaturesDaoBase.remove(GearPhysicalFeatures gearPhysicalFeatures)
           
 void GearPhysicalFeaturesOriginDao.remove(GearPhysicalFeatures gearPhysicalFeatures, Program program)
          Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin having the given identifiers from the persistent store.
 void GearPhysicalFeaturesOriginDaoBase.remove(GearPhysicalFeatures gearPhysicalFeatures, Program program)
           
 void GearPhysicalFeaturesOriginPK.setGearPhysicalFeatures(GearPhysicalFeatures gearPhysicalFeatures)
           
 ClusterGearPhysicalFeatures GearPhysicalFeaturesDaoImpl.toClusterGearPhysicalFeatures(GearPhysicalFeatures entity)
           
 ClusterGearPhysicalFeatures GearPhysicalFeaturesDao.toClusterGearPhysicalFeatures(GearPhysicalFeatures entity)
          Converts this DAO's entity to an object of type ClusterGearPhysicalFeatures.
 ClusterGearPhysicalFeatures GearPhysicalFeaturesDaoBase.toClusterGearPhysicalFeatures(GearPhysicalFeatures entity)
           
 void GearPhysicalFeaturesDaoImpl.toClusterGearPhysicalFeatures(GearPhysicalFeatures source, ClusterGearPhysicalFeatures target)
           
 void GearPhysicalFeaturesDao.toClusterGearPhysicalFeatures(GearPhysicalFeatures source, ClusterGearPhysicalFeatures target)
          Copies the fields of the specified entity to the target value object.
 void GearPhysicalFeaturesDaoBase.toClusterGearPhysicalFeatures(GearPhysicalFeatures source, ClusterGearPhysicalFeatures target)
           
 RemoteGearPhysicalFeaturesFullVO GearPhysicalFeaturesDaoImpl.toRemoteGearPhysicalFeaturesFullVO(GearPhysicalFeatures entity)
           
 RemoteGearPhysicalFeaturesFullVO GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesFullVO(GearPhysicalFeatures entity)
          Converts this DAO's entity to an object of type RemoteGearPhysicalFeaturesFullVO.
 RemoteGearPhysicalFeaturesFullVO GearPhysicalFeaturesDaoBase.toRemoteGearPhysicalFeaturesFullVO(GearPhysicalFeatures entity)
           
 void GearPhysicalFeaturesDaoImpl.toRemoteGearPhysicalFeaturesFullVO(GearPhysicalFeatures source, RemoteGearPhysicalFeaturesFullVO target)
           
 void GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesFullVO(GearPhysicalFeatures source, RemoteGearPhysicalFeaturesFullVO target)
          Copies the fields of the specified entity to the target value object.
 void GearPhysicalFeaturesDaoBase.toRemoteGearPhysicalFeaturesFullVO(GearPhysicalFeatures source, RemoteGearPhysicalFeaturesFullVO target)
           
 RemoteGearPhysicalFeaturesNaturalId GearPhysicalFeaturesDaoImpl.toRemoteGearPhysicalFeaturesNaturalId(GearPhysicalFeatures entity)
           
 RemoteGearPhysicalFeaturesNaturalId GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesNaturalId(GearPhysicalFeatures entity)
          Converts this DAO's entity to an object of type RemoteGearPhysicalFeaturesNaturalId.
 RemoteGearPhysicalFeaturesNaturalId GearPhysicalFeaturesDaoBase.toRemoteGearPhysicalFeaturesNaturalId(GearPhysicalFeatures entity)
           
 void GearPhysicalFeaturesDaoImpl.toRemoteGearPhysicalFeaturesNaturalId(GearPhysicalFeatures source, RemoteGearPhysicalFeaturesNaturalId target)
           
 void GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesNaturalId(GearPhysicalFeatures source, RemoteGearPhysicalFeaturesNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void GearPhysicalFeaturesDaoBase.toRemoteGearPhysicalFeaturesNaturalId(GearPhysicalFeatures source, RemoteGearPhysicalFeaturesNaturalId target)
           
protected  java.lang.Object GearPhysicalFeaturesDaoBase.transformEntity(int transform, GearPhysicalFeatures entity)
          Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesDao, please note that the PhysicalFeaturesDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void GearPhysicalFeaturesDao.update(GearPhysicalFeatures gearPhysicalFeatures)
          Updates the gearPhysicalFeatures instance in the persistent store.
 void GearPhysicalFeaturesDaoBase.update(GearPhysicalFeatures gearPhysicalFeatures)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.