|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortingBatch | |
---|---|
fr.ifremer.allegro.data.batch | |
fr.ifremer.allegro.data.measure |
Uses of SortingBatch in fr.ifremer.allegro.data.batch |
---|
Subclasses of SortingBatch in fr.ifremer.allegro.data.batch | |
---|---|
class |
SortingBatchImpl
|
Methods in fr.ifremer.allegro.data.batch that return SortingBatch | |
---|---|
SortingBatch |
SortingBatchDaoImpl.clusterSortingBatchToEntity(ClusterSortingBatch clusterSortingBatch)
|
SortingBatch |
SortingBatchDao.clusterSortingBatchToEntity(ClusterSortingBatch clusterSortingBatch)
Converts an instance of type ClusterSortingBatch to this DAO's entity. |
SortingBatch |
SortingBatchDaoBase.create(java.lang.Boolean childBatchsReplication,
java.lang.Boolean exhaustiveInventory,
java.lang.Short rankOrder)
|
SortingBatch |
SortingBatchDaoBase.create(java.lang.Short rankOrder,
java.lang.Float subgroupCount,
java.lang.Short individualCount,
java.lang.Boolean childBatchsReplication,
java.lang.Boolean exhaustiveInventory,
java.lang.String comments,
java.util.Collection childBatchs,
Batch parentBatch,
java.util.Collection quantificationMeasurements,
java.util.Collection produces,
java.lang.Float samplingRatio,
java.lang.String samplingRatioText,
TaxonGroup taxonGroup,
ReferenceTaxon referenceTaxon,
java.util.Collection sortingMeasurements)
|
SortingBatch |
SortingBatchDaoBase.create(SortingBatch sortingBatch)
|
SortingBatch |
SortingBatchDao.createFromClusterSortingBatch(ClusterSortingBatch clusterSortingBatch)
|
SortingBatch |
SortingBatchDaoBase.createFromClusterSortingBatch(ClusterSortingBatch clusterSortingBatch)
|
SortingBatch |
SortingBatchDao.findSortingBatchById(java.lang.Integer id)
|
SortingBatch |
SortingBatchDaoBase.findSortingBatchById(java.lang.Integer id)
|
SortingBatch |
SortingBatchDao.findSortingBatchById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SortingBatchDao.findSortingBatchById(java.lang.Integer) with an
additional argument called queryString . |
SortingBatch |
SortingBatchDaoBase.findSortingBatchById(java.lang.String queryString,
java.lang.Integer id)
|
SortingBatch |
SortingBatchDao.findSortingBatchByNaturalId(java.lang.Integer id)
|
SortingBatch |
SortingBatchDaoBase.findSortingBatchByNaturalId(java.lang.Integer id)
|
SortingBatch |
SortingBatchDao.findSortingBatchByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SortingBatchDao.findSortingBatchByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
SortingBatch |
SortingBatchDaoBase.findSortingBatchByNaturalId(java.lang.String queryString,
java.lang.Integer id)
|
protected SortingBatch |
SortingBatchDaoImpl.handleCreateFromClusterSortingBatch(ClusterSortingBatch clusterSortingBatch)
|
protected abstract SortingBatch |
SortingBatchDaoBase.handleCreateFromClusterSortingBatch(ClusterSortingBatch clusterSortingBatch)
Performs the core logic for SortingBatchDaoBase.createFromClusterSortingBatch(fr.ifremer.allegro.data.batch.generic.cluster.ClusterSortingBatch) |
SortingBatch |
SortingBatchDaoBase.load(java.lang.Integer id)
|
static SortingBatch |
SortingBatch.Factory.newInstance()
Constructs a new instance of SortingBatch . |
static SortingBatch |
SortingBatch.Factory.newInstance(java.lang.Short rankOrder,
java.lang.Boolean childBatchsReplication,
java.lang.Boolean exhaustiveInventory)
Constructs a new instance of SortingBatch , taking all required and/or
read-only properties as arguments. |
static SortingBatch |
SortingBatch.Factory.newInstance(java.lang.Short rankOrder,
java.lang.Float subgroupCount,
java.lang.Short individualCount,
java.lang.Boolean childBatchsReplication,
java.lang.Boolean exhaustiveInventory,
java.lang.String comments,
java.util.Collection childBatchs,
Batch parentBatch,
java.util.Collection quantificationMeasurements,
java.util.Collection produces,
java.lang.Float samplingRatio,
java.lang.String samplingRatioText,
TaxonGroup taxonGroup,
ReferenceTaxon referenceTaxon,
java.util.Collection sortingMeasurements)
Constructs a new instance of SortingBatch , taking all possible properties
(except the identifier(s))as arguments. |
SortingBatch |
SortingBatchDaoImpl.remoteSortingBatchFullVOToEntity(RemoteSortingBatchFullVO remoteSortingBatchFullVO)
|
SortingBatch |
SortingBatchDao.remoteSortingBatchFullVOToEntity(RemoteSortingBatchFullVO remoteSortingBatchFullVO)
Converts an instance of type RemoteSortingBatchFullVO to this DAO's entity. |
SortingBatch |
SortingBatchDaoImpl.remoteSortingBatchNaturalIdToEntity(RemoteSortingBatchNaturalId remoteSortingBatchNaturalId)
|
SortingBatch |
SortingBatchDao.remoteSortingBatchNaturalIdToEntity(RemoteSortingBatchNaturalId remoteSortingBatchNaturalId)
Converts an instance of type RemoteSortingBatchNaturalId to this DAO's entity. |
protected SortingBatch |
SortingBatchDaoBase.toEntity(java.lang.Object[] row)
|
Methods in fr.ifremer.allegro.data.batch with parameters of type SortingBatch | |
---|---|
void |
SortingBatchDaoImpl.clusterSortingBatchToEntity(ClusterSortingBatch source,
SortingBatch target,
boolean copyIfNull)
|
void |
SortingBatchDao.clusterSortingBatchToEntity(ClusterSortingBatch source,
SortingBatch target,
boolean copyIfNull)
Copies the fields of ClusterSortingBatch to the specified entity. |
void |
SortingBatchDaoBase.clusterSortingBatchToEntity(ClusterSortingBatch source,
SortingBatch target,
boolean copyIfNull)
|
java.lang.Object |
SortingBatchDao.create(int transform,
SortingBatch sortingBatch)
Does the same thing as SortingBatchDao.create(fr.ifremer.allegro.data.batch.SortingBatch) with an
additional flag called transform . |
java.lang.Object |
SortingBatchDaoBase.create(int transform,
SortingBatch sortingBatch)
|
Batch |
SortingBatchDao.create(SortingBatch sortingBatch)
Creates an instance of fr.ifremer.allegro.data.batch.SortingBatch and adds it to the persistent store. |
SortingBatch |
SortingBatchDaoBase.create(SortingBatch sortingBatch)
|
void |
SortingBatchDaoImpl.remoteSortingBatchFullVOToEntity(RemoteSortingBatchFullVO source,
SortingBatch target,
boolean copyIfNull)
|
void |
SortingBatchDao.remoteSortingBatchFullVOToEntity(RemoteSortingBatchFullVO source,
SortingBatch target,
boolean copyIfNull)
Copies the fields of RemoteSortingBatchFullVO to the specified entity. |
void |
SortingBatchDaoBase.remoteSortingBatchFullVOToEntity(RemoteSortingBatchFullVO source,
SortingBatch target,
boolean copyIfNull)
|
void |
SortingBatchDaoImpl.remoteSortingBatchNaturalIdToEntity(RemoteSortingBatchNaturalId source,
SortingBatch target,
boolean copyIfNull)
|
void |
SortingBatchDao.remoteSortingBatchNaturalIdToEntity(RemoteSortingBatchNaturalId source,
SortingBatch target,
boolean copyIfNull)
Copies the fields of RemoteSortingBatchNaturalId to the specified entity. |
void |
SortingBatchDaoBase.remoteSortingBatchNaturalIdToEntity(RemoteSortingBatchNaturalId source,
SortingBatch target,
boolean copyIfNull)
|
void |
SortingBatchDao.remove(SortingBatch sortingBatch)
Removes the instance of fr.ifremer.allegro.data.batch.SortingBatch from the persistent store. |
void |
SortingBatchDaoBase.remove(SortingBatch sortingBatch)
|
ClusterSortingBatch |
SortingBatchDaoImpl.toClusterSortingBatch(SortingBatch entity)
|
ClusterSortingBatch |
SortingBatchDao.toClusterSortingBatch(SortingBatch entity)
Converts this DAO's entity to an object of type ClusterSortingBatch . |
ClusterSortingBatch |
SortingBatchDaoBase.toClusterSortingBatch(SortingBatch entity)
|
void |
SortingBatchDaoImpl.toClusterSortingBatch(SortingBatch source,
ClusterSortingBatch target)
|
void |
SortingBatchDao.toClusterSortingBatch(SortingBatch source,
ClusterSortingBatch target)
Copies the fields of the specified entity to the target value object. |
void |
SortingBatchDaoBase.toClusterSortingBatch(SortingBatch source,
ClusterSortingBatch target)
|
RemoteSortingBatchFullVO |
SortingBatchDaoImpl.toRemoteSortingBatchFullVO(SortingBatch entity)
|
RemoteSortingBatchFullVO |
SortingBatchDao.toRemoteSortingBatchFullVO(SortingBatch entity)
Converts this DAO's entity to an object of type RemoteSortingBatchFullVO . |
RemoteSortingBatchFullVO |
SortingBatchDaoBase.toRemoteSortingBatchFullVO(SortingBatch entity)
|
void |
SortingBatchDaoImpl.toRemoteSortingBatchFullVO(SortingBatch source,
RemoteSortingBatchFullVO target)
|
void |
SortingBatchDao.toRemoteSortingBatchFullVO(SortingBatch source,
RemoteSortingBatchFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
SortingBatchDaoBase.toRemoteSortingBatchFullVO(SortingBatch source,
RemoteSortingBatchFullVO target)
|
RemoteSortingBatchNaturalId |
SortingBatchDaoImpl.toRemoteSortingBatchNaturalId(SortingBatch entity)
|
RemoteSortingBatchNaturalId |
SortingBatchDao.toRemoteSortingBatchNaturalId(SortingBatch entity)
Converts this DAO's entity to an object of type RemoteSortingBatchNaturalId . |
RemoteSortingBatchNaturalId |
SortingBatchDaoBase.toRemoteSortingBatchNaturalId(SortingBatch entity)
|
void |
SortingBatchDaoImpl.toRemoteSortingBatchNaturalId(SortingBatch source,
RemoteSortingBatchNaturalId target)
|
void |
SortingBatchDao.toRemoteSortingBatchNaturalId(SortingBatch source,
RemoteSortingBatchNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
SortingBatchDaoBase.toRemoteSortingBatchNaturalId(SortingBatch source,
RemoteSortingBatchNaturalId target)
|
protected java.lang.Object |
SortingBatchDaoBase.transformEntity(int transform,
SortingBatch 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.batch.SortingBatchDao , please note
that the BatchDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
SortingBatchDao.update(SortingBatch sortingBatch)
Updates the sortingBatch instance in the persistent store. |
void |
SortingBatchDaoBase.update(SortingBatch sortingBatch)
|
Uses of SortingBatch in fr.ifremer.allegro.data.measure |
---|
Methods in fr.ifremer.allegro.data.measure that return SortingBatch | |
---|---|
SortingBatch |
SortingMeasurement.getSortingBatch()
|
Methods in fr.ifremer.allegro.data.measure with parameters of type SortingBatch | |
---|---|
Measurement |
SortingMeasurementDao.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)
Creates a new fr.ifremer.allegro.data.measure.SortingMeasurement
instance from all attributes and
properties and adds it to the persistent store. |
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)
|
java.lang.Object |
SortingMeasurementDao.create(int transform,
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)
Does the same thing as SortingMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,java.lang.Integer,fr.ifremer.allegro.data.batch.SortingBatch,fr.ifremer.allegro.data.produce.Produce) with an
additional flag called transform . |
java.lang.Object |
SortingMeasurementDaoBase.create(int transform,
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)
|
java.util.Collection |
SortingMeasurementDao.findSortingMeasurementBySortingBatch(int transform,
int pageNumber,
int pageSize,
SortingBatch sortingBatch)
Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, fr.ifremer.allegro.data.batch.SortingBatch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SortingMeasurementDaoBase.findSortingMeasurementBySortingBatch(int transform,
int pageNumber,
int pageSize,
SortingBatch sortingBatch)
|
java.util.Collection |
SortingMeasurementDao.findSortingMeasurementBySortingBatch(int pageNumber,
int pageSize,
SortingBatch sortingBatch)
Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SortingMeasurementDaoBase.findSortingMeasurementBySortingBatch(int pageNumber,
int pageSize,
SortingBatch sortingBatch)
|
java.util.Collection |
SortingMeasurementDao.findSortingMeasurementBySortingBatch(int transform,
SortingBatch sortingBatch)
Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch) with an
additional flag called transform . |
java.util.Collection |
SortingMeasurementDaoBase.findSortingMeasurementBySortingBatch(int transform,
SortingBatch sortingBatch)
|
java.util.Collection |
SortingMeasurementDao.findSortingMeasurementBySortingBatch(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
SortingBatch sortingBatch)
Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, String, fr.ifremer.allegro.data.batch.SortingBatch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SortingMeasurementDaoBase.findSortingMeasurementBySortingBatch(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
SortingBatch sortingBatch)
|
java.util.Collection |
SortingMeasurementDao.findSortingMeasurementBySortingBatch(int transform,
java.lang.String queryString,
SortingBatch sortingBatch)
Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, fr.ifremer.allegro.data.batch.SortingBatch) with an
additional argument called queryString . |
java.util.Collection |
SortingMeasurementDaoBase.findSortingMeasurementBySortingBatch(int transform,
java.lang.String queryString,
SortingBatch sortingBatch)
|
java.util.Collection |
SortingMeasurementDao.findSortingMeasurementBySortingBatch(SortingBatch sortingBatch)
|
java.util.Collection |
SortingMeasurementDaoBase.findSortingMeasurementBySortingBatch(SortingBatch sortingBatch)
|
java.util.Collection |
SortingMeasurementDao.findSortingMeasurementBySortingBatch(java.lang.String queryString,
int pageNumber,
int pageSize,
SortingBatch sortingBatch)
Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(String, fr.ifremer.allegro.data.batch.SortingBatch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SortingMeasurementDaoBase.findSortingMeasurementBySortingBatch(java.lang.String queryString,
int pageNumber,
int pageSize,
SortingBatch sortingBatch)
|
java.util.Collection |
SortingMeasurementDao.findSortingMeasurementBySortingBatch(java.lang.String queryString,
SortingBatch sortingBatch)
Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch) with an
additional argument called queryString . |
java.util.Collection |
SortingMeasurementDaoBase.findSortingMeasurementBySortingBatch(java.lang.String queryString,
SortingBatch sortingBatch)
|
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. |
void |
SortingMeasurement.setSortingBatch(SortingBatch sortingBatch)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |