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

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

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

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

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

Uses of RemoteAppliedStrategyNaturalId in fr.ifremer.allegro.administration.programStrategy.generic.cluster
 

Methods in fr.ifremer.allegro.administration.programStrategy.generic.cluster that return RemoteAppliedStrategyNaturalId
 RemoteAppliedStrategyNaturalId ClusterAppliedPeriod.getAppliedStrategyNaturalId()
           
 RemoteAppliedStrategyNaturalId ClusterPmfmAppliedStrategy.getAppliedStrategyNaturalId()
           
 RemoteAppliedStrategyNaturalId ClusterBatchModelAppliedStrategy.getAppliedStrategyNaturalId()
           
 

Methods in fr.ifremer.allegro.administration.programStrategy.generic.cluster with parameters of type RemoteAppliedStrategyNaturalId
 void ClusterAppliedPeriod.setAppliedStrategyNaturalId(RemoteAppliedStrategyNaturalId appliedStrategyNaturalId)
           
 void ClusterPmfmAppliedStrategy.setAppliedStrategyNaturalId(RemoteAppliedStrategyNaturalId appliedStrategyNaturalId)
           
 void ClusterBatchModelAppliedStrategy.setAppliedStrategyNaturalId(RemoteAppliedStrategyNaturalId appliedStrategyNaturalId)
           
 

Constructors in fr.ifremer.allegro.administration.programStrategy.generic.cluster with parameters of type RemoteAppliedStrategyNaturalId
ClusterAppliedPeriod(java.util.Date startDate, java.util.Date endDate, RemoteAppliedStrategyNaturalId appliedStrategyNaturalId)
           
ClusterBatchModelAppliedStrategy(java.lang.String modelName, RemoteAppliedStrategyNaturalId appliedStrategyNaturalId, RemoteAcquisitionLevelNaturalId acquisitionLevelNaturalId)
           
ClusterPmfmAppliedStrategy(RemotePmfmNaturalId pmfmNaturalId, RemoteAppliedStrategyNaturalId appliedStrategyNaturalId)
           
ClusterPmfmAppliedStrategy(RemotePmfmNaturalId pmfmNaturalId, RemoteAppliedStrategyNaturalId appliedStrategyNaturalId, RemoteAnalysisInstrumentNaturalId analysisInstrumentNaturalId, RemoteGearNaturalId gearNaturalId, RemoteFishingMetierNaturalId fishingMetierNaturalId)
           
 

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

Methods in fr.ifremer.allegro.administration.programStrategy.generic.service that return RemoteAppliedStrategyNaturalId
 RemoteAppliedStrategyNaturalId RemoteAppliedStrategyFullService.getAppliedStrategyNaturalIdById(java.lang.Integer id)
           
 RemoteAppliedStrategyNaturalId RemoteAppliedStrategyFullServiceWSDelegator.getAppliedStrategyNaturalIdById(java.lang.Integer id)
           
 RemoteAppliedStrategyNaturalId RemoteAppliedStrategyFullServiceBase.getAppliedStrategyNaturalIdById(java.lang.Integer id)
           
 RemoteAppliedStrategyNaturalId[] RemoteAppliedStrategyFullService.getAppliedStrategyNaturalIds()
           
 RemoteAppliedStrategyNaturalId[] RemoteAppliedStrategyFullServiceWSDelegator.getAppliedStrategyNaturalIds()
           
 RemoteAppliedStrategyNaturalId[] RemoteAppliedStrategyFullServiceBase.getAppliedStrategyNaturalIds()
           
protected  RemoteAppliedStrategyNaturalId RemoteAppliedStrategyFullServiceImpl.handleGetAppliedStrategyNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteAppliedStrategyNaturalId RemoteAppliedStrategyFullServiceBase.handleGetAppliedStrategyNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.getAppliedStrategyNaturalIdById(java.lang.Integer)
protected  RemoteAppliedStrategyNaturalId[] RemoteAppliedStrategyFullServiceImpl.handleGetAppliedStrategyNaturalIds()
           
protected abstract  RemoteAppliedStrategyNaturalId[] RemoteAppliedStrategyFullServiceBase.handleGetAppliedStrategyNaturalIds()
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.getAppliedStrategyNaturalIds()
 

Methods in fr.ifremer.allegro.administration.programStrategy.generic.service with parameters of type RemoteAppliedStrategyNaturalId
 RemoteAppliedStrategyFullVO RemoteAppliedStrategyFullService.getAppliedStrategyByNaturalId(RemoteAppliedStrategyNaturalId appliedStrategyNaturalId)
           
 RemoteAppliedStrategyFullVO RemoteAppliedStrategyFullServiceWSDelegator.getAppliedStrategyByNaturalId(RemoteAppliedStrategyNaturalId appliedStrategyNaturalId)
           
 RemoteAppliedStrategyFullVO RemoteAppliedStrategyFullServiceBase.getAppliedStrategyByNaturalId(RemoteAppliedStrategyNaturalId appliedStrategyNaturalId)
           
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)
 

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

Methods in fr.ifremer.allegro.administration.programStrategy.generic.vo that return RemoteAppliedStrategyNaturalId
 RemoteAppliedStrategyNaturalId RemoteAppliedPeriodNaturalId.getAppliedStrategy()
           
 RemoteAppliedStrategyNaturalId RemotePmfmAppliedStrategyNaturalId.getAppliedStrategy()
           
 RemoteAppliedStrategyNaturalId RemoteBatchModelAppliedStrategyNaturalId.getAppliedStrategy()
           
 

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

Constructors in fr.ifremer.allegro.administration.programStrategy.generic.vo with parameters of type RemoteAppliedStrategyNaturalId
RemoteAppliedPeriodNaturalId(java.util.Date startDate, RemoteAppliedStrategyNaturalId appliedStrategy)
           
RemoteAppliedStrategyNaturalId(RemoteAppliedStrategyNaturalId otherBean)
          Copies constructor from other RemoteAppliedStrategyNaturalId
RemoteBatchModelAppliedStrategyNaturalId(RemoteAppliedStrategyNaturalId appliedStrategy, RemoteAcquisitionLevelNaturalId acquisitionLevel)
           
RemotePmfmAppliedStrategyNaturalId(RemotePmfmNaturalId pmfm, RemoteAppliedStrategyNaturalId appliedStrategy)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.