Package io.meeds.social.category.service
Class CategoryPluginServiceImpl
java.lang.Object
io.meeds.social.category.service.CategoryPluginServiceImpl
- All Implemented Interfaces:
io.meeds.social.category.service.CategoryPluginService
@Service
public class CategoryPluginServiceImpl
extends Object
implements io.meeds.social.category.service.CategoryPluginService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPlugin(io.meeds.social.category.plugin.CategoryPlugin categoryPlugin) booleangetCategoryIds(String objectType, long spaceId, String username) io.meeds.social.category.plugin.CategoryPlugingetCategoryPlugin(String objectType) io.meeds.social.category.model.CategoryObjectgetObject(io.meeds.social.category.model.CategoryObject object)
-
Constructor Details
-
CategoryPluginServiceImpl
public CategoryPluginServiceImpl()
-
-
Method Details
-
addPlugin
public void addPlugin(io.meeds.social.category.plugin.CategoryPlugin categoryPlugin) - Specified by:
addPluginin interfaceio.meeds.social.category.service.CategoryPluginService
-
getCategoryPlugin
- Specified by:
getCategoryPluginin interfaceio.meeds.social.category.service.CategoryPluginService
-
canEdit
- Specified by:
canEditin interfaceio.meeds.social.category.service.CategoryPluginService
-
getCategoryIds
- Specified by:
getCategoryIdsin interfaceio.meeds.social.category.service.CategoryPluginService
-
getObject
public io.meeds.social.category.model.CategoryObject getObject(io.meeds.social.category.model.CategoryObject object) - Specified by:
getObjectin interfaceio.meeds.social.category.service.CategoryPluginService
-