Uses of Class
fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterPmfmAppliedStrategy

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

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

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

Methods in fr.ifremer.allegro.administration.programStrategy with parameters of type ClusterPmfmAppliedStrategy
 PmfmAppliedStrategy PmfmAppliedStrategyDaoImpl.clusterPmfmAppliedStrategyToEntity(ClusterPmfmAppliedStrategy clusterPmfmAppliedStrategy)
           
 PmfmAppliedStrategy PmfmAppliedStrategyDao.clusterPmfmAppliedStrategyToEntity(ClusterPmfmAppliedStrategy clusterPmfmAppliedStrategy)
          Converts an instance of type ClusterPmfmAppliedStrategy to this DAO's entity.
 void PmfmAppliedStrategyDaoImpl.clusterPmfmAppliedStrategyToEntity(ClusterPmfmAppliedStrategy source, PmfmAppliedStrategy target, boolean copyIfNull)
           
 void PmfmAppliedStrategyDao.clusterPmfmAppliedStrategyToEntity(ClusterPmfmAppliedStrategy source, PmfmAppliedStrategy target, boolean copyIfNull)
          Copies the fields of ClusterPmfmAppliedStrategy to the specified entity.
 void PmfmAppliedStrategyDaoBase.clusterPmfmAppliedStrategyToEntity(ClusterPmfmAppliedStrategy source, PmfmAppliedStrategy target, boolean copyIfNull)
           
 PmfmAppliedStrategy PmfmAppliedStrategyDao.createFromClusterPmfmAppliedStrategy(ClusterPmfmAppliedStrategy clusterPmfmAppliedStrategy)
           
 PmfmAppliedStrategy PmfmAppliedStrategyDaoBase.createFromClusterPmfmAppliedStrategy(ClusterPmfmAppliedStrategy clusterPmfmAppliedStrategy)
           
protected  PmfmAppliedStrategy PmfmAppliedStrategyDaoImpl.handleCreateFromClusterPmfmAppliedStrategy(ClusterPmfmAppliedStrategy clusterPmfmAppliedStrategy)
           
protected abstract  PmfmAppliedStrategy PmfmAppliedStrategyDaoBase.handleCreateFromClusterPmfmAppliedStrategy(ClusterPmfmAppliedStrategy clusterPmfmAppliedStrategy)
          Performs the core logic for PmfmAppliedStrategyDaoBase.createFromClusterPmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterPmfmAppliedStrategy)
 void PmfmAppliedStrategyDaoImpl.toClusterPmfmAppliedStrategy(PmfmAppliedStrategy source, ClusterPmfmAppliedStrategy target)
           
 void PmfmAppliedStrategyDao.toClusterPmfmAppliedStrategy(PmfmAppliedStrategy source, ClusterPmfmAppliedStrategy target)
          Copies the fields of the specified entity to the target value object.
 void PmfmAppliedStrategyDaoBase.toClusterPmfmAppliedStrategy(PmfmAppliedStrategy source, ClusterPmfmAppliedStrategy target)
           
 

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

Methods in fr.ifremer.allegro.administration.programStrategy.generic.cluster that return ClusterPmfmAppliedStrategy
 ClusterPmfmAppliedStrategy[] ClusterAppliedStrategy.getClusterPmfmAppliedStrategys()
           
 

Methods in fr.ifremer.allegro.administration.programStrategy.generic.cluster with parameters of type ClusterPmfmAppliedStrategy
 void ClusterPmfmAppliedStrategy.copy(ClusterPmfmAppliedStrategy otherBean)
          Copies all properties from the argument value object into this value object.
 void ClusterAppliedStrategy.setClusterPmfmAppliedStrategys(ClusterPmfmAppliedStrategy[] clusterPmfmAppliedStrategys)
           
 

Constructors in fr.ifremer.allegro.administration.programStrategy.generic.cluster with parameters of type ClusterPmfmAppliedStrategy
ClusterAppliedStrategy(java.lang.Integer id, java.lang.Integer idLocal, RemoteLocationNaturalId locationNaturalId, RemoteStrategyNaturalId strategyNaturalId, ClusterAppliedPeriod[] clusterAppliedPeriods, ClusterPmfmAppliedStrategy[] clusterPmfmAppliedStrategys, ClusterBatchModelAppliedStrategy[] clusterBatchModelAppliedStrategys)
           
ClusterAppliedStrategy(RemoteLocationNaturalId locationNaturalId, RemoteStrategyNaturalId strategyNaturalId, ClusterAppliedPeriod[] clusterAppliedPeriods, ClusterPmfmAppliedStrategy[] clusterPmfmAppliedStrategys, ClusterBatchModelAppliedStrategy[] clusterBatchModelAppliedStrategys)
           
ClusterPmfmAppliedStrategy(ClusterPmfmAppliedStrategy otherBean)
          Copies constructor from other ClusterPmfmAppliedStrategy
 

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

Methods in fr.ifremer.allegro.administration.programStrategy.generic.service that return ClusterPmfmAppliedStrategy
 ClusterPmfmAppliedStrategy RemotePmfmAppliedStrategyFullService.getClusterPmfmAppliedStrategyByIdentifiers(java.lang.Integer pmfmId, java.lang.Integer appliedStrategyId)
           
 ClusterPmfmAppliedStrategy RemotePmfmAppliedStrategyFullServiceWSDelegator.getClusterPmfmAppliedStrategyByIdentifiers(java.lang.Integer pmfmId, java.lang.Integer appliedStrategyId)
           
 ClusterPmfmAppliedStrategy RemotePmfmAppliedStrategyFullServiceBase.getClusterPmfmAppliedStrategyByIdentifiers(java.lang.Integer pmfmId, java.lang.Integer appliedStrategyId)
           
protected  ClusterPmfmAppliedStrategy RemotePmfmAppliedStrategyFullServiceImpl.handleGetClusterPmfmAppliedStrategyByIdentifiers(java.lang.Integer pmfmId, java.lang.Integer appliedStrategyId)
           
protected abstract  ClusterPmfmAppliedStrategy RemotePmfmAppliedStrategyFullServiceBase.handleGetClusterPmfmAppliedStrategyByIdentifiers(java.lang.Integer pmfmId, java.lang.Integer appliedStrategyId)
          Performs the core logic for RemotePmfmAppliedStrategyFullServiceBase.getClusterPmfmAppliedStrategyByIdentifiers(java.lang.Integer, java.lang.Integer)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.