Class SiteWithPopulationStep
- java.lang.Object
-
- org.ametys.web.administration.welcome.AbstractWelcomeStep
-
- org.ametys.web.administration.welcome.SiteWithPopulationStep
-
- All Implemented Interfaces:
PluginAware,WelcomeStep,Configurable,Serviceable
public class SiteWithPopulationStep extends AbstractWelcomeStep implements Serviceable
This step indicates that there is at least one site well configured and with at least one affected population.
-
-
Field Summary
Fields Modifier and Type Field Description private ServiceManager_managerprivate PopulationContextHelper_populationContextHelperprivate SiteConfigurationManager_siteConfigurationManagerprivate SiteManager_siteManager-
Fields inherited from class org.ametys.web.administration.welcome.AbstractWelcomeStep
_actions, _description, _images, _order, _pluginName, _targetIds, _title
-
-
Constructor Summary
Constructors Constructor Description SiteWithPopulationStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisPerformed()Checks if the step is performed.voidservice(ServiceManager manager)-
Methods inherited from class org.ametys.web.administration.welcome.AbstractWelcomeStep
configure, getActions, getDescription, getImages, getListenedTargetIds, getOrder, getTitle, setPluginInfo
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ametys.web.administration.welcome.WelcomeStep
toMap
-
-
-
-
Field Detail
-
_manager
private ServiceManager _manager
-
_siteManager
private SiteManager _siteManager
-
_siteConfigurationManager
private SiteConfigurationManager _siteConfigurationManager
-
_populationContextHelper
private PopulationContextHelper _populationContextHelper
-
-
Constructor Detail
-
SiteWithPopulationStep
public SiteWithPopulationStep()
-
-
Method Detail
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
servicein interfaceServiceable- Throws:
ServiceException
-
isPerformed
public boolean isPerformed()
Description copied from interface:WelcomeStepChecks if the step is performed.- Specified by:
isPerformedin interfaceWelcomeStep- Returns:
- true if the step is performed
-
-