Uses of Class
fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO

Packages that use RemoteAppliedStrategyFullVO
fr.ifremer.allegro.administration.programStrategy   
fr.ifremer.allegro.administration.programStrategy.generic.service   
fr.ifremer.allegro.administration.programStrategy.generic.vo   
 

Uses of RemoteAppliedStrategyFullVO in fr.ifremer.allegro.administration.programStrategy
 

Methods in fr.ifremer.allegro.administration.programStrategy that return RemoteAppliedStrategyFullVO
 RemoteAppliedStrategyFullVO AppliedStrategyDaoImpl.toRemoteAppliedStrategyFullVO(AppliedStrategy entity)
           
 RemoteAppliedStrategyFullVO AppliedStrategyDao.toRemoteAppliedStrategyFullVO(AppliedStrategy entity)
          Converts this DAO's entity to an object of type RemoteAppliedStrategyFullVO.
 RemoteAppliedStrategyFullVO AppliedStrategyDaoBase.toRemoteAppliedStrategyFullVO(AppliedStrategy entity)
           
protected  RemoteAppliedStrategyFullVO AppliedStrategyDaoBase.toRemoteAppliedStrategyFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteAppliedStrategyFullVO[] AppliedStrategyDao.toRemoteAppliedStrategyFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteAppliedStrategyFullVO.
 RemoteAppliedStrategyFullVO[] AppliedStrategyDaoBase.toRemoteAppliedStrategyFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.administration.programStrategy with parameters of type RemoteAppliedStrategyFullVO
 AppliedStrategy AppliedStrategyDaoImpl.remoteAppliedStrategyFullVOToEntity(RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVO)
           
 AppliedStrategy AppliedStrategyDao.remoteAppliedStrategyFullVOToEntity(RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVO)
          Converts an instance of type RemoteAppliedStrategyFullVO to this DAO's entity.
 void AppliedStrategyDaoImpl.remoteAppliedStrategyFullVOToEntity(RemoteAppliedStrategyFullVO source, AppliedStrategy target, boolean copyIfNull)
           
 void AppliedStrategyDao.remoteAppliedStrategyFullVOToEntity(RemoteAppliedStrategyFullVO source, AppliedStrategy target, boolean copyIfNull)
          Copies the fields of RemoteAppliedStrategyFullVO to the specified entity.
 void AppliedStrategyDaoBase.remoteAppliedStrategyFullVOToEntity(RemoteAppliedStrategyFullVO source, AppliedStrategy target, boolean copyIfNull)
           
 void AppliedStrategyDaoImpl.toRemoteAppliedStrategyFullVO(AppliedStrategy source, RemoteAppliedStrategyFullVO target)
           
 void AppliedStrategyDao.toRemoteAppliedStrategyFullVO(AppliedStrategy source, RemoteAppliedStrategyFullVO target)
          Copies the fields of the specified entity to the target value object.
 void AppliedStrategyDaoBase.toRemoteAppliedStrategyFullVO(AppliedStrategy source, RemoteAppliedStrategyFullVO target)
           
 

Uses of RemoteAppliedStrategyFullVO in fr.ifremer.allegro.administration.programStrategy.generic.service
 

