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

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

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

Methods in fr.ifremer.allegro.administration.programStrategy that return ClusterAppliedPeriod
 ClusterAppliedPeriod AppliedPeriodDaoImpl.toClusterAppliedPeriod(AppliedPeriod entity)
           
 ClusterAppliedPeriod AppliedPeriodDao.toClusterAppliedPeriod(AppliedPeriod entity)
          Converts this DAO's entity to an object of type ClusterAppliedPeriod.
 ClusterAppliedPeriod AppliedPeriodDaoBase.toClusterAppliedPeriod(AppliedPeriod entity)
           
protected  ClusterAppliedPeriod AppliedPeriodDaoBase.toClusterAppliedPeriod(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterAppliedPeriod[] AppliedPeriodDao.toClusterAppliedPeriodArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterAppliedPeriod.
 ClusterAppliedPeriod[] AppliedPeriodDaoBase.toClusterAppliedPeriodArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.administration.programStrategy with parameters of type ClusterAppliedPeriod
 AppliedPeriod AppliedPeriodDaoImpl.clusterAppliedPeriodToEntity(ClusterAppliedPeriod clusterAppliedPeriod)
           
 AppliedPeriod AppliedPeriodDao.clusterAppliedPeriodToEntity(ClusterAppliedPeriod clusterAppliedPeriod)
          Converts an instance of type ClusterAppliedPeriod to this DAO's entity.
 void AppliedPeriodDaoImpl.clusterAppliedPeriodToEntity(ClusterAppliedPeriod source, AppliedPeriod target, boolean copyIfNull)
           
 void AppliedPeriodDao.clusterAppliedPeriodToEntity(ClusterAppliedPeriod source, AppliedPeriod target, boolean copyIfNull)
          Copies the fields of ClusterAppliedPeriod to the specified entity.
 void AppliedPeriodDaoBase.clusterAppliedPeriodToEntity(ClusterAppliedPeriod source, AppliedPeriod target, boolean copyIfNull)
           
 AppliedPeriod AppliedPeriodDao.createFromClusterAppliedPeriod(ClusterAppliedPeriod clusterAppliedPeriod)
           
 AppliedPeriod AppliedPeriodDaoBase.createFromClusterAppliedPeriod(ClusterAppliedPeriod clusterAppliedPeriod)
           
protected  AppliedPeriod AppliedPeriodDaoImpl.handleCreateFromClusterAppliedPeriod(ClusterAppliedPeriod clusterAppliedPeriod)
           
protected abstract  AppliedPeriod AppliedPeriodDaoBase.handleCreateFromClusterAppliedPeriod(ClusterAppliedPeriod clusterAppliedPeriod)
          Performs the core logic for AppliedPeriodDaoBase.createFromClusterAppliedPeriod(fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterAppliedPeriod)
 void AppliedPeriodDaoImpl.toClusterAppliedPeriod(AppliedPeriod source, ClusterAppliedPeriod target)
           
 void AppliedPeriodDao.toClusterAppliedPeriod(AppliedPeriod source, ClusterAppliedPeriod target)
          Copies the fields of the specified entity to the target value object.
 void AppliedPeriodDaoBase.toClusterAppliedPeriod(AppliedPeriod source, ClusterAppliedPeriod target)
           
 

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

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

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

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

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

Methods in fr.ifremer.allegro.administration.programStrategy.generic.service that return ClusterAppliedPeriod
 ClusterAppliedPeriod RemoteAppliedPeriodFullService.getClusterAppliedPeriodByIdentifiers(java.util.Date startDate, java.lang.Integer appliedStrategyId)
           
 ClusterAppliedPeriod RemoteAppliedPeriodFullServiceWSDelegator.getClusterAppliedPeriodByIdentifiers(java.util.Date startDate, java.lang.Integer appliedStrategyId)
           
 ClusterAppliedPeriod RemoteAppliedPeriodFullServiceBase.getClusterAppliedPeriodByIdentifiers(java.util.Date startDate, java.lang.Integer appliedStrategyId)
           
protected  ClusterAppliedPeriod RemoteAppliedPeriodFullServiceImpl.handleGetClusterAppliedPeriodByIdentifiers(java.util.Date startDate, java.lang.Integer appliedStrategyId)
           
protected abstract  ClusterAppliedPeriod RemoteAppliedPeriodFullServiceBase.handleGetClusterAppliedPeriodByIdentifiers(java.util.Date startDate, java.lang.Integer appliedStrategyId)
          Performs the core logic for RemoteAppliedPeriodFullServiceBase.getClusterAppliedPeriodByIdentifiers(java.util.Date, java.lang.Integer)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.