| Modifier and Type | Method and Description |
|---|---|
VesselPhysicalFeatures |
VesselPhysicalMeasurement.getVesselPhysicalFeatures() |
| Modifier and Type | Method and Description |
|---|---|
VesselPhysicalMeasurement |
VesselPhysicalMeasurementDaoBase.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
VesselPhysicalFeatures vesselPhysicalFeatures) |
VesselPhysicalMeasurement |
VesselPhysicalMeasurementDao.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
VesselPhysicalFeatures vesselPhysicalFeatures)
Creates a new
fr.ifremer.adagio.core.dao.data.measure.VesselPhysicalMeasurement
instance from all attributes and
properties and adds it to the persistent store. |
Object |
VesselPhysicalMeasurementDaoBase.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
VesselPhysicalFeatures vesselPhysicalFeatures) |
Object |
VesselPhysicalMeasurementDao.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
VesselPhysicalFeatures vesselPhysicalFeatures)
|
Object |
VesselPhysicalMeasurementDaoBase.create(int transform,
Pmfm pmfm,
QualityFlag qualityFlag,
VesselPhysicalFeatures vesselPhysicalFeatures) |
Object |
VesselPhysicalMeasurementDao.create(int transform,
Pmfm pmfm,
QualityFlag qualityFlag,
VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as
VesselPhysicalMeasurementDao.create(fr.ifremer.adagio.core.dao.referential.pmfm.Pmfm,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeatures) with an
additional flag called transform. |
VesselPhysicalMeasurement |
VesselPhysicalMeasurementDaoBase.create(Pmfm pmfm,
QualityFlag qualityFlag,
VesselPhysicalFeatures vesselPhysicalFeatures) |
VesselPhysicalMeasurement |
VesselPhysicalMeasurementDao.create(Pmfm pmfm,
QualityFlag qualityFlag,
VesselPhysicalFeatures vesselPhysicalFeatures)
Creates a new
fr.ifremer.adagio.core.dao.data.measure.VesselPhysicalMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static VesselPhysicalMeasurement |
VesselPhysicalMeasurement.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
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) |
| Modifier and Type | Method and Description |
|---|---|
Collection<VesselPhysicalFeatures> |
PhysicalGearSurvey.getVesselPhysicalFeatures()
org.eclipse.uml2.impl.CommentImpl@9b07e6 (body: )
|
| Modifier and Type | Method and Description |
|---|---|
Object |
PhysicalGearSurveyDaoBase.create(int transform,
String synchronizationStatus,
Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Department recorderDepartment,
Program program,
Person recorderPerson,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselPhysicalFeatures> vesselPhysicalFeatures,
Vessel vessel) |
Object |
PhysicalGearSurveyDao.create(int transform,
String synchronizationStatus,
Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Department recorderDepartment,
Program program,
Person recorderPerson,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselPhysicalFeatures> vesselPhysicalFeatures,
Vessel vessel)
Does the same thing as
#create(java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.administration.user.Person,java.util.Collection with an
additional flag called transform. |
PhysicalGearSurvey |
PhysicalGearSurveyDaoBase.create(String synchronizationStatus,
Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Department recorderDepartment,
Program program,
Person recorderPerson,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselPhysicalFeatures> vesselPhysicalFeatures,
Vessel vessel) |
PhysicalGearSurvey |
PhysicalGearSurveyDao.create(String synchronizationStatus,
Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Department recorderDepartment,
Program program,
Person recorderPerson,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselPhysicalFeatures> vesselPhysicalFeatures,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.physicalGear.PhysicalGearSurvey
instance from all attributes and
properties and adds it to the persistent store. |
static PhysicalGearSurvey |
PhysicalGearSurvey.Factory.newInstance(String synchronizationStatus,
Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Department recorderDepartment,
Program program,
Person recorderPerson,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselPhysicalFeatures> vesselPhysicalFeatures,
Vessel vessel)
Constructs a new instance of
PhysicalGearSurvey, taking all possible properties
(except the identifier(s))as arguments. |
void |
PhysicalGearSurvey.setVesselPhysicalFeatures(Collection<VesselPhysicalFeatures> vesselPhysicalFeatures) |
| Modifier and Type | Class and Description |
|---|---|
class |
VesselPhysicalFeaturesImpl |
| Modifier and Type | Method and Description |
|---|---|
VesselPhysicalFeatures |
VesselPhysicalFeaturesDao.create(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Short rankOrder,
String name,
String exteriorMarking,
String IRCS,
String comments,
PhysicalGearSurvey physicalGearSurvey,
Collection<VesselPhysicalMeasurement> vesselPhysicalMeasurements,
Person recorderPerson,
Department recorderDepartment,
Collection<VesselPhysicalFeaturesOrigin> vesselPhysicalFeaturesOrigins,
Location baseLandingLocation)
Creates a new
fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeatures
instance from all attributes and
properties and adds it to the persistent store. |
VesselPhysicalFeatures |
VesselPhysicalFeaturesDaoBase.create(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Short rankOrder,
String name,
String exteriorMarking,
String IRCS,
String comments,
PhysicalGearSurvey physicalGearSurvey,
Collection<VesselPhysicalMeasurement> vesselPhysicalMeasurements,
Person recorderPerson,
Department recorderDepartment,
Collection<VesselPhysicalFeaturesOrigin> vesselPhysicalFeaturesOrigins,
Location baseLandingLocation) |
VesselPhysicalFeatures |
VesselPhysicalFeaturesDao.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date startDate,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselPhysicalFeatures |
VesselPhysicalFeaturesDaoBase.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date startDate,
Vessel vessel) |
VesselPhysicalFeatures |
VesselPhysicalFeaturesDao.create(VesselPhysicalFeatures vesselPhysicalFeatures)
Creates an instance of fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeatures and adds it to the persistent store.
|
VesselPhysicalFeatures |
VesselPhysicalFeaturesDaoBase.create(VesselPhysicalFeatures vesselPhysicalFeatures) |
VesselPhysicalFeatures |
VesselPhysicalFeaturesOriginPK.getVesselPhysicalFeatures() |
VesselPhysicalFeatures |
VesselPhysicalFeaturesDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeatures from the persistent store.
|
VesselPhysicalFeatures |
VesselPhysicalFeaturesDaoBase.load(Integer id) |
static VesselPhysicalFeatures |
VesselPhysicalFeatures.Factory.newInstance()
Constructs a new instance of
VesselPhysicalFeatures. |
static VesselPhysicalFeatures |
VesselPhysicalFeatures.Factory.newInstance(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Short rankOrder,
String name,
String exteriorMarking,
String IRCS,
String comments,
PhysicalGearSurvey physicalGearSurvey,
Collection<VesselPhysicalMeasurement> vesselPhysicalMeasurements,
Person recorderPerson,
Department recorderDepartment,
Collection<VesselPhysicalFeaturesOrigin> vesselPhysicalFeaturesOrigins,
Location baseLandingLocation)
Constructs a new instance of
VesselPhysicalFeatures, taking all possible properties
(except the identifier(s))as arguments. |
static VesselPhysicalFeatures |
VesselPhysicalFeatures.Factory.newInstance(Date startDate,
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. |
protected VesselPhysicalFeatures |
VesselPhysicalFeaturesDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<VesselPhysicalFeatures> |
VesselPhysicalFeaturesDao.create(Collection<VesselPhysicalFeatures> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeatures and adds
from the passed in
entities collection |
Collection<VesselPhysicalFeatures> |
VesselPhysicalFeaturesDaoBase.create(Collection<VesselPhysicalFeatures> entities) |
Collection<VesselPhysicalFeatures> |
VesselPhysicalFeaturesDao.loadAll()
Loads all entities of type
VesselPhysicalFeatures. |
Collection<VesselPhysicalFeatures> |
VesselPhysicalFeaturesDaoBase.loadAll() |
Set<VesselPhysicalFeatures> |
VesselPhysicalFeaturesDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselPhysicalFeatures> |
VesselPhysicalFeaturesDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
VesselPhysicalFeaturesOrigin |
VesselPhysicalFeaturesOriginDaoBase.create(AcquisitionLevel acquisitionLevel,
VesselPhysicalFeatures vesselPhysicalFeatures,
Program program) |
VesselPhysicalFeaturesOrigin |
VesselPhysicalFeaturesOriginDao.create(AcquisitionLevel acquisitionLevel,
VesselPhysicalFeatures vesselPhysicalFeatures,
Program program)
Creates a new
fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin
instance from all attributes and
properties and adds it to the persistent store. |
Object |
VesselPhysicalFeaturesOriginDaoBase.create(int transform,
AcquisitionLevel acquisitionLevel,
VesselPhysicalFeatures vesselPhysicalFeatures,
Program program) |
Object |
VesselPhysicalFeaturesOriginDao.create(int transform,
AcquisitionLevel acquisitionLevel,
VesselPhysicalFeatures vesselPhysicalFeatures,
Program program)
Does the same thing as
VesselPhysicalFeaturesOriginDao.create(fr.ifremer.adagio.core.dao.administration.programStrategy.AcquisitionLevel,fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeatures,fr.ifremer.adagio.core.dao.administration.programStrategy.Program) with an
additional flag called transform. |
Object |
VesselPhysicalFeaturesOriginDaoBase.create(int transform,
Program program,
VesselPhysicalFeatures vesselPhysicalFeatures) |
Object |
VesselPhysicalFeaturesOriginDao.create(int transform,
Program program,
VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as
VesselPhysicalFeaturesOriginDao.create(fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeatures) with an
additional flag called transform. |
Object |
VesselPhysicalFeaturesDao.create(int transform,
VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as
VesselPhysicalFeaturesDao.create(fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeatures) with an
additional flag called transform. |
Object |
VesselPhysicalFeaturesDaoBase.create(int transform,
VesselPhysicalFeatures vesselPhysicalFeatures) |
VesselPhysicalFeaturesOrigin |
VesselPhysicalFeaturesOriginDaoBase.create(Program program,
VesselPhysicalFeatures vesselPhysicalFeatures) |
VesselPhysicalFeaturesOrigin |
VesselPhysicalFeaturesOriginDao.create(Program program,
VesselPhysicalFeatures vesselPhysicalFeatures)
Creates a new
fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselPhysicalFeatures |
VesselPhysicalFeaturesDao.create(VesselPhysicalFeatures vesselPhysicalFeatures)
Creates an instance of fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeatures and adds it to the persistent store.
|
VesselPhysicalFeatures |
VesselPhysicalFeaturesDaoBase.create(VesselPhysicalFeatures vesselPhysicalFeatures) |
Object |
VesselPhysicalFeaturesOriginDaoBase.load(int transform,
VesselPhysicalFeatures vesselPhysicalFeatures,
Program program) |
Object |
VesselPhysicalFeaturesOriginDao.load(int transform,
VesselPhysicalFeatures vesselPhysicalFeatures,
Program program)
Does the same thing as
VesselPhysicalFeaturesOriginDao.load(fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeatures,fr.ifremer.adagio.core.dao.administration.programStrategy.Program) with an
additional flag called transform. |
VesselPhysicalFeaturesOrigin |
VesselPhysicalFeaturesOriginDaoBase.load(VesselPhysicalFeatures vesselPhysicalFeatures,
Program program) |
VesselPhysicalFeaturesOrigin |
VesselPhysicalFeaturesOriginDao.load(VesselPhysicalFeatures vesselPhysicalFeatures,
Program program)
Loads an instance of fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin from the persistent store.
|
void |
VesselPhysicalFeaturesDao.remove(VesselPhysicalFeatures vesselPhysicalFeatures)
Removes the instance of fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeatures from the persistent store.
|
void |
VesselPhysicalFeaturesDaoBase.remove(VesselPhysicalFeatures vesselPhysicalFeatures) |
void |
VesselPhysicalFeaturesOriginDaoBase.remove(VesselPhysicalFeatures vesselPhysicalFeatures,
Program program) |
void |
VesselPhysicalFeaturesOriginDao.remove(VesselPhysicalFeatures vesselPhysicalFeatures,
Program program)
Removes the instance of fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin having the given
identifiers from the persistent store. |
void |
VesselPhysicalFeaturesOriginPK.setVesselPhysicalFeatures(VesselPhysicalFeatures vesselPhysicalFeatures) |
protected 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.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeaturesDao, please note
that the VesselPhysicalFeaturesDao.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) |
| Modifier and Type | Method and Description |
|---|---|
Collection<VesselPhysicalFeatures> |
VesselPhysicalFeaturesDao.create(Collection<VesselPhysicalFeatures> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeatures and adds
from the passed in
entities collection |
Collection<VesselPhysicalFeatures> |
VesselPhysicalFeaturesDaoBase.create(Collection<VesselPhysicalFeatures> entities) |
Collection<?> |
VesselPhysicalFeaturesDao.create(int transform,
Collection<VesselPhysicalFeatures> entities)
Does the same thing as
VesselPhysicalFeaturesDao.create(fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeatures) with an
additional flag called transform. |
Collection<?> |
VesselPhysicalFeaturesDaoBase.create(int transform,
Collection<VesselPhysicalFeatures> entities) |
void |
VesselPhysicalFeaturesDao.remove(Collection<VesselPhysicalFeatures> entities)
Removes all entities in the given
entities |
void |
VesselPhysicalFeaturesDaoBase.remove(Collection<VesselPhysicalFeatures> entities) |
void |
VesselPhysicalFeaturesDao.update(Collection<VesselPhysicalFeatures> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
VesselPhysicalFeaturesDaoBase.update(Collection<VesselPhysicalFeatures> entities) |
Copyright © 2013. All Rights Reserved.