Package io.meeds.social.space.service
Class SpaceAdministrationServiceImpl
java.lang.Object
io.meeds.social.space.service.SpaceAdministrationServiceImpl
- All Implemented Interfaces:
io.meeds.social.space.service.SpaceAdministrationService
@Service
public class SpaceAdministrationServiceImpl
extends Object
implements io.meeds.social.space.service.SpaceAdministrationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplySpaceTemplate(long spaceId, io.meeds.social.space.model.SpaceTemplatePatch templatePatch) io.meeds.social.space.model.SpacePermissionsgetSpacePermissions(long spaceId) voidupdateSpacePermissions(long spaceId, io.meeds.social.space.model.SpacePermissions permissions)
-
Constructor Details
-
SpaceAdministrationServiceImpl
public SpaceAdministrationServiceImpl()
-
-
Method Details
-
getSpacePermissions
public io.meeds.social.space.model.SpacePermissions getSpacePermissions(long spaceId) throws org.exoplatform.commons.exception.ObjectNotFoundException - Specified by:
getSpacePermissionsin interfaceio.meeds.social.space.service.SpaceAdministrationService- Throws:
org.exoplatform.commons.exception.ObjectNotFoundException
-
updateSpacePermissions
public void updateSpacePermissions(long spaceId, io.meeds.social.space.model.SpacePermissions permissions) throws org.exoplatform.commons.exception.ObjectNotFoundException - Specified by:
updateSpacePermissionsin interfaceio.meeds.social.space.service.SpaceAdministrationService- Throws:
org.exoplatform.commons.exception.ObjectNotFoundException
-
applySpaceTemplate
public void applySpaceTemplate(long spaceId, io.meeds.social.space.model.SpaceTemplatePatch templatePatch) throws org.exoplatform.commons.exception.ObjectNotFoundException - Specified by:
applySpaceTemplatein interfaceio.meeds.social.space.service.SpaceAdministrationService- Throws:
org.exoplatform.commons.exception.ObjectNotFoundException
-