Uses of Class
fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO

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

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

Methods in fr.ifremer.allegro.data.batch.denormalized that return RemoteDenormalizedBatchFullVO
 RemoteDenormalizedBatchFullVO DenormalizedBatchDaoImpl.toRemoteDenormalizedBatchFullVO(DenormalizedBatch entity)
           
 RemoteDenormalizedBatchFullVO DenormalizedBatchDao.toRemoteDenormalizedBatchFullVO(DenormalizedBatch entity)
          Converts this DAO's entity to an object of type RemoteDenormalizedBatchFullVO.
 RemoteDenormalizedBatchFullVO DenormalizedBatchDaoBase.toRemoteDenormalizedBatchFullVO(DenormalizedBatch entity)
           
protected  RemoteDenormalizedBatchFullVO DenormalizedBatchDaoBase.toRemoteDenormalizedBatchFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteDenormalizedBatchFullVO[] DenormalizedBatchDao.toRemoteDenormalizedBatchFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteDenormalizedBatchFullVO.
 RemoteDenormalizedBatchFullVO[] DenormalizedBatchDaoBase.toRemoteDenormalizedBatchFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.batch.denormalized with parameters of type RemoteDenormalizedBatchFullVO
 DenormalizedBatch DenormalizedBatchDaoImpl.remoteDenormalizedBatchFullVOToEntity(RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVO)
           
 DenormalizedBatch DenormalizedBatchDao.remoteDenormalizedBatchFullVOToEntity(RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVO)
          Converts an instance of type RemoteDenormalizedBatchFullVO to this DAO's entity.
 void DenormalizedBatchDaoImpl.remoteDenormalizedBatchFullVOToEntity(RemoteDenormalizedBatchFullVO source, DenormalizedBatch target, boolean copyIfNull)
           
 void DenormalizedBatchDao.remoteDenormalizedBatchFullVOToEntity(RemoteDenormalizedBatchFullVO source, DenormalizedBatch target, boolean copyIfNull)
          Copies the fields of RemoteDenormalizedBatchFullVO to the specified entity.
 void DenormalizedBatchDaoBase.remoteDenormalizedBatchFullVOToEntity(RemoteDenormalizedBatchFullVO source, DenormalizedBatch target, boolean copyIfNull)
           
 void DenormalizedBatchDaoImpl.toRemoteDenormalizedBatchFullVO(DenormalizedBatch source, RemoteDenormalizedBatchFullVO target)
           
 void DenormalizedBatchDao.toRemoteDenormalizedBatchFullVO(DenormalizedBatch source, RemoteDenormalizedBatchFullVO target)
          Copies the fields of the specified entity to the target value object.
 void DenormalizedBatchDaoBase.toRemoteDenormalizedBatchFullVO(DenormalizedBatch source, RemoteDenormalizedBatchFullVO target)
           
 

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

