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

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

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

Methods in fr.ifremer.allegro.data.batch that return RemoteCatchBatchFullVO
 RemoteCatchBatchFullVO CatchBatchDaoImpl.toRemoteCatchBatchFullVO(CatchBatch entity)
           
 RemoteCatchBatchFullVO CatchBatchDao.toRemoteCatchBatchFullVO(CatchBatch entity)
          Converts this DAO's entity to an object of type RemoteCatchBatchFullVO.
 RemoteCatchBatchFullVO CatchBatchDaoBase.toRemoteCatchBatchFullVO(CatchBatch entity)
           
protected  RemoteCatchBatchFullVO CatchBatchDaoBase.toRemoteCatchBatchFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteCatchBatchFullVO[] CatchBatchDao.toRemoteCatchBatchFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteCatchBatchFullVO.
 RemoteCatchBatchFullVO[] CatchBatchDaoBase.toRemoteCatchBatchFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.batch with parameters of type RemoteCatchBatchFullVO
 CatchBatch CatchBatchDaoImpl.remoteCatchBatchFullVOToEntity(RemoteCatchBatchFullVO remoteCatchBatchFullVO)
           
 CatchBatch CatchBatchDao.remoteCatchBatchFullVOToEntity(RemoteCatchBatchFullVO remoteCatchBatchFullVO)
          Converts an instance of type RemoteCatchBatchFullVO to this DAO's entity.
 void CatchBatchDaoImpl.remoteCatchBatchFullVOToEntity(RemoteCatchBatchFullVO source, CatchBatch target, boolean copyIfNull)
           
 void CatchBatchDao.remoteCatchBatchFullVOToEntity(RemoteCatchBatchFullVO source, CatchBatch target, boolean copyIfNull)
          Copies the fields of RemoteCatchBatchFullVO to the specified entity.
 void CatchBatchDaoBase.remoteCatchBatchFullVOToEntity(RemoteCatchBatchFullVO source, CatchBatch target, boolean copyIfNull)
           
 void CatchBatchDaoImpl.toRemoteCatchBatchFullVO(CatchBatch source, RemoteCatchBatchFullVO target)
           
 void CatchBatchDao.toRemoteCatchBatchFullVO(CatchBatch source, RemoteCatchBatchFullVO target)
          Copies the fields of the specified entity to the target value object.
 void CatchBatchDaoBase.toRemoteCatchBatchFullVO(CatchBatch source, RemoteCatchBatchFullVO target)
           
 

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

