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 |
GearUseMeasurementImpl |
Modifier and Type | Method and Description |
---|---|
GearUseMeasurement |
GearUseMeasurementDaoBase.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments)
Creates a new
GearUseMeasurement
instance from all attributes and adds it to
the persistent store. |
GearUseMeasurement |
GearUseMeasurementDao.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments)
Creates a new
GearUseMeasurement
instance from all attributes and adds it to
the persistent store. |
GearUseMeasurement |
GearUseMeasurementDaoBase.create(GearUseFeatures gearUseFeatures,
Pmfm pmfm,
QualityFlag qualityFlag)
Creates a new
GearUseMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GearUseMeasurement |
GearUseMeasurementDao.create(GearUseFeatures gearUseFeatures,
Pmfm pmfm,
QualityFlag qualityFlag)
Creates a new
GearUseMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GearUseMeasurement |
GearUseMeasurementDaoBase.create(GearUseMeasurement gearUseMeasurement)
Creates an instance of GearUseMeasurement and adds it to the persistent store.
|
GearUseMeasurement |
GearUseMeasurementDao.create(GearUseMeasurement gearUseMeasurement)
Creates an instance of GearUseMeasurement and adds it to the persistent store.
|
GearUseMeasurement |
GearUseMeasurementDaoBase.get(Integer id)
Gets an instance of GearUseMeasurement from the persistent store.
|
GearUseMeasurement |
GearUseMeasurementDao.get(Integer id)
Gets an instance of GearUseMeasurement from the persistent store.
|
GearUseMeasurement |
GearUseMeasurementDaoBase.load(Integer id)
Loads an instance of GearUseMeasurement from the persistent store.
|
GearUseMeasurement |
GearUseMeasurementDao.load(Integer id)
Loads an instance of GearUseMeasurement from the persistent store.
|
static GearUseMeasurement |
GearUseMeasurement.Factory.newInstance()
Constructs a new instance of
GearUseMeasurement . |
static GearUseMeasurement |
GearUseMeasurement.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,
GearUseFeatures gearUseFeatures)
Constructs a new instance of
GearUseMeasurement , taking all possible properties
(except the identifier(s))as arguments. |
static GearUseMeasurement |
GearUseMeasurement.Factory.newInstance(QualityFlag qualityFlag,
Pmfm pmfm,
GearUseFeatures gearUseFeatures)
Constructs a new instance of
GearUseMeasurement , taking all required and/or
read-only properties as arguments, except for identifiers. |
protected GearUseMeasurement |
GearUseMeasurementDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<GearUseMeasurement> |
GearUseMeasurementDaoBase.create(Collection<GearUseMeasurement> entities)
Creates a new instance of GearUseMeasurement and adds
from the passed in
entities collection |
Collection<GearUseMeasurement> |
GearUseMeasurementDao.create(Collection<GearUseMeasurement> entities)
Creates a new instance of GearUseMeasurement and adds
from the passed in
entities collection |
Collection<GearUseMeasurement> |
GearUseMeasurementDaoBase.loadAll()
Loads all entities of type
GearUseMeasurement . |
Collection<GearUseMeasurement> |
GearUseMeasurementDao.loadAll()
Loads all entities of type
GearUseMeasurement . |
Set<GearUseMeasurement> |
GearUseMeasurementDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GearUseMeasurement> |
GearUseMeasurementDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
GearUseMeasurement.compareTo(GearUseMeasurement o) |
GearUseMeasurement |
GearUseMeasurementDaoBase.create(GearUseMeasurement gearUseMeasurement)
Creates an instance of GearUseMeasurement and adds it to the persistent store.
|
GearUseMeasurement |
GearUseMeasurementDao.create(GearUseMeasurement gearUseMeasurement)
Creates an instance of GearUseMeasurement and adds it to the persistent store.
|
Object |
GearUseMeasurementDaoBase.create(int transform,
GearUseMeasurement gearUseMeasurement)
Does the same thing as
GearUseMeasurementDao.create(GearUseMeasurement) with an
additional flag called transform . |
Object |
GearUseMeasurementDao.create(int transform,
GearUseMeasurement gearUseMeasurement)
Does the same thing as
GearUseMeasurementDao.create(GearUseMeasurement) with an
additional flag called transform . |
void |
GearUseMeasurementDaoBase.remove(GearUseMeasurement gearUseMeasurement)
Removes the instance of GearUseMeasurement from the persistent store.
|
void |
GearUseMeasurementDao.remove(GearUseMeasurement gearUseMeasurement)
Removes the instance of GearUseMeasurement from the persistent store.
|
Object |
GearUseMeasurementDaoBase.transformEntity(int transform,
GearUseMeasurement 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 GearUseMeasurementDao , please note
that the GearUseMeasurementDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
GearUseMeasurementDao.transformEntity(int transform,
GearUseMeasurement 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.GearUseMeasurementDao , please note
that the GearUseMeasurementDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
GearUseMeasurementDaoBase.update(GearUseMeasurement gearUseMeasurement)
Updates the
gearUseMeasurement instance in the persistent store. |
void |
GearUseMeasurementDao.update(GearUseMeasurement gearUseMeasurement)
Updates the
gearUseMeasurement instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<GearUseMeasurement> |
GearUseMeasurementDaoBase.create(Collection<GearUseMeasurement> entities)
Creates a new instance of GearUseMeasurement and adds
from the passed in
entities collection |
Collection<GearUseMeasurement> |
GearUseMeasurementDao.create(Collection<GearUseMeasurement> entities)
Creates a new instance of GearUseMeasurement and adds
from the passed in
entities collection |
Collection<?> |
GearUseMeasurementDaoBase.create(int transform,
Collection<GearUseMeasurement> entities)
Does the same thing as
GearUseMeasurementDao.create(GearUseMeasurement) with an
additional flag called transform . |
Collection<?> |
GearUseMeasurementDao.create(int transform,
Collection<GearUseMeasurement> entities)
Does the same thing as
GearUseMeasurementDao.create(GearUseMeasurement) with an
additional flag called transform . |
void |
GearUseMeasurementDaoBase.remove(Collection<GearUseMeasurement> entities)
Removes all entities in the given
entities collection. |
void |
GearUseMeasurementDao.remove(Collection<GearUseMeasurement> entities)
Removes all entities in the given
entities collection. |
void |
GearUseMeasurementDaoBase.update(Collection<GearUseMeasurement> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
GearUseMeasurementDao.update(Collection<GearUseMeasurement> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<GearUseMeasurement> |
GearUseFeatures.getGearUseMeasurements() |
Modifier and Type | Method and Description |
---|---|
boolean |
GearUseFeatures.addGearUseMeasurements(GearUseMeasurement elementToAdd) |
boolean |
GearUseFeatures.removeGearUseMeasurements(GearUseMeasurement elementToRemove) |
Modifier and Type | Method and Description |
---|---|
static GearUseFeatures |
GearUseFeatures.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,
EconomicalSurvey economicalSurvey,
Gear otherGear,
Operation operation,
Collection<GearUseMeasurement> gearUseMeasurements,
Metier metier,
Collection<GearUseFeaturesOrigin> gearUseFeaturesOrigins,
Gear gear,
ActivityCalendar activityCalendar,
DailyActivityCalendar dailyActivityCalendar,
FishingEffortCalendar fishingEffortCalendar,
Collection<FishingArea> fishingAreas)
Constructs a new instance of
GearUseFeatures , taking all possible properties
(except the identifier(s))as arguments. |
void |
GearUseFeatures.setGearUseMeasurements(Collection<GearUseMeasurement> gearUseMeasurementsIn) |
Copyright © 2012–2014 IFREMER. All rights reserved.