Class UserRoleEventListener
- java.lang.Object
-
- org.silverpeas.core.notification.system.CDIResourceEventListener<org.silverpeas.core.admin.user.notification.role.UserRoleEvent>
-
- org.silverpeas.components.resourcesmanager.UserRoleEventListener
-
- All Implemented Interfaces:
org.silverpeas.core.notification.system.ResourceEventListener<org.silverpeas.core.admin.user.notification.role.UserRoleEvent>
@Service public class UserRoleEventListener extends org.silverpeas.core.notification.system.CDIResourceEventListener<org.silverpeas.core.admin.user.notification.role.UserRoleEvent>
Listeners of events about changes in the users list of the role named 'responsable'. For any users who don't play anymore this role, they are removed from the managers in charge of the validation for all the bookable resources handled by the Resources Manager applications.- Author:
- mmoquillon
-
-
Constructor Summary
Constructors Constructor Description UserRoleEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onDeletion(org.silverpeas.core.admin.user.notification.role.UserRoleEvent event)
-
Methods inherited from class org.silverpeas.core.notification.system.CDIResourceEventListener
onEvent
-
-