Class ApplicationUtils


  • public class ApplicationUtils
    extends java.lang.Object
    Global level Backoffice application utilities methods
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isNotJunitTenant()
      Checks whether current active tenant is not the "junit" tenant
      static boolean isPlatformReady()
      Checks whether platform is initialized and in operational state
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isPlatformReady

        public static boolean isPlatformReady()
        Checks whether platform is initialized and in operational state
      • isNotJunitTenant

        public static boolean isNotJunitTenant()
        Checks whether current active tenant is not the "junit" tenant