Package | Description |
---|---|
fr.ifremer.adagio.core.dao.data.measure | |
fr.ifremer.adagio.core.dao.data.survey.takeOver |
Modifier and Type | Class and Description |
---|---|
class |
TakeOverMeasurementImpl |
Modifier and Type | Method and Description |
---|---|
TakeOverMeasurement |
TakeOverMeasurementDaoBase.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments)
Creates a new
TakeOverMeasurement
instance from all attributes and adds it to
the persistent store. |
TakeOverMeasurement |
TakeOverMeasurementDao.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments)
Creates a new
TakeOverMeasurement
instance from all attributes and adds it to
the persistent store. |
TakeOverMeasurement |
TakeOverMeasurementDaoBase.create(Pmfm pmfm,
QualityFlag qualityFlag,
TakeOver takeOver)
Creates a new
TakeOverMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TakeOverMeasurement |
TakeOverMeasurementDao.create(Pmfm pmfm,
QualityFlag qualityFlag,
TakeOver takeOver)
Creates a new
TakeOverMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TakeOverMeasurement |
TakeOverMeasurementDaoBase.create(TakeOverMeasurement takeOverMeasurement)
Creates an instance of TakeOverMeasurement and adds it to the persistent store.
|
TakeOverMeasurement |
TakeOverMeasurementDao.create(TakeOverMeasurement takeOverMeasurement)
Creates an instance of TakeOverMeasurement and adds it to the persistent store.
|
TakeOverMeasurement |
TakeOverMeasurementDaoBase.get(Integer id)
Gets an instance of TakeOverMeasurement from the persistent store.
|
TakeOverMeasurement |
TakeOverMeasurementDao.get(Integer id)
Gets an instance of TakeOverMeasurement from the persistent store.
|
TakeOverMeasurement |
TakeOverMeasurementDaoBase.load(Integer id)
Loads an instance of TakeOverMeasurement from the persistent store.
|
TakeOverMeasurement |
TakeOverMeasurementDao.load(Integer id)
Loads an instance of TakeOverMeasurement from the persistent store.
|
static TakeOverMeasurement |
TakeOverMeasurement.Factory.newInstance()
Constructs a new instance of
TakeOverMeasurement . |
static TakeOverMeasurement |
TakeOverMeasurement.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,
TakeOver takeOver)
Constructs a new instance of
TakeOverMeasurement , taking all possible properties
(except the identifier(s))as arguments. |
static TakeOverMeasurement |
TakeOverMeasurement.Factory.newInstance(QualityFlag qualityFlag,
Pmfm pmfm,
TakeOver takeOver)
Constructs a new instance of
TakeOverMeasurement , taking all required and/or
read-only properties as arguments, except for identifiers. |
protected TakeOverMeasurement |
TakeOverMeasurementDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<TakeOverMeasurement> |
TakeOverMeasurementDaoBase.create(Collection<TakeOverMeasurement> entities)
Creates a new instance of TakeOverMeasurement and adds
from the passed in
entities collection |
Collection<TakeOverMeasurement> |
TakeOverMeasurementDao.create(Collection<TakeOverMeasurement> entities)
Creates a new instance of TakeOverMeasurement and adds
from the passed in
entities collection |
Collection<TakeOverMeasurement> |
TakeOverMeasurementDaoBase.loadAll()
Loads all entities of type
TakeOverMeasurement . |
Collection<TakeOverMeasurement> |
TakeOverMeasurementDao.loadAll()
Loads all entities of type
TakeOverMeasurement . |
Set<TakeOverMeasurement> |
TakeOverMeasurementDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TakeOverMeasurement> |
TakeOverMeasurementDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
TakeOverMeasurement.compareTo(TakeOverMeasurement o) |
Object |
TakeOverMeasurementDaoBase.create(int transform,
TakeOverMeasurement takeOverMeasurement)
Does the same thing as
TakeOverMeasurementDao.create(TakeOverMeasurement) with an
additional flag called transform . |
Object |
TakeOverMeasurementDao.create(int transform,
TakeOverMeasurement takeOverMeasurement)
Does the same thing as
TakeOverMeasurementDao.create(TakeOverMeasurement) with an
additional flag called transform . |
TakeOverMeasurement |
TakeOverMeasurementDaoBase.create(TakeOverMeasurement takeOverMeasurement)
Creates an instance of TakeOverMeasurement and adds it to the persistent store.
|
TakeOverMeasurement |
TakeOverMeasurementDao.create(TakeOverMeasurement takeOverMeasurement)
Creates an instance of TakeOverMeasurement and adds it to the persistent store.
|
void |
TakeOverMeasurementDaoBase.remove(TakeOverMeasurement takeOverMeasurement)
Removes the instance of TakeOverMeasurement from the persistent store.
|
void |
TakeOverMeasurementDao.remove(TakeOverMeasurement takeOverMeasurement)
Removes the instance of TakeOverMeasurement from the persistent store.
|
Object |
TakeOverMeasurementDaoBase.transformEntity(int transform,
TakeOverMeasurement 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 TakeOverMeasurementDao , please note
that the TakeOverMeasurementDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
TakeOverMeasurementDao.transformEntity(int transform,
TakeOverMeasurement 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.TakeOverMeasurementDao , please note
that the TakeOverMeasurementDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
TakeOverMeasurementDaoBase.update(TakeOverMeasurement takeOverMeasurement)
Updates the
takeOverMeasurement instance in the persistent store. |
void |
TakeOverMeasurementDao.update(TakeOverMeasurement takeOverMeasurement)
Updates the
takeOverMeasurement instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<TakeOverMeasurement> |
TakeOverMeasurementDaoBase.create(Collection<TakeOverMeasurement> entities)
Creates a new instance of TakeOverMeasurement and adds
from the passed in
entities collection |
Collection<TakeOverMeasurement> |
TakeOverMeasurementDao.create(Collection<TakeOverMeasurement> entities)
Creates a new instance of TakeOverMeasurement and adds
from the passed in
entities collection |
Collection<?> |
TakeOverMeasurementDaoBase.create(int transform,
Collection<TakeOverMeasurement> entities)
Does the same thing as
TakeOverMeasurementDao.create(TakeOverMeasurement) with an
additional flag called transform . |
Collection<?> |
TakeOverMeasurementDao.create(int transform,
Collection<TakeOverMeasurement> entities)
Does the same thing as
TakeOverMeasurementDao.create(TakeOverMeasurement) with an
additional flag called transform . |
void |
TakeOverMeasurementDaoBase.remove(Collection<TakeOverMeasurement> entities)
Removes all entities in the given
entities collection. |
void |
TakeOverMeasurementDao.remove(Collection<TakeOverMeasurement> entities)
Removes all entities in the given
entities collection. |
void |
TakeOverMeasurementDaoBase.update(Collection<TakeOverMeasurement> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
TakeOverMeasurementDao.update(Collection<TakeOverMeasurement> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<TakeOverMeasurement> |
TakeOver.getTakeOverMeasurements() |
Modifier and Type | Method and Description |
---|---|
boolean |
TakeOver.addTakeOverMeasurements(TakeOverMeasurement elementToAdd) |
boolean |
TakeOver.removeTakeOverMeasurements(TakeOverMeasurement elementToRemove) |
Modifier and Type | Method and Description |
---|---|
static TakeOver |
TakeOver.Factory.newInstance(Date takeOverDateTime,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
String comments,
Collection<TakeOverMeasurement> takeOverMeasurements,
Department recorderDepartment,
Person recorderPerson,
Location takeOverLocation,
Seller storageFacility,
Collection<Produce> produces,
Collection<Sale> sales,
Seller seller,
DeclaredDocumentReference declaredDocumentReference,
FishingTrip fishingTrip,
Program program,
QualityFlag qualityFlag,
Landing landing,
Vessel vessel)
Constructs a new instance of
TakeOver , taking all possible properties
(except the identifier(s))as arguments. |
void |
TakeOver.setTakeOverMeasurements(Collection<TakeOverMeasurement> takeOverMeasurementsIn) |
Copyright © 2012–2014 IFREMER. All rights reserved.