Methods in fr.ifremer.allegro.data.batch.denormalized.generic.service that return RemoteDenormalizedBatchFullVO
 RemoteDenormalizedBatchFullVO RemoteDenormalizedBatchFullService.addDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
           
 RemoteDenormalizedBatchFullVO RemoteDenormalizedBatchFullServiceWSDelegator.addDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
           
 RemoteDenormalizedBatchFullVO RemoteDenormalizedBatchFullServiceBase.addDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
           
 RemoteDenormalizedBatchFullVO[] RemoteDenormalizedBatchFullService.getAllDenormalizedBatch()
           
 RemoteDenormalizedBatchFullVO[] RemoteDenormalizedBatchFullServiceWSDelegator.getAllDenormalizedBatch()
           
 RemoteDenormalizedBatchFullVO[] RemoteDenormalizedBatchFullServiceBase.getAllDenormalizedBatch()
           
 RemoteDenormalizedBatchFullVO RemoteDenormalizedBatchFullService.getDenormalizedBatchById(java.lang.Long id)
           
 RemoteDenormalizedBatchFullVO RemoteDenormalizedBatchFullServiceWSDelegator.getDenormalizedBatchById(java.lang.Long id)
           
 RemoteDenormalizedBatchFullVO RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchById(java.lang.Long id)
           
 RemoteDenormalizedBatchFullVO[] RemoteDenormalizedBatchFullService.getDenormalizedBatchByIds(java.lang.Long[] id)
           
 RemoteDenormalizedBatchFullVO[] RemoteDenormalizedBatchFullServiceWSDelegator.getDenormalizedBatchByIds(java.lang.Long[] id)
           
 RemoteDenormalizedBatchFullVO[] RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchByIds(java.lang.Long[] id)
           
 RemoteDenormalizedBatchFullVO RemoteDenormalizedBatchFullService.getDenormalizedBatchByNaturalId(RemoteDenormalizedBatchNaturalId denormalizedBatchNaturalId)
           
 RemoteDenormalizedBatchFullVO RemoteDenormalizedBatchFullServiceWSDelegator.getDenormalizedBatchByNaturalId(RemoteDenormalizedBatchNaturalId denormalizedBatchNaturalId)
           
 RemoteDenormalizedBatchFullVO RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchByNaturalId(RemoteDenormalizedBatchNaturalId denormalizedBatchNaturalId)
           
 RemoteDenormalizedBatchFullVO[] RemoteDenormalizedBatchFullService.getDenormalizedBatchByNumericalParameterCode(java.lang.String code)
           
 RemoteDenormalizedBatchFullVO[] RemoteDenormalizedBatchFullServiceWSDelegator.getDenormalizedBatchByNumericalParameterCode(java.lang.String code)
           
 RemoteDenormalizedBatchFullVO[] RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchByNumericalParameterCode(java.lang.String code)
           
 RemoteDenormalizedBatchFullVO[] RemoteDenormalizedBatchFullService.getDenormalizedBatchByReferenceTaxonId(java.lang.Integer id)
           
 RemoteDenormalizedBatchFullVO[] RemoteDenormalizedBatchFullServiceWSDelegator.getDenormalizedBatchByReferenceTaxonId(java.lang.Integer id)
           
 RemoteDenormalizedBatchFullVO[] RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchByReferenceTaxonId(java.lang.Integer id)
           
 RemoteDenormalizedBatchFullVO[] RemoteDenormalizedBatchFullService.getDenormalizedBatchByTaxonGroupId(java.lang.Integer id)
           
 RemoteDenormalizedBatchFullVO[] RemoteDenormalizedBatchFullServiceWSDelegator.getDenormalizedBatchByTaxonGroupId(java.lang.Integer id)
           
 RemoteDenormalizedBatchFullVO[] RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchByTaxonGroupId(java.lang.Integer id)
           
protected  RemoteDenormalizedBatchFullVO RemoteDenormalizedBatchFullServiceImpl.handleAddDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
           
protected abstract  RemoteDenormalizedBatchFullVO RemoteDenormalizedBatchFullServiceBase.handleAddDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.addDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO)
protected  RemoteDenormalizedBatchFullVO[] RemoteDenormalizedBatchFullServiceImpl.handleGetAllDenormalizedBatch()
           
protected abstract  RemoteDenormalizedBatchFullVO[] RemoteDenormalizedBatchFullServiceBase.handleGetAllDenormalizedBatch()
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getAllDenormalizedBatch()
protected  RemoteDenormalizedBatchFullVO RemoteDenormalizedBatchFullServiceImpl.handleGetDenormalizedBatchById(java.lang.Long id)
           
protected abstract  RemoteDenormalizedBatchFullVO RemoteDenormalizedBatchFullServiceBase.handleGetDenormalizedBatchById(java.lang.Long id)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchById(java.lang.Long)
protected  RemoteDenormalizedBatchFullVO[] RemoteDenormalizedBatchFullServiceImpl.handleGetDenormalizedBatchByIds(java.lang.Long[] id)
           
protected abstract  RemoteDenormalizedBatchFullVO[] RemoteDenormalizedBatchFullServiceBase.handleGetDenormalizedBatchByIds(java.lang.Long[] id)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchByIds(java.lang.Long[])
protected  RemoteDenormalizedBatchFullVO RemoteDenormalizedBatchFullServiceImpl.handleGetDenormalizedBatchByNaturalId(RemoteDenormalizedBatchNaturalId denormalizedBatchNaturalId)
           
protected abstract  RemoteDenormalizedBatchFullVO RemoteDenormalizedBatchFullServiceBase.handleGetDenormalizedBatchByNaturalId(RemoteDenormalizedBatchNaturalId denormalizedBatchNaturalId)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchByNaturalId(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchNaturalId)
protected  RemoteDenormalizedBatchFullVO[] RemoteDenormalizedBatchFullServiceImpl.handleGetDenormalizedBatchByNumericalParameterCode(java.lang.String code)
           
protected abstract  RemoteDenormalizedBatchFullVO[] RemoteDenormalizedBatchFullServiceBase.handleGetDenormalizedBatchByNumericalParameterCode(java.lang.String code)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchByNumericalParameterCode(java.lang.String)
protected  RemoteDenormalizedBatchFullVO[] RemoteDenormalizedBatchFullServiceImpl.handleGetDenormalizedBatchByReferenceTaxonId(java.lang.Integer id)
           
