Uses of Class
fr.ifremer.allegro.data.measure.generic.cluster.ClusterQuantificationMeasurement

Packages that use ClusterQuantificationMeasurement
fr.ifremer.allegro.data.batch.generic.cluster   
fr.ifremer.allegro.data.measure   
fr.ifremer.allegro.data.measure.generic.cluster   
fr.ifremer.allegro.data.measure.generic.service   
fr.ifremer.allegro.data.produce.generic.cluster   
fr.ifremer.allegro.data.survey.sale.generic.cluster   
 

Uses of ClusterQuantificationMeasurement in fr.ifremer.allegro.data.batch.generic.cluster
 

Methods in fr.ifremer.allegro.data.batch.generic.cluster that return ClusterQuantificationMeasurement
 ClusterQuantificationMeasurement[] ClusterBatch.getClusterQuantificationMeasurements()
           
 

Methods in fr.ifremer.allegro.data.batch.generic.cluster with parameters of type ClusterQuantificationMeasurement
 void ClusterBatch.setClusterQuantificationMeasurements(ClusterQuantificationMeasurement[] clusterQuantificationMeasurements)
           
 

Constructors in fr.ifremer.allegro.data.batch.generic.cluster with parameters of type ClusterQuantificationMeasurement
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)
           
ClusterBatch(java.lang.Short rankOrder, java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory, 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)
           
ClusterCatchBatch(java.lang.Short rankOrder, java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory, RemoteProduceNaturalId[] produceNaturalId, ClusterQuantificationMeasurement[] clusterQuantificationMeasurements, ClusterCatchBatch[] clusterChildBatchssOfCatchBatch, ClusterSortingBatch[] clusterChildBatchssOfSortingBatch, RemoteQualityFlagNaturalId qualityFlagNaturalId)
           
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)
           
ClusterSortingBatch(java.lang.Short rankOrder, java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory, RemoteProduceNaturalId[] produceNaturalId, ClusterQuantificationMeasurement[] clusterQuantificationMeasurements, ClusterCatchBatch[] clusterChildBatchssOfCatchBatch, ClusterSortingBatch[] clusterChildBatchssOfSortingBatch, ClusterSortingMeasurement[] clusterSortingMeasurements)
           
 

Uses of ClusterQuantificationMeasurement in fr.ifremer.allegro.data.measure
 

Methods in fr.ifremer.allegro.data.measure that return ClusterQuantificationMeasurement
 ClusterQuantificationMeasurement[] QuantificationMeasurementDao.getAllClusterQuantificationMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterQuantificationMeasurement[] QuantificationMeasurementDaoBase.getAllClusterQuantificationMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterQuantificationMeasurement[] QuantificationMeasurementDaoImpl.handleGetAllClusterQuantificationMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterQuantificationMeasurement[] QuantificationMeasurementDaoBase.handleGetAllClusterQuantificationMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for QuantificationMeasurementDaoBase.getAllClusterQuantificationMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterQuantificationMeasurement QuantificationMeasurementDaoBase.toClusterQuantificationMeasurement(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterQuantificationMeasurement QuantificationMeasurementDaoImpl.toClusterQuantificationMeasurement(QuantificationMeasurement entity)
           
 ClusterQuantificationMeasurement QuantificationMeasurementDao.toClusterQuantificationMeasurement(QuantificationMeasurement entity)
          Converts this DAO's entity to an object of type ClusterQuantificationMeasurement.
 ClusterQuantificationMeasurement QuantificationMeasurementDaoBase.toClusterQuantificationMeasurement(QuantificationMeasurement entity)
           
 ClusterQuantificationMeasurement[] QuantificationMeasurementDao.toClusterQuantificationMeasurementArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterQuantificationMeasurement.
 ClusterQuantificationMeasurement[] QuantificationMeasurementDaoBase.toClusterQuantificationMeasurementArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.measure with parameters of type ClusterQuantificationMeasurement
 QuantificationMeasurement QuantificationMeasurementDaoImpl.clusterQuantificationMeasurementToEntity(ClusterQuantificationMeasurement clusterQuantificationMeasurement)
           
 QuantificationMeasurement QuantificationMeasurementDao.clusterQuantificationMeasurementToEntity(ClusterQuantificationMeasurement clusterQuantificationMeasurement)
          Converts an instance of type ClusterQuantificationMeasurement to this DAO's entity.
 void QuantificationMeasurementDaoImpl.clusterQuantificationMeasurementToEntity(ClusterQuantificationMeasurement source, QuantificationMeasurement target, boolean copyIfNull)
           
 void QuantificationMeasurementDao.clusterQuantificationMeasurementToEntity(ClusterQuantificationMeasurement source, QuantificationMeasurement target, boolean copyIfNull)
          Copies the fields of ClusterQuantificationMeasurement to the specified entity.
 void QuantificationMeasurementDaoBase.clusterQuantificationMeasurementToEntity(ClusterQuantificationMeasurement source, QuantificationMeasurement target, boolean copyIfNull)
           
 QuantificationMeasurement QuantificationMeasurementDao.createFromClusterQuantificationMeasurement(ClusterQuantificationMeasurement clusterQuantificationMeasurement)
           
 QuantificationMeasurement QuantificationMeasurementDaoBase.createFromClusterQuantificationMeasurement(ClusterQuantificationMeasurement clusterQuantificationMeasurement)
           
protected  QuantificationMeasurement QuantificationMeasurementDaoImpl.handleCreateFromClusterQuantificationMeasurement(ClusterQuantificationMeasurement clusterQuantificationMeasurement)
           
protected abstract  QuantificationMeasurement QuantificationMeasurementDaoBase.handleCreateFromClusterQuantificationMeasurement(ClusterQuantificationMeasurement clusterQuantificationMeasurement)
          Performs the core logic for QuantificationMeasurementDaoBase.createFromClusterQuantificationMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterQuantificationMeasurement)
 void QuantificationMeasurementDaoImpl.toClusterQuantificationMeasurement(QuantificationMeasurement source, ClusterQuantificationMeasurement target)
           
 void QuantificationMeasurementDao.toClusterQuantificationMeasurement(QuantificationMeasurement source, ClusterQuantificationMeasurement target)
          Copies the fields of the specified entity to the target value object.
 void QuantificationMeasurementDaoBase.toClusterQuantificationMeasurement(QuantificationMeasurement source, ClusterQuantificationMeasurement target)
           
 

