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

    • 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)
      Specified by:
      getCategoryIds in interface io.meeds.social.category.service.CategoryPluginService