Package com.hybris.backoffice
Class ApplicationUtils
java.lang.Object
com.hybris.backoffice.ApplicationUtils
Global level Backoffice application utilities methods
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanChecks whether current active tenant is not the "junit" tenantstatic booleanChecks whether platform is initialized and in operational state
-
Method Details
-
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
-