Class CompleteSiteStep
java.lang.Object
org.ametys.web.administration.welcome.AbstractWelcomeStep
org.ametys.web.administration.welcome.CompleteSiteStep
- All Implemented Interfaces:
 PluginAware,WelcomeStep,Configurable,Serviceable
This step indicates that there is at least one well configured site.
- 
Field Summary
Fields inherited from class org.ametys.web.administration.welcome.AbstractWelcomeStep
_actions, _description, _images, _order, _pluginName, _targetIds, _title - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks 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, setPluginInfoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ametys.web.administration.welcome.WelcomeStep
toMap 
- 
Constructor Details
- 
CompleteSiteStep
public CompleteSiteStep() 
 - 
 - 
Method Details
- 
service
- Specified by:
 servicein interfaceServiceable- Throws:
 ServiceException
 - 
isPerformed
Description copied from interface:WelcomeStepChecks if the step is performed.- Specified by:
 isPerformedin interfaceWelcomeStep- Returns:
 - true if the step is performed
 
 
 -