org.exoplatform.services.wcm.category
Class RemoveTaxonomyPlugin

java.lang.Object
  extended by org.exoplatform.services.deployment.DeploymentPlugin
      extended by org.exoplatform.services.deployment.plugins.XMLDeploymentPlugin
          extended by org.exoplatform.services.wcm.portal.artifacts.RemovePortalPlugin
              extended by org.exoplatform.services.wcm.category.RemoveTaxonomyPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class RemoveTaxonomyPlugin
extends RemovePortalPlugin

Created by The eXo Platform SAS Author : eXoPlatform chuong_phan@exoplatform.com, phan.le.thanh.chuong@gmail.com Aug 11, 2009


Constructor Summary
RemoveTaxonomyPlugin(org.exoplatform.container.xml.InitParams params, org.exoplatform.container.configuration.ConfigurationManager configurationManager, org.exoplatform.services.jcr.RepositoryService repositoryService, org.exoplatform.services.cms.taxonomy.TaxonomyService taxonomyService, org.exoplatform.services.cms.actions.ActionServiceContainer actionServiceContainer)
          Instantiates a new initial taxonomy plugin.
 
Method Summary
 void invalidateFromPortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider, java.lang.String portalName)
          Deploy to portal.
 
Methods inherited from class org.exoplatform.services.deployment.plugins.XMLDeploymentPlugin
deploy
 
Methods inherited from class org.exoplatform.services.deployment.DeploymentPlugin
getDescription, getName, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveTaxonomyPlugin

public RemoveTaxonomyPlugin(org.exoplatform.container.xml.InitParams params,
                            org.exoplatform.container.configuration.ConfigurationManager configurationManager,
                            org.exoplatform.services.jcr.RepositoryService repositoryService,
                            org.exoplatform.services.cms.taxonomy.TaxonomyService taxonomyService,
                            org.exoplatform.services.cms.actions.ActionServiceContainer actionServiceContainer)
                     throws java.lang.Exception
Instantiates a new initial taxonomy plugin.

Parameters:
params - the params
configurationManager - the configuration manager
repositoryService - the repository service
nodeHierarchyCreator - the node hierarchy creator
taxonomyService - the taxonomy service
actionServiceContainer - the action service container
dmsConfiguration - the dms configuration
Throws:
java.lang.Exception - the exception
Method Detail

invalidateFromPortal

public void invalidateFromPortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
                                 java.lang.String portalName)
                          throws java.lang.Exception
Description copied from class: RemovePortalPlugin
Deploy to portal.

Specified by:
invalidateFromPortal in class RemovePortalPlugin
Parameters:
sessionProvider - the session provider
portalName - the portal name
Throws:
java.lang.Exception - the exception


Copyright © 2010 eXo Platform SAS. All Rights Reserved.