Package | Description |
---|---|
fr.ifremer.adagio.core.dao.data.measure | |
fr.ifremer.adagio.core.dao.data.vessel.feature.physical |
Modifier and Type | Class and Description |
---|---|
class |
VesselPhysicalMeasurementImpl |
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)
Creates a new
VesselPhysicalMeasurement
instance from all attributes and adds it to
the persistent store. |
VesselPhysicalMeasurement |
VesselPhysicalMeasurementDao.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments)
Creates a new
VesselPhysicalMeasurement
instance from all attributes and adds it to
the persistent store. |
VesselPhysicalMeasurement |
VesselPhysicalMeasurementDaoBase.create(Pmfm pmfm,
QualityFlag qualityFlag,
VesselPhysicalFeatures vesselPhysicalFeatures)
Creates a new
VesselPhysicalMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselPhysicalMeasurement |
VesselPhysicalMeasurementDao.create(Pmfm pmfm,
QualityFlag qualityFlag,
VesselPhysicalFeatures vesselPhysicalFeatures)
Creates a new
VesselPhysicalMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselPhysicalMeasurement |
VesselPhysicalMeasurementDaoBase.create(VesselPhysicalMeasurement vesselPhysicalMeasurement)
Creates an instance of VesselPhysicalMeasurement and adds it to the persistent store.
|
VesselPhysicalMeasurement |
VesselPhysicalMeasurementDao.create(VesselPhysicalMeasurement vesselPhysicalMeasurement)
Creates an instance of VesselPhysicalMeasurement and adds it to the persistent store.
|
VesselPhysicalMeasurement |
VesselPhysicalMeasurementDaoBase.get(Integer id)
Gets an instance of VesselPhysicalMeasurement from the persistent store.
|
VesselPhysicalMeasurement |
VesselPhysicalMeasurementDao.get(Integer id)
Gets an instance of VesselPhysicalMeasurement from the persistent store.
|
VesselPhysicalMeasurement |
VesselPhysicalMeasurementDaoBase.load(Integer id)
Loads an instance of VesselPhysicalMeasurement from the persistent store.
|
VesselPhysicalMeasurement |
VesselPhysicalMeasurementDao.load(Integer id)
Loads an instance of VesselPhysicalMeasurement from the persistent store.
|
static VesselPhysicalMeasurement |
VesselPhysicalMeasurement.Factory.newInstance()
Constructs a new instance of
VesselPhysicalMeasurement . |
static VesselPhysicalMeasurement |
VesselPhysicalMeasurement.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
AggregationLevel aggregationLevel,
QualitativeValue qualitativeValue,
QualityFlag qualityFlag,
PrecisionType precisionType,
AnalysisInstrument analysisInstrument,
Pmfm pmfm,
Department department,
NumericalPrecision numericalPrecision,
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, except for identifiers. |
protected VesselPhysicalMeasurement |
VesselPhysicalMeasurementDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<VesselPhysicalMeasurement> |
VesselPhysicalMeasurementDaoBase.create(Collection<VesselPhysicalMeasurement> entities)
Creates a new instance of VesselPhysicalMeasurement and adds
from the passed in
entities collection |
Collection<VesselPhysicalMeasurement> |
VesselPhysicalMeasurementDao.create(Collection<VesselPhysicalMeasurement> entities)
Creates a new instance of VesselPhysicalMeasurement and adds
from the passed in
entities collection |
Collection<VesselPhysicalMeasurement> |
VesselPhysicalMeasurementDaoBase.loadAll()
Loads all entities of type
VesselPhysicalMeasurement . |
Collection<VesselPhysicalMeasurement> |
VesselPhysicalMeasurementDao.loadAll()
Loads all entities of type
VesselPhysicalMeasurement . |
Set<VesselPhysicalMeasurement> |
VesselPhysicalMeasurementDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselPhysicalMeasurement> |
VesselPhysicalMeasurementDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
VesselPhysicalMeasurement.compareTo(VesselPhysicalMeasurement o) |
Object |
VesselPhysicalMeasurementDaoBase.create(int transform,
VesselPhysicalMeasurement vesselPhysicalMeasurement)
Does the same thing as
VesselPhysicalMeasurementDao.create(VesselPhysicalMeasurement) with an
additional flag called transform . |
Object |
VesselPhysicalMeasurementDao.create(int transform,
VesselPhysicalMeasurement vesselPhysicalMeasurement)
Does the same thing as
VesselPhysicalMeasurementDao.create(VesselPhysicalMeasurement) with an
additional flag called transform . |
VesselPhysicalMeasurement |
VesselPhysicalMeasurementDaoBase.create(VesselPhysicalMeasurement vesselPhysicalMeasurement)
Creates an instance of VesselPhysicalMeasurement and adds it to the persistent store.
|
VesselPhysicalMeasurement |
VesselPhysicalMeasurementDao.create(VesselPhysicalMeasurement vesselPhysicalMeasurement)
Creates an instance of VesselPhysicalMeasurement and adds it to the persistent store.
|
void |
VesselPhysicalMeasurementDaoBase.remove(VesselPhysicalMeasurement vesselPhysicalMeasurement)
Removes the instance of VesselPhysicalMeasurement from the persistent store.
|
void |
VesselPhysicalMeasurementDao.remove(VesselPhysicalMeasurement vesselPhysicalMeasurement)
Removes the instance of VesselPhysicalMeasurement from the persistent store.
|
Object |
VesselPhysicalMeasurementDaoBase.transformEntity(int transform,
VesselPhysicalMeasurement 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 VesselPhysicalMeasurementDao , please note
that the VesselPhysicalMeasurementDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
VesselPhysicalMeasurementDao.transformEntity(int transform,
VesselPhysicalMeasurement 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.measure.VesselPhysicalMeasurementDao , please note
that the VesselPhysicalMeasurementDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
VesselPhysicalMeasurementDaoBase.update(VesselPhysicalMeasurement vesselPhysicalMeasurement)
Updates the
vesselPhysicalMeasurement instance in the persistent store. |
void |
VesselPhysicalMeasurementDao.update(VesselPhysicalMeasurement vesselPhysicalMeasurement)
Updates the
vesselPhysicalMeasurement instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<VesselPhysicalMeasurement> |
VesselPhysicalMeasurementDaoBase.create(Collection<VesselPhysicalMeasurement> entities)
Creates a new instance of VesselPhysicalMeasurement and adds
from the passed in
entities collection |
Collection<VesselPhysicalMeasurement> |
VesselPhysicalMeasurementDao.create(Collection<VesselPhysicalMeasurement> entities)
Creates a new instance of VesselPhysicalMeasurement and adds
from the passed in
entities collection |
Collection<?> |
VesselPhysicalMeasurementDaoBase.create(int transform,
Collection<VesselPhysicalMeasurement> entities)
Does the same thing as
VesselPhysicalMeasurementDao.create(VesselPhysicalMeasurement) with an
additional flag called transform . |
Collection<?> |
VesselPhysicalMeasurementDao.create(int transform,
Collection<VesselPhysicalMeasurement> entities)
Does the same thing as
VesselPhysicalMeasurementDao.create(VesselPhysicalMeasurement) with an
additional flag called transform . |
void |
VesselPhysicalMeasurementDaoBase.remove(Collection<VesselPhysicalMeasurement> entities)
Removes all entities in the given
entities collection. |
void |
VesselPhysicalMeasurementDao.remove(Collection<VesselPhysicalMeasurement> entities)
Removes all entities in the given
entities collection. |
void |
VesselPhysicalMeasurementDaoBase.update(Collection<VesselPhysicalMeasurement> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
VesselPhysicalMeasurementDao.update(Collection<VesselPhysicalMeasurement> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<VesselPhysicalMeasurement> |
VesselPhysicalFeatures.getVesselPhysicalMeasurements()
Liste des valeurs de caractéristiques de l'engin physique, valables sur la période début/fin
de validité des caractéristiques.
|
Modifier and Type | Method and Description |
---|---|
boolean |
VesselPhysicalFeatures.addVesselPhysicalMeasurements(VesselPhysicalMeasurement elementToAdd)
Liste des valeurs de caractéristiques de l'engin physique, valables sur la période début/fin
de validité des caractéristiques.
|
boolean |
VesselPhysicalFeatures.removeVesselPhysicalMeasurements(VesselPhysicalMeasurement elementToRemove)
Liste des valeurs de caractéristiques de l'engin physique, valables sur la période début/fin
de validité des caractéristiques.
|
Modifier and Type | Method and Description |
---|---|
static VesselPhysicalFeatures |
VesselPhysicalFeatures.Factory.newInstance(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Program program,
QualityFlag qualityFlag,
Vessel vessel,
Short rankOrder,
String name,
String exteriorMarking,
String IRCS,
String comments,
Collection<VesselPhysicalFeaturesOrigin> vesselPhysicalFeaturesOrigins,
Department recorderDepartment,
Location baseLandingLocation,
Person recorderPerson,
Collection<VesselPhysicalMeasurement> vesselPhysicalMeasurements,
PhysicalGearSurvey physicalGearSurvey)
Constructs a new instance of
VesselPhysicalFeatures , taking all possible properties
(except the identifier(s))as arguments. |
void |
VesselPhysicalFeatures.setVesselPhysicalMeasurements(Collection<VesselPhysicalMeasurement> vesselPhysicalMeasurementsIn)
Liste des valeurs de caractéristiques de l'engin physique, valables sur la période début/fin
de validité des caractéristiques.
|
Copyright © 2012–2014 IFREMER. All rights reserved.