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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
contextualize
(Context context) boolean
Checks if the step is performed.void
service
(ServiceManager manager) void
Called at creation time to provide aLogger
.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
-
Constructor Details
-
SiteWithUserStep
public SiteWithUserStep()
-
-
Method Details
-
contextualize
- Specified by:
contextualize
in interfaceContextualizable
- Throws:
ContextException
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
setLogger
Description copied from interface:LogEnabled
Called at creation time to provide aLogger
.- Specified by:
setLogger
in interfaceLogEnabled
- Parameters:
logger
- aLogger
for messages.
-
isPerformed
Description copied from interface:WelcomeStep
Checks if the step is performed.- Specified by:
isPerformed
in interfaceWelcomeStep
- Returns:
- true if the step is performed
-