Methods in fr.ifremer.allegro.data.batch.generic.service that return RemoteCatchBatchFullVO
 RemoteCatchBatchFullVO RemoteCatchBatchFullService.addCatchBatch(RemoteCatchBatchFullVO catchBatch)
           
 RemoteCatchBatchFullVO RemoteCatchBatchFullServiceWSDelegator.addCatchBatch(RemoteCatchBatchFullVO catchBatch)
           
 RemoteCatchBatchFullVO RemoteCatchBatchFullServiceBase.addCatchBatch(RemoteCatchBatchFullVO catchBatch)
           
 RemoteCatchBatchFullVO[] RemoteCatchBatchFullService.getAllCatchBatch()
           
 RemoteCatchBatchFullVO[] RemoteCatchBatchFullServiceWSDelegator.getAllCatchBatch()
           
 RemoteCatchBatchFullVO[] RemoteCatchBatchFullServiceBase.getAllCatchBatch()
           
 RemoteCatchBatchFullVO RemoteCatchBatchFullService.getCatchBatchByFishingOperationId(java.lang.Integer id)
           
 RemoteCatchBatchFullVO RemoteCatchBatchFullServiceWSDelegator.getCatchBatchByFishingOperationId(java.lang.Integer id)
           
 RemoteCatchBatchFullVO RemoteCatchBatchFullServiceBase.getCatchBatchByFishingOperationId(java.lang.Integer id)
           
 RemoteCatchBatchFullVO RemoteCatchBatchFullService.getCatchBatchById(java.lang.Integer id)
           
 RemoteCatchBatchFullVO RemoteCatchBatchFullServiceWSDelegator.getCatchBatchById(java.lang.Integer id)
           
 RemoteCatchBatchFullVO RemoteCatchBatchFullServiceBase.getCatchBatchById(java.lang.Integer id)
           
 RemoteCatchBatchFullVO[] RemoteCatchBatchFullService.getCatchBatchByIds(java.lang.Integer[] id)
           
 RemoteCatchBatchFullVO[] RemoteCatchBatchFullServiceWSDelegator.getCatchBatchByIds(java.lang.Integer[] id)
           
 RemoteCatchBatchFullVO[] RemoteCatchBatchFullServiceBase.getCatchBatchByIds(java.lang.Integer[] id)
           
 RemoteCatchBatchFullVO RemoteCatchBatchFullService.getCatchBatchByLandingId(java.lang.Integer id)
           
 RemoteCatchBatchFullVO RemoteCatchBatchFullServiceWSDelegator.getCatchBatchByLandingId(java.lang.Integer id)
           
 RemoteCatchBatchFullVO RemoteCatchBatchFullServiceBase.getCatchBatchByLandingId(java.lang.Integer id)
           
 RemoteCatchBatchFullVO RemoteCatchBatchFullService.getCatchBatchByNaturalId(RemoteCatchBatchNaturalId catchBatchNaturalId)
           
 RemoteCatchBatchFullVO RemoteCatchBatchFullServiceWSDelegator.getCatchBatchByNaturalId(RemoteCatchBatchNaturalId catchBatchNaturalId)
           
 RemoteCatchBatchFullVO RemoteCatchBatchFullServiceBase.getCatchBatchByNaturalId(RemoteCatchBatchNaturalId catchBatchNaturalId)
           
 RemoteCatchBatchFullVO[] RemoteCatchBatchFullService.getCatchBatchByParentBatchId(java.lang.Integer id)
           
 RemoteCatchBatchFullVO[] RemoteCatchBatchFullServiceWSDelegator.getCatchBatchByParentBatchId(java.lang.Integer id)
           
 RemoteCatchBatchFullVO[] RemoteCatchBatchFullServiceBase.getCatchBatchByParentBatchId(java.lang.Integer id)
           
 RemoteCatchBatchFullVO[] RemoteCatchBatchFullService.getCatchBatchByQualityFlagCode(java.lang.String code)
           
 RemoteCatchBatchFullVO[] RemoteCatchBatchFullServiceWSDelegator.getCatchBatchByQualityFlagCode(java.lang.String code)
           
 RemoteCatchBatchFullVO[] RemoteCatchBatchFullServiceBase.getCatchBatchByQualityFlagCode(java.lang.String code)
           
 RemoteCatchBatchFullVO RemoteCatchBatchFullService.getCatchBatchBySaleId(java.lang.Integer id)
           
 RemoteCatchBatchFullVO RemoteCatchBatchFullServiceWSDelegator.getCatchBatchBySaleId(java.lang.Integer id)
           
 RemoteCatchBatchFullVO RemoteCatchBatchFullServiceBase.getCatchBatchBySaleId(java.lang.Integer id)
           
protected  RemoteCatchBatchFullVO RemoteCatchBatchFullServiceImpl.handleAddCatchBatch(RemoteCatchBatchFullVO catchBatch)
           
protected abstract  RemoteCatchBatchFullVO RemoteCatchBatchFullServiceBase.handleAddCatchBatch(RemoteCatchBatchFullVO catchBatch)
          Performs the core logic for RemoteCatchBatchFullServiceBase.addCatchBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)
protected  RemoteCatchBatchFullVO[] RemoteCatchBatchFullServiceImpl.handleGetAllCatchBatch()
           
protected abstract  RemoteCatchBatchFullVO[] RemoteCatchBatchFullServiceBase.handleGetAllCatchBatch()
          Performs the core logic for RemoteCatchBatchFullServiceBase.getAllCatchBatch()
protected  RemoteCatchBatchFullVO RemoteCatchBatchFullServiceImpl.handleGetCatchBatchByFishingOperationId(java.lang.Integer id)
           
protected abstract  RemoteCatchBatchFullVO RemoteCatchBatchFullServiceBase.handleGetCatchBatchByFishingOperationId(java.lang.Integer id)
          Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchByFishingOperationId(java.lang.Integer)
