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

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

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

Methods in fr.ifremer.allegro.data.batch that return ClusterBatch
 ClusterBatch BatchDaoImpl.toClusterBatch(Batch entity)
           
 ClusterBatch BatchDao.toClusterBatch(Batch entity)
          Converts this DAO's entity to an object of type ClusterBatch.
 ClusterBatch BatchDaoBase.toClusterBatch(Batch entity)
           
protected  ClusterBatch BatchDaoBase.toClusterBatch(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterBatch[] BatchDao.toClusterBatchArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterBatch.
 ClusterBatch[] BatchDaoBase.toClusterBatchArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.batch with parameters of type ClusterBatch
 Batch BatchDaoImpl.clusterBatchToEntity(ClusterBatch clusterBatch)
           
 Batch BatchDao.clusterBatchToEntity(ClusterBatch clusterBatch)
          Converts an instance of type ClusterBatch to this DAO's entity.
 void BatchDaoImpl.clusterBatchToEntity(ClusterBatch source, Batch target, boolean copyIfNull)
           
 void BatchDao.clusterBatchToEntity(ClusterBatch source, Batch target, boolean copyIfNull)
          Copies the fields of ClusterBatch to the specified entity.
 void BatchDaoBase.clusterBatchToEntity(ClusterBatch source, Batch target, boolean copyIfNull)
           
 void BatchDaoImpl.toClusterBatch(Batch source, ClusterBatch target)
           
 void BatchDao.toClusterBatch(Batch source, ClusterBatch target)
          Copies the fields of the specified entity to the target value object.
 void BatchDaoBase.toClusterBatch(Batch source, ClusterBatch target)
           
 

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

Subclasses of ClusterBatch in fr.ifremer.allegro.data.batch.generic.cluster
 class ClusterCatchBatch
           
 class ClusterSortingBatch
           
 

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

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

Uses of ClusterBatch in fr.ifremer.allegro.data.batch.generic.service
 

Methods in fr.ifremer.allegro.data.batch.generic.service that return ClusterBatch
 ClusterBatch RemoteBatchFullService.getClusterBatchByIdentifiers(java.lang.Integer id)
           
 ClusterBatch RemoteBatchFullServiceWSDelegator.getClusterBatchByIdentifiers(java.lang.Integer id)
           
 ClusterBatch RemoteBatchFullServiceBase.getClusterBatchByIdentifiers(java.lang.Integer id)
           
protected  ClusterBatch RemoteBatchFullServiceImpl.handleGetClusterBatchByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterBatch RemoteBatchFullServiceBase.handleGetClusterBatchByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteBatchFullServiceBase.getClusterBatchByIdentifiers(java.lang.Integer)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.