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

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

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

Methods in fr.ifremer.allegro.data.batch that return RemoteSortingBatchFullVO
protected  RemoteSortingBatchFullVO SortingBatchDaoBase.toRemoteSortingBatchFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteSortingBatchFullVO SortingBatchDaoImpl.toRemoteSortingBatchFullVO(SortingBatch entity)
           
 RemoteSortingBatchFullVO SortingBatchDao.toRemoteSortingBatchFullVO(SortingBatch entity)
          Converts this DAO's entity to an object of type RemoteSortingBatchFullVO.
 RemoteSortingBatchFullVO SortingBatchDaoBase.toRemoteSortingBatchFullVO(SortingBatch entity)
           
 RemoteSortingBatchFullVO[] SortingBatchDao.toRemoteSortingBatchFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteSortingBatchFullVO.
 RemoteSortingBatchFullVO[] SortingBatchDaoBase.toRemoteSortingBatchFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.batch with parameters of type RemoteSortingBatchFullVO
 SortingBatch SortingBatchDaoImpl.remoteSortingBatchFullVOToEntity(RemoteSortingBatchFullVO remoteSortingBatchFullVO)
           
 SortingBatch SortingBatchDao.remoteSortingBatchFullVOToEntity(RemoteSortingBatchFullVO remoteSortingBatchFullVO)
          Converts an instance of type RemoteSortingBatchFullVO to this DAO's entity.
 void SortingBatchDaoImpl.remoteSortingBatchFullVOToEntity(RemoteSortingBatchFullVO source, SortingBatch target, boolean copyIfNull)
           
 void SortingBatchDao.remoteSortingBatchFullVOToEntity(RemoteSortingBatchFullVO source, SortingBatch target, boolean copyIfNull)
          Copies the fields of RemoteSortingBatchFullVO to the specified entity.
 void SortingBatchDaoBase.remoteSortingBatchFullVOToEntity(RemoteSortingBatchFullVO source, SortingBatch target, boolean copyIfNull)
           
 void SortingBatchDaoImpl.toRemoteSortingBatchFullVO(SortingBatch source, RemoteSortingBatchFullVO target)
           
 void SortingBatchDao.toRemoteSortingBatchFullVO(SortingBatch source, RemoteSortingBatchFullVO target)
          Copies the fields of the specified entity to the target value object.
 void SortingBatchDaoBase.toRemoteSortingBatchFullVO(SortingBatch source, RemoteSortingBatchFullVO target)
           
 

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

