Liferay 6.2.0-ce-m1

com.liferay.portal.events
Class StartupHelper

java.lang.Object
  extended by com.liferay.portal.events.StartupHelper

public class StartupHelper
extends Object


Constructor Summary
StartupHelper()
           
 
Method Summary
protected  String[] getUpgradeProcessClassNames(String key)
           
 boolean isUpgraded()
           
 boolean isVerified()
           
 void setDropIndexes(boolean dropIndexes)
           
 void updateIndexes()
           
static void updateIndexes(DB db, Connection con, boolean dropIndexes)
           
 void upgradeProcess(int buildNumber)
           
 void verifyProcess(boolean verified)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartupHelper

public StartupHelper()
Method Detail

updateIndexes

public static void updateIndexes(DB db,
                                 Connection con,
                                 boolean dropIndexes)

isUpgraded

public boolean isUpgraded()

isVerified

public boolean isVerified()

setDropIndexes

public void setDropIndexes(boolean dropIndexes)

updateIndexes

public void updateIndexes()

upgradeProcess

public void upgradeProcess(int buildNumber)
                    throws UpgradeException
Throws:
UpgradeException

verifyProcess

public void verifyProcess(boolean verified)
                   throws VerifyException
Throws:
VerifyException

getUpgradeProcessClassNames

protected String[] getUpgradeProcessClassNames(String key)

Liferay 6.2.0-ce-m1