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

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

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

Methods in fr.ifremer.allegro.administration.programStrategy that return ClusterBatchModelAppliedStrategy
 ClusterBatchModelAppliedStrategy BatchModelAppliedStrategyDaoImpl.toClusterBatchModelAppliedStrategy(BatchModelAppliedStrategy entity)
           
 ClusterBatchModelAppliedStrategy BatchModelAppliedStrategyDao.toClusterBatchModelAppliedStrategy(BatchModelAppliedStrategy entity)
          Converts this DAO's entity to an object of type ClusterBatchModelAppliedStrategy.
 ClusterBatchModelAppliedStrategy BatchModelAppliedStrategyDaoBase.toClusterBatchModelAppliedStrategy(BatchModelAppliedStrategy entity)
           
protected  ClusterBatchModelAppliedStrategy BatchModelAppliedStrategyDaoBase.toClusterBatchModelAppliedStrategy(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterBatchModelAppliedStrategy[] BatchModelAppliedStrategyDao.toClusterBatchModelAppliedStrategyArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterBatchModelAppliedStrategy.
 ClusterBatchModelAppliedStrategy[] BatchModelAppliedStrategyDaoBase.toClusterBatchModelAppliedStrategyArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.administration.programStrategy with parameters of type ClusterBatchModelAppliedStrategy
 BatchModelAppliedStrategy BatchModelAppliedStrategyDaoImpl.clusterBatchModelAppliedStrategyToEntity(ClusterBatchModelAppliedStrategy clusterBatchModelAppliedStrategy)
           
 BatchModelAppliedStrategy BatchModelAppliedStrategyDao.clusterBatchModelAppliedStrategyToEntity(ClusterBatchModelAppliedStrategy clusterBatchModelAppliedStrategy)
          Converts an instance of type ClusterBatchModelAppliedStrategy to this DAO's entity.
 void BatchModelAppliedStrategyDaoImpl.clusterBatchModelAppliedStrategyToEntity(ClusterBatchModelAppliedStrategy source, BatchModelAppliedStrategy target, boolean copyIfNull)
           
 void BatchModelAppliedStrategyDao.clusterBatchModelAppliedStrategyToEntity(ClusterBatchModelAppliedStrategy source, BatchModelAppliedStrategy target, boolean copyIfNull)
          Copies the fields of ClusterBatchModelAppliedStrategy to the specified entity.
 void BatchModelAppliedStrategyDaoBase.clusterBatchModelAppliedStrategyToEntity(ClusterBatchModelAppliedStrategy source, BatchModelAppliedStrategy target, boolean copyIfNull)
           
 BatchModelAppliedStrategy BatchModelAppliedStrategyDao.createFromClusterBatchModelAppliedStrategy(ClusterBatchModelAppliedStrategy clusterBatchModelAppliedStrategy)
           
 BatchModelAppliedStrategy BatchModelAppliedStrategyDaoBase.createFromClusterBatchModelAppliedStrategy(ClusterBatchModelAppliedStrategy clusterBatchModelAppliedStrategy)
           
protected  BatchModelAppliedStrategy BatchModelAppliedStrategyDaoImpl.handleCreateFromClusterBatchModelAppliedStrategy(ClusterBatchModelAppliedStrategy clusterBatchModelAppliedStrategy)
           
protected abstract  BatchModelAppliedStrategy BatchModelAppliedStrategyDaoBase.handleCreateFromClusterBatchModelAppliedStrategy(ClusterBatchModelAppliedStrategy clusterBatchModelAppliedStrategy)
          Performs the core logic for BatchModelAppliedStrategyDaoBase.createFromClusterBatchModelAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterBatchModelAppliedStrategy)
 void BatchModelAppliedStrategyDaoImpl.toClusterBatchModelAppliedStrategy(BatchModelAppliedStrategy source, ClusterBatchModelAppliedStrategy target)
           
 void BatchModelAppliedStrategyDao.toClusterBatchModelAppliedStrategy(BatchModelAppliedStrategy source, ClusterBatchModelAppliedStrategy target)
          Copies the fields of the specified entity to the target value object.
 void BatchModelAppliedStrategyDaoBase.toClusterBatchModelAppliedStrategy(BatchModelAppliedStrategy source, ClusterBatchModelAppliedStrategy target)
           
 

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

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

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

Constructors in fr.ifremer.allegro.administration.programStrategy.generic.cluster with parameters of type ClusterBatchModelAppliedStrategy
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)
           
ClusterBatchModelAppliedStrategy(ClusterBatchModelAppliedStrategy otherBean)
          Copies constructor from other ClusterBatchModelAppliedStrategy
 

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

Methods in fr.ifremer.allegro.administration.programStrategy.generic.service that return ClusterBatchModelAppliedStrategy
 ClusterBatchModelAppliedStrategy RemoteBatchModelAppliedStrategyFullService.getClusterBatchModelAppliedStrategyByIdentifiers(java.lang.Integer appliedStrategyId, java.lang.String acquisitionLevelCode)
           
 ClusterBatchModelAppliedStrategy RemoteBatchModelAppliedStrategyFullServiceWSDelegator.getClusterBatchModelAppliedStrategyByIdentifiers(java.lang.Integer appliedStrategyId, java.lang.String acquisitionLevelCode)
           
 ClusterBatchModelAppliedStrategy RemoteBatchModelAppliedStrategyFullServiceBase.getClusterBatchModelAppliedStrategyByIdentifiers(java.lang.Integer appliedStrategyId, java.lang.String acquisitionLevelCode)
           
protected  ClusterBatchModelAppliedStrategy RemoteBatchModelAppliedStrategyFullServiceImpl.handleGetClusterBatchModelAppliedStrategyByIdentifiers(java.lang.Integer appliedStrategyId, java.lang.String acquisitionLevelCode)
           
protected abstract  ClusterBatchModelAppliedStrategy RemoteBatchModelAppliedStrategyFullServiceBase.handleGetClusterBatchModelAppliedStrategyByIdentifiers(java.lang.Integer appliedStrategyId, java.lang.String acquisitionLevelCode)
          Performs the core logic for RemoteBatchModelAppliedStrategyFullServiceBase.getClusterBatchModelAppliedStrategyByIdentifiers(java.lang.Integer, java.lang.String)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.