org.exoplatform.services.wcm.portal.artifacts
Class CreatePortalArtifactsServiceImpl
java.lang.Object
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
|
Constructor Summary |
CreatePortalArtifactsServiceImpl(org.exoplatform.container.xml.InitParams initParams,
org.exoplatform.services.listener.ListenerService listenerService)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CREATE_PORTAL_EVENT
public static final java.lang.String CREATE_PORTAL_EVENT
- See Also:
- Constant Field Values
CreatePortalArtifactsServiceImpl
public CreatePortalArtifactsServiceImpl(org.exoplatform.container.xml.InitParams initParams,
org.exoplatform.services.listener.ListenerService listenerService)
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 providerportalName - the portal name
- Throws:
java.lang.Exception - the exception
Copyright © 2010 eXo Platform SAS. All Rights Reserved.