Package io.meeds.social.category.plugin
Class DefaultCategoryPlugin
java.lang.Object
io.meeds.social.category.plugin.DefaultCategoryPlugin
- All Implemented Interfaces:
io.meeds.social.category.plugin.CategoryPlugin
public class DefaultCategoryPlugin
extends Object
implements io.meeds.social.category.plugin.CategoryPlugin
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefaultCategoryPlugin(org.exoplatform.container.PortalContainer container, String objectType) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanio.meeds.social.category.service.CategoryLinkServicegetType()org.exoplatform.portal.config.UserACLMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.meeds.social.category.plugin.CategoryPlugin
getCategoryIds, getCategoryIds, getObject
-
Field Details
-
container
public final org.exoplatform.container.PortalContainer container -
objectType
-
-
Constructor Details
-
DefaultCategoryPlugin
public DefaultCategoryPlugin(org.exoplatform.container.PortalContainer container, String objectType)
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceio.meeds.social.category.plugin.CategoryPlugin
-
canAccess
- Specified by:
canAccessin interfaceio.meeds.social.category.plugin.CategoryPlugin
-
canEdit
- Specified by:
canEditin interfaceio.meeds.social.category.plugin.CategoryPlugin
-
getCategoryIds
- Specified by:
getCategoryIdsin interfaceio.meeds.social.category.plugin.CategoryPlugin
-
getUserAcl
public org.exoplatform.portal.config.UserACL getUserAcl() -
getCategoryLinkService
public io.meeds.social.category.service.CategoryLinkService getCategoryLinkService()
-