Liferay 6.1.2-ce-ga3

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()
           
 void updateIndexes(boolean dropIndexes)
           
 void updateIndexes(DB db, Connection connection, 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

isUpgraded

public boolean isUpgraded()

isVerified

public boolean isVerified()

setDropIndexes

public void setDropIndexes(boolean dropIndexes)

updateIndexes

public void updateIndexes()

updateIndexes

public void updateIndexes(boolean dropIndexes)

updateIndexes

public void updateIndexes(DB db,
                          Connection connection,
                          boolean dropIndexes)

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.1.2-ce-ga3