Methods in fr.ifremer.allegro.data.batch.generic.service that return RemoteSortingBatchFullVO
 RemoteSortingBatchFullVO RemoteSortingBatchFullService.addSortingBatch(RemoteSortingBatchFullVO sortingBatch)
           
 RemoteSortingBatchFullVO RemoteSortingBatchFullServiceWSDelegator.addSortingBatch(RemoteSortingBatchFullVO sortingBatch)
           
 RemoteSortingBatchFullVO RemoteSortingBatchFullServiceBase.addSortingBatch(RemoteSortingBatchFullVO sortingBatch)
           
 RemoteSortingBatchFullVO[] RemoteSortingBatchFullService.getAllSortingBatch()
           
 RemoteSortingBatchFullVO[] RemoteSortingBatchFullServiceWSDelegator.getAllSortingBatch()
           
 RemoteSortingBatchFullVO[] RemoteSortingBatchFullServiceBase.getAllSortingBatch()
           
 RemoteSortingBatchFullVO RemoteSortingBatchFullService.getSortingBatchById(java.lang.Integer id)
           
 RemoteSortingBatchFullVO RemoteSortingBatchFullServiceWSDelegator.getSortingBatchById(java.lang.Integer id)
           
 RemoteSortingBatchFullVO RemoteSortingBatchFullServiceBase.getSortingBatchById(java.lang.Integer id)
           
 RemoteSortingBatchFullVO[] RemoteSortingBatchFullService.getSortingBatchByIds(java.lang.Integer[] id)
           
 RemoteSortingBatchFullVO[] RemoteSortingBatchFullServiceWSDelegator.getSortingBatchByIds(java.lang.Integer[] id)
           
 RemoteSortingBatchFullVO[] RemoteSortingBatchFullServiceBase.getSortingBatchByIds(java.lang.Integer[] id)
           
 RemoteSortingBatchFullVO RemoteSortingBatchFullService.getSortingBatchByNaturalId(RemoteSortingBatchNaturalId sortingBatchNaturalId)
           
 RemoteSortingBatchFullVO RemoteSortingBatchFullServiceWSDelegator.getSortingBatchByNaturalId(RemoteSortingBatchNaturalId sortingBatchNaturalId)
           
 RemoteSortingBatchFullVO RemoteSortingBatchFullServiceBase.getSortingBatchByNaturalId(RemoteSortingBatchNaturalId sortingBatchNaturalId)
           
 RemoteSortingBatchFullVO[] RemoteSortingBatchFullService.getSortingBatchByParentBatchId(java.lang.Integer id)
           
 RemoteSortingBatchFullVO[] RemoteSortingBatchFullServiceWSDelegator.getSortingBatchByParentBatchId(java.lang.Integer id)
           
 RemoteSortingBatchFullVO[] RemoteSortingBatchFullServiceBase.getSortingBatchByParentBatchId(java.lang.Integer id)
           
 RemoteSortingBatchFullVO[] RemoteSortingBatchFullService.getSortingBatchByReferenceTaxonId(java.lang.Integer id)
           
 RemoteSortingBatchFullVO[] RemoteSortingBatchFullServiceWSDelegator.getSortingBatchByReferenceTaxonId(java.lang.Integer id)
           
 RemoteSortingBatchFullVO[] RemoteSortingBatchFullServiceBase.getSortingBatchByReferenceTaxonId(java.lang.Integer id)
           
 RemoteSortingBatchFullVO[] RemoteSortingBatchFullService.getSortingBatchByTaxonGroupId(java.lang.Integer id)
           
 RemoteSortingBatchFullVO[] RemoteSortingBatchFullServiceWSDelegator.getSortingBatchByTaxonGroupId(java.lang.Integer id)
           
 RemoteSortingBatchFullVO[] RemoteSortingBatchFullServiceBase.getSortingBatchByTaxonGroupId(java.lang.Integer id)
           
protected  RemoteSortingBatchFullVO RemoteSortingBatchFullServiceImpl.handleAddSortingBatch(RemoteSortingBatchFullVO sortingBatch)
           
protected abstract  RemoteSortingBatchFullVO RemoteSortingBatchFullServiceBase.handleAddSortingBatch(RemoteSortingBatchFullVO sortingBatch)
          Performs the core logic for RemoteSortingBatchFullServiceBase.addSortingBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)
protected  RemoteSortingBatchFullVO[] RemoteSortingBatchFullServiceImpl.handleGetAllSortingBatch()
           
protected abstract  RemoteSortingBatchFullVO[] RemoteSortingBatchFullServiceBase.handleGetAllSortingBatch()
          Performs the core logic for RemoteSortingBatchFullServiceBase.getAllSortingBatch()
protected  RemoteSortingBatchFullVO RemoteSortingBatchFullServiceImpl.handleGetSortingBatchById(java.lang.Integer id)
           
protected abstract  RemoteSortingBatchFullVO RemoteSortingBatchFullServiceBase.handleGetSortingBatchById(java.lang.Integer id)
          Performs the core logic for RemoteSortingBatchFullServiceBase.getSortingBatchById(java.lang.Integer)
protected  RemoteSortingBatchFullVO[] RemoteSortingBatchFullServiceImpl.handleGetSortingBatchByIds(java.lang.Integer[] id)
           
