Liferay 6.1.2-ce-ga3

com.liferay.portal.events
Class StartupHelperUtil

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

public class StartupHelperUtil
extends Object


Constructor Summary
StartupHelperUtil()
           
 
Method Summary
static StartupHelper getStartupHelper()
           
static boolean isUpgraded()
           
static boolean isVerified()
           
static void setDropIndexes(boolean dropIndexes)
           
 void setStartupHelper(StartupHelper startupHelper)
           
static void updateIndexes()
           
static void updateIndexes(boolean dropIndexes)
           
static void updateIndexes(DB db, Connection connection, boolean dropIndexes)
           
static void upgradeProcess(int buildNumber)
           
static void verifyProcess(boolean verified)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartupHelperUtil

public StartupHelperUtil()
Method Detail

getStartupHelper

public static StartupHelper getStartupHelper()

isUpgraded

public static boolean isUpgraded()

isVerified

public static boolean isVerified()

setDropIndexes

public static void setDropIndexes(boolean dropIndexes)

updateIndexes

public static void updateIndexes()

updateIndexes

public static void updateIndexes(boolean dropIndexes)

updateIndexes

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

upgradeProcess

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

verifyProcess

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

setStartupHelper

public void setStartupHelper(StartupHelper startupHelper)

Liferay 6.1.2-ce-ga3