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

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

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

Methods in fr.ifremer.allegro.administration.programStrategy that return RemotePmfmAppliedStrategyFullVO
protected  RemotePmfmAppliedStrategyFullVO PmfmAppliedStrategyDaoBase.toRemotePmfmAppliedStrategyFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemotePmfmAppliedStrategyFullVO PmfmAppliedStrategyDaoImpl.toRemotePmfmAppliedStrategyFullVO(PmfmAppliedStrategy entity)
           
 RemotePmfmAppliedStrategyFullVO PmfmAppliedStrategyDao.toRemotePmfmAppliedStrategyFullVO(PmfmAppliedStrategy entity)
          Converts this DAO's entity to an object of type RemotePmfmAppliedStrategyFullVO.
 RemotePmfmAppliedStrategyFullVO PmfmAppliedStrategyDaoBase.toRemotePmfmAppliedStrategyFullVO(PmfmAppliedStrategy entity)
           
 RemotePmfmAppliedStrategyFullVO[] PmfmAppliedStrategyDao.toRemotePmfmAppliedStrategyFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemotePmfmAppliedStrategyFullVO.
 RemotePmfmAppliedStrategyFullVO[] PmfmAppliedStrategyDaoBase.toRemotePmfmAppliedStrategyFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.administration.programStrategy with parameters of type RemotePmfmAppliedStrategyFullVO
 PmfmAppliedStrategy PmfmAppliedStrategyDaoImpl.remotePmfmAppliedStrategyFullVOToEntity(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVO)
           
 PmfmAppliedStrategy PmfmAppliedStrategyDao.remotePmfmAppliedStrategyFullVOToEntity(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVO)
          Converts an instance of type RemotePmfmAppliedStrategyFullVO to this DAO's entity.
 void PmfmAppliedStrategyDaoImpl.remotePmfmAppliedStrategyFullVOToEntity(RemotePmfmAppliedStrategyFullVO source, PmfmAppliedStrategy target, boolean copyIfNull)
           
 void PmfmAppliedStrategyDao.remotePmfmAppliedStrategyFullVOToEntity(RemotePmfmAppliedStrategyFullVO source, PmfmAppliedStrategy target, boolean copyIfNull)
          Copies the fields of RemotePmfmAppliedStrategyFullVO to the specified entity.
 void PmfmAppliedStrategyDaoBase.remotePmfmAppliedStrategyFullVOToEntity(RemotePmfmAppliedStrategyFullVO source, PmfmAppliedStrategy target, boolean copyIfNull)
           
 void PmfmAppliedStrategyDaoImpl.toRemotePmfmAppliedStrategyFullVO(PmfmAppliedStrategy source, RemotePmfmAppliedStrategyFullVO target)
           
 void PmfmAppliedStrategyDao.toRemotePmfmAppliedStrategyFullVO(PmfmAppliedStrategy source, RemotePmfmAppliedStrategyFullVO target)
          Copies the fields of the specified entity to the target value object.
 void PmfmAppliedStrategyDaoBase.toRemotePmfmAppliedStrategyFullVO(PmfmAppliedStrategy source, RemotePmfmAppliedStrategyFullVO target)
           
 

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

