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