Interface SpaceCategoryService
public interface SpaceCategoryService
-
Method Summary
Modifier and TypeMethodDescriptiongetSpaceCategoryIds(long spaceId) default voidupdateSpaceCategories(long spaceId, List<Long> categoryIds) Updates the list of Space CategoriesvoidupdateSpaceCategories(long spaceId, List<Long> categoryIds, boolean removeExisting) Updates the list of Space Categories with the possibility to add new ones only without dropping existing linked categories
-
Method Details
-
updateSpaceCategories
Updates the list of Space Categories -
updateSpaceCategories
Updates the list of Space Categories with the possibility to add new ones only without dropping existing linked categories -
getSpaceCategoryIds
-
getSpaceCategoryIds
- Returns:
Listof linked category identifiers to spaces
-