Methods in fr.ifremer.allegro.administration.programStrategy.generic.service that return RemotePmfmAppliedStrategyFullVO
 RemotePmfmAppliedStrategyFullVO RemotePmfmAppliedStrategyFullService.addPmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
           
 RemotePmfmAppliedStrategyFullVO RemotePmfmAppliedStrategyFullServiceWSDelegator.addPmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
           
 RemotePmfmAppliedStrategyFullVO RemotePmfmAppliedStrategyFullServiceBase.addPmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
           
 RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullService.getAllPmfmAppliedStrategy()
           
 RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullServiceWSDelegator.getAllPmfmAppliedStrategy()
           
 RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullServiceBase.getAllPmfmAppliedStrategy()
           
 RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullService.getPmfmAppliedStrategyByAnalysisInstrumentId(java.lang.Integer id)
           
 RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullServiceWSDelegator.getPmfmAppliedStrategyByAnalysisInstrumentId(java.lang.Integer id)
           
 RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullServiceBase.getPmfmAppliedStrategyByAnalysisInstrumentId(java.lang.Integer id)
           
 RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullService.getPmfmAppliedStrategyByAppliedStrategyId(java.lang.Integer id)
           
 RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullServiceWSDelegator.getPmfmAppliedStrategyByAppliedStrategyId(java.lang.Integer id)
           
 RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullServiceBase.getPmfmAppliedStrategyByAppliedStrategyId(java.lang.Integer id)
           
 RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullService.getPmfmAppliedStrategyByFishingMetierId(java.lang.Integer id)
           
 RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullServiceWSDelegator.getPmfmAppliedStrategyByFishingMetierId(java.lang.Integer id)
           
 RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullServiceBase.getPmfmAppliedStrategyByFishingMetierId(java.lang.Integer id)
           
 RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullService.getPmfmAppliedStrategyByGearId(java.lang.Integer id)
           
 RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullServiceWSDelegator.getPmfmAppliedStrategyByGearId(java.lang.Integer id)
           
 RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullServiceBase.getPmfmAppliedStrategyByGearId(java.lang.Integer id)
           
 RemotePmfmAppliedStrategyFullVO RemotePmfmAppliedStrategyFullService.getPmfmAppliedStrategyByIdentifiers(java.lang.Integer pmfmId, java.lang.Integer appliedStrategyId)
           
 RemotePmfmAppliedStrategyFullVO RemotePmfmAppliedStrategyFullServiceWSDelegator.getPmfmAppliedStrategyByIdentifiers(java.lang.Integer pmfmId, java.lang.Integer appliedStrategyId)
           
 RemotePmfmAppliedStrategyFullVO RemotePmfmAppliedStrategyFullServiceBase.getPmfmAppliedStrategyByIdentifiers(java.lang.Integer pmfmId, java.lang.Integer appliedStrategyId)
           
 RemotePmfmAppliedStrategyFullVO RemotePmfmAppliedStrategyFullService.getPmfmAppliedStrategyByNaturalId(RemotePmfmAppliedStrategyNaturalId pmfmAppliedStrategyNaturalId)
           
 RemotePmfmAppliedStrategyFullVO RemotePmfmAppliedStrategyFullServiceWSDelegator.getPmfmAppliedStrategyByNaturalId(RemotePmfmAppliedStrategyNaturalId pmfmAppliedStrategyNaturalId)
           
 RemotePmfmAppliedStrategyFullVO RemotePmfmAppliedStrategyFullServiceBase.getPmfmAppliedStrategyByNaturalId(RemotePmfmAppliedStrategyNaturalId pmfmAppliedStrategyNaturalId)
           
 RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullService.getPmfmAppliedStrategyByPmfmId(java.lang.Integer id)
           
 RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullServiceWSDelegator.getPmfmAppliedStrategyByPmfmId(java.lang.Integer id)
           
 RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullServiceBase.getPmfmAppliedStrategyByPmfmId(java.lang.Integer id)
           
protected  RemotePmfmAppliedStrategyFullVO RemotePmfmAppliedStrategyFullServiceImpl.handleAddPmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
           
protected abstract  RemotePmfmAppliedStrategyFullVO RemotePmfmAppliedStrategyFullServiceBase.handleAddPmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
          Performs the core logic for RemotePmfmAppliedStrategyFullServiceBase.addPmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)
protected  RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullServiceImpl.handleGetAllPmfmAppliedStrategy()
           
protected abstract  RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullServiceBase.handleGetAllPmfmAppliedStrategy()
          Performs the core logic for RemotePmfmAppliedStrategyFullServiceBase.getAllPmfmAppliedStrategy()
