Class CreatePortalPublicationPlugin

  • All Implemented Interfaces:
    org.exoplatform.container.component.ComponentPlugin

    public class CreatePortalPublicationPlugin
    extends org.exoplatform.services.wcm.portal.artifacts.CreatePortalPlugin
    Created by The eXo Platform SAS Author : Hoa Pham hoa.pham@exoplatform.com Sep 6, 2008
    • Constructor Summary

      Constructors 
      Constructor Description
      CreatePortalPublicationPlugin​(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.container.configuration.ConfigurationManager configurationManager, org.exoplatform.services.jcr.RepositoryService repositoryService, org.exoplatform.services.ecm.publication.PublicationService publicationService, org.exoplatform.services.wcm.publication.WCMPublicationService wcmPublicationService)
      Instantiates a new xML deployment plugin.
    • Constructor Detail

      • CreatePortalPublicationPlugin

        public CreatePortalPublicationPlugin​(org.exoplatform.container.xml.InitParams initParams,
                                             org.exoplatform.container.configuration.ConfigurationManager configurationManager,
                                             org.exoplatform.services.jcr.RepositoryService repositoryService,
                                             org.exoplatform.services.ecm.publication.PublicationService publicationService,
                                             org.exoplatform.services.wcm.publication.WCMPublicationService wcmPublicationService)
        Instantiates a new xML deployment plugin.
        Parameters:
        initParams - the init params
        repositoryService - the repository service
        publicationService - the publication service
    • Method Detail

      • deployToPortal

        public void deployToPortal​(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
                                   String portalName)
                            throws Exception
        Specified by:
        deployToPortal in class org.exoplatform.services.wcm.portal.artifacts.CreatePortalPlugin
        Throws:
        Exception