Class SpaceCategoryServiceImpl
java.lang.Object
io.meeds.social.space.category.service.SpaceCategoryServiceImpl
- All Implemented Interfaces:
io.meeds.social.space.category.service.SpaceCategoryService
@Service
public class SpaceCategoryServiceImpl
extends Object
implements io.meeds.social.space.category.service.SpaceCategoryService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSpaceCategoryIds(long spaceId) voidupdateSpaceCategories(long spaceId, List<Long> categoryIds, boolean removeExisting) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.meeds.social.space.category.service.SpaceCategoryService
updateSpaceCategories
-
Constructor Details
-
SpaceCategoryServiceImpl
public SpaceCategoryServiceImpl()
-
-
Method Details
-
getSpaceCategoryIds
- Specified by:
getSpaceCategoryIdsin interfaceio.meeds.social.space.category.service.SpaceCategoryService
-
getSpaceCategoryIds
- Specified by:
getSpaceCategoryIdsin interfaceio.meeds.social.space.category.service.SpaceCategoryService
-
updateSpaceCategories
- Specified by:
updateSpaceCategoriesin interfaceio.meeds.social.space.category.service.SpaceCategoryService
-