protected  RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullServiceImpl.handleGetPmfmAppliedStrategyByAnalysisInstrumentId(java.lang.Integer id)
           
protected abstract  RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullServiceBase.handleGetPmfmAppliedStrategyByAnalysisInstrumentId(java.lang.Integer id)
          Performs the core logic for RemotePmfmAppliedStrategyFullServiceBase.getPmfmAppliedStrategyByAnalysisInstrumentId(java.lang.Integer)
protected  RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullServiceImpl.handleGetPmfmAppliedStrategyByAppliedStrategyId(java.lang.Integer id)
           
protected abstract  RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullServiceBase.handleGetPmfmAppliedStrategyByAppliedStrategyId(java.lang.Integer id)
          Performs the core logic for RemotePmfmAppliedStrategyFullServiceBase.getPmfmAppliedStrategyByAppliedStrategyId(java.lang.Integer)
protected  RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullServiceImpl.handleGetPmfmAppliedStrategyByFishingMetierId(java.lang.Integer id)
           
protected abstract  RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullServiceBase.handleGetPmfmAppliedStrategyByFishingMetierId(java.lang.Integer id)
          Performs the core logic for RemotePmfmAppliedStrategyFullServiceBase.getPmfmAppliedStrategyByFishingMetierId(java.lang.Integer)
protected  RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullServiceImpl.handleGetPmfmAppliedStrategyByGearId(java.lang.Integer id)
           
protected abstract  RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullServiceBase.handleGetPmfmAppliedStrategyByGearId(java.lang.Integer id)
          Performs the core logic for RemotePmfmAppliedStrategyFullServiceBase.getPmfmAppliedStrategyByGearId(java.lang.Integer)
protected  RemotePmfmAppliedStrategyFullVO RemotePmfmAppliedStrategyFullServiceImpl.handleGetPmfmAppliedStrategyByIdentifiers(java.lang.Integer pmfmId, java.lang.Integer appliedStrategyId)
           
protected abstract  RemotePmfmAppliedStrategyFullVO RemotePmfmAppliedStrategyFullServiceBase.handleGetPmfmAppliedStrategyByIdentifiers(java.lang.Integer pmfmId, java.lang.Integer appliedStrategyId)
          Performs the core logic for RemotePmfmAppliedStrategyFullServiceBase.getPmfmAppliedStrategyByIdentifiers(java.lang.Integer, java.lang.Integer)
protected  RemotePmfmAppliedStrategyFullVO RemotePmfmAppliedStrategyFullServiceImpl.handleGetPmfmAppliedStrategyByNaturalId(RemotePmfmAppliedStrategyNaturalId pmfmAppliedStrategyNaturalId)
           
protected abstract  RemotePmfmAppliedStrategyFullVO RemotePmfmAppliedStrategyFullServiceBase.handleGetPmfmAppliedStrategyByNaturalId(RemotePmfmAppliedStrategyNaturalId pmfmAppliedStrategyNaturalId)
          Performs the core logic for RemotePmfmAppliedStrategyFullServiceBase.getPmfmAppliedStrategyByNaturalId(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyNaturalId)
protected  RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullServiceImpl.handleGetPmfmAppliedStrategyByPmfmId(java.lang.Integer id)
           
protected abstract  RemotePmfmAppliedStrategyFullVO[] RemotePmfmAppliedStrategyFullServiceBase.handleGetPmfmAppliedStrategyByPmfmId(java.lang.Integer id)
          Performs the core logic for RemotePmfmAppliedStrategyFullServiceBase.getPmfmAppliedStrategyByPmfmId(java.lang.Integer)
 