Uses of ClusterQuantificationMeasurement in fr.ifremer.allegro.data.measure.generic.cluster
 

Methods in fr.ifremer.allegro.data.measure.generic.cluster with parameters of type ClusterQuantificationMeasurement
 void ClusterQuantificationMeasurement.copy(ClusterQuantificationMeasurement otherBean)
          Copies all properties from the argument value object into this value object.
 

Constructors in fr.ifremer.allegro.data.measure.generic.cluster with parameters of type ClusterQuantificationMeasurement
ClusterQuantificationMeasurement(ClusterQuantificationMeasurement otherBean)
          Copies constructor from other ClusterQuantificationMeasurement
 

Uses of ClusterQuantificationMeasurement in fr.ifremer.allegro.data.measure.generic.service
 

Methods in fr.ifremer.allegro.data.measure.generic.service that return ClusterQuantificationMeasurement
 ClusterQuantificationMeasurement RemoteQuantificationMeasurementFullService.addOrUpdateClusterQuantificationMeasurement(ClusterQuantificationMeasurement clusterQuantificationMeasurement)
           
 ClusterQuantificationMeasurement RemoteQuantificationMeasurementFullServiceWSDelegator.addOrUpdateClusterQuantificationMeasurement(ClusterQuantificationMeasurement clusterQuantificationMeasurement)
           
 ClusterQuantificationMeasurement RemoteQuantificationMeasurementFullServiceBase.addOrUpdateClusterQuantificationMeasurement(ClusterQuantificationMeasurement clusterQuantificationMeasurement)
           
 ClusterQuantificationMeasurement[] RemoteQuantificationMeasurementFullService.getAllClusterQuantificationMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterQuantificationMeasurement[] RemoteQuantificationMeasurementFullServiceWSDelegator.getAllClusterQuantificationMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterQuantificationMeasurement[] RemoteQuantificationMeasurementFullServiceBase.getAllClusterQuantificationMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterQuantificationMeasurement RemoteQuantificationMeasurementFullService.getClusterQuantificationMeasurementByIdentifiers(java.lang.Integer id)
           
 ClusterQuantificationMeasurement RemoteQuantificationMeasurementFullServiceWSDelegator.getClusterQuantificationMeasurementByIdentifiers(java.lang.Integer id)
           
 ClusterQuantificationMeasurement RemoteQuantificationMeasurementFullServiceBase.getClusterQuantificationMeasurementByIdentifiers(java.lang.Integer id)
           
