Uses of Class
fr.ifremer.allegro.data.batch.generic.cluster.ClusterSortingBatch

Packages that use ClusterSortingBatch
fr.ifremer.allegro.data.batch   
fr.ifremer.allegro.data.batch.generic.cluster   
fr.ifremer.allegro.data.batch.generic.service   
 

Uses of ClusterSortingBatch in fr.ifremer.allegro.data.batch
 

Methods in fr.ifremer.allegro.data.batch that return ClusterSortingBatch
 ClusterSortingBatch[] SortingBatchDao.getAllClusterSortingBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterSortingBatch[] SortingBatchDaoBase.getAllClusterSortingBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterSortingBatch[] SortingBatchDaoImpl.handleGetAllClusterSortingBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterSortingBatch[] SortingBatchDaoBase.handleGetAllClusterSortingBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for SortingBatchDaoBase.getAllClusterSortingBatch(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterSortingBatch SortingBatchDaoBase.toClusterSortingBatch(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 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)
           
 ClusterSortingBatch[] SortingBatchDao.toClusterSortingBatchArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterSortingBatch.
 ClusterSortingBatch[] SortingBatchDaoBase.toClusterSortingBatchArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.batch with parameters of type ClusterSortingBatch
 SortingBatch SortingBatchDaoImpl.clusterSortingBatchToEntity(ClusterSortingBatch clusterSortingBatch)
           
 SortingBatch SortingBatchDao.clusterSortingBatchToEntity(ClusterSortingBatch clusterSortingBatch)
          Converts an instance of type ClusterSortingBatch to this DAO's entity.
 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)
           
 SortingBatch SortingBatchDao.createFromClusterSortingBatch(ClusterSortingBatch clusterSortingBatch)
           
 SortingBatch SortingBatchDaoBase.createFromClusterSortingBatch(ClusterSortingBatch clusterSortingBatch)
           
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)
 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)
           
 

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

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

Methods in fr.ifremer.allegro.data.batch.generic.cluster with parameters of type ClusterSortingBatch
 void ClusterSortingBatch.copy(ClusterSortingBatch otherBean)
          Copies all properties from the argument value object into this value object.
 void ClusterBatch.setClusterChildBatchssOfSortingBatch(ClusterSortingBatch[] clusterChildBatchssOfSortingBatch)
           
 

Constructors in fr.ifremer.allegro.data.batch.generic.cluster with parameters of type ClusterSortingBatch
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(ClusterSortingBatch otherBean)
          Copies constructor from other ClusterSortingBatch
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 ClusterSortingBatch in fr.ifremer.allegro.data.batch.generic.service
 

Methods in fr.ifremer.allegro.data.batch.generic.service that return ClusterSortingBatch
 ClusterSortingBatch RemoteSortingBatchFullService.addOrUpdateClusterSortingBatch(ClusterSortingBatch clusterSortingBatch)
           
 ClusterSortingBatch RemoteSortingBatchFullServiceWSDelegator.addOrUpdateClusterSortingBatch(ClusterSortingBatch clusterSortingBatch)
           
 ClusterSortingBatch RemoteSortingBatchFullServiceBase.addOrUpdateClusterSortingBatch(ClusterSortingBatch clusterSortingBatch)
           
 ClusterSortingBatch[] RemoteSortingBatchFullService.getAllClusterSortingBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterSortingBatch[] RemoteSortingBatchFullServiceWSDelegator.getAllClusterSortingBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterSortingBatch[] RemoteSortingBatchFullServiceBase.getAllClusterSortingBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterSortingBatch RemoteSortingBatchFullService.getClusterSortingBatchByIdentifiers(java.lang.Integer id)
           
 ClusterSortingBatch RemoteSortingBatchFullServiceWSDelegator.getClusterSortingBatchByIdentifiers(java.lang.Integer id)
           
 ClusterSortingBatch RemoteSortingBatchFullServiceBase.getClusterSortingBatchByIdentifiers(java.lang.Integer id)
           
protected  ClusterSortingBatch RemoteSortingBatchFullServiceImpl.handleAddOrUpdateClusterSortingBatch(ClusterSortingBatch clusterSortingBatch)
           
protected abstract  ClusterSortingBatch RemoteSortingBatchFullServiceBase.handleAddOrUpdateClusterSortingBatch(ClusterSortingBatch clusterSortingBatch)
          Performs the core logic for RemoteSortingBatchFullServiceBase.addOrUpdateClusterSortingBatch(fr.ifremer.allegro.data.batch.generic.cluster.ClusterSortingBatch)
protected  ClusterSortingBatch[] RemoteSortingBatchFullServiceImpl.handleGetAllClusterSortingBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterSortingBatch[] RemoteSortingBatchFullServiceBase.handleGetAllClusterSortingBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for RemoteSortingBatchFullServiceBase.getAllClusterSortingBatch(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterSortingBatch RemoteSortingBatchFullServiceImpl.handleGetClusterSortingBatchByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterSortingBatch RemoteSortingBatchFullServiceBase.handleGetClusterSortingBatchByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteSortingBatchFullServiceBase.getClusterSortingBatchByIdentifiers(java.lang.Integer)
 

Methods in fr.ifremer.allegro.data.batch.generic.service with parameters of type ClusterSortingBatch
 ClusterSortingBatch RemoteSortingBatchFullService.addOrUpdateClusterSortingBatch(ClusterSortingBatch clusterSortingBatch)
           
 ClusterSortingBatch RemoteSortingBatchFullServiceWSDelegator.addOrUpdateClusterSortingBatch(ClusterSortingBatch clusterSortingBatch)
           
 ClusterSortingBatch RemoteSortingBatchFullServiceBase.addOrUpdateClusterSortingBatch(ClusterSortingBatch clusterSortingBatch)
           
protected  ClusterSortingBatch RemoteSortingBatchFullServiceImpl.handleAddOrUpdateClusterSortingBatch(ClusterSortingBatch clusterSortingBatch)
           
protected abstract  ClusterSortingBatch RemoteSortingBatchFullServiceBase.handleAddOrUpdateClusterSortingBatch(ClusterSortingBatch clusterSortingBatch)
          Performs the core logic for RemoteSortingBatchFullServiceBase.addOrUpdateClusterSortingBatch(fr.ifremer.allegro.data.batch.generic.cluster.ClusterSortingBatch)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.