Methods in fr.ifremer.allegro.administration.programStrategy.generic.service that return RemoteAppliedStrategyFullVO
 RemoteAppliedStrategyFullVO RemoteAppliedStrategyFullService.addAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
           
 RemoteAppliedStrategyFullVO RemoteAppliedStrategyFullServiceWSDelegator.addAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
           
 RemoteAppliedStrategyFullVO RemoteAppliedStrategyFullServiceBase.addAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
           
 RemoteAppliedStrategyFullVO[] RemoteAppliedStrategyFullService.getAllAppliedStrategy()
           
 RemoteAppliedStrategyFullVO[] RemoteAppliedStrategyFullServiceWSDelegator.getAllAppliedStrategy()
           
 RemoteAppliedStrategyFullVO[] RemoteAppliedStrategyFullServiceBase.getAllAppliedStrategy()
           
 RemoteAppliedStrategyFullVO RemoteAppliedStrategyFullService.getAppliedStrategyById(java.lang.Integer id)
           
 RemoteAppliedStrategyFullVO RemoteAppliedStrategyFullServiceWSDelegator.getAppliedStrategyById(java.lang.Integer id)
           
 RemoteAppliedStrategyFullVO RemoteAppliedStrategyFullServiceBase.getAppliedStrategyById(java.lang.Integer id)
           
 RemoteAppliedStrategyFullVO[] RemoteAppliedStrategyFullService.getAppliedStrategyByIds(java.lang.Integer[] id)
           
 RemoteAppliedStrategyFullVO[] RemoteAppliedStrategyFullServiceWSDelegator.getAppliedStrategyByIds(java.lang.Integer[] id)
           
 RemoteAppliedStrategyFullVO[] RemoteAppliedStrategyFullServiceBase.getAppliedStrategyByIds(java.lang.Integer[] id)
           
 RemoteAppliedStrategyFullVO[] RemoteAppliedStrategyFullService.getAppliedStrategyByLocationId(java.lang.Integer id)
           
 RemoteAppliedStrategyFullVO[] RemoteAppliedStrategyFullServiceWSDelegator.getAppliedStrategyByLocationId(java.lang.Integer id)
           
 RemoteAppliedStrategyFullVO[] RemoteAppliedStrategyFullServiceBase.getAppliedStrategyByLocationId(java.lang.Integer id)
           
 RemoteAppliedStrategyFullVO RemoteAppliedStrategyFullService.getAppliedStrategyByNaturalId(RemoteAppliedStrategyNaturalId appliedStrategyNaturalId)
           
 RemoteAppliedStrategyFullVO RemoteAppliedStrategyFullServiceWSDelegator.getAppliedStrategyByNaturalId(RemoteAppliedStrategyNaturalId appliedStrategyNaturalId)
           
 RemoteAppliedStrategyFullVO RemoteAppliedStrategyFullServiceBase.getAppliedStrategyByNaturalId(RemoteAppliedStrategyNaturalId appliedStrategyNaturalId)
           
 RemoteAppliedStrategyFullVO[] RemoteAppliedStrategyFullService.getAppliedStrategyByStrategyId(java.lang.Integer id)
           
 RemoteAppliedStrategyFullVO[] RemoteAppliedStrategyFullServiceWSDelegator.getAppliedStrategyByStrategyId(java.lang.Integer id)
           
 RemoteAppliedStrategyFullVO[] RemoteAppliedStrategyFullServiceBase.getAppliedStrategyByStrategyId(java.lang.Integer id)
           
protected  RemoteAppliedStrategyFullVO RemoteAppliedStrategyFullServiceImpl.handleAddAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
           
protected abstract  RemoteAppliedStrategyFullVO RemoteAppliedStrategyFullServiceBase.handleAddAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.addAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)
protected  RemoteAppliedStrategyFullVO[] RemoteAppliedStrategyFullServiceImpl.handleGetAllAppliedStrategy()
           
protected abstract  RemoteAppliedStrategyFullVO[] RemoteAppliedStrategyFullServiceBase.handleGetAllAppliedStrategy()
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.getAllAppliedStrategy()
protected  RemoteAppliedStrategyFullVO RemoteAppliedStrategyFullServiceImpl.handleGetAppliedStrategyById(java.lang.Integer id)
           
protected abstract  RemoteAppliedStrategyFullVO RemoteAppliedStrategyFullServiceBase.handleGetAppliedStrategyById(java.lang.Integer id)
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.getAppliedStrategyById(java.lang.Integer)
protected  RemoteAppliedStrategyFullVO[] RemoteAppliedStrategyFullServiceImpl.handleGetAppliedStrategyByIds(java.lang.Integer[] id)
           
protected abstract  RemoteAppliedStrategyFullVO[] RemoteAppliedStrategyFullServiceBase.handleGetAppliedStrategyByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.getAppliedStrategyByIds(java.lang.Integer[])
protected  RemoteAppliedStrategyFullVO[] RemoteAppliedStrategyFullServiceImpl.handleGetAppliedStrategyByLocationId(java.lang.Integer id)
           
protected abstract  RemoteAppliedStrategyFullVO[] RemoteAppliedStrategyFullServiceBase.handleGetAppliedStrategyByLocationId(java.lang.Integer id)
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.getAppliedStrategyByLocationId(java.lang.Integer)
protected  RemoteAppliedStrategyFullVO RemoteAppliedStrategyFullServiceImpl.handleGetAppliedStrategyByNaturalId(RemoteAppliedStrategyNaturalId appliedStrategyNaturalId)
           
