Package | Description |
---|---|
fr.ifremer.adagio.core.dao.data.measure | |
fr.ifremer.adagio.core.dao.data.vessel.feature.use |
Modifier and Type | Class and Description |
---|---|
class |
VesselUseMeasurementImpl |
Modifier and Type | Method and Description |
---|---|
VesselUseMeasurement |
VesselUseMeasurementDaoBase.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments)
Creates a new
VesselUseMeasurement
instance from all attributes and adds it to
the persistent store. |
VesselUseMeasurement |
VesselUseMeasurementDao.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments)
Creates a new
VesselUseMeasurement
instance from all attributes and adds it to
the persistent store. |
VesselUseMeasurement |
VesselUseMeasurementDaoBase.create(Pmfm pmfm,
QualityFlag qualityFlag,
VesselUseFeatures vesselUseFeatures)
Creates a new
VesselUseMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselUseMeasurement |
VesselUseMeasurementDao.create(Pmfm pmfm,
QualityFlag qualityFlag,
VesselUseFeatures vesselUseFeatures)
Creates a new
VesselUseMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselUseMeasurement |
VesselUseMeasurementDaoBase.create(VesselUseMeasurement vesselUseMeasurement)
Creates an instance of VesselUseMeasurement and adds it to the persistent store.
|
VesselUseMeasurement |
VesselUseMeasurementDao.create(VesselUseMeasurement vesselUseMeasurement)
Creates an instance of VesselUseMeasurement and adds it to the persistent store.
|
VesselUseMeasurement |
VesselUseMeasurementDaoBase.get(Integer id)
Gets an instance of VesselUseMeasurement from the persistent store.
|
VesselUseMeasurement |
VesselUseMeasurementDao.get(Integer id)
Gets an instance of VesselUseMeasurement from the persistent store.
|
VesselUseMeasurement |
VesselUseMeasurementDaoBase.load(Integer id)
Loads an instance of VesselUseMeasurement from the persistent store.
|
VesselUseMeasurement |
VesselUseMeasurementDao.load(Integer id)
Loads an instance of VesselUseMeasurement from the persistent store.
|
static VesselUseMeasurement |
VesselUseMeasurement.Factory.newInstance()
Constructs a new instance of
VesselUseMeasurement . |
static VesselUseMeasurement |
VesselUseMeasurement.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,
VesselUseFeatures vesselUseFeatures)
Constructs a new instance of
VesselUseMeasurement , taking all possible properties
(except the identifier(s))as arguments. |
static VesselUseMeasurement |
VesselUseMeasurement.Factory.newInstance(QualityFlag qualityFlag,
Pmfm pmfm,
VesselUseFeatures vesselUseFeatures)
Constructs a new instance of
VesselUseMeasurement , taking all required and/or
read-only properties as arguments, except for identifiers. |
protected VesselUseMeasurement |
VesselUseMeasurementDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<VesselUseMeasurement> |
VesselUseMeasurementDaoBase.create(Collection<VesselUseMeasurement> entities)
Creates a new instance of VesselUseMeasurement and adds
from the passed in
entities collection |
Collection<VesselUseMeasurement> |
VesselUseMeasurementDao.create(Collection<VesselUseMeasurement> entities)
Creates a new instance of VesselUseMeasurement and adds
from the passed in
entities collection |
Collection<VesselUseMeasurement> |
VesselUseMeasurementDaoBase.loadAll()
Loads all entities of type
VesselUseMeasurement . |
Collection<VesselUseMeasurement> |
VesselUseMeasurementDao.loadAll()
Loads all entities of type
VesselUseMeasurement . |
Set<VesselUseMeasurement> |
VesselUseMeasurementDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselUseMeasurement> |
VesselUseMeasurementDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
VesselUseMeasurement.compareTo(VesselUseMeasurement o) |
Object |
VesselUseMeasurementDaoBase.create(int transform,
VesselUseMeasurement vesselUseMeasurement)
Does the same thing as
VesselUseMeasurementDao.create(VesselUseMeasurement) with an
additional flag called transform . |
Object |
VesselUseMeasurementDao.create(int transform,
VesselUseMeasurement vesselUseMeasurement)
Does the same thing as
VesselUseMeasurementDao.create(VesselUseMeasurement) with an
additional flag called transform . |
VesselUseMeasurement |
VesselUseMeasurementDaoBase.create(VesselUseMeasurement vesselUseMeasurement)
Creates an instance of VesselUseMeasurement and adds it to the persistent store.
|
VesselUseMeasurement |
VesselUseMeasurementDao.create(VesselUseMeasurement vesselUseMeasurement)
Creates an instance of VesselUseMeasurement and adds it to the persistent store.
|
void |
VesselUseMeasurementDaoBase.remove(VesselUseMeasurement vesselUseMeasurement)
Removes the instance of VesselUseMeasurement from the persistent store.
|
void |
VesselUseMeasurementDao.remove(VesselUseMeasurement vesselUseMeasurement)
Removes the instance of VesselUseMeasurement from the persistent store.
|
Object |
VesselUseMeasurementDaoBase.transformEntity(int transform,
VesselUseMeasurement 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 VesselUseMeasurementDao , please note
that the VesselUseMeasurementDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
VesselUseMeasurementDao.transformEntity(int transform,
VesselUseMeasurement 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.VesselUseMeasurementDao , please note
that the VesselUseMeasurementDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
VesselUseMeasurementDaoBase.update(VesselUseMeasurement vesselUseMeasurement)
Updates the
vesselUseMeasurement instance in the persistent store. |
void |
VesselUseMeasurementDao.update(VesselUseMeasurement vesselUseMeasurement)
Updates the
vesselUseMeasurement instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<VesselUseMeasurement> |
VesselUseMeasurementDaoBase.create(Collection<VesselUseMeasurement> entities)
Creates a new instance of VesselUseMeasurement and adds
from the passed in
entities collection |
Collection<VesselUseMeasurement> |
VesselUseMeasurementDao.create(Collection<VesselUseMeasurement> entities)
Creates a new instance of VesselUseMeasurement and adds
from the passed in
entities collection |
Collection<?> |
VesselUseMeasurementDaoBase.create(int transform,
Collection<VesselUseMeasurement> entities)
Does the same thing as
VesselUseMeasurementDao.create(VesselUseMeasurement) with an
additional flag called transform . |
Collection<?> |
VesselUseMeasurementDao.create(int transform,
Collection<VesselUseMeasurement> entities)
Does the same thing as
VesselUseMeasurementDao.create(VesselUseMeasurement) with an
additional flag called transform . |
void |
VesselUseMeasurementDaoBase.remove(Collection<VesselUseMeasurement> entities)
Removes all entities in the given
entities collection. |
void |
VesselUseMeasurementDao.remove(Collection<VesselUseMeasurement> entities)
Removes all entities in the given
entities collection. |
void |
VesselUseMeasurementDaoBase.update(Collection<VesselUseMeasurement> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
VesselUseMeasurementDao.update(Collection<VesselUseMeasurement> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<VesselUseMeasurement> |
VesselUseFeatures.getVesselUseMeasurements() |
Modifier and Type | Method and Description |
---|---|
boolean |
VesselUseFeatures.addVesselUseMeasurements(VesselUseMeasurement elementToAdd) |
boolean |
VesselUseFeatures.removeVesselUseMeasurements(VesselUseMeasurement elementToRemove) |
Modifier and Type | Method and Description |
---|---|
static VesselUseFeatures |
VesselUseFeatures.Factory.newInstance(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Program program,
QualityFlag qualityFlag,
Vessel vessel,
Integer isActive,
DailyActivityCalendar dailyActivityCalendar,
Location basePortLocation,
Operation operation,
Collection<VesselUseMeasurement> vesselUseMeasurements,
Collection<VesselUseFeaturesOrigin> vesselUseFeaturesOrigins,
ActivityCalendar activityCalendar,
EconomicalSurvey economicalSurvey,
FishingEffortCalendar fishingEffortCalendar,
FishingTrip fishingTrip,
Collection<FishingArea> fishingAreas)
Constructs a new instance of
VesselUseFeatures , taking all possible properties
(except the identifier(s))as arguments. |
void |
VesselUseFeatures.setVesselUseMeasurements(Collection<VesselUseMeasurement> vesselUseMeasurementsIn) |
Copyright © 2012–2014 IFREMER. All rights reserved.