|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortingMeasurement | |
---|---|
fr.ifremer.allegro.data.measure |
Uses of SortingMeasurement in fr.ifremer.allegro.data.measure |
---|
Subclasses of SortingMeasurement in fr.ifremer.allegro.data.measure | |
---|---|
class |
SortingMeasurementImpl
|
Methods in fr.ifremer.allegro.data.measure that return SortingMeasurement | |
---|---|
SortingMeasurement |
SortingMeasurementDaoImpl.clusterSortingMeasurementToEntity(ClusterSortingMeasurement clusterSortingMeasurement)
|
SortingMeasurement |
SortingMeasurementDao.clusterSortingMeasurementToEntity(ClusterSortingMeasurement clusterSortingMeasurement)
Converts an instance of type ClusterSortingMeasurement to this DAO's entity. |
SortingMeasurement |
SortingMeasurementDaoBase.create(java.lang.Float numericalValue,
java.lang.Integer digitCount,
java.lang.Float precisionValue,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
Department department,
PrecisionType precisionType,
QualityFlag qualityFlag,
AnalysisInstrument analysisInstrument,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
java.lang.Integer rankOrder,
SortingBatch sortingBatch,
Produce produce)
|
SortingMeasurement |
SortingMeasurementDaoBase.create(Pmfm pmfm,
QualityFlag qualityFlag,
java.lang.Integer rankOrder)
|
SortingMeasurement |
SortingMeasurementDaoBase.create(SortingMeasurement sortingMeasurement)
|
SortingMeasurement |
SortingMeasurementDao.createFromClusterSortingMeasurement(ClusterSortingMeasurement clusterSortingMeasurement)
|
SortingMeasurement |
SortingMeasurementDaoBase.createFromClusterSortingMeasurement(ClusterSortingMeasurement clusterSortingMeasurement)
|
SortingMeasurement |
SortingMeasurementDao.findSortingMeasurementById(java.lang.Integer id)
|
SortingMeasurement |
SortingMeasurementDaoBase.findSortingMeasurementById(java.lang.Integer id)
|
SortingMeasurement |
SortingMeasurementDao.findSortingMeasurementById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SortingMeasurementDao.findSortingMeasurementById(java.lang.Integer) with an
additional argument called queryString . |
SortingMeasurement |
SortingMeasurementDaoBase.findSortingMeasurementById(java.lang.String queryString,
java.lang.Integer id)
|
SortingMeasurement |
SortingMeasurementDao.findSortingMeasurementByNaturalId(java.lang.Integer id)
|
SortingMeasurement |
SortingMeasurementDaoBase.findSortingMeasurementByNaturalId(java.lang.Integer id)
|
SortingMeasurement |
SortingMeasurementDao.findSortingMeasurementByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
SortingMeasurement |
SortingMeasurementDaoBase.findSortingMeasurementByNaturalId(java.lang.String queryString,
java.lang.Integer id)
|
protected SortingMeasurement |
SortingMeasurementDaoImpl.handleCreateFromClusterSortingMeasurement(ClusterSortingMeasurement clusterSortingMeasurement)
|
protected abstract SortingMeasurement |
SortingMeasurementDaoBase.handleCreateFromClusterSortingMeasurement(ClusterSortingMeasurement clusterSortingMeasurement)
Performs the core logic for SortingMeasurementDaoBase.createFromClusterSortingMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSortingMeasurement) |
SortingMeasurement |
SortingMeasurementDaoBase.load(java.lang.Integer id)
|
static SortingMeasurement |
SortingMeasurement.Factory.newInstance()
Constructs a new instance of SortingMeasurement . |
static SortingMeasurement |
SortingMeasurement.Factory.newInstance(java.lang.Float numericalValue,
java.lang.Integer digitCount,
java.lang.Float precisionValue,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
Department department,
PrecisionType precisionType,
QualityFlag qualityFlag,
AnalysisInstrument analysisInstrument,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
java.lang.Integer rankOrder,
SortingBatch sortingBatch,
Produce produce)
Constructs a new instance of SortingMeasurement , taking all possible properties
(except the identifier(s))as arguments. |
static SortingMeasurement |
SortingMeasurement.Factory.newInstance(QualityFlag qualityFlag,
Pmfm pmfm,
java.lang.Integer rankOrder)
Constructs a new instance of SortingMeasurement , taking all required and/or
read-only properties as arguments. |
SortingMeasurement |
SortingMeasurementDaoImpl.remoteSortingMeasurementFullVOToEntity(RemoteSortingMeasurementFullVO remoteSortingMeasurementFullVO)
|
SortingMeasurement |
SortingMeasurementDao.remoteSortingMeasurementFullVOToEntity(RemoteSortingMeasurementFullVO remoteSortingMeasurementFullVO)
Converts an instance of type RemoteSortingMeasurementFullVO to this DAO's entity. |
SortingMeasurement |
SortingMeasurementDaoImpl.remoteSortingMeasurementNaturalIdToEntity(RemoteSortingMeasurementNaturalId remoteSortingMeasurementNaturalId)
|
SortingMeasurement |
SortingMeasurementDao.remoteSortingMeasurementNaturalIdToEntity(RemoteSortingMeasurementNaturalId remoteSortingMeasurementNaturalId)
Converts an instance of type RemoteSortingMeasurementNaturalId to this DAO's entity. |
protected SortingMeasurement |
SortingMeasurementDaoBase.toEntity(java.lang.Object[] row)
|
Methods in fr.ifremer.allegro.data.measure with parameters of type SortingMeasurement | |
---|---|
void |
SortingMeasurementDaoImpl.clusterSortingMeasurementToEntity(ClusterSortingMeasurement source,
SortingMeasurement target,
boolean copyIfNull)
|
void |
SortingMeasurementDao.clusterSortingMeasurementToEntity(ClusterSortingMeasurement source,
SortingMeasurement target,
boolean copyIfNull)
Copies the fields of ClusterSortingMeasurement to the specified entity. |
void |
SortingMeasurementDaoBase.clusterSortingMeasurementToEntity(ClusterSortingMeasurement source,
SortingMeasurement target,
boolean copyIfNull)
|
java.lang.Object |
SortingMeasurementDao.create(int transform,
SortingMeasurement sortingMeasurement)
Does the same thing as SortingMeasurementDao.create(fr.ifremer.allegro.data.measure.SortingMeasurement) with an
additional flag called transform . |
java.lang.Object |
SortingMeasurementDaoBase.create(int transform,
SortingMeasurement sortingMeasurement)
|
Measurement |
SortingMeasurementDao.create(SortingMeasurement sortingMeasurement)
Creates an instance of fr.ifremer.allegro.data.measure.SortingMeasurement and adds it to the persistent store. |
SortingMeasurement |
SortingMeasurementDaoBase.create(SortingMeasurement sortingMeasurement)
|
void |
SortingMeasurementDaoImpl.remoteSortingMeasurementFullVOToEntity(RemoteSortingMeasurementFullVO source,
SortingMeasurement target,
boolean copyIfNull)
|
void |
SortingMeasurementDao.remoteSortingMeasurementFullVOToEntity(RemoteSortingMeasurementFullVO source,
SortingMeasurement target,
boolean copyIfNull)
Copies the fields of RemoteSortingMeasurementFullVO to the specified entity. |
void |
SortingMeasurementDaoBase.remoteSortingMeasurementFullVOToEntity(RemoteSortingMeasurementFullVO source,
SortingMeasurement target,
boolean copyIfNull)
|
void |
SortingMeasurementDaoImpl.remoteSortingMeasurementNaturalIdToEntity(RemoteSortingMeasurementNaturalId source,
SortingMeasurement target,
boolean copyIfNull)
|
void |
SortingMeasurementDao.remoteSortingMeasurementNaturalIdToEntity(RemoteSortingMeasurementNaturalId source,
SortingMeasurement target,
boolean copyIfNull)
Copies the fields of RemoteSortingMeasurementNaturalId to the specified entity. |
void |
SortingMeasurementDaoBase.remoteSortingMeasurementNaturalIdToEntity(RemoteSortingMeasurementNaturalId source,
SortingMeasurement target,
boolean copyIfNull)
|
void |
SortingMeasurementDao.remove(SortingMeasurement sortingMeasurement)
Removes the instance of fr.ifremer.allegro.data.measure.SortingMeasurement from the persistent store. |
void |
SortingMeasurementDaoBase.remove(SortingMeasurement sortingMeasurement)
|
ClusterSortingMeasurement |
SortingMeasurementDaoImpl.toClusterSortingMeasurement(SortingMeasurement entity)
|
ClusterSortingMeasurement |
SortingMeasurementDao.toClusterSortingMeasurement(SortingMeasurement entity)
Converts this DAO's entity to an object of type ClusterSortingMeasurement . |
ClusterSortingMeasurement |
SortingMeasurementDaoBase.toClusterSortingMeasurement(SortingMeasurement entity)
|
void |
SortingMeasurementDaoImpl.toClusterSortingMeasurement(SortingMeasurement source,
ClusterSortingMeasurement target)
|
void |
SortingMeasurementDao.toClusterSortingMeasurement(SortingMeasurement source,
ClusterSortingMeasurement target)
Copies the fields of the specified entity to the target value object. |
void |
SortingMeasurementDaoBase.toClusterSortingMeasurement(SortingMeasurement source,
ClusterSortingMeasurement target)
|
RemoteSortingMeasurementFullVO |
SortingMeasurementDaoImpl.toRemoteSortingMeasurementFullVO(SortingMeasurement entity)
|
RemoteSortingMeasurementFullVO |
SortingMeasurementDao.toRemoteSortingMeasurementFullVO(SortingMeasurement entity)
Converts this DAO's entity to an object of type RemoteSortingMeasurementFullVO . |
RemoteSortingMeasurementFullVO |
SortingMeasurementDaoBase.toRemoteSortingMeasurementFullVO(SortingMeasurement entity)
|
void |
SortingMeasurementDaoImpl.toRemoteSortingMeasurementFullVO(SortingMeasurement source,
RemoteSortingMeasurementFullVO target)
|
void |
SortingMeasurementDao.toRemoteSortingMeasurementFullVO(SortingMeasurement source,
RemoteSortingMeasurementFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
SortingMeasurementDaoBase.toRemoteSortingMeasurementFullVO(SortingMeasurement source,
RemoteSortingMeasurementFullVO target)
|
RemoteSortingMeasurementNaturalId |
SortingMeasurementDaoImpl.toRemoteSortingMeasurementNaturalId(SortingMeasurement entity)
|
RemoteSortingMeasurementNaturalId |
SortingMeasurementDao.toRemoteSortingMeasurementNaturalId(SortingMeasurement entity)
Converts this DAO's entity to an object of type RemoteSortingMeasurementNaturalId . |
RemoteSortingMeasurementNaturalId |
SortingMeasurementDaoBase.toRemoteSortingMeasurementNaturalId(SortingMeasurement entity)
|
void |
SortingMeasurementDaoImpl.toRemoteSortingMeasurementNaturalId(SortingMeasurement source,
RemoteSortingMeasurementNaturalId target)
|
void |
SortingMeasurementDao.toRemoteSortingMeasurementNaturalId(SortingMeasurement source,
RemoteSortingMeasurementNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
SortingMeasurementDaoBase.toRemoteSortingMeasurementNaturalId(SortingMeasurement source,
RemoteSortingMeasurementNaturalId target)
|
protected java.lang.Object |
SortingMeasurementDaoBase.transformEntity(int transform,
SortingMeasurement 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.allegro.data.measure.SortingMeasurementDao , please note
that the MeasurementDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
SortingMeasurementDao.update(SortingMeasurement sortingMeasurement)
Updates the sortingMeasurement instance in the persistent store. |
void |
SortingMeasurementDaoBase.update(SortingMeasurement sortingMeasurement)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |