Class SpaceGroupDecoratorPlugin

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
io.meeds.social.space.plugin.SpaceGroupDecoratorPlugin
All Implemented Interfaces:
io.meeds.services.organization.plugin.GroupDecoratorPlugin, org.exoplatform.container.component.ComponentPlugin, org.exoplatform.services.organization.OrganizationDecoratorPlugin<org.exoplatform.services.organization.Group>

@Component @Order(-2147483648) public class SpaceGroupDecoratorPlugin extends org.exoplatform.container.component.BaseComponentPlugin implements io.meeds.services.organization.plugin.GroupDecoratorPlugin
  • 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
    org.exoplatform.services.organization.Group
    decorate(org.exoplatform.services.organization.Group group)
     
    void
     

    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

    • SpaceGroupDecoratorPlugin

      public SpaceGroupDecoratorPlugin()
  • Method Details

    • init

      @PostConstruct public void init()
    • decorate

      public org.exoplatform.services.organization.Group decorate(org.exoplatform.services.organization.Group group)
      Specified by:
      decorate in interface org.exoplatform.services.organization.OrganizationDecoratorPlugin<org.exoplatform.services.organization.Group>