protected  ClusterQuantificationMeasurement RemoteQuantificationMeasurementFullServiceImpl.handleAddOrUpdateClusterQuantificationMeasurement(ClusterQuantificationMeasurement clusterQuantificationMeasurement)
           
protected abstract  ClusterQuantificationMeasurement RemoteQuantificationMeasurementFullServiceBase.handleAddOrUpdateClusterQuantificationMeasurement(ClusterQuantificationMeasurement clusterQuantificationMeasurement)
          Performs the core logic for RemoteQuantificationMeasurementFullServiceBase.addOrUpdateClusterQuantificationMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterQuantificationMeasurement)
protected  ClusterQuantificationMeasurement[] RemoteQuantificationMeasurementFullServiceImpl.handleGetAllClusterQuantificationMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterQuantificationMeasurement[] RemoteQuantificationMeasurementFullServiceBase.handleGetAllClusterQuantificationMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for RemoteQuantificationMeasurementFullServiceBase.getAllClusterQuantificationMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterQuantificationMeasurement RemoteQuantificationMeasurementFullServiceImpl.handleGetClusterQuantificationMeasurementByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterQuantificationMeasurement RemoteQuantificationMeasurementFullServiceBase.handleGetClusterQuantificationMeasurementByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteQuantificationMeasurementFullServiceBase.getClusterQuantificationMeasurementByIdentifiers(java.lang.Integer)
 

Methods in fr.ifremer.allegro.data.measure.generic.service with parameters of type ClusterQuantificationMeasurement
 ClusterQuantificationMeasurement RemoteQuantificationMeasurementFullService.addOrUpdateClusterQuantificationMeasurement(ClusterQuantificationMeasurement clusterQuantificationMeasurement)
           
 ClusterQuantificationMeasurement RemoteQuantificationMeasurementFullServiceWSDelegator.addOrUpdateClusterQuantificationMeasurement(ClusterQuantificationMeasurement clusterQuantificationMeasurement)
           
 ClusterQuantificationMeasurement RemoteQuantificationMeasurementFullServiceBase.addOrUpdateClusterQuantificationMeasurement(ClusterQuantificationMeasurement clusterQuantificationMeasurement)
           
protected  ClusterQuantificationMeasurement RemoteQuantificationMeasurementFullServiceImpl.handleAddOrUpdateClusterQuantificationMeasurement(ClusterQuantificationMeasurement clusterQuantificationMeasurement)
           
protected abstract  ClusterQuantificationMeasurement RemoteQuantificationMeasurementFullServiceBase.handleAddOrUpdateClusterQuantificationMeasurement(ClusterQuantificationMeasurement clusterQuantificationMeasurement)
          Performs the core logic for RemoteQuantificationMeasurementFullServiceBase.addOrUpdateClusterQuantificationMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterQuantificationMeasurement)
 

Uses of ClusterQuantificationMeasurement in fr.ifremer.allegro.data.produce.generic.cluster
 

Methods in fr.ifremer.allegro.data.produce.generic.cluster that return ClusterQuantificationMeasurement
 ClusterQuantificationMeasurement[] ClusterProduce.getClusterQuantificationMeasurements()
           
 

Methods in fr.ifremer.allegro.data.produce.generic.cluster with parameters of type ClusterQuantificationMeasurement
 void ClusterProduce.setClusterQuantificationMeasurements(ClusterQuantificationMeasurement[] clusterQuantificationMeasurements)
           
 

Constructors in fr.ifremer.allegro.data.produce.generic.cluster with parameters of type ClusterQuantificationMeasurement
ClusterProduce(java.lang.Boolean isDiscard, RemoteTaxonGroupNaturalId taxonGroupNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, ClusterQuantificationMeasurement[] clusterQuantificationMeasurements, ClusterSortingMeasurement[] clusterSortingMeasurements, ClusterFishingArea[] clusterFishingAreas)
           
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 ClusterQuantificationMeasurement in fr.ifremer.allegro.data.survey.sale.generic.cluster
 

Constructors in fr.ifremer.allegro.data.survey.sale.generic.cluster with parameters of type ClusterQuantificationMeasurement
ClusterSaleProduce(java.lang.Boolean isDiscard, RemoteTaxonGroupNaturalId taxonGroupNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, ClusterQuantificationMeasurement[] clusterQuantificationMeasurements, ClusterSortingMeasurement[] clusterSortingMeasurements, ClusterFishingArea[] clusterFishingAreas)
           
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)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.