protected  RemoteCatchBatchFullVO RemoteCatchBatchFullServiceImpl.handleGetCatchBatchById(java.lang.Integer id)
           
protected abstract  RemoteCatchBatchFullVO RemoteCatchBatchFullServiceBase.handleGetCatchBatchById(java.lang.Integer id)
          Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchById(java.lang.Integer)
protected  RemoteCatchBatchFullVO[] RemoteCatchBatchFullServiceImpl.handleGetCatchBatchByIds(java.lang.Integer[] id)
           
protected abstract  RemoteCatchBatchFullVO[] RemoteCatchBatchFullServiceBase.handleGetCatchBatchByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchByIds(java.lang.Integer[])
protected  RemoteCatchBatchFullVO RemoteCatchBatchFullServiceImpl.handleGetCatchBatchByLandingId(java.lang.Integer id)
           
protected abstract  RemoteCatchBatchFullVO RemoteCatchBatchFullServiceBase.handleGetCatchBatchByLandingId(java.lang.Integer id)
          Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchByLandingId(java.lang.Integer)
protected  RemoteCatchBatchFullVO RemoteCatchBatchFullServiceImpl.handleGetCatchBatchByNaturalId(RemoteCatchBatchNaturalId catchBatchNaturalId)
           
protected abstract  RemoteCatchBatchFullVO RemoteCatchBatchFullServiceBase.handleGetCatchBatchByNaturalId(RemoteCatchBatchNaturalId catchBatchNaturalId)
          Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchByNaturalId(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchNaturalId)
protected  RemoteCatchBatchFullVO[] RemoteCatchBatchFullServiceImpl.handleGetCatchBatchByParentBatchId(java.lang.Integer id)
           
protected abstract  RemoteCatchBatchFullVO[] RemoteCatchBatchFullServiceBase.handleGetCatchBatchByParentBatchId(java.lang.Integer id)
          Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchByParentBatchId(java.lang.Integer)
protected  RemoteCatchBatchFullVO[] RemoteCatchBatchFullServiceImpl.handleGetCatchBatchByQualityFlagCode(java.lang.String code)
           
protected abstract  RemoteCatchBatchFullVO[] RemoteCatchBatchFullServiceBase.handleGetCatchBatchByQualityFlagCode(java.lang.String code)
          Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchByQualityFlagCode(java.lang.String)
protected  RemoteCatchBatchFullVO RemoteCatchBatchFullServiceImpl.handleGetCatchBatchBySaleId(java.lang.Integer id)
           
protected abstract  RemoteCatchBatchFullVO RemoteCatchBatchFullServiceBase.handleGetCatchBatchBySaleId(java.lang.Integer id)
          Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchBySaleId(java.lang.Integer)
 

Methods in fr.ifremer.allegro.data.batch.generic.service with parameters of type RemoteCatchBatchFullVO
 RemoteCatchBatchFullVO RemoteCatchBatchFullService.addCatchBatch(RemoteCatchBatchFullVO catchBatch)
           
 RemoteCatchBatchFullVO RemoteCatchBatchFullServiceWSDelegator.addCatchBatch(RemoteCatchBatchFullVO catchBatch)
           
 RemoteCatchBatchFullVO RemoteCatchBatchFullServiceBase.addCatchBatch(RemoteCatchBatchFullVO catchBatch)
           
protected  RemoteCatchBatchFullVO RemoteCatchBatchFullServiceImpl.handleAddCatchBatch(RemoteCatchBatchFullVO catchBatch)
           
protected abstract  RemoteCatchBatchFullVO RemoteCatchBatchFullServiceBase.handleAddCatchBatch(RemoteCatchBatchFullVO catchBatch)
          Performs the core logic for RemoteCatchBatchFullServiceBase.addCatchBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)
protected  boolean RemoteCatchBatchFullServiceImpl.handleRemoteCatchBatchFullVOsAreEqual(RemoteCatchBatchFullVO remoteCatchBatchFullVOFirst, RemoteCatchBatchFullVO remoteCatchBatchFullVOSecond)
           
