Class StartupHelperUtil

Object
com.liferay.portal.events.StartupHelperUtil

public class StartupHelperUtil extends Object
Author:
Brian Wing Shun Chan, Alexander Chow, Raymond Augé
  • Constructor Details

    • StartupHelperUtil

      public StartupHelperUtil()
  • Method Details

    • initResourceActions

      public static void initResourceActions()
    • isDBNew

      public static boolean isDBNew()
    • isDBWarmed

      public static boolean isDBWarmed()
    • isNewRelease

      public static boolean isNewRelease()
    • isUpgrading

      public static boolean isUpgrading()
    • printPatchLevel

      public static void printPatchLevel()
    • setDBNew

      public static void setDBNew(boolean dbNew)
    • setNewRelease

      public static void setNewRelease(boolean newRelease)
    • setUpgrading

      public static void setUpgrading(boolean upgrading)
    • upgradeProcess

      public static void upgradeProcess(int buildNumber) throws com.liferay.portal.kernel.upgrade.UpgradeException
      Throws:
      com.liferay.portal.kernel.upgrade.UpgradeException
    • verifyRequiredSchemaVersion

      public static void verifyRequiredSchemaVersion() throws Exception
      Throws:
      Exception