|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GearPhysicalMeasurement | |
---|---|
fr.ifremer.allegro.data.measure |
Uses of GearPhysicalMeasurement in fr.ifremer.allegro.data.measure |
---|
Subclasses of GearPhysicalMeasurement in fr.ifremer.allegro.data.measure | |
---|---|
class |
GearPhysicalMeasurementImpl
|
Methods in fr.ifremer.allegro.data.measure that return GearPhysicalMeasurement | |
---|---|
GearPhysicalMeasurement |
GearPhysicalMeasurementDaoImpl.clusterGearPhysicalMeasurementToEntity(ClusterGearPhysicalMeasurement clusterGearPhysicalMeasurement)
|
GearPhysicalMeasurement |
GearPhysicalMeasurementDao.clusterGearPhysicalMeasurementToEntity(ClusterGearPhysicalMeasurement clusterGearPhysicalMeasurement)
Converts an instance of type ClusterGearPhysicalMeasurement to this DAO's entity. |
GearPhysicalMeasurement |
GearPhysicalMeasurementDaoBase.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,
GearPhysicalFeatures gearPhysicalFeatures)
|
GearPhysicalMeasurement |
GearPhysicalMeasurementDaoBase.create(GearPhysicalFeatures gearPhysicalFeatures,
Pmfm pmfm,
QualityFlag qualityFlag)
|
GearPhysicalMeasurement |
GearPhysicalMeasurementDaoBase.create(GearPhysicalMeasurement gearPhysicalMeasurement)
|
GearPhysicalMeasurement |
GearPhysicalMeasurementDao.createFromClusterGearPhysicalMeasurement(ClusterGearPhysicalMeasurement clusterGearPhysicalMeasurement)
|
GearPhysicalMeasurement |
GearPhysicalMeasurementDaoBase.createFromClusterGearPhysicalMeasurement(ClusterGearPhysicalMeasurement clusterGearPhysicalMeasurement)
|
GearPhysicalMeasurement |
GearPhysicalMeasurementDao.findGearPhysicalMeasurementById(java.lang.Integer id)
|
GearPhysicalMeasurement |
GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementById(java.lang.Integer id)
|
GearPhysicalMeasurement |
GearPhysicalMeasurementDao.findGearPhysicalMeasurementById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementById(java.lang.Integer) with an
additional argument called queryString . |
GearPhysicalMeasurement |
GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementById(java.lang.String queryString,
java.lang.Integer id)
|
GearPhysicalMeasurement |
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByNaturalId(java.lang.Integer id)
|
GearPhysicalMeasurement |
GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByNaturalId(java.lang.Integer id)
|
GearPhysicalMeasurement |
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
GearPhysicalMeasurement |
GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByNaturalId(java.lang.String queryString,
java.lang.Integer id)
|
protected GearPhysicalMeasurement |
GearPhysicalMeasurementDaoImpl.handleCreateFromClusterGearPhysicalMeasurement(ClusterGearPhysicalMeasurement clusterGearPhysicalMeasurement)
|
protected abstract GearPhysicalMeasurement |
GearPhysicalMeasurementDaoBase.handleCreateFromClusterGearPhysicalMeasurement(ClusterGearPhysicalMeasurement clusterGearPhysicalMeasurement)
Performs the core logic for GearPhysicalMeasurementDaoBase.createFromClusterGearPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterGearPhysicalMeasurement) |
GearPhysicalMeasurement |
GearPhysicalMeasurementDaoBase.load(java.lang.Integer id)
|
static GearPhysicalMeasurement |
GearPhysicalMeasurement.Factory.newInstance()
Constructs a new instance of GearPhysicalMeasurement . |
static GearPhysicalMeasurement |
GearPhysicalMeasurement.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,
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. |
GearPhysicalMeasurement |
GearPhysicalMeasurementDaoImpl.remoteGearPhysicalMeasurementFullVOToEntity(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVO)
|
GearPhysicalMeasurement |
GearPhysicalMeasurementDao.remoteGearPhysicalMeasurementFullVOToEntity(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVO)
Converts an instance of type RemoteGearPhysicalMeasurementFullVO to this DAO's entity. |
GearPhysicalMeasurement |
GearPhysicalMeasurementDaoImpl.remoteGearPhysicalMeasurementNaturalIdToEntity(RemoteGearPhysicalMeasurementNaturalId remoteGearPhysicalMeasurementNaturalId)
|
GearPhysicalMeasurement |
GearPhysicalMeasurementDao.remoteGearPhysicalMeasurementNaturalIdToEntity(RemoteGearPhysicalMeasurementNaturalId remoteGearPhysicalMeasurementNaturalId)
Converts an instance of type RemoteGearPhysicalMeasurementNaturalId to this DAO's entity. |
protected GearPhysicalMeasurement |
GearPhysicalMeasurementDaoBase.toEntity(java.lang.Object[] row)
|
Methods in fr.ifremer.allegro.data.measure with parameters of type GearPhysicalMeasurement | |
---|---|
void |
GearPhysicalMeasurementDaoImpl.clusterGearPhysicalMeasurementToEntity(ClusterGearPhysicalMeasurement source,
GearPhysicalMeasurement target,
boolean copyIfNull)
|
void |
GearPhysicalMeasurementDao.clusterGearPhysicalMeasurementToEntity(ClusterGearPhysicalMeasurement source,
GearPhysicalMeasurement target,
boolean copyIfNull)
Copies the fields of ClusterGearPhysicalMeasurement to the specified entity. |
void |
GearPhysicalMeasurementDaoBase.clusterGearPhysicalMeasurementToEntity(ClusterGearPhysicalMeasurement source,
GearPhysicalMeasurement target,
boolean copyIfNull)
|
Measurement |
GearPhysicalMeasurementDao.create(GearPhysicalMeasurement gearPhysicalMeasurement)
Creates an instance of fr.ifremer.allegro.data.measure.GearPhysicalMeasurement and adds it to the persistent store. |
GearPhysicalMeasurement |
GearPhysicalMeasurementDaoBase.create(GearPhysicalMeasurement gearPhysicalMeasurement)
|
java.lang.Object |
GearPhysicalMeasurementDao.create(int transform,
GearPhysicalMeasurement gearPhysicalMeasurement)
Does the same thing as GearPhysicalMeasurementDao.create(fr.ifremer.allegro.data.measure.GearPhysicalMeasurement) with an
additional flag called transform . |
java.lang.Object |
GearPhysicalMeasurementDaoBase.create(int transform,
GearPhysicalMeasurement gearPhysicalMeasurement)
|
void |
GearPhysicalMeasurementDaoImpl.remoteGearPhysicalMeasurementFullVOToEntity(RemoteGearPhysicalMeasurementFullVO source,
GearPhysicalMeasurement target,
boolean copyIfNull)
|
void |
GearPhysicalMeasurementDao.remoteGearPhysicalMeasurementFullVOToEntity(RemoteGearPhysicalMeasurementFullVO source,
GearPhysicalMeasurement target,
boolean copyIfNull)
Copies the fields of RemoteGearPhysicalMeasurementFullVO to the specified entity. |
void |
GearPhysicalMeasurementDaoBase.remoteGearPhysicalMeasurementFullVOToEntity(RemoteGearPhysicalMeasurementFullVO source,
GearPhysicalMeasurement target,
boolean copyIfNull)
|
void |
GearPhysicalMeasurementDaoImpl.remoteGearPhysicalMeasurementNaturalIdToEntity(RemoteGearPhysicalMeasurementNaturalId source,
GearPhysicalMeasurement target,
boolean copyIfNull)
|
void |
GearPhysicalMeasurementDao.remoteGearPhysicalMeasurementNaturalIdToEntity(RemoteGearPhysicalMeasurementNaturalId source,
GearPhysicalMeasurement target,
boolean copyIfNull)
Copies the fields of RemoteGearPhysicalMeasurementNaturalId to the specified entity. |
void |
GearPhysicalMeasurementDaoBase.remoteGearPhysicalMeasurementNaturalIdToEntity(RemoteGearPhysicalMeasurementNaturalId source,
GearPhysicalMeasurement target,
boolean copyIfNull)
|
void |
GearPhysicalMeasurementDao.remove(GearPhysicalMeasurement gearPhysicalMeasurement)
Removes the instance of fr.ifremer.allegro.data.measure.GearPhysicalMeasurement from the persistent store. |
void |
GearPhysicalMeasurementDaoBase.remove(GearPhysicalMeasurement gearPhysicalMeasurement)
|
ClusterGearPhysicalMeasurement |
GearPhysicalMeasurementDaoImpl.toClusterGearPhysicalMeasurement(GearPhysicalMeasurement entity)
|
ClusterGearPhysicalMeasurement |
GearPhysicalMeasurementDao.toClusterGearPhysicalMeasurement(GearPhysicalMeasurement entity)
Converts this DAO's entity to an object of type ClusterGearPhysicalMeasurement . |
ClusterGearPhysicalMeasurement |
GearPhysicalMeasurementDaoBase.toClusterGearPhysicalMeasurement(GearPhysicalMeasurement entity)
|
void |
GearPhysicalMeasurementDaoImpl.toClusterGearPhysicalMeasurement(GearPhysicalMeasurement source,
ClusterGearPhysicalMeasurement target)
|
void |
GearPhysicalMeasurementDao.toClusterGearPhysicalMeasurement(GearPhysicalMeasurement source,
ClusterGearPhysicalMeasurement target)
Copies the fields of the specified entity to the target value object. |
void |
GearPhysicalMeasurementDaoBase.toClusterGearPhysicalMeasurement(GearPhysicalMeasurement source,
ClusterGearPhysicalMeasurement target)
|
RemoteGearPhysicalMeasurementFullVO |
GearPhysicalMeasurementDaoImpl.toRemoteGearPhysicalMeasurementFullVO(GearPhysicalMeasurement entity)
|
RemoteGearPhysicalMeasurementFullVO |
GearPhysicalMeasurementDao.toRemoteGearPhysicalMeasurementFullVO(GearPhysicalMeasurement entity)
Converts this DAO's entity to an object of type RemoteGearPhysicalMeasurementFullVO . |
RemoteGearPhysicalMeasurementFullVO |
GearPhysicalMeasurementDaoBase.toRemoteGearPhysicalMeasurementFullVO(GearPhysicalMeasurement entity)
|
void |
GearPhysicalMeasurementDaoImpl.toRemoteGearPhysicalMeasurementFullVO(GearPhysicalMeasurement source,
RemoteGearPhysicalMeasurementFullVO target)
|
void |
GearPhysicalMeasurementDao.toRemoteGearPhysicalMeasurementFullVO(GearPhysicalMeasurement source,
RemoteGearPhysicalMeasurementFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
GearPhysicalMeasurementDaoBase.toRemoteGearPhysicalMeasurementFullVO(GearPhysicalMeasurement source,
RemoteGearPhysicalMeasurementFullVO target)
|
RemoteGearPhysicalMeasurementNaturalId |
GearPhysicalMeasurementDaoImpl.toRemoteGearPhysicalMeasurementNaturalId(GearPhysicalMeasurement entity)
|
RemoteGearPhysicalMeasurementNaturalId |
GearPhysicalMeasurementDao.toRemoteGearPhysicalMeasurementNaturalId(GearPhysicalMeasurement entity)
Converts this DAO's entity to an object of type RemoteGearPhysicalMeasurementNaturalId . |
RemoteGearPhysicalMeasurementNaturalId |
GearPhysicalMeasurementDaoBase.toRemoteGearPhysicalMeasurementNaturalId(GearPhysicalMeasurement entity)
|
void |
GearPhysicalMeasurementDaoImpl.toRemoteGearPhysicalMeasurementNaturalId(GearPhysicalMeasurement source,
RemoteGearPhysicalMeasurementNaturalId target)
|
void |
GearPhysicalMeasurementDao.toRemoteGearPhysicalMeasurementNaturalId(GearPhysicalMeasurement source,
RemoteGearPhysicalMeasurementNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
GearPhysicalMeasurementDaoBase.toRemoteGearPhysicalMeasurementNaturalId(GearPhysicalMeasurement source,
RemoteGearPhysicalMeasurementNaturalId target)
|
protected java.lang.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 fr.ifremer.allegro.data.measure.GearPhysicalMeasurementDao , please note
that the MeasurementDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
GearPhysicalMeasurementDao.update(GearPhysicalMeasurement gearPhysicalMeasurement)
Updates the gearPhysicalMeasurement instance in the persistent store. |
void |
GearPhysicalMeasurementDaoBase.update(GearPhysicalMeasurement gearPhysicalMeasurement)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |