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 |
GearPhysicalMeasurementImpl |
Modifier and Type | Method and Description |
---|---|
GearPhysicalMeasurement |
GearPhysicalMeasurementDaoBase.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments)
Creates a new
GearPhysicalMeasurement
instance from all attributes and adds it to
the persistent store. |
GearPhysicalMeasurement |
GearPhysicalMeasurementDao.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments)
Creates a new
GearPhysicalMeasurement
instance from all attributes and adds it to
the persistent store. |
GearPhysicalMeasurement |
GearPhysicalMeasurementDaoBase.create(GearPhysicalFeatures gearPhysicalFeatures,
Pmfm pmfm,
QualityFlag qualityFlag)
Creates a new
GearPhysicalMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GearPhysicalMeasurement |
GearPhysicalMeasurementDao.create(GearPhysicalFeatures gearPhysicalFeatures,
Pmfm pmfm,
QualityFlag qualityFlag)
Creates a new
GearPhysicalMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GearPhysicalMeasurement |
GearPhysicalMeasurementDaoBase.create(GearPhysicalMeasurement gearPhysicalMeasurement)
Creates an instance of GearPhysicalMeasurement and adds it to the persistent store.
|
GearPhysicalMeasurement |
GearPhysicalMeasurementDao.create(GearPhysicalMeasurement gearPhysicalMeasurement)
Creates an instance of GearPhysicalMeasurement and adds it to the persistent store.
|
GearPhysicalMeasurement |
GearPhysicalMeasurementDaoBase.get(Integer id)
Gets an instance of GearPhysicalMeasurement from the persistent store.
|
GearPhysicalMeasurement |
GearPhysicalMeasurementDao.get(Integer id)
Gets an instance of GearPhysicalMeasurement from the persistent store.
|
GearPhysicalMeasurement |
GearPhysicalMeasurementDaoBase.load(Integer id)
Loads an instance of GearPhysicalMeasurement from the persistent store.
|
GearPhysicalMeasurement |
GearPhysicalMeasurementDao.load(Integer id)
Loads an instance of GearPhysicalMeasurement from the persistent store.
|
static GearPhysicalMeasurement |
GearPhysicalMeasurement.Factory.newInstance()
Constructs a new instance of
GearPhysicalMeasurement . |
static GearPhysicalMeasurement |
GearPhysicalMeasurement.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,
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, except for identifiers. |
protected GearPhysicalMeasurement |
GearPhysicalMeasurementDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<GearPhysicalMeasurement> |
GearPhysicalMeasurementDaoBase.create(Collection<GearPhysicalMeasurement> entities)
Creates a new instance of GearPhysicalMeasurement and adds
from the passed in
entities collection |
Collection<GearPhysicalMeasurement> |
GearPhysicalMeasurementDao.create(Collection<GearPhysicalMeasurement> entities)
Creates a new instance of GearPhysicalMeasurement and adds
from the passed in
entities collection |
Collection<GearPhysicalMeasurement> |
GearPhysicalMeasurementDaoBase.loadAll()
Loads all entities of type
GearPhysicalMeasurement . |
Collection<GearPhysicalMeasurement> |
GearPhysicalMeasurementDao.loadAll()
Loads all entities of type
GearPhysicalMeasurement . |
Set<GearPhysicalMeasurement> |
GearPhysicalMeasurementDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<GearPhysicalMeasurement> |
GearPhysicalMeasurementDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
GearPhysicalMeasurement.compareTo(GearPhysicalMeasurement o) |
GearPhysicalMeasurement |
GearPhysicalMeasurementDaoBase.create(GearPhysicalMeasurement gearPhysicalMeasurement)
Creates an instance of GearPhysicalMeasurement and adds it to the persistent store.
|
GearPhysicalMeasurement |
GearPhysicalMeasurementDao.create(GearPhysicalMeasurement gearPhysicalMeasurement)
Creates an instance of GearPhysicalMeasurement and adds it to the persistent store.
|
Object |
GearPhysicalMeasurementDaoBase.create(int transform,
GearPhysicalMeasurement gearPhysicalMeasurement)
Does the same thing as
GearPhysicalMeasurementDao.create(GearPhysicalMeasurement) with an
additional flag called transform . |
Object |
GearPhysicalMeasurementDao.create(int transform,
GearPhysicalMeasurement gearPhysicalMeasurement)
Does the same thing as
GearPhysicalMeasurementDao.create(GearPhysicalMeasurement) with an
additional flag called transform . |
void |
GearPhysicalMeasurementDaoBase.remove(GearPhysicalMeasurement gearPhysicalMeasurement)
Removes the instance of GearPhysicalMeasurement from the persistent store.
|
void |
GearPhysicalMeasurementDao.remove(GearPhysicalMeasurement gearPhysicalMeasurement)
Removes the instance of GearPhysicalMeasurement from the persistent store.
|
Object |
GearPhysicalMeasurementDaoBase.transformEntity(int transform,
GearPhysicalMeasurement 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 GearPhysicalMeasurementDao , please note
that the GearPhysicalMeasurementDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
GearPhysicalMeasurementDao.transformEntity(int transform,
GearPhysicalMeasurement 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.GearPhysicalMeasurementDao , please note
that the GearPhysicalMeasurementDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
GearPhysicalMeasurementDaoBase.update(GearPhysicalMeasurement gearPhysicalMeasurement)
Updates the
gearPhysicalMeasurement instance in the persistent store. |
void |
GearPhysicalMeasurementDao.update(GearPhysicalMeasurement gearPhysicalMeasurement)
Updates the
gearPhysicalMeasurement instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<GearPhysicalMeasurement> |
GearPhysicalMeasurementDaoBase.create(Collection<GearPhysicalMeasurement> entities)
Creates a new instance of GearPhysicalMeasurement and adds
from the passed in
entities collection |
Collection<GearPhysicalMeasurement> |
GearPhysicalMeasurementDao.create(Collection<GearPhysicalMeasurement> entities)
Creates a new instance of GearPhysicalMeasurement and adds
from the passed in
entities collection |
Collection<?> |
GearPhysicalMeasurementDaoBase.create(int transform,
Collection<GearPhysicalMeasurement> entities)
Does the same thing as
GearPhysicalMeasurementDao.create(GearPhysicalMeasurement) with an
additional flag called transform . |
Collection<?> |
GearPhysicalMeasurementDao.create(int transform,
Collection<GearPhysicalMeasurement> entities)
Does the same thing as
GearPhysicalMeasurementDao.create(GearPhysicalMeasurement) with an
additional flag called transform . |
void |
GearPhysicalMeasurementDaoBase.remove(Collection<GearPhysicalMeasurement> entities)
Removes all entities in the given
entities collection. |
void |
GearPhysicalMeasurementDao.remove(Collection<GearPhysicalMeasurement> entities)
Removes all entities in the given
entities collection. |
void |
GearPhysicalMeasurementDaoBase.update(Collection<GearPhysicalMeasurement> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
GearPhysicalMeasurementDao.update(Collection<GearPhysicalMeasurement> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
GearPhysicalMeasurement |
GearPhysicalFeaturesExtendDao.getGearPhysicalMeasurement(GearPhysicalFeatures gearPhysicalFeatures,
Integer pmfmId) |
GearPhysicalMeasurement |
GearPhysicalFeaturesDaoImpl.getGearPhysicalMeasurement(GearPhysicalFeatures gearPhysicalFeatures,
Integer pmfmId) |
protected GearPhysicalMeasurement |
GearPhysicalFeaturesDaoImpl.getGearPhysicalMeasurement(ScientificCruise scientificCruise,
GearPhysicalFeatures gearPhysicalFeatures,
Integer pmfmId,
boolean createIfNotExists) |
GearPhysicalMeasurement |
GearPhysicalFeaturesExtendDao.setGearPhysicalMeasurement(ScientificCruise scientificCruise,
GearPhysicalFeatures gearPhysicalFeatures,
Integer pmfmId,
Float numericalValue,
String alphanumericalValue,
Integer qualitativevalueId) |
GearPhysicalMeasurement |
GearPhysicalFeaturesDaoImpl.setGearPhysicalMeasurement(ScientificCruise scientificCruise,
GearPhysicalFeatures gearPhysicalFeatures,
Integer pmfmId,
Float numericalValue,
String alphanumericalValue,
Integer qualitativevalueId) |
Modifier and Type | Method and Description |
---|---|
Collection<GearPhysicalMeasurement> |
GearPhysicalFeatures.getGearPhysicalMeasurements() |
Modifier and Type | Method and Description |
---|---|
boolean |
GearPhysicalFeatures.addGearPhysicalMeasurements(GearPhysicalMeasurement elementToAdd) |
boolean |
GearPhysicalFeatures.removeGearPhysicalMeasurements(GearPhysicalMeasurement elementToRemove) |
Modifier and Type | Method and Description |
---|---|
static GearPhysicalFeatures |
GearPhysicalFeatures.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,
FishingTrip fishingTrip,
Gear otherGear,
Collection<Operation> operations,
Collection<GearPhysicalMeasurement> gearPhysicalMeasurements,
Gear gear,
Collection<GearPhysicalFeaturesOrigin> gearPhysicalFeaturesOrigins,
PhysicalGearSurvey physicalGearSurvey)
Constructs a new instance of
GearPhysicalFeatures , taking all possible properties
(except the identifier(s))as arguments. |
void |
GearPhysicalFeatures.setGearPhysicalMeasurements(Collection<GearPhysicalMeasurement> gearPhysicalMeasurementsIn) |
Copyright © 2012–2014 IFREMER. All rights reserved.