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

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

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

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

Methods in fr.ifremer.allegro.administration.programStrategy with parameters of type ClusterAppliedStrategy
 AppliedStrategy AppliedStrategyDaoImpl.clusterAppliedStrategyToEntity(ClusterAppliedStrategy clusterAppliedStrategy)
           
 AppliedStrategy AppliedStrategyDao.clusterAppliedStrategyToEntity(ClusterAppliedStrategy clusterAppliedStrategy)
          Converts an instance of type ClusterAppliedStrategy to this DAO's entity.
 void AppliedStrategyDaoImpl.clusterAppliedStrategyToEntity(ClusterAppliedStrategy source, AppliedStrategy target, boolean copyIfNull)
           
 void AppliedStrategyDao.clusterAppliedStrategyToEntity(ClusterAppliedStrategy source, AppliedStrategy target, boolean copyIfNull)
          Copies the fields of ClusterAppliedStrategy to the specified entity.
 void AppliedStrategyDaoBase.clusterAppliedStrategyToEntity(ClusterAppliedStrategy source, AppliedStrategy target, boolean copyIfNull)
           
 AppliedStrategy AppliedStrategyDao.createFromClusterAppliedStrategy(ClusterAppliedStrategy clusterAppliedStrategy)
           
 AppliedStrategy AppliedStrategyDaoBase.createFromClusterAppliedStrategy(ClusterAppliedStrategy clusterAppliedStrategy)
           
protected  AppliedStrategy AppliedStrategyDaoImpl.handleCreateFromClusterAppliedStrategy(ClusterAppliedStrategy clusterAppliedStrategy)
           
protected abstract  AppliedStrategy AppliedStrategyDaoBase.handleCreateFromClusterAppliedStrategy(ClusterAppliedStrategy clusterAppliedStrategy)
          Performs the core logic for AppliedStrategyDaoBase.createFromClusterAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterAppliedStrategy)
 void AppliedStrategyDaoImpl.toClusterAppliedStrategy(AppliedStrategy source, ClusterAppliedStrategy target)
           
 void AppliedStrategyDao.toClusterAppliedStrategy(AppliedStrategy source, ClusterAppliedStrategy target)
          Copies the fields of the specified entity to the target value object.
 void AppliedStrategyDaoBase.toClusterAppliedStrategy(AppliedStrategy source, ClusterAppliedStrategy target)
           
 

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

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

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

Constructors in fr.ifremer.allegro.administration.programStrategy.generic.cluster with parameters of type ClusterAppliedStrategy
ClusterAppliedStrategy(ClusterAppliedStrategy otherBean)
          Copies constructor from other ClusterAppliedStrategy
ClusterStrategy(java.lang.Integer id, java.lang.Integer idLocal, java.lang.String name, java.lang.String description, java.util.Date creationDate, java.sql.Timestamp updateDate, RemoteUserNaturalId[] managersUsersNaturalId, RemoteProgramNaturalId programNaturalId, RemoteGearNaturalId[] gearNaturalId, ClusterAppliedStrategy[] clusterAppliedStrategys, ClusterPmfmStrategy[] clusterPmfmStrategys, ClusterReferenceTaxonStrategy[] clusterReferenceTaxonStrategys)
           
ClusterStrategy(java.lang.String name, java.lang.String description, java.util.Date creationDate, RemoteUserNaturalId[] managersUsersNaturalId, RemoteProgramNaturalId programNaturalId, RemoteGearNaturalId[] gearNaturalId, ClusterAppliedStrategy[] clusterAppliedStrategys, ClusterPmfmStrategy[] clusterPmfmStrategys, ClusterReferenceTaxonStrategy[] clusterReferenceTaxonStrategys)
           
 

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

Methods in fr.ifremer.allegro.administration.programStrategy.generic.service that return ClusterAppliedStrategy
 ClusterAppliedStrategy RemoteAppliedStrategyFullService.getClusterAppliedStrategyByIdentifiers(java.lang.Integer id)
           
 ClusterAppliedStrategy RemoteAppliedStrategyFullServiceWSDelegator.getClusterAppliedStrategyByIdentifiers(java.lang.Integer id)
           
 ClusterAppliedStrategy RemoteAppliedStrategyFullServiceBase.getClusterAppliedStrategyByIdentifiers(java.lang.Integer id)
           
protected  ClusterAppliedStrategy RemoteAppliedStrategyFullServiceImpl.handleGetClusterAppliedStrategyByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterAppliedStrategy RemoteAppliedStrategyFullServiceBase.handleGetClusterAppliedStrategyByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.getClusterAppliedStrategyByIdentifiers(java.lang.Integer)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.