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

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

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

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

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

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

Methods in fr.ifremer.allegro.administration.programStrategy.generic.service that return RemotePmfmAppliedStrategyNaturalId
 RemotePmfmAppliedStrategyNaturalId[] RemotePmfmAppliedStrategyFullService.getPmfmAppliedStrategyNaturalIds()
           
 RemotePmfmAppliedStrategyNaturalId[] RemotePmfmAppliedStrategyFullServiceWSDelegator.getPmfmAppliedStrategyNaturalIds()
           
 RemotePmfmAppliedStrategyNaturalId[] RemotePmfmAppliedStrategyFullServiceBase.getPmfmAppliedStrategyNaturalIds()
           
protected  RemotePmfmAppliedStrategyNaturalId[] RemotePmfmAppliedStrategyFullServiceImpl.handleGetPmfmAppliedStrategyNaturalIds()
           
protected abstract  RemotePmfmAppliedStrategyNaturalId[] RemotePmfmAppliedStrategyFullServiceBase.handleGetPmfmAppliedStrategyNaturalIds()
          Performs the core logic for RemotePmfmAppliedStrategyFullServiceBase.getPmfmAppliedStrategyNaturalIds()
 

Methods in fr.ifremer.allegro.administration.programStrategy.generic.service with parameters of type RemotePmfmAppliedStrategyNaturalId
 RemotePmfmAppliedStrategyFullVO RemotePmfmAppliedStrategyFullService.getPmfmAppliedStrategyByNaturalId(RemotePmfmAppliedStrategyNaturalId pmfmAppliedStrategyNaturalId)
           
 RemotePmfmAppliedStrategyFullVO RemotePmfmAppliedStrategyFullServiceWSDelegator.getPmfmAppliedStrategyByNaturalId(RemotePmfmAppliedStrategyNaturalId pmfmAppliedStrategyNaturalId)
           
 RemotePmfmAppliedStrategyFullVO RemotePmfmAppliedStrategyFullServiceBase.getPmfmAppliedStrategyByNaturalId(RemotePmfmAppliedStrategyNaturalId pmfmAppliedStrategyNaturalId)
           
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)
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.