Uses of Class
io.meeds.social.category.model.CategoryObject
Packages that use CategoryObject
-
Uses of CategoryObject in io.meeds.social.category.service
Methods in io.meeds.social.category.service with parameters of type CategoryObjectModifier and TypeMethodDescriptionCategoryLinkService.getLinkedIds(CategoryObject object) booleanCategoryLinkService.isLinked(long categoryId, CategoryObject object) voidCategoryLinkService.link(long categoryId, CategoryObject object) Creates a link from the designated object to the categoryvoidCategoryLinkService.link(long categoryId, CategoryObject object, String username) Creates a link from the designated object to the categoryvoidCategoryLinkService.unlink(long categoryId, CategoryObject object) Deletes a link of the designated object from the categoryvoidCategoryLinkService.unlink(long categoryId, CategoryObject object, String username) Deletes a link of the designated object from the category