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 Details

    • SpaceCategoryServiceImpl

      public SpaceCategoryServiceImpl()
  • Method Details

    • getSpaceCategoryIds

      public List<Long> getSpaceCategoryIds(long spaceId)
      Specified by:
      getSpaceCategoryIds in interface io.meeds.social.space.category.service.SpaceCategoryService
    • getSpaceCategoryIds

      public List<Long> getSpaceCategoryIds()
      Specified by:
      getSpaceCategoryIds in interface io.meeds.social.space.category.service.SpaceCategoryService
    • updateSpaceCategories

      public void updateSpaceCategories(long spaceId, List<Long> categoryIds, boolean removeExisting)
      Specified by:
      updateSpaceCategories in interface io.meeds.social.space.category.service.SpaceCategoryService