org.exoplatform.upgrade
Class PortletPreferenceMigrationService

java.lang.Object
  extended by org.exoplatform.upgrade.PortletPreferenceMigrationService
All Implemented Interfaces:
org.picocontainer.Startable

public class PortletPreferenceMigrationService
extends java.lang.Object
implements org.picocontainer.Startable

Add two more preferences into preference list of all old SCV Created by The eXo Platform SARL Author : Nguyen Anh Vu vu.nguyen@exoplatform.com Dec 15, 2010


Constructor Summary
PortletPreferenceMigrationService(org.exoplatform.services.jcr.RepositoryService repositoryService)
           
 
Method Summary
 void start()
           
 void stop()
           
 void upgradePortletPreference(java.lang.String portletName, java.lang.String prefName, java.lang.String prefValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletPreferenceMigrationService

public PortletPreferenceMigrationService(org.exoplatform.services.jcr.RepositoryService repositoryService)
Method Detail

start

public void start()
Specified by:
start in interface org.picocontainer.Startable

upgradePortletPreference

public void upgradePortletPreference(java.lang.String portletName,
                                     java.lang.String prefName,
                                     java.lang.String prefValue)

stop

public void stop()
Specified by:
stop in interface org.picocontainer.Startable


Copyright © 2012 eXo Platform SAS. All Rights Reserved.