Methods in fr.ifremer.allegro.administration.programStrategy.generic.service with parameters of type RemotePmfmAppliedStrategyFullVO
 RemotePmfmAppliedStrategyFullVO RemotePmfmAppliedStrategyFullService.addPmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
           
 RemotePmfmAppliedStrategyFullVO RemotePmfmAppliedStrategyFullServiceWSDelegator.addPmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
           
 RemotePmfmAppliedStrategyFullVO RemotePmfmAppliedStrategyFullServiceBase.addPmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
           
protected  RemotePmfmAppliedStrategyFullVO RemotePmfmAppliedStrategyFullServiceImpl.handleAddPmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
           
protected abstract  RemotePmfmAppliedStrategyFullVO RemotePmfmAppliedStrategyFullServiceBase.handleAddPmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
          Performs the core logic for RemotePmfmAppliedStrategyFullServiceBase.addPmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)
protected  boolean RemotePmfmAppliedStrategyFullServiceImpl.handleRemotePmfmAppliedStrategyFullVOsAreEqual(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOFirst, RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOSecond)
           
protected abstract  boolean RemotePmfmAppliedStrategyFullServiceBase.handleRemotePmfmAppliedStrategyFullVOsAreEqual(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOFirst, RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOSecond)
          Performs the core logic for RemotePmfmAppliedStrategyFullServiceBase.remotePmfmAppliedStrategyFullVOsAreEqual(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)
protected  boolean RemotePmfmAppliedStrategyFullServiceImpl.handleRemotePmfmAppliedStrategyFullVOsAreEqualOnIdentifiers(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOFirst, RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOSecond)
           
protected abstract  boolean RemotePmfmAppliedStrategyFullServiceBase.handleRemotePmfmAppliedStrategyFullVOsAreEqualOnIdentifiers(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOFirst, RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOSecond)
          Performs the core logic for RemotePmfmAppliedStrategyFullServiceBase.remotePmfmAppliedStrategyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)
protected  void RemotePmfmAppliedStrategyFullServiceImpl.handleRemovePmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
           
protected abstract  void RemotePmfmAppliedStrategyFullServiceBase.handleRemovePmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
          Performs the core logic for RemotePmfmAppliedStrategyFullServiceBase.removePmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)
protected  void RemotePmfmAppliedStrategyFullServiceImpl.handleUpdatePmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
           
protected abstract  void RemotePmfmAppliedStrategyFullServiceBase.handleUpdatePmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
          Performs the core logic for RemotePmfmAppliedStrategyFullServiceBase.updatePmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)
 boolean RemotePmfmAppliedStrategyFullService.remotePmfmAppliedStrategyFullVOsAreEqual(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOFirst, RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOSecond)
           
 boolean RemotePmfmAppliedStrategyFullServiceWSDelegator.remotePmfmAppliedStrategyFullVOsAreEqual(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOFirst, RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOSecond)
           
 boolean RemotePmfmAppliedStrategyFullServiceBase.remotePmfmAppliedStrategyFullVOsAreEqual(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOFirst, RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOSecond)
           
 boolean RemotePmfmAppliedStrategyFullService.remotePmfmAppliedStrategyFullVOsAreEqualOnIdentifiers(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOFirst, RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOSecond)
           
 boolean RemotePmfmAppliedStrategyFullServiceWSDelegator.remotePmfmAppliedStrategyFullVOsAreEqualOnIdentifiers(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOFirst, RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOSecond)
           
 boolean RemotePmfmAppliedStrategyFullServiceBase.remotePmfmAppliedStrategyFullVOsAreEqualOnIdentifiers(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOFirst, RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOSecond)
           
 void RemotePmfmAppliedStrategyFullService.removePmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
           
 void RemotePmfmAppliedStrategyFullServiceWSDelegator.removePmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
           
 void RemotePmfmAppliedStrategyFullServiceBase.removePmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
           
 void RemotePmfmAppliedStrategyFullService.updatePmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
           
 void RemotePmfmAppliedStrategyFullServiceWSDelegator.updatePmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
           
 void RemotePmfmAppliedStrategyFullServiceBase.updatePmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
           
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.