public class SiteWithPopulationStep extends AbstractWelcomeStep implements Serviceable
Modifier and Type | Field and Description |
---|---|
private ServiceManager |
_manager |
private PopulationContextHelper |
_populationContextHelper |
private SiteConfigurationExtensionPoint |
_siteConfiguration |
private SiteManager |
_siteManager |
_actions, _description, _images, _order, _pluginName, _targetIds, _title
Constructor and Description |
---|
SiteWithPopulationStep() |
Modifier and Type | Method and Description |
---|---|
boolean |
isPerformed()
Checks if the step is performed.
|
void |
service(ServiceManager manager) |
configure, getActions, getDescription, getImages, getListenedTargetIds, getOrder, getTitle, setPluginInfo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toMap
private ServiceManager _manager
private SiteManager _siteManager
private SiteConfigurationExtensionPoint _siteConfiguration
private PopulationContextHelper _populationContextHelper
public SiteWithPopulationStep()
public void service(ServiceManager manager) throws ServiceException
service
in interface Serviceable
ServiceException
public boolean isPerformed()
WelcomeStep
isPerformed
in interface WelcomeStep