Package io.meeds.social.category.service
Interface CategoryPluginService
public interface CategoryPluginService
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetCategoryIds(String objectType) getCategoryPlugin(String objectType)
-
Method Details
-
getCategoryPlugin
- Parameters:
objectType-CategoryObjecttype- Returns:
- associated
CategoryPluginmanaging this type of objects
-
canEdit
- Parameters:
objectType-CategoryObjecttypeobjectId-CategoryObjectidusername- User technical name (login identifier)- Returns:
- true if user can edit the object identified by its id and type, else false
-
getCategoryIds
- Parameters:
objectType-CategoryObjecttype- Returns:
ListofCategoryIds associated to an object type
-