protected abstract  boolean RemoteCatchBatchFullServiceBase.handleRemoteCatchBatchFullVOsAreEqual(RemoteCatchBatchFullVO remoteCatchBatchFullVOFirst, RemoteCatchBatchFullVO remoteCatchBatchFullVOSecond)
          Performs the core logic for RemoteCatchBatchFullServiceBase.remoteCatchBatchFullVOsAreEqual(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)
protected  boolean RemoteCatchBatchFullServiceImpl.handleRemoteCatchBatchFullVOsAreEqualOnIdentifiers(RemoteCatchBatchFullVO remoteCatchBatchFullVOFirst, RemoteCatchBatchFullVO remoteCatchBatchFullVOSecond)
           
protected abstract  boolean RemoteCatchBatchFullServiceBase.handleRemoteCatchBatchFullVOsAreEqualOnIdentifiers(RemoteCatchBatchFullVO remoteCatchBatchFullVOFirst, RemoteCatchBatchFullVO remoteCatchBatchFullVOSecond)
          Performs the core logic for RemoteCatchBatchFullServiceBase.remoteCatchBatchFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)
protected  void RemoteCatchBatchFullServiceImpl.handleRemoveCatchBatch(RemoteCatchBatchFullVO catchBatch)
           
protected abstract  void RemoteCatchBatchFullServiceBase.handleRemoveCatchBatch(RemoteCatchBatchFullVO catchBatch)
          Performs the core logic for RemoteCatchBatchFullServiceBase.removeCatchBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)
protected  void RemoteCatchBatchFullServiceImpl.handleUpdateCatchBatch(RemoteCatchBatchFullVO catchBatch)
           
protected abstract  void RemoteCatchBatchFullServiceBase.handleUpdateCatchBatch(RemoteCatchBatchFullVO catchBatch)
          Performs the core logic for RemoteCatchBatchFullServiceBase.updateCatchBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)
 boolean RemoteCatchBatchFullService.remoteCatchBatchFullVOsAreEqual(RemoteCatchBatchFullVO remoteCatchBatchFullVOFirst, RemoteCatchBatchFullVO remoteCatchBatchFullVOSecond)
           
 boolean RemoteCatchBatchFullServiceWSDelegator.remoteCatchBatchFullVOsAreEqual(RemoteCatchBatchFullVO remoteCatchBatchFullVOFirst, RemoteCatchBatchFullVO remoteCatchBatchFullVOSecond)
           
 boolean RemoteCatchBatchFullServiceBase.remoteCatchBatchFullVOsAreEqual(RemoteCatchBatchFullVO remoteCatchBatchFullVOFirst, RemoteCatchBatchFullVO remoteCatchBatchFullVOSecond)
           
 boolean RemoteCatchBatchFullService.remoteCatchBatchFullVOsAreEqualOnIdentifiers(RemoteCatchBatchFullVO remoteCatchBatchFullVOFirst, RemoteCatchBatchFullVO remoteCatchBatchFullVOSecond)
           
 boolean RemoteCatchBatchFullServiceWSDelegator.remoteCatchBatchFullVOsAreEqualOnIdentifiers(RemoteCatchBatchFullVO remoteCatchBatchFullVOFirst, RemoteCatchBatchFullVO remoteCatchBatchFullVOSecond)
           
 boolean RemoteCatchBatchFullServiceBase.remoteCatchBatchFullVOsAreEqualOnIdentifiers(RemoteCatchBatchFullVO remoteCatchBatchFullVOFirst, RemoteCatchBatchFullVO remoteCatchBatchFullVOSecond)
           
 void RemoteCatchBatchFullService.removeCatchBatch(RemoteCatchBatchFullVO catchBatch)
           
 void RemoteCatchBatchFullServiceWSDelegator.removeCatchBatch(RemoteCatchBatchFullVO catchBatch)
           
 void RemoteCatchBatchFullServiceBase.removeCatchBatch(RemoteCatchBatchFullVO catchBatch)
           
 void RemoteCatchBatchFullService.updateCatchBatch(RemoteCatchBatchFullVO catchBatch)
           
 void RemoteCatchBatchFullServiceWSDelegator.updateCatchBatch(RemoteCatchBatchFullVO catchBatch)
           
 void RemoteCatchBatchFullServiceBase.updateCatchBatch(RemoteCatchBatchFullVO catchBatch)
           
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.