protected abstract  RemoteSortingBatchFullVO[] RemoteSortingBatchFullServiceBase.handleGetSortingBatchByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteSortingBatchFullServiceBase.getSortingBatchByIds(java.lang.Integer[])
protected  RemoteSortingBatchFullVO RemoteSortingBatchFullServiceImpl.handleGetSortingBatchByNaturalId(RemoteSortingBatchNaturalId sortingBatchNaturalId)
           
protected abstract  RemoteSortingBatchFullVO RemoteSortingBatchFullServiceBase.handleGetSortingBatchByNaturalId(RemoteSortingBatchNaturalId sortingBatchNaturalId)
          Performs the core logic for RemoteSortingBatchFullServiceBase.getSortingBatchByNaturalId(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchNaturalId)
protected  RemoteSortingBatchFullVO[] RemoteSortingBatchFullServiceImpl.handleGetSortingBatchByParentBatchId(java.lang.Integer id)
           
protected abstract  RemoteSortingBatchFullVO[] RemoteSortingBatchFullServiceBase.handleGetSortingBatchByParentBatchId(java.lang.Integer id)
          Performs the core logic for RemoteSortingBatchFullServiceBase.getSortingBatchByParentBatchId(java.lang.Integer)
protected  RemoteSortingBatchFullVO[] RemoteSortingBatchFullServiceImpl.handleGetSortingBatchByReferenceTaxonId(java.lang.Integer id)
           
protected abstract  RemoteSortingBatchFullVO[] RemoteSortingBatchFullServiceBase.handleGetSortingBatchByReferenceTaxonId(java.lang.Integer id)
          Performs the core logic for RemoteSortingBatchFullServiceBase.getSortingBatchByReferenceTaxonId(java.lang.Integer)
protected  RemoteSortingBatchFullVO[] RemoteSortingBatchFullServiceImpl.handleGetSortingBatchByTaxonGroupId(java.lang.Integer id)
           
protected abstract  RemoteSortingBatchFullVO[] RemoteSortingBatchFullServiceBase.handleGetSortingBatchByTaxonGroupId(java.lang.Integer id)
          Performs the core logic for RemoteSortingBatchFullServiceBase.getSortingBatchByTaxonGroupId(java.lang.Integer)
 

Methods in fr.ifremer.allegro.data.batch.generic.service with parameters of type RemoteSortingBatchFullVO
 RemoteSortingBatchFullVO RemoteSortingBatchFullService.addSortingBatch(RemoteSortingBatchFullVO sortingBatch)
           
 RemoteSortingBatchFullVO RemoteSortingBatchFullServiceWSDelegator.addSortingBatch(RemoteSortingBatchFullVO sortingBatch)
           
 RemoteSortingBatchFullVO RemoteSortingBatchFullServiceBase.addSortingBatch(RemoteSortingBatchFullVO sortingBatch)
           
protected  RemoteSortingBatchFullVO RemoteSortingBatchFullServiceImpl.handleAddSortingBatch(RemoteSortingBatchFullVO sortingBatch)
           
protected abstract  RemoteSortingBatchFullVO RemoteSortingBatchFullServiceBase.handleAddSortingBatch(RemoteSortingBatchFullVO sortingBatch)
          Performs the core logic for RemoteSortingBatchFullServiceBase.addSortingBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)
protected  boolean RemoteSortingBatchFullServiceImpl.handleRemoteSortingBatchFullVOsAreEqual(RemoteSortingBatchFullVO remoteSortingBatchFullVOFirst, RemoteSortingBatchFullVO remoteSortingBatchFullVOSecond)
           
protected abstract  boolean RemoteSortingBatchFullServiceBase.handleRemoteSortingBatchFullVOsAreEqual(RemoteSortingBatchFullVO remoteSortingBatchFullVOFirst, RemoteSortingBatchFullVO remoteSortingBatchFullVOSecond)
          Performs the core logic for RemoteSortingBatchFullServiceBase.remoteSortingBatchFullVOsAreEqual(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)
