org.exoplatform.services.wcm.portal.artifacts
Interface CreatePortalArtifactsService

All Known Implementing Classes:
CreatePortalArtifactsServiceImpl

public interface CreatePortalArtifactsService

Created by The eXo Platform SAS Author : Hoa Pham hoa.phamvu@exoplatform.com Oct 22, 2008


Method Summary
 void addPlugin(CreatePortalPlugin artifactsPlugin)
          Adds the plugin.
 void deployArtifactsToPortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider, java.lang.String portalName)
          Deploy artifacts to portal.
 

Method Detail

addPlugin

void addPlugin(CreatePortalPlugin artifactsPlugin)
               throws java.lang.Exception
Adds the plugin.

Parameters:
artifactsPlugin - the artifacts plugin
Throws:
java.lang.Exception - the exception

deployArtifactsToPortal

void deployArtifactsToPortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
                             java.lang.String portalName)
                             throws java.lang.Exception
Deploy artifacts to portal.

Parameters:
portalName - the portal name
sessionProvider - the session provider
Throws:
java.lang.Exception - the exception


Copyright © 2010 eXo Platform SAS. All Rights Reserved.