Package org.ametys.web.administration
Class MisconfiguredSitesNotificator
- java.lang.Object
-
- org.ametys.runtime.plugins.admin.notificator.AbstractConfigurableAdministratorNotificator
-
- org.ametys.web.administration.MisconfiguredSitesNotificator
-
- All Implemented Interfaces:
PluginAware,AdministratorNotificator,Configurable,Serviceable
public class MisconfiguredSitesNotificator extends AbstractConfigurableAdministratorNotificator implements Serviceable
Notificator for sites which are misconfigured.
-
-
Field Summary
-
Fields inherited from class org.ametys.runtime.plugins.admin.notificator.AbstractConfigurableAdministratorNotificator
_action, _iconGlyph, _message, _pluginName, _title, _type
-
-
Constructor Summary
Constructors Constructor Description MisconfiguredSitesNotificator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Notification>getNotifications()Gets the notifications to send to the admin.voidservice(ServiceManager manager)-
Methods inherited from class org.ametys.runtime.plugins.admin.notificator.AbstractConfigurableAdministratorNotificator
configure, setPluginInfo
-
-
-
-
Constructor Detail
-
MisconfiguredSitesNotificator
public MisconfiguredSitesNotificator()
-
-
Method Detail
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
servicein interfaceServiceable- Throws:
ServiceException
-
getNotifications
public List<Notification> getNotifications()
Description copied from interface:AdministratorNotificatorGets the notifications to send to the admin.- Specified by:
getNotificationsin interfaceAdministratorNotificator- Returns:
- The potential notifications to send.
-
-