protected  boolean RemoteSortingBatchFullServiceImpl.handleRemoteSortingBatchFullVOsAreEqualOnIdentifiers(RemoteSortingBatchFullVO remoteSortingBatchFullVOFirst, RemoteSortingBatchFullVO remoteSortingBatchFullVOSecond)
           
protected abstract  boolean RemoteSortingBatchFullServiceBase.handleRemoteSortingBatchFullVOsAreEqualOnIdentifiers(RemoteSortingBatchFullVO remoteSortingBatchFullVOFirst, RemoteSortingBatchFullVO remoteSortingBatchFullVOSecond)
          Performs the core logic for RemoteSortingBatchFullServiceBase.remoteSortingBatchFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)
protected  void RemoteSortingBatchFullServiceImpl.handleRemoveSortingBatch(RemoteSortingBatchFullVO sortingBatch)
           
protected abstract  void RemoteSortingBatchFullServiceBase.handleRemoveSortingBatch(RemoteSortingBatchFullVO sortingBatch)
          Performs the core logic for RemoteSortingBatchFullServiceBase.removeSortingBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)
protected  void RemoteSortingBatchFullServiceImpl.handleUpdateSortingBatch(RemoteSortingBatchFullVO sortingBatch)
           
protected abstract  void RemoteSortingBatchFullServiceBase.handleUpdateSortingBatch(RemoteSortingBatchFullVO sortingBatch)
          Performs the core logic for RemoteSortingBatchFullServiceBase.updateSortingBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)
 boolean RemoteSortingBatchFullService.remoteSortingBatchFullVOsAreEqual(RemoteSortingBatchFullVO remoteSortingBatchFullVOFirst, RemoteSortingBatchFullVO remoteSortingBatchFullVOSecond)
           
 boolean RemoteSortingBatchFullServiceWSDelegator.remoteSortingBatchFullVOsAreEqual(RemoteSortingBatchFullVO remoteSortingBatchFullVOFirst, RemoteSortingBatchFullVO remoteSortingBatchFullVOSecond)
           
 boolean RemoteSortingBatchFullServiceBase.remoteSortingBatchFullVOsAreEqual(RemoteSortingBatchFullVO remoteSortingBatchFullVOFirst, RemoteSortingBatchFullVO remoteSortingBatchFullVOSecond)
           
 boolean RemoteSortingBatchFullService.remoteSortingBatchFullVOsAreEqualOnIdentifiers(RemoteSortingBatchFullVO remoteSortingBatchFullVOFirst, RemoteSortingBatchFullVO remoteSortingBatchFullVOSecond)
           
 boolean RemoteSortingBatchFullServiceWSDelegator.remoteSortingBatchFullVOsAreEqualOnIdentifiers(RemoteSortingBatchFullVO remoteSortingBatchFullVOFirst, RemoteSortingBatchFullVO remoteSortingBatchFullVOSecond)
           
 boolean RemoteSortingBatchFullServiceBase.remoteSortingBatchFullVOsAreEqualOnIdentifiers(RemoteSortingBatchFullVO remoteSortingBatchFullVOFirst, RemoteSortingBatchFullVO remoteSortingBatchFullVOSecond)
           
 void RemoteSortingBatchFullService.removeSortingBatch(RemoteSortingBatchFullVO sortingBatch)
           
 void RemoteSortingBatchFullServiceWSDelegator.removeSortingBatch(RemoteSortingBatchFullVO sortingBatch)
           
 void RemoteSortingBatchFullServiceBase.removeSortingBatch(RemoteSortingBatchFullVO sortingBatch)
           
 void RemoteSortingBatchFullService.updateSortingBatch(RemoteSortingBatchFullVO sortingBatch)
           
 void RemoteSortingBatchFullServiceWSDelegator.updateSortingBatch(RemoteSortingBatchFullVO sortingBatch)
           
 void RemoteSortingBatchFullServiceBase.updateSortingBatch(RemoteSortingBatchFullVO sortingBatch)
           
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.