Class SiteWithUserStep
java.lang.Object
org.ametys.web.administration.welcome.AbstractWelcomeStep
org.ametys.web.administration.welcome.SiteWithUserStep
- All Implemented Interfaces:
LogEnabled,PluginAware,WelcomeStep,Configurable,Contextualizable,Serviceable
public class SiteWithUserStep
extends AbstractWelcomeStep
implements Serviceable, Contextualizable, LogEnabled
This step indicates that there is at least one well configured site with a user who has right to give its rights.
-
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 TypeMethodDescriptionvoidcontextualize(Context context) booleanChecks if the step is performed.voidservice(ServiceManager manager) voidCalled at creation time to provide aLogger.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
-
SiteWithUserStep
public SiteWithUserStep()
-
-
Method Details
-
contextualize
- Specified by:
contextualizein interfaceContextualizable- Throws:
ContextException
-
service
- Specified by:
servicein interfaceServiceable- Throws:
ServiceException
-
setLogger
Description copied from interface:LogEnabledCalled at creation time to provide aLogger.- Specified by:
setLoggerin interfaceLogEnabled- Parameters:
logger- aLoggerfor messages.
-
isPerformed
Description copied from interface:WelcomeStepChecks if the step is performed.- Specified by:
isPerformedin interfaceWelcomeStep- Returns:
- true if the step is performed
-