Package io.meeds.social.space.plugin
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 -
Method Summary
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
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:
decoratein interfaceorg.exoplatform.services.organization.OrganizationDecoratorPlugin<org.exoplatform.services.organization.Group>
-