Uses of Class
fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO

Packages that use RemoteNumericalPrecisionFullVO
fr.ifremer.allegro.referential   
fr.ifremer.allegro.referential.generic.service   
fr.ifremer.allegro.referential.generic.vo   
 

Uses of RemoteNumericalPrecisionFullVO in fr.ifremer.allegro.referential
 

Methods in fr.ifremer.allegro.referential that return RemoteNumericalPrecisionFullVO
 RemoteNumericalPrecisionFullVO NumericalPrecisionDaoImpl.toRemoteNumericalPrecisionFullVO(NumericalPrecision entity)
           
 RemoteNumericalPrecisionFullVO NumericalPrecisionDao.toRemoteNumericalPrecisionFullVO(NumericalPrecision entity)
          Converts this DAO's entity to an object of type RemoteNumericalPrecisionFullVO.
 RemoteNumericalPrecisionFullVO NumericalPrecisionDaoBase.toRemoteNumericalPrecisionFullVO(NumericalPrecision entity)
           
protected  RemoteNumericalPrecisionFullVO NumericalPrecisionDaoBase.toRemoteNumericalPrecisionFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteNumericalPrecisionFullVO[] NumericalPrecisionDao.toRemoteNumericalPrecisionFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteNumericalPrecisionFullVO.
 RemoteNumericalPrecisionFullVO[] NumericalPrecisionDaoBase.toRemoteNumericalPrecisionFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential with parameters of type RemoteNumericalPrecisionFullVO
 NumericalPrecision NumericalPrecisionDaoImpl.remoteNumericalPrecisionFullVOToEntity(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVO)
           
 NumericalPrecision NumericalPrecisionDao.remoteNumericalPrecisionFullVOToEntity(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVO)
          Converts an instance of type RemoteNumericalPrecisionFullVO to this DAO's entity.
 void NumericalPrecisionDaoImpl.remoteNumericalPrecisionFullVOToEntity(RemoteNumericalPrecisionFullVO source, NumericalPrecision target, boolean copyIfNull)
           
 void NumericalPrecisionDao.remoteNumericalPrecisionFullVOToEntity(RemoteNumericalPrecisionFullVO source, NumericalPrecision target, boolean copyIfNull)
          Copies the fields of RemoteNumericalPrecisionFullVO to the specified entity.
 void NumericalPrecisionDaoBase.remoteNumericalPrecisionFullVOToEntity(RemoteNumericalPrecisionFullVO source, NumericalPrecision target, boolean copyIfNull)
           
 void NumericalPrecisionDaoImpl.toRemoteNumericalPrecisionFullVO(NumericalPrecision source, RemoteNumericalPrecisionFullVO target)
           
 void NumericalPrecisionDao.toRemoteNumericalPrecisionFullVO(NumericalPrecision source, RemoteNumericalPrecisionFullVO target)
          Copies the fields of the specified entity to the target value object.
 void NumericalPrecisionDaoBase.toRemoteNumericalPrecisionFullVO(NumericalPrecision source, RemoteNumericalPrecisionFullVO target)
           
 

Uses of RemoteNumericalPrecisionFullVO in fr.ifremer.allegro.referential.generic.service
 

