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 Details

    • CategoryPluginServiceImpl

      public CategoryPluginServiceImpl()
  • Method Details

    • addPlugin

      public void addPlugin(io.meeds.social.category.plugin.CategoryPlugin categoryPlugin)
      Specified by:
      addPlugin in interface io.meeds.social.category.service.CategoryPluginService
    • getCategoryPlugin

      public io.meeds.social.category.plugin.CategoryPlugin getCategoryPlugin(String objectType)
      Specified by:
      getCategoryPlugin in interface io.meeds.social.category.service.CategoryPluginService
    • canEdit

      public boolean canEdit(String objectType, String objectId, String username)
      Specified by:
      canEdit in interface io.meeds.social.category.service.CategoryPluginService
    • getCategoryIds

      public List<Long> getCategoryIds(String objectType, long spaceId, String username)
      Specified by:
      getCategoryIds in interface io.meeds.social.category.service.CategoryPluginService
    • getObject

      public io.meeds.social.category.model.CategoryObject getObject(io.meeds.social.category.model.CategoryObject object)
      Specified by:
      getObject in interface io.meeds.social.category.service.CategoryPluginService