Uses of Class
fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO

Packages that use RemoteRightToProduceFullVO
fr.ifremer.allegro.referential.regulation   
fr.ifremer.allegro.referential.regulation.generic.service   
fr.ifremer.allegro.referential.regulation.generic.vo   
 

Uses of RemoteRightToProduceFullVO in fr.ifremer.allegro.referential.regulation
 

Methods in fr.ifremer.allegro.referential.regulation that return RemoteRightToProduceFullVO
protected  RemoteRightToProduceFullVO RightToProduceDaoBase.toRemoteRightToProduceFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteRightToProduceFullVO RightToProduceDaoImpl.toRemoteRightToProduceFullVO(RightToProduce entity)
           
 RemoteRightToProduceFullVO RightToProduceDao.toRemoteRightToProduceFullVO(RightToProduce entity)
          Converts this DAO's entity to an object of type RemoteRightToProduceFullVO.
 RemoteRightToProduceFullVO RightToProduceDaoBase.toRemoteRightToProduceFullVO(RightToProduce entity)
           
 RemoteRightToProduceFullVO[] RightToProduceDao.toRemoteRightToProduceFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteRightToProduceFullVO.
 RemoteRightToProduceFullVO[] RightToProduceDaoBase.toRemoteRightToProduceFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.regulation with parameters of type RemoteRightToProduceFullVO
 RightToProduce RightToProduceDaoImpl.remoteRightToProduceFullVOToEntity(RemoteRightToProduceFullVO remoteRightToProduceFullVO)
           
 RightToProduce RightToProduceDao.remoteRightToProduceFullVOToEntity(RemoteRightToProduceFullVO remoteRightToProduceFullVO)
          Converts an instance of type RemoteRightToProduceFullVO to this DAO's entity.
 void RightToProduceDaoImpl.remoteRightToProduceFullVOToEntity(RemoteRightToProduceFullVO source, RightToProduce target, boolean copyIfNull)
           
 void RightToProduceDao.remoteRightToProduceFullVOToEntity(RemoteRightToProduceFullVO source, RightToProduce target, boolean copyIfNull)
          Copies the fields of RemoteRightToProduceFullVO to the specified entity.
 void RightToProduceDaoBase.remoteRightToProduceFullVOToEntity(RemoteRightToProduceFullVO source, RightToProduce target, boolean copyIfNull)
           
 void RightToProduceDaoImpl.toRemoteRightToProduceFullVO(RightToProduce source, RemoteRightToProduceFullVO target)
           
 void RightToProduceDao.toRemoteRightToProduceFullVO(RightToProduce source, RemoteRightToProduceFullVO target)
          Copies the fields of the specified entity to the target value object.
 void RightToProduceDaoBase.toRemoteRightToProduceFullVO(RightToProduce source, RemoteRightToProduceFullVO target)
           
 

Uses of RemoteRightToProduceFullVO in fr.ifremer.allegro.referential.regulation.generic.service
 

Methods in fr.ifremer.allegro.referential.regulation.generic.service that return RemoteRightToProduceFullVO
 RemoteRightToProduceFullVO RemoteRightToProduceFullService.addRightToProduce(RemoteRightToProduceFullVO rightToProduce)
           
 RemoteRightToProduceFullVO RemoteRightToProduceFullServiceWSDelegator.addRightToProduce(RemoteRightToProduceFullVO rightToProduce)
           
 RemoteRightToProduceFullVO RemoteRightToProduceFullServiceBase.addRightToProduce(RemoteRightToProduceFullVO rightToProduce)
           
 RemoteRightToProduceFullVO[] RemoteRightToProduceFullService.getAllRightToProduce()
           
 RemoteRightToProduceFullVO[] RemoteRightToProduceFullServiceWSDelegator.getAllRightToProduce()
           
 RemoteRightToProduceFullVO[] RemoteRightToProduceFullServiceBase.getAllRightToProduce()
           
 RemoteRightToProduceFullVO RemoteRightToProduceFullService.getRightToProduceByCorpusId(java.lang.Integer id)
           
 RemoteRightToProduceFullVO RemoteRightToProduceFullServiceWSDelegator.getRightToProduceByCorpusId(java.lang.Integer id)
           
 RemoteRightToProduceFullVO RemoteRightToProduceFullServiceBase.getRightToProduceByCorpusId(java.lang.Integer id)
           
 RemoteRightToProduceFullVO RemoteRightToProduceFullService.getRightToProduceById(java.lang.Integer id)
           
 RemoteRightToProduceFullVO RemoteRightToProduceFullServiceWSDelegator.getRightToProduceById(java.lang.Integer id)
           
 RemoteRightToProduceFullVO RemoteRightToProduceFullServiceBase.getRightToProduceById(java.lang.Integer id)
           
 RemoteRightToProduceFullVO[] RemoteRightToProduceFullService.getRightToProduceByIds(java.lang.Integer[] id)
           
 RemoteRightToProduceFullVO[] RemoteRightToProduceFullServiceWSDelegator.getRightToProduceByIds(java.lang.Integer[] id)
           
 RemoteRightToProduceFullVO[] RemoteRightToProduceFullServiceBase.getRightToProduceByIds(java.lang.Integer[] id)
           
 RemoteRightToProduceFullVO RemoteRightToProduceFullService.getRightToProduceByNaturalId(RemoteRightToProduceNaturalId rightToProduceNaturalId)
           
 RemoteRightToProduceFullVO RemoteRightToProduceFullServiceWSDelegator.getRightToProduceByNaturalId(RemoteRightToProduceNaturalId rightToProduceNaturalId)
           
 RemoteRightToProduceFullVO RemoteRightToProduceFullServiceBase.getRightToProduceByNaturalId(RemoteRightToProduceNaturalId rightToProduceNaturalId)
           
protected  RemoteRightToProduceFullVO RemoteRightToProduceFullServiceImpl.handleAddRightToProduce(RemoteRightToProduceFullVO rightToProduce)
           
protected abstract  RemoteRightToProduceFullVO RemoteRightToProduceFullServiceBase.handleAddRightToProduce(RemoteRightToProduceFullVO rightToProduce)
          Performs the core logic for RemoteRightToProduceFullServiceBase.addRightToProduce(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)
protected  RemoteRightToProduceFullVO[] RemoteRightToProduceFullServiceImpl.handleGetAllRightToProduce()
           
protected abstract  RemoteRightToProduceFullVO[] RemoteRightToProduceFullServiceBase.handleGetAllRightToProduce()
          Performs the core logic for RemoteRightToProduceFullServiceBase.getAllRightToProduce()
protected  RemoteRightToProduceFullVO RemoteRightToProduceFullServiceImpl.handleGetRightToProduceByCorpusId(java.lang.Integer id)
           
protected abstract  RemoteRightToProduceFullVO RemoteRightToProduceFullServiceBase.handleGetRightToProduceByCorpusId(java.lang.Integer id)
          Performs the core logic for RemoteRightToProduceFullServiceBase.getRightToProduceByCorpusId(java.lang.Integer)
protected  RemoteRightToProduceFullVO RemoteRightToProduceFullServiceImpl.handleGetRightToProduceById(java.lang.Integer id)
           
protected abstract  RemoteRightToProduceFullVO RemoteRightToProduceFullServiceBase.handleGetRightToProduceById(java.lang.Integer id)
          Performs the core logic for RemoteRightToProduceFullServiceBase.getRightToProduceById(java.lang.Integer)
protected  RemoteRightToProduceFullVO[] RemoteRightToProduceFullServiceImpl.handleGetRightToProduceByIds(java.lang.Integer[] id)
           
protected abstract  RemoteRightToProduceFullVO[] RemoteRightToProduceFullServiceBase.handleGetRightToProduceByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteRightToProduceFullServiceBase.getRightToProduceByIds(java.lang.Integer[])
protected  RemoteRightToProduceFullVO RemoteRightToProduceFullServiceImpl.handleGetRightToProduceByNaturalId(RemoteRightToProduceNaturalId rightToProduceNaturalId)
           
protected abstract  RemoteRightToProduceFullVO RemoteRightToProduceFullServiceBase.handleGetRightToProduceByNaturalId(RemoteRightToProduceNaturalId rightToProduceNaturalId)
          Performs the core logic for RemoteRightToProduceFullServiceBase.getRightToProduceByNaturalId(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceNaturalId)
 

Methods in fr.ifremer.allegro.referential.regulation.generic.service with parameters of type RemoteRightToProduceFullVO
 RemoteRightToProduceFullVO RemoteRightToProduceFullService.addRightToProduce(RemoteRightToProduceFullVO rightToProduce)
           
 RemoteRightToProduceFullVO RemoteRightToProduceFullServiceWSDelegator.addRightToProduce(RemoteRightToProduceFullVO rightToProduce)
           
 RemoteRightToProduceFullVO RemoteRightToProduceFullServiceBase.addRightToProduce(RemoteRightToProduceFullVO rightToProduce)
           
protected  RemoteRightToProduceFullVO RemoteRightToProduceFullServiceImpl.handleAddRightToProduce(RemoteRightToProduceFullVO rightToProduce)
           
protected abstract  RemoteRightToProduceFullVO RemoteRightToProduceFullServiceBase.handleAddRightToProduce(RemoteRightToProduceFullVO rightToProduce)
          Performs the core logic for RemoteRightToProduceFullServiceBase.addRightToProduce(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)
protected  boolean RemoteRightToProduceFullServiceImpl.handleRemoteRightToProduceFullVOsAreEqual(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst, RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond)
           
protected abstract  boolean RemoteRightToProduceFullServiceBase.handleRemoteRightToProduceFullVOsAreEqual(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst, RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond)
          Performs the core logic for RemoteRightToProduceFullServiceBase.remoteRightToProduceFullVOsAreEqual(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)
protected  boolean RemoteRightToProduceFullServiceImpl.handleRemoteRightToProduceFullVOsAreEqualOnIdentifiers(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst, RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond)
           
protected abstract  boolean RemoteRightToProduceFullServiceBase.handleRemoteRightToProduceFullVOsAreEqualOnIdentifiers(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst, RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond)
          Performs the core logic for RemoteRightToProduceFullServiceBase.remoteRightToProduceFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)
protected  void RemoteRightToProduceFullServiceImpl.handleRemoveRightToProduce(RemoteRightToProduceFullVO rightToProduce)
           
protected abstract  void RemoteRightToProduceFullServiceBase.handleRemoveRightToProduce(RemoteRightToProduceFullVO rightToProduce)
          Performs the core logic for RemoteRightToProduceFullServiceBase.removeRightToProduce(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)
protected  void RemoteRightToProduceFullServiceImpl.handleUpdateRightToProduce(RemoteRightToProduceFullVO rightToProduce)
           
protected abstract  void RemoteRightToProduceFullServiceBase.handleUpdateRightToProduce(RemoteRightToProduceFullVO rightToProduce)
          Performs the core logic for RemoteRightToProduceFullServiceBase.updateRightToProduce(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)
 boolean RemoteRightToProduceFullService.remoteRightToProduceFullVOsAreEqual(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst, RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond)
           
 boolean RemoteRightToProduceFullServiceWSDelegator.remoteRightToProduceFullVOsAreEqual(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst, RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond)
           
 boolean RemoteRightToProduceFullServiceBase.remoteRightToProduceFullVOsAreEqual(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst, RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond)
           
 boolean RemoteRightToProduceFullService.remoteRightToProduceFullVOsAreEqualOnIdentifiers(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst, RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond)
           
 boolean RemoteRightToProduceFullServiceWSDelegator.remoteRightToProduceFullVOsAreEqualOnIdentifiers(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst, RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond)
           
 boolean RemoteRightToProduceFullServiceBase.remoteRightToProduceFullVOsAreEqualOnIdentifiers(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst, RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond)
           
 void RemoteRightToProduceFullService.removeRightToProduce(RemoteRightToProduceFullVO rightToProduce)
           
 void RemoteRightToProduceFullServiceWSDelegator.removeRightToProduce(RemoteRightToProduceFullVO rightToProduce)
           
 void RemoteRightToProduceFullServiceBase.removeRightToProduce(RemoteRightToProduceFullVO rightToProduce)
           
 void RemoteRightToProduceFullService.updateRightToProduce(RemoteRightToProduceFullVO rightToProduce)
           
 void RemoteRightToProduceFullServiceWSDelegator.updateRightToProduce(RemoteRightToProduceFullVO rightToProduce)
           
 void RemoteRightToProduceFullServiceBase.updateRightToProduce(RemoteRightToProduceFullVO rightToProduce)
           
 

Uses of RemoteRightToProduceFullVO in fr.ifremer.allegro.referential.regulation.generic.vo
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.