Uses of Class
io.meeds.social.category.model.CategoryObject
Packages that use CategoryObject
-
Uses of CategoryObject in io.meeds.social.category.plugin
Methods in io.meeds.social.category.plugin that return CategoryObjectModifier and TypeMethodDescriptiondefault CategoryObjectCategoryPlugin.getObject(CategoryObject metadataObject) Methods in io.meeds.social.category.plugin with parameters of type CategoryObjectModifier and TypeMethodDescriptiondefault CategoryObjectCategoryPlugin.getObject(CategoryObject metadataObject) -
Uses of CategoryObject in io.meeds.social.category.service
Methods in io.meeds.social.category.service that return CategoryObjectModifier and TypeMethodDescriptionCategoryPluginService.getObject(CategoryObject object) In some cases such as Activities, the Metadata Object is different, thus this method is used to switch the associatedCategoryObjectMethods in io.meeds.social.category.service with parameters of type CategoryObjectModifier and TypeMethodDescriptionCategoryLinkService.getLinkedIds(CategoryObject object) CategoryPluginService.getObject(CategoryObject object) In some cases such as Activities, the Metadata Object is different, thus this method is used to switch the associatedCategoryObjectbooleanCategoryLinkService.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