protected abstract  RemoteAppliedStrategyFullVO RemoteAppliedStrategyFullServiceBase.handleGetAppliedStrategyByNaturalId(RemoteAppliedStrategyNaturalId appliedStrategyNaturalId)
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.getAppliedStrategyByNaturalId(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyNaturalId)
protected  RemoteAppliedStrategyFullVO[] RemoteAppliedStrategyFullServiceImpl.handleGetAppliedStrategyByStrategyId(java.lang.Integer id)
           
protected abstract  RemoteAppliedStrategyFullVO[] RemoteAppliedStrategyFullServiceBase.handleGetAppliedStrategyByStrategyId(java.lang.Integer id)
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.getAppliedStrategyByStrategyId(java.lang.Integer)
 

Methods in fr.ifremer.allegro.administration.programStrategy.generic.service with parameters of type RemoteAppliedStrategyFullVO
 RemoteAppliedStrategyFullVO RemoteAppliedStrategyFullService.addAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
           
 RemoteAppliedStrategyFullVO RemoteAppliedStrategyFullServiceWSDelegator.addAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
           
 RemoteAppliedStrategyFullVO RemoteAppliedStrategyFullServiceBase.addAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
           
protected  RemoteAppliedStrategyFullVO RemoteAppliedStrategyFullServiceImpl.handleAddAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
           
protected abstract  RemoteAppliedStrategyFullVO RemoteAppliedStrategyFullServiceBase.handleAddAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.addAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)
protected  boolean RemoteAppliedStrategyFullServiceImpl.handleRemoteAppliedStrategyFullVOsAreEqual(RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOFirst, RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOSecond)
           
protected abstract  boolean RemoteAppliedStrategyFullServiceBase.handleRemoteAppliedStrategyFullVOsAreEqual(RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOFirst, RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOSecond)
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.remoteAppliedStrategyFullVOsAreEqual(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)
protected  boolean RemoteAppliedStrategyFullServiceImpl.handleRemoteAppliedStrategyFullVOsAreEqualOnIdentifiers(RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOFirst, RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOSecond)
           
protected abstract  boolean RemoteAppliedStrategyFullServiceBase.handleRemoteAppliedStrategyFullVOsAreEqualOnIdentifiers(RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOFirst, RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOSecond)
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.remoteAppliedStrategyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)
protected  void RemoteAppliedStrategyFullServiceImpl.handleRemoveAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
           
protected abstract  void RemoteAppliedStrategyFullServiceBase.handleRemoveAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.removeAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)
protected  void RemoteAppliedStrategyFullServiceImpl.handleUpdateAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
           
protected abstract  void RemoteAppliedStrategyFullServiceBase.handleUpdateAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.updateAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)
 boolean RemoteAppliedStrategyFullService.remoteAppliedStrategyFullVOsAreEqual(RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOFirst, RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOSecond)
           
 boolean RemoteAppliedStrategyFullServiceWSDelegator.remoteAppliedStrategyFullVOsAreEqual(RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOFirst, RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOSecond)
           
 boolean RemoteAppliedStrategyFullServiceBase.remoteAppliedStrategyFullVOsAreEqual(RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOFirst, RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOSecond)
           
 boolean RemoteAppliedStrategyFullService.remoteAppliedStrategyFullVOsAreEqualOnIdentifiers(RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOFirst, RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOSecond)
           
 boolean RemoteAppliedStrategyFullServiceWSDelegator.remoteAppliedStrategyFullVOsAreEqualOnIdentifiers(RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOFirst, RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOSecond)
           
 boolean RemoteAppliedStrategyFullServiceBase.remoteAppliedStrategyFullVOsAreEqualOnIdentifiers(RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOFirst, RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOSecond)
           
 void RemoteAppliedStrategyFullService.removeAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
           
 void RemoteAppliedStrategyFullServiceWSDelegator.removeAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
           
 void RemoteAppliedStrategyFullServiceBase.removeAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
           
 void RemoteAppliedStrategyFullService.updateAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
           
 void RemoteAppliedStrategyFullServiceWSDelegator.updateAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
           
 void RemoteAppliedStrategyFullServiceBase.updateAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
           
 

Uses of RemoteAppliedStrategyFullVO in fr.ifremer.allegro.administration.programStrategy.generic.vo
 

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

Constructors in fr.ifremer.allegro.administration.programStrategy.generic.vo with parameters of type RemoteAppliedStrategyFullVO
RemoteAppliedStrategyFullVO(RemoteAppliedStrategyFullVO otherBean)
          Copies constructor from other RemoteAppliedStrategyFullVO
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.