|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RemoteBatchNaturalId in fr.ifremer.allegro.data.batch |
---|
Methods in fr.ifremer.allegro.data.batch that return RemoteBatchNaturalId | |
---|---|
RemoteBatchNaturalId |
BatchDaoImpl.toRemoteBatchNaturalId(Batch entity)
|
RemoteBatchNaturalId |
BatchDao.toRemoteBatchNaturalId(Batch entity)
Converts this DAO's entity to an object of type RemoteBatchNaturalId . |
RemoteBatchNaturalId |
BatchDaoBase.toRemoteBatchNaturalId(Batch entity)
|
protected RemoteBatchNaturalId |
BatchDaoBase.toRemoteBatchNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteBatchNaturalId[] |
BatchDao.toRemoteBatchNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteBatchNaturalId . |
RemoteBatchNaturalId[] |
BatchDaoBase.toRemoteBatchNaturalIdArray(java.util.Collection entities)
|
Methods in fr.ifremer.allegro.data.batch with parameters of type RemoteBatchNaturalId | |
---|---|
Batch |
BatchDaoImpl.remoteBatchNaturalIdToEntity(RemoteBatchNaturalId remoteBatchNaturalId)
|
Batch |
BatchDao.remoteBatchNaturalIdToEntity(RemoteBatchNaturalId remoteBatchNaturalId)
Converts an instance of type RemoteBatchNaturalId to this DAO's entity. |
void |
BatchDaoImpl.remoteBatchNaturalIdToEntity(RemoteBatchNaturalId source,
Batch target,
boolean copyIfNull)
|
void |
BatchDao.remoteBatchNaturalIdToEntity(RemoteBatchNaturalId source,
Batch target,
boolean copyIfNull)
Copies the fields of RemoteBatchNaturalId to the specified entity. |
void |
BatchDaoBase.remoteBatchNaturalIdToEntity(RemoteBatchNaturalId source,
Batch target,
boolean copyIfNull)
|
void |
BatchDaoImpl.toRemoteBatchNaturalId(Batch source,
RemoteBatchNaturalId target)
|
void |
BatchDao.toRemoteBatchNaturalId(Batch source,
RemoteBatchNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
BatchDaoBase.toRemoteBatchNaturalId(Batch source,
RemoteBatchNaturalId target)
|
Uses of RemoteBatchNaturalId in fr.ifremer.allegro.data.batch.generic.cluster |
---|
Methods in fr.ifremer.allegro.data.batch.generic.cluster that return RemoteBatchNaturalId | |
---|---|
RemoteBatchNaturalId |
ClusterBatch.getParentBatchNaturalId()
|
Methods in fr.ifremer.allegro.data.batch.generic.cluster with parameters of type RemoteBatchNaturalId | |
---|---|
void |
ClusterBatch.setParentBatchNaturalId(RemoteBatchNaturalId parentBatchNaturalId)
|
Constructors in fr.ifremer.allegro.data.batch.generic.cluster with parameters of type RemoteBatchNaturalId | |
---|---|
ClusterBatch(java.lang.Integer id,
java.lang.Integer idLocal,
java.lang.Short rankOrder,
java.lang.Float subgroupCount,
java.lang.Short individualCount,
java.lang.Boolean childBatchsReplication,
java.lang.Boolean exhaustiveInventory,
java.lang.String comments,
RemoteBatchNaturalId parentBatchNaturalId,
RemoteProduceNaturalId[] produceNaturalId,
ClusterQuantificationMeasurement[] clusterQuantificationMeasurements,
ClusterCatchBatch[] clusterChildBatchssOfCatchBatch,
ClusterSortingBatch[] clusterChildBatchssOfSortingBatch)
|
|
ClusterCatchBatch(java.lang.Integer id,
java.lang.Integer idLocal,
java.lang.Short rankOrder,
java.lang.Float subgroupCount,
java.lang.Short individualCount,
java.lang.Boolean childBatchsReplication,
java.lang.Boolean exhaustiveInventory,
java.lang.String comments,
RemoteBatchNaturalId parentBatchNaturalId,
RemoteProduceNaturalId[] produceNaturalId,
ClusterQuantificationMeasurement[] clusterQuantificationMeasurements,
ClusterCatchBatch[] clusterChildBatchssOfCatchBatch,
ClusterSortingBatch[] clusterChildBatchssOfSortingBatch,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
RemoteFishingOperationNaturalId fishingOperationNaturalId,
RemoteQualityFlagNaturalId qualityFlagNaturalId,
RemoteLandingNaturalId landingNaturalId,
RemoteSaleNaturalId saleNaturalId,
java.lang.String synchronizationStatus)
|
|
ClusterSortingBatch(java.lang.Integer id,
java.lang.Integer idLocal,
java.lang.Short rankOrder,
java.lang.Float subgroupCount,
java.lang.Short individualCount,
java.lang.Boolean childBatchsReplication,
java.lang.Boolean exhaustiveInventory,
java.lang.String comments,
RemoteBatchNaturalId parentBatchNaturalId,
RemoteProduceNaturalId[] produceNaturalId,
ClusterQuantificationMeasurement[] clusterQuantificationMeasurements,
ClusterCatchBatch[] clusterChildBatchssOfCatchBatch,
ClusterSortingBatch[] clusterChildBatchssOfSortingBatch,
java.lang.Float samplingRatio,
java.lang.String samplingRatioText,
RemoteTaxonGroupNaturalId taxonGroupNaturalId,
RemoteReferenceTaxonNaturalId referenceTaxonNaturalId,
ClusterSortingMeasurement[] clusterSortingMeasurements)
|
Uses of RemoteBatchNaturalId in fr.ifremer.allegro.data.batch.generic.service |
---|
Methods in fr.ifremer.allegro.data.batch.generic.service with parameters of type RemoteBatchNaturalId | |
---|---|
RemoteBatchFullVO |
RemoteBatchFullService.getBatchByNaturalId(RemoteBatchNaturalId batchNaturalId)
|
RemoteBatchFullVO |
RemoteBatchFullServiceWSDelegator.getBatchByNaturalId(RemoteBatchNaturalId batchNaturalId)
|
RemoteBatchFullVO |
RemoteBatchFullServiceBase.getBatchByNaturalId(RemoteBatchNaturalId batchNaturalId)
|
protected RemoteBatchFullVO |
RemoteBatchFullServiceImpl.handleGetBatchByNaturalId(RemoteBatchNaturalId batchNaturalId)
|
protected abstract RemoteBatchFullVO |
RemoteBatchFullServiceBase.handleGetBatchByNaturalId(RemoteBatchNaturalId batchNaturalId)
Performs the core logic for RemoteBatchFullServiceBase.getBatchByNaturalId(fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchNaturalId) |
Uses of RemoteBatchNaturalId in fr.ifremer.allegro.data.batch.generic.vo |
---|
Methods in fr.ifremer.allegro.data.batch.generic.vo with parameters of type RemoteBatchNaturalId | |
---|---|
void |
RemoteBatchNaturalId.copy(RemoteBatchNaturalId otherBean)
Copies all properties from the argument value object into this value object. |
Constructors in fr.ifremer.allegro.data.batch.generic.vo with parameters of type RemoteBatchNaturalId | |
---|---|
RemoteBatchNaturalId(RemoteBatchNaturalId otherBean)
Copies constructor from other RemoteBatchNaturalId |
Uses of RemoteBatchNaturalId in fr.ifremer.allegro.data.measure.generic.cluster |
---|
Methods in fr.ifremer.allegro.data.measure.generic.cluster that return RemoteBatchNaturalId | |
---|---|
RemoteBatchNaturalId |
ClusterQuantificationMeasurement.getBatchNaturalId()
|
Methods in fr.ifremer.allegro.data.measure.generic.cluster with parameters of type RemoteBatchNaturalId | |
---|---|
void |
ClusterQuantificationMeasurement.setBatchNaturalId(RemoteBatchNaturalId batchNaturalId)
|
Constructors in fr.ifremer.allegro.data.measure.generic.cluster with parameters of type RemoteBatchNaturalId | |
---|---|
ClusterQuantificationMeasurement(java.lang.Integer id,
java.lang.Integer idLocal,
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,
RemoteDepartmentNaturalId departmentNaturalId,
RemotePrecisionTypeNaturalId precisionTypeNaturalId,
RemoteQualityFlagNaturalId qualityFlagNaturalId,
RemoteAnalysisInstrumentNaturalId analysisInstrumentNaturalId,
RemoteNumericalPrecisionNaturalId numericalPrecisionNaturalId,
RemotePmfmNaturalId pmfmNaturalId,
RemoteQualitativeValueNaturalId qualitativeValueNaturalId,
RemoteAggregationLevelNaturalId aggregationLevelNaturalId,
java.lang.Short subgroupNumber,
java.lang.Boolean isReferenceQuantification,
RemoteBatchNaturalId batchNaturalId,
RemoteProduceNaturalId produceNaturalId)
|
Uses of RemoteBatchNaturalId in fr.ifremer.allegro.data.produce.generic.cluster |
---|
Methods in fr.ifremer.allegro.data.produce.generic.cluster that return RemoteBatchNaturalId | |
---|---|
RemoteBatchNaturalId |
ClusterProduce.getBatchNaturalId()
|
Methods in fr.ifremer.allegro.data.produce.generic.cluster with parameters of type RemoteBatchNaturalId | |
---|---|
void |
ClusterProduce.setBatchNaturalId(RemoteBatchNaturalId batchNaturalId)
|
Constructors in fr.ifremer.allegro.data.produce.generic.cluster with parameters of type RemoteBatchNaturalId | |
---|---|
ClusterProduce(java.lang.Integer id,
java.lang.Integer idLocal,
java.lang.Boolean isDiscard,
java.lang.Float subgroupCount,
java.lang.Short individualCount,
java.lang.String taxonGroupOtherInformation,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
RemoteTaxonGroupNaturalId otherTaxonGroupNaturalId,
RemoteTaxonGroupNaturalId taxonGroupNaturalId,
RemoteLandingNaturalId landingNaturalId,
RemoteGearNaturalId gearNaturalId,
RemoteTransshipmentNaturalId transshipmentNaturalId,
RemoteBatchNaturalId batchNaturalId,
RemoteFishingOperationNaturalId fishingOperationNaturalId,
RemoteQualityFlagNaturalId qualityFlagNaturalId,
ClusterQuantificationMeasurement[] clusterQuantificationMeasurements,
ClusterSortingMeasurement[] clusterSortingMeasurements,
ClusterFishingArea[] clusterFishingAreas)
|
Uses of RemoteBatchNaturalId in fr.ifremer.allegro.data.sample.generic.cluster |
---|
Methods in fr.ifremer.allegro.data.sample.generic.cluster that return RemoteBatchNaturalId | |
---|---|
RemoteBatchNaturalId |
ClusterSample.getBatchNaturalId()
|
Methods in fr.ifremer.allegro.data.sample.generic.cluster with parameters of type RemoteBatchNaturalId | |
---|---|
void |
ClusterSample.setBatchNaturalId(RemoteBatchNaturalId batchNaturalId)
|
Constructors in fr.ifremer.allegro.data.sample.generic.cluster with parameters of type RemoteBatchNaturalId | |
---|---|
ClusterSample(java.lang.Integer id,
java.lang.String label,
java.util.Date sampleDate,
java.lang.Short individualCount,
java.lang.Float size,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
RemoteMatrixNaturalId matrixNaturalId,
RemoteUnitNaturalId sizeUnitNaturalId,
RemoteBatchNaturalId batchNaturalId,
RemoteFishingOperationNaturalId fishingOperationNaturalId,
RemoteTaxonGroupNaturalId taxonGroupNaturalId,
RemoteReferenceTaxonNaturalId referenceTaxonNaturalId,
RemoteDepartmentNaturalId recorderDepartmentNaturalId,
RemoteUserNaturalId recorderUserNaturalId,
RemoteSampleNaturalId parentSampleNaturalId,
RemoteProgramNaturalId programNaturalId,
RemoteQualityFlagNaturalId qualityFlagNaturalId,
java.lang.String synchronizationStatus,
ClusterSampleMeasurement[] clusterSampleMeasurements,
ClusterSample[] clusterChildSampless,
ClusterFishingArea[] clusterFishingAreas)
|
Uses of RemoteBatchNaturalId in fr.ifremer.allegro.data.survey.sale.generic.cluster |
---|
Constructors in fr.ifremer.allegro.data.survey.sale.generic.cluster with parameters of type RemoteBatchNaturalId | |
---|---|
ClusterSaleProduce(java.lang.Integer id,
java.lang.Integer idLocal,
java.lang.Boolean isDiscard,
java.lang.Float subgroupCount,
java.lang.Short individualCount,
java.lang.String taxonGroupOtherInformation,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
RemoteTaxonGroupNaturalId otherTaxonGroupNaturalId,
RemoteTaxonGroupNaturalId taxonGroupNaturalId,
RemoteLandingNaturalId landingNaturalId,
RemoteGearNaturalId gearNaturalId,
RemoteTransshipmentNaturalId transshipmentNaturalId,
RemoteBatchNaturalId batchNaturalId,
RemoteFishingOperationNaturalId fishingOperationNaturalId,
RemoteQualityFlagNaturalId qualityFlagNaturalId,
ClusterQuantificationMeasurement[] clusterQuantificationMeasurements,
ClusterSortingMeasurement[] clusterSortingMeasurements,
ClusterFishingArea[] clusterFishingAreas,
RemoteSaleNaturalId saleNaturalId,
RemoteBuyerNaturalId buyerNaturalId,
RemoteExpectedSaleNaturalId expectedSaleNaturalId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |