Class WikiGroupEventListener

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.organization.GroupEventListener
org.exoplatform.wiki.jpa.organization.WikiGroupEventListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class WikiGroupEventListener extends org.exoplatform.services.organization.GroupEventListener
  • Field Summary

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

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    WikiGroupEventListener(WikiDAO wikiDAO, PageDAO pageDAO, TemplateDAO templateDAO, org.exoplatform.commons.search.index.IndexingService indexingService, NoteService noteService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    postDelete(org.exoplatform.services.organization.Group group)
     

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

    postSave, preDelete, preSave

    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

    • WikiGroupEventListener

      public WikiGroupEventListener(WikiDAO wikiDAO, PageDAO pageDAO, TemplateDAO templateDAO, org.exoplatform.commons.search.index.IndexingService indexingService, NoteService noteService)
  • Method Details

    • postDelete

      public void postDelete(org.exoplatform.services.organization.Group group) throws Exception
      Overrides:
      postDelete in class org.exoplatform.services.organization.GroupEventListener
      Throws:
      Exception