com.liferay.portal.events
Class StartupHelperUtil
java.lang.Object
com.liferay.portal.events.StartupHelperUtil
public class StartupHelperUtil
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan, Alexander Chow, Raymond Augé
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartupHelperUtil
public StartupHelperUtil()
getStartupHelper
public static StartupHelper getStartupHelper()
setDropIndexes
public static void setDropIndexes(boolean dropIndexes)
updateIndexes
public static void updateIndexes()
upgradeProcess
public static void upgradeProcess(int buildNumber)
throws com.liferay.portal.kernel.upgrade.UpgradeException
- Throws:
com.liferay.portal.kernel.upgrade.UpgradeException
verifyProcess
public static void verifyProcess(boolean verified)
throws VerifyException
- Throws:
VerifyException
isUpgraded
public static boolean isUpgraded()
isVerified
public static boolean isVerified()
setStartupHelper
public void setStartupHelper(StartupHelper startupHelper)