Class ProgramCachedStorage.RewardingAdministratorUserListener

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.organization.UserEventListener
io.meeds.gamification.storage.cached.ProgramCachedStorage.RewardingAdministratorUserListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
Enclosing class:
ProgramCachedStorage

public class ProgramCachedStorage.RewardingAdministratorUserListener extends org.exoplatform.services.organization.UserEventListener
  • Field Summary

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    clearCachedAdministrator(org.exoplatform.services.organization.User user)
     
    void
    postDelete(org.exoplatform.services.organization.User user)
     
    void
    postSetEnabled(org.exoplatform.services.organization.User user)
     

    Methods inherited from class org.exoplatform.services.organization.UserEventListener

    postSave, preDelete, preSave, preSetEnabled

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RewardingAdministratorUserListener

      public RewardingAdministratorUserListener()
  • Method Details

    • postSetEnabled

      public void postSetEnabled(org.exoplatform.services.organization.User user) throws Exception
      Overrides:
      postSetEnabled in class org.exoplatform.services.organization.UserEventListener
      Throws:
      Exception
    • postDelete

      public void postDelete(org.exoplatform.services.organization.User user) throws Exception
      Overrides:
      postDelete in class org.exoplatform.services.organization.UserEventListener
      Throws:
      Exception
    • clearCachedAdministrator

      public void clearCachedAdministrator(org.exoplatform.services.organization.User user)