Uses of Class
fr.ifremer.allegro.data.batch.denormalized.generic.cluster.ClusterDenormalizedBatch

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

Uses of ClusterDenormalizedBatch in fr.ifremer.allegro.data.batch.denormalized
 

Methods in fr.ifremer.allegro.data.batch.denormalized that return ClusterDenormalizedBatch
 ClusterDenormalizedBatch[] DenormalizedBatchDao.getAllClusterDenormalizedBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterDenormalizedBatch[] DenormalizedBatchDaoBase.getAllClusterDenormalizedBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterDenormalizedBatch[] DenormalizedBatchDaoImpl.handleGetAllClusterDenormalizedBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterDenormalizedBatch[] DenormalizedBatchDaoBase.handleGetAllClusterDenormalizedBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for DenormalizedBatchDaoBase.getAllClusterDenormalizedBatch(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 ClusterDenormalizedBatch DenormalizedBatchDaoImpl.toClusterDenormalizedBatch(DenormalizedBatch entity)
           
 ClusterDenormalizedBatch DenormalizedBatchDao.toClusterDenormalizedBatch(DenormalizedBatch entity)
          Converts this DAO's entity to an object of type ClusterDenormalizedBatch.
 ClusterDenormalizedBatch DenormalizedBatchDaoBase.toClusterDenormalizedBatch(DenormalizedBatch entity)
           
protected  ClusterDenormalizedBatch DenormalizedBatchDaoBase.toClusterDenormalizedBatch(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterDenormalizedBatch[] DenormalizedBatchDao.toClusterDenormalizedBatchArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterDenormalizedBatch.
 ClusterDenormalizedBatch[] DenormalizedBatchDaoBase.toClusterDenormalizedBatchArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.batch.denormalized with parameters of type ClusterDenormalizedBatch
 DenormalizedBatch DenormalizedBatchDaoImpl.clusterDenormalizedBatchToEntity(ClusterDenormalizedBatch clusterDenormalizedBatch)
           
 DenormalizedBatch DenormalizedBatchDao.clusterDenormalizedBatchToEntity(ClusterDenormalizedBatch clusterDenormalizedBatch)
          Converts an instance of type ClusterDenormalizedBatch to this DAO's entity.
 void DenormalizedBatchDaoImpl.clusterDenormalizedBatchToEntity(ClusterDenormalizedBatch source, DenormalizedBatch target, boolean copyIfNull)
           
 void DenormalizedBatchDao.clusterDenormalizedBatchToEntity(ClusterDenormalizedBatch source, DenormalizedBatch target, boolean copyIfNull)
          Copies the fields of ClusterDenormalizedBatch to the specified entity.
 void DenormalizedBatchDaoBase.clusterDenormalizedBatchToEntity(ClusterDenormalizedBatch source, DenormalizedBatch target, boolean copyIfNull)
           
 DenormalizedBatch DenormalizedBatchDao.createFromClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
           
 DenormalizedBatch DenormalizedBatchDaoBase.createFromClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
           
protected  DenormalizedBatch DenormalizedBatchDaoImpl.handleCreateFromClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
           
protected abstract  DenormalizedBatch DenormalizedBatchDaoBase.handleCreateFromClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
          Performs the core logic for DenormalizedBatchDaoBase.createFromClusterDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.generic.cluster.ClusterDenormalizedBatch)
 void DenormalizedBatchDaoImpl.toClusterDenormalizedBatch(DenormalizedBatch source, ClusterDenormalizedBatch target)
           
 void DenormalizedBatchDao.toClusterDenormalizedBatch(DenormalizedBatch source, ClusterDenormalizedBatch target)
          Copies the fields of the specified entity to the target value object.
 void DenormalizedBatchDaoBase.toClusterDenormalizedBatch(DenormalizedBatch source, ClusterDenormalizedBatch target)
           
 

Uses of ClusterDenormalizedBatch in fr.ifremer.allegro.data.batch.denormalized.generic.cluster
 

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

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

Uses of ClusterDenormalizedBatch in fr.ifremer.allegro.data.batch.denormalized.generic.service
 

Methods in fr.ifremer.allegro.data.batch.denormalized.generic.service that return ClusterDenormalizedBatch
 ClusterDenormalizedBatch RemoteDenormalizedBatchFullService.addOrUpdateClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
           
 ClusterDenormalizedBatch RemoteDenormalizedBatchFullServiceWSDelegator.addOrUpdateClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
           
 ClusterDenormalizedBatch RemoteDenormalizedBatchFullServiceBase.addOrUpdateClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
           
 ClusterDenormalizedBatch[] RemoteDenormalizedBatchFullService.getAllClusterDenormalizedBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterDenormalizedBatch[] RemoteDenormalizedBatchFullServiceWSDelegator.getAllClusterDenormalizedBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterDenormalizedBatch[] RemoteDenormalizedBatchFullServiceBase.getAllClusterDenormalizedBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterDenormalizedBatch RemoteDenormalizedBatchFullService.getClusterDenormalizedBatchByIdentifiers(java.lang.Long id)
           
 ClusterDenormalizedBatch RemoteDenormalizedBatchFullServiceWSDelegator.getClusterDenormalizedBatchByIdentifiers(java.lang.Long id)
           
 ClusterDenormalizedBatch RemoteDenormalizedBatchFullServiceBase.getClusterDenormalizedBatchByIdentifiers(java.lang.Long id)
           
protected  ClusterDenormalizedBatch RemoteDenormalizedBatchFullServiceImpl.handleAddOrUpdateClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
           
protected abstract  ClusterDenormalizedBatch RemoteDenormalizedBatchFullServiceBase.handleAddOrUpdateClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.addOrUpdateClusterDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.generic.cluster.ClusterDenormalizedBatch)
protected  ClusterDenormalizedBatch[] RemoteDenormalizedBatchFullServiceImpl.handleGetAllClusterDenormalizedBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterDenormalizedBatch[] RemoteDenormalizedBatchFullServiceBase.handleGetAllClusterDenormalizedBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getAllClusterDenormalizedBatch(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterDenormalizedBatch RemoteDenormalizedBatchFullServiceImpl.handleGetClusterDenormalizedBatchByIdentifiers(java.lang.Long id)
           
protected abstract  ClusterDenormalizedBatch RemoteDenormalizedBatchFullServiceBase.handleGetClusterDenormalizedBatchByIdentifiers(java.lang.Long id)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getClusterDenormalizedBatchByIdentifiers(java.lang.Long)
 

Methods in fr.ifremer.allegro.data.batch.denormalized.generic.service with parameters of type ClusterDenormalizedBatch
 ClusterDenormalizedBatch RemoteDenormalizedBatchFullService.addOrUpdateClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
           
 ClusterDenormalizedBatch RemoteDenormalizedBatchFullServiceWSDelegator.addOrUpdateClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
           
 ClusterDenormalizedBatch RemoteDenormalizedBatchFullServiceBase.addOrUpdateClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
           
protected  ClusterDenormalizedBatch RemoteDenormalizedBatchFullServiceImpl.handleAddOrUpdateClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
           
protected abstract  ClusterDenormalizedBatch RemoteDenormalizedBatchFullServiceBase.handleAddOrUpdateClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.addOrUpdateClusterDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.generic.cluster.ClusterDenormalizedBatch)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.