protected abstract  RemoteDenormalizedBatchFullVO[] RemoteDenormalizedBatchFullServiceBase.handleGetDenormalizedBatchByReferenceTaxonId(java.lang.Integer id)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchByReferenceTaxonId(java.lang.Integer)
protected  RemoteDenormalizedBatchFullVO[] RemoteDenormalizedBatchFullServiceImpl.handleGetDenormalizedBatchByTaxonGroupId(java.lang.Integer id)
           
protected abstract  RemoteDenormalizedBatchFullVO[] RemoteDenormalizedBatchFullServiceBase.handleGetDenormalizedBatchByTaxonGroupId(java.lang.Integer id)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchByTaxonGroupId(java.lang.Integer)
 

Methods in fr.ifremer.allegro.data.batch.denormalized.generic.service with parameters of type RemoteDenormalizedBatchFullVO
 RemoteDenormalizedBatchFullVO RemoteDenormalizedBatchFullService.addDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
           
 RemoteDenormalizedBatchFullVO RemoteDenormalizedBatchFullServiceWSDelegator.addDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
           
 RemoteDenormalizedBatchFullVO RemoteDenormalizedBatchFullServiceBase.addDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
           
protected  RemoteDenormalizedBatchFullVO RemoteDenormalizedBatchFullServiceImpl.handleAddDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
           
protected abstract  RemoteDenormalizedBatchFullVO RemoteDenormalizedBatchFullServiceBase.handleAddDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.addDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO)
protected  boolean RemoteDenormalizedBatchFullServiceImpl.handleRemoteDenormalizedBatchFullVOsAreEqual(RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOFirst, RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOSecond)
           
protected abstract  boolean RemoteDenormalizedBatchFullServiceBase.handleRemoteDenormalizedBatchFullVOsAreEqual(RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOFirst, RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOSecond)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.remoteDenormalizedBatchFullVOsAreEqual(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO, fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO)
protected  boolean RemoteDenormalizedBatchFullServiceImpl.handleRemoteDenormalizedBatchFullVOsAreEqualOnIdentifiers(RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOFirst, RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOSecond)
           
protected abstract  boolean RemoteDenormalizedBatchFullServiceBase.handleRemoteDenormalizedBatchFullVOsAreEqualOnIdentifiers(RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOFirst, RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOSecond)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.remoteDenormalizedBatchFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO, fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO)
protected  void RemoteDenormalizedBatchFullServiceImpl.handleRemoveDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
           
protected abstract  void RemoteDenormalizedBatchFullServiceBase.handleRemoveDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.removeDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO)
protected  void RemoteDenormalizedBatchFullServiceImpl.handleUpdateDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
           
protected abstract  void RemoteDenormalizedBatchFullServiceBase.handleUpdateDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.updateDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO)
 boolean RemoteDenormalizedBatchFullService.remoteDenormalizedBatchFullVOsAreEqual(RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOFirst, RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOSecond)
           
 boolean RemoteDenormalizedBatchFullServiceWSDelegator.remoteDenormalizedBatchFullVOsAreEqual(RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOFirst, RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOSecond)
           
 boolean RemoteDenormalizedBatchFullServiceBase.remoteDenormalizedBatchFullVOsAreEqual(RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOFirst, RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOSecond)
           
 boolean RemoteDenormalizedBatchFullService.remoteDenormalizedBatchFullVOsAreEqualOnIdentifiers(RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOFirst, RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOSecond)
           
 boolean RemoteDenormalizedBatchFullServiceWSDelegator.remoteDenormalizedBatchFullVOsAreEqualOnIdentifiers(RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOFirst, RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOSecond)
           
 boolean RemoteDenormalizedBatchFullServiceBase.remoteDenormalizedBatchFullVOsAreEqualOnIdentifiers(RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOFirst, RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOSecond)
           
 void RemoteDenormalizedBatchFullService.removeDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
           
 void RemoteDenormalizedBatchFullServiceWSDelegator.removeDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
           
 void RemoteDenormalizedBatchFullServiceBase.removeDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
           
 void RemoteDenormalizedBatchFullService.updateDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
           
 void RemoteDenormalizedBatchFullServiceWSDelegator.updateDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
           
 void RemoteDenormalizedBatchFullServiceBase.updateDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
           
 

Uses of RemoteDenormalizedBatchFullVO in fr.ifremer.allegro.data.batch.denormalized.generic.vo
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.