Class SpaceCustomizationService

java.lang.Object
org.exoplatform.social.space.customization.SpaceCustomizationService

public class SpaceCustomizationService extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    SpaceCustomizationService(org.exoplatform.services.jcr.ext.app.SessionProviderService sessionProviderService, org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator nodeHierarchyCreator, org.exoplatform.services.cms.impl.DMSConfiguration dmsConfiguration, org.exoplatform.services.jcr.RepositoryService repositoryService, org.exoplatform.container.configuration.ConfigurationManager configurationManager, org.exoplatform.portal.config.UserACL userAcl)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    deployContentToSpaceDrive(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider, String spaceId, org.exoplatform.services.deployment.DeploymentDescriptor deploymentDescriptor)
     
    void
    editSpaceDriveViewPermissions(String viewNodeName, String permission)
     
    org.exoplatform.social.core.space.spi.SpaceService
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SpaceCustomizationService

      public SpaceCustomizationService(org.exoplatform.services.jcr.ext.app.SessionProviderService sessionProviderService, org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator nodeHierarchyCreator, org.exoplatform.services.cms.impl.DMSConfiguration dmsConfiguration, org.exoplatform.services.jcr.RepositoryService repositoryService, org.exoplatform.container.configuration.ConfigurationManager configurationManager, org.exoplatform.portal.config.UserACL userAcl)
  • Method Details

    • editSpaceDriveViewPermissions

      public void editSpaceDriveViewPermissions(String viewNodeName, String permission) throws javax.jcr.RepositoryException
      Throws:
      javax.jcr.RepositoryException
    • deployContentToSpaceDrive

      public void deployContentToSpaceDrive(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider, String spaceId, org.exoplatform.services.deployment.DeploymentDescriptor deploymentDescriptor) throws Exception
      Throws:
      Exception
    • getSpaceService

      public org.exoplatform.social.core.space.spi.SpaceService getSpaceService()
    • createSpaceDefaultFolders

      public void createSpaceDefaultFolders(String groupId) throws Exception
      Throws:
      Exception