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

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

public class RemovePortalArtifactsServiceImpl
extends java.lang.Object
implements RemovePortalArtifactsService

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


Constructor Summary
RemovePortalArtifactsServiceImpl()
           
 
Method Summary
 void addPlugin(RemovePortalPlugin artifactsPlugin)
          Adds the plugin.
 void invalidateArtifactsFromPortal(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
 

Constructor Detail

RemovePortalArtifactsServiceImpl

public RemovePortalArtifactsServiceImpl()
Method Detail

addPlugin

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

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

invalidateArtifactsFromPortal

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

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


Copyright © 2011 eXo Platform SAS. All Rights Reserved.