Uses of Class
fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO

Packages that use RemoteBatchFullVO
fr.ifremer.allegro.data.batch   
fr.ifremer.allegro.data.batch.generic.service   
fr.ifremer.allegro.data.batch.generic.vo   
 

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

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

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

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

Methods in fr.ifremer.allegro.data.batch.generic.service that return RemoteBatchFullVO
 RemoteBatchFullVO[] RemoteBatchFullService.getAllBatch()
           
 RemoteBatchFullVO[] RemoteBatchFullServiceWSDelegator.getAllBatch()
           
 RemoteBatchFullVO[] RemoteBatchFullServiceBase.getAllBatch()
           
 RemoteBatchFullVO RemoteBatchFullService.getBatchById(java.lang.Integer id)
           
 RemoteBatchFullVO RemoteBatchFullServiceWSDelegator.getBatchById(java.lang.Integer id)
           
 RemoteBatchFullVO RemoteBatchFullServiceBase.getBatchById(java.lang.Integer id)
           
 RemoteBatchFullVO[] RemoteBatchFullService.getBatchByIds(java.lang.Integer[] id)
           
 RemoteBatchFullVO[] RemoteBatchFullServiceWSDelegator.getBatchByIds(java.lang.Integer[] id)
           
 RemoteBatchFullVO[] RemoteBatchFullServiceBase.getBatchByIds(java.lang.Integer[] id)
           
 RemoteBatchFullVO RemoteBatchFullService.getBatchByNaturalId(RemoteBatchNaturalId batchNaturalId)
           
 RemoteBatchFullVO RemoteBatchFullServiceWSDelegator.getBatchByNaturalId(RemoteBatchNaturalId batchNaturalId)
           
 RemoteBatchFullVO RemoteBatchFullServiceBase.getBatchByNaturalId(RemoteBatchNaturalId batchNaturalId)
           
 RemoteBatchFullVO[] RemoteBatchFullService.getBatchByParentBatchId(java.lang.Integer id)
           
 RemoteBatchFullVO[] RemoteBatchFullServiceWSDelegator.getBatchByParentBatchId(java.lang.Integer id)
           
 RemoteBatchFullVO[] RemoteBatchFullServiceBase.getBatchByParentBatchId(java.lang.Integer id)
           
protected  RemoteBatchFullVO[] RemoteBatchFullServiceImpl.handleGetAllBatch()
           
protected abstract  RemoteBatchFullVO[] RemoteBatchFullServiceBase.handleGetAllBatch()
          Performs the core logic for RemoteBatchFullServiceBase.getAllBatch()
protected  RemoteBatchFullVO RemoteBatchFullServiceImpl.handleGetBatchById(java.lang.Integer id)
           
protected abstract  RemoteBatchFullVO RemoteBatchFullServiceBase.handleGetBatchById(java.lang.Integer id)
          Performs the core logic for RemoteBatchFullServiceBase.getBatchById(java.lang.Integer)
protected  RemoteBatchFullVO[] RemoteBatchFullServiceImpl.handleGetBatchByIds(java.lang.Integer[] id)
           
protected abstract  RemoteBatchFullVO[] RemoteBatchFullServiceBase.handleGetBatchByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteBatchFullServiceBase.getBatchByIds(java.lang.Integer[])
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)
protected  RemoteBatchFullVO[] RemoteBatchFullServiceImpl.handleGetBatchByParentBatchId(java.lang.Integer id)
           
protected abstract  RemoteBatchFullVO[] RemoteBatchFullServiceBase.handleGetBatchByParentBatchId(java.lang.Integer id)
          Performs the core logic for RemoteBatchFullServiceBase.getBatchByParentBatchId(java.lang.Integer)
 

Methods in fr.ifremer.allegro.data.batch.generic.service with parameters of type RemoteBatchFullVO
protected  boolean RemoteBatchFullServiceImpl.handleRemoteBatchFullVOsAreEqual(RemoteBatchFullVO remoteBatchFullVOFirst, RemoteBatchFullVO remoteBatchFullVOSecond)
           
protected abstract  boolean RemoteBatchFullServiceBase.handleRemoteBatchFullVOsAreEqual(RemoteBatchFullVO remoteBatchFullVOFirst, RemoteBatchFullVO remoteBatchFullVOSecond)
          Performs the core logic for RemoteBatchFullServiceBase.remoteBatchFullVOsAreEqual(fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO)
protected  boolean RemoteBatchFullServiceImpl.handleRemoteBatchFullVOsAreEqualOnIdentifiers(RemoteBatchFullVO remoteBatchFullVOFirst, RemoteBatchFullVO remoteBatchFullVOSecond)
           
protected abstract  boolean RemoteBatchFullServiceBase.handleRemoteBatchFullVOsAreEqualOnIdentifiers(RemoteBatchFullVO remoteBatchFullVOFirst, RemoteBatchFullVO remoteBatchFullVOSecond)
          Performs the core logic for RemoteBatchFullServiceBase.remoteBatchFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO)
protected  void RemoteBatchFullServiceImpl.handleRemoveBatch(RemoteBatchFullVO batch)
           
protected abstract  void RemoteBatchFullServiceBase.handleRemoveBatch(RemoteBatchFullVO batch)
          Performs the core logic for RemoteBatchFullServiceBase.removeBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO)
 boolean RemoteBatchFullService.remoteBatchFullVOsAreEqual(RemoteBatchFullVO remoteBatchFullVOFirst, RemoteBatchFullVO remoteBatchFullVOSecond)
           
 boolean RemoteBatchFullServiceWSDelegator.remoteBatchFullVOsAreEqual(RemoteBatchFullVO remoteBatchFullVOFirst, RemoteBatchFullVO remoteBatchFullVOSecond)
           
 boolean RemoteBatchFullServiceBase.remoteBatchFullVOsAreEqual(RemoteBatchFullVO remoteBatchFullVOFirst, RemoteBatchFullVO remoteBatchFullVOSecond)
           
 boolean RemoteBatchFullService.remoteBatchFullVOsAreEqualOnIdentifiers(RemoteBatchFullVO remoteBatchFullVOFirst, RemoteBatchFullVO remoteBatchFullVOSecond)
           
 boolean RemoteBatchFullServiceWSDelegator.remoteBatchFullVOsAreEqualOnIdentifiers(RemoteBatchFullVO remoteBatchFullVOFirst, RemoteBatchFullVO remoteBatchFullVOSecond)
           
 boolean RemoteBatchFullServiceBase.remoteBatchFullVOsAreEqualOnIdentifiers(RemoteBatchFullVO remoteBatchFullVOFirst, RemoteBatchFullVO remoteBatchFullVOSecond)
           
 void RemoteBatchFullService.removeBatch(RemoteBatchFullVO batch)
           
 void RemoteBatchFullServiceWSDelegator.removeBatch(RemoteBatchFullVO batch)
           
 void RemoteBatchFullServiceBase.removeBatch(RemoteBatchFullVO batch)
           
 

Uses of RemoteBatchFullVO in fr.ifremer.allegro.data.batch.generic.vo
 

Subclasses of RemoteBatchFullVO in fr.ifremer.allegro.data.batch.generic.vo
 class RemoteCatchBatchFullVO
           
 class RemoteSortingBatchFullVO
           
 

Methods in fr.ifremer.allegro.data.batch.generic.vo with parameters of type RemoteBatchFullVO
 void RemoteBatchFullVO.copy(RemoteBatchFullVO 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 RemoteBatchFullVO
RemoteBatchFullVO(RemoteBatchFullVO otherBean)
          Copies constructor from other RemoteBatchFullVO
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.