Interface SpaceCategoryService
- All Known Implementing Classes:
SpaceCategoryServiceImpl
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- Parameters:
spaceId-SpaceidentifiercategoryIds-Listof category identifiers to link
-
updateSpaceCategories
Updates the list of Space Categories with the possibility to add new ones only without dropping existing linked categories- Parameters:
spaceId-SpaceidentifiercategoryIds-Listof category identifiers to linkremoveExisting- whether to remove existing or just add new ones
-
getSpaceCategoryIds
- Parameters:
spaceId-Spaceidentifier- Returns:
Listof linked category identifiers
-
getSpaceCategoryIds
- Returns:
Listof linked category identifiers to spaces
-