org.exoplatform.services.wcm.portal.artifacts
Class CreatePortalArtifactsServiceImpl

java.lang.Object
  extended by org.exoplatform.services.wcm.portal.artifacts.CreatePortalArtifactsServiceImpl
All Implemented Interfaces:
CreatePortalArtifactsService

public class CreatePortalArtifactsServiceImpl
extends java.lang.Object
implements CreatePortalArtifactsService

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


Field Summary
static java.lang.String CREATE_PORTAL_EVENT
           
 
Constructor Summary
CreatePortalArtifactsServiceImpl(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.services.listener.ListenerService listenerService)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATE_PORTAL_EVENT

public static final java.lang.String CREATE_PORTAL_EVENT
See Also:
Constant Field Values
Constructor Detail

CreatePortalArtifactsServiceImpl

public CreatePortalArtifactsServiceImpl(org.exoplatform.container.xml.InitParams initParams,
                                        org.exoplatform.services.listener.ListenerService listenerService)
Method Detail

addPlugin

public void addPlugin(CreatePortalPlugin artifactsPlugin)
               throws java.lang.Exception
Description copied from interface: CreatePortalArtifactsService
Adds the plugin.

Specified by:
addPlugin in interface CreatePortalArtifactsService
Parameters:
artifactsPlugin - the artifacts plugin
Throws:
java.lang.Exception - the exception

deployArtifactsToPortal

public void deployArtifactsToPortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
                                    java.lang.String portalName)
                             throws java.lang.Exception
Description copied from interface: CreatePortalArtifactsService
Deploy artifacts to portal.

Specified by:
deployArtifactsToPortal in interface CreatePortalArtifactsService
Parameters:
sessionProvider - the session provider
portalName - the portal name
Throws:
java.lang.Exception - the exception


Copyright © 2010 eXo Platform SAS. All Rights Reserved.