Methods in fr.ifremer.allegro.referential.generic.service that return RemoteNumericalPrecisionFullVO
 RemoteNumericalPrecisionFullVO RemoteNumericalPrecisionFullService.addNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
           
 RemoteNumericalPrecisionFullVO RemoteNumericalPrecisionFullServiceWSDelegator.addNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
           
 RemoteNumericalPrecisionFullVO RemoteNumericalPrecisionFullServiceBase.addNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
           
 RemoteNumericalPrecisionFullVO[] RemoteNumericalPrecisionFullService.getAllNumericalPrecision()
           
 RemoteNumericalPrecisionFullVO[] RemoteNumericalPrecisionFullServiceWSDelegator.getAllNumericalPrecision()
           
 RemoteNumericalPrecisionFullVO[] RemoteNumericalPrecisionFullServiceBase.getAllNumericalPrecision()
           
 RemoteNumericalPrecisionFullVO RemoteNumericalPrecisionFullService.getNumericalPrecisionById(java.lang.Integer id)
           
 RemoteNumericalPrecisionFullVO RemoteNumericalPrecisionFullServiceWSDelegator.getNumericalPrecisionById(java.lang.Integer id)
           
 RemoteNumericalPrecisionFullVO RemoteNumericalPrecisionFullServiceBase.getNumericalPrecisionById(java.lang.Integer id)
           
 RemoteNumericalPrecisionFullVO[] RemoteNumericalPrecisionFullService.getNumericalPrecisionByIds(java.lang.Integer[] id)
           
 RemoteNumericalPrecisionFullVO[] RemoteNumericalPrecisionFullServiceWSDelegator.getNumericalPrecisionByIds(java.lang.Integer[] id)
           
 RemoteNumericalPrecisionFullVO[] RemoteNumericalPrecisionFullServiceBase.getNumericalPrecisionByIds(java.lang.Integer[] id)
           
 RemoteNumericalPrecisionFullVO RemoteNumericalPrecisionFullService.getNumericalPrecisionByNaturalId(RemoteNumericalPrecisionNaturalId numericalPrecisionNaturalId)
           
 RemoteNumericalPrecisionFullVO RemoteNumericalPrecisionFullServiceWSDelegator.getNumericalPrecisionByNaturalId(RemoteNumericalPrecisionNaturalId numericalPrecisionNaturalId)
           
 RemoteNumericalPrecisionFullVO RemoteNumericalPrecisionFullServiceBase.getNumericalPrecisionByNaturalId(RemoteNumericalPrecisionNaturalId numericalPrecisionNaturalId)
           
 RemoteNumericalPrecisionFullVO[] RemoteNumericalPrecisionFullService.getNumericalPrecisionByStatusCode(java.lang.String code)
           
 RemoteNumericalPrecisionFullVO[] RemoteNumericalPrecisionFullServiceWSDelegator.getNumericalPrecisionByStatusCode(java.lang.String code)
           
 RemoteNumericalPrecisionFullVO[] RemoteNumericalPrecisionFullServiceBase.getNumericalPrecisionByStatusCode(java.lang.String code)
           
protected  RemoteNumericalPrecisionFullVO RemoteNumericalPrecisionFullServiceImpl.handleAddNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
           
protected abstract  RemoteNumericalPrecisionFullVO RemoteNumericalPrecisionFullServiceBase.handleAddNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.addNumericalPrecision(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)
protected  RemoteNumericalPrecisionFullVO[] RemoteNumericalPrecisionFullServiceImpl.handleGetAllNumericalPrecision()
           
protected abstract  RemoteNumericalPrecisionFullVO[] RemoteNumericalPrecisionFullServiceBase.handleGetAllNumericalPrecision()
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.getAllNumericalPrecision()
protected  RemoteNumericalPrecisionFullVO RemoteNumericalPrecisionFullServiceImpl.handleGetNumericalPrecisionById(java.lang.Integer id)
           
protected abstract  RemoteNumericalPrecisionFullVO RemoteNumericalPrecisionFullServiceBase.handleGetNumericalPrecisionById(java.lang.Integer id)
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.getNumericalPrecisionById(java.lang.Integer)
protected  RemoteNumericalPrecisionFullVO[] RemoteNumericalPrecisionFullServiceImpl.handleGetNumericalPrecisionByIds(java.lang.Integer[] id)
           
protected abstract  RemoteNumericalPrecisionFullVO[] RemoteNumericalPrecisionFullServiceBase.handleGetNumericalPrecisionByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.getNumericalPrecisionByIds(java.lang.Integer[])
protected  RemoteNumericalPrecisionFullVO RemoteNumericalPrecisionFullServiceImpl.handleGetNumericalPrecisionByNaturalId(RemoteNumericalPrecisionNaturalId numericalPrecisionNaturalId)
           
protected abstract  RemoteNumericalPrecisionFullVO RemoteNumericalPrecisionFullServiceBase.handleGetNumericalPrecisionByNaturalId(RemoteNumericalPrecisionNaturalId numericalPrecisionNaturalId)
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.getNumericalPrecisionByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionNaturalId)
protected  RemoteNumericalPrecisionFullVO[] RemoteNumericalPrecisionFullServiceImpl.handleGetNumericalPrecisionByStatusCode(java.lang.String code)
           
protected abstract  RemoteNumericalPrecisionFullVO[] RemoteNumericalPrecisionFullServiceBase.handleGetNumericalPrecisionByStatusCode(java.lang.String code)
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.getNumericalPrecisionByStatusCode(java.lang.String)
 

Methods in fr.ifremer.allegro.referential.generic.service with parameters of type RemoteNumericalPrecisionFullVO
 RemoteNumericalPrecisionFullVO RemoteNumericalPrecisionFullService.addNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
           
 RemoteNumericalPrecisionFullVO RemoteNumericalPrecisionFullServiceWSDelegator.addNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
           
 RemoteNumericalPrecisionFullVO RemoteNumericalPrecisionFullServiceBase.addNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
           
protected  RemoteNumericalPrecisionFullVO RemoteNumericalPrecisionFullServiceImpl.handleAddNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
           
protected abstract  RemoteNumericalPrecisionFullVO RemoteNumericalPrecisionFullServiceBase.handleAddNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.addNumericalPrecision(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)
protected  boolean RemoteNumericalPrecisionFullServiceImpl.handleRemoteNumericalPrecisionFullVOsAreEqual(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst, RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond)
           
protected abstract  boolean RemoteNumericalPrecisionFullServiceBase.handleRemoteNumericalPrecisionFullVOsAreEqual(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst, RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond)
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.remoteNumericalPrecisionFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)
protected  boolean RemoteNumericalPrecisionFullServiceImpl.handleRemoteNumericalPrecisionFullVOsAreEqualOnIdentifiers(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst, RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond)
           
protected abstract  boolean RemoteNumericalPrecisionFullServiceBase.handleRemoteNumericalPrecisionFullVOsAreEqualOnIdentifiers(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst, RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond)
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.remoteNumericalPrecisionFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)
protected  void RemoteNumericalPrecisionFullServiceImpl.handleRemoveNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
           
protected abstract  void RemoteNumericalPrecisionFullServiceBase.handleRemoveNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.removeNumericalPrecision(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)
protected  void RemoteNumericalPrecisionFullServiceImpl.handleUpdateNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
           
protected abstract  void RemoteNumericalPrecisionFullServiceBase.handleUpdateNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.updateNumericalPrecision(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)
 boolean RemoteNumericalPrecisionFullService.remoteNumericalPrecisionFullVOsAreEqual(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst, RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond)
           
 boolean RemoteNumericalPrecisionFullServiceWSDelegator.remoteNumericalPrecisionFullVOsAreEqual(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst, RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond)
           
 boolean RemoteNumericalPrecisionFullServiceBase.remoteNumericalPrecisionFullVOsAreEqual(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst, RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond)
           
 boolean RemoteNumericalPrecisionFullService.remoteNumericalPrecisionFullVOsAreEqualOnIdentifiers(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst, RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond)
           
 boolean RemoteNumericalPrecisionFullServiceWSDelegator.remoteNumericalPrecisionFullVOsAreEqualOnIdentifiers(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst, RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond)
           
 boolean RemoteNumericalPrecisionFullServiceBase.remoteNumericalPrecisionFullVOsAreEqualOnIdentifiers(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst, RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond)
           
 void RemoteNumericalPrecisionFullService.removeNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
           
 void RemoteNumericalPrecisionFullServiceWSDelegator.removeNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
           
 void RemoteNumericalPrecisionFullServiceBase.removeNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
           
 void RemoteNumericalPrecisionFullService.updateNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
           
 void RemoteNumericalPrecisionFullServiceWSDelegator.updateNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
           
 void RemoteNumericalPrecisionFullServiceBase.updateNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
           
 

Uses of RemoteNumericalPrecisionFullVO in fr.ifremer.allegro.referential.generic.vo
 

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

Constructors in fr.ifremer.allegro.referential.generic.vo with parameters of type RemoteNumericalPrecisionFullVO
RemoteNumericalPrecisionFullVO(RemoteNumericalPrecisionFullVO otherBean)
          Copies constructor from other RemoteNumericalPrecisionFullVO
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.