Class AsmUtils
java.lang.Object
de.hybris.platform.customersupportbackoffice.widgets.sessioncontext.util.AsmUtils
Contains methods for asm-related functionality
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetAsmDeepLink(BaseSiteModel currentSite, SessionContextModel sessionContext) Method constructs deep link for asm as hrefstatic booleanMethod loads ASM_DEEPLINK_SHOW_PARAM from properties, false is default value
-
Field Details
-
ASM_DEEPLINK_SHOW_PARAM
- See Also:
-
ASM_DEEPLINK_PARAM
- See Also:
-
-
Method Details
-
showAsmButton
public static boolean showAsmButton()Method loads ASM_DEEPLINK_SHOW_PARAM from properties, false is default value- Returns:
- boolean
-
getAsmDeepLink
Method constructs deep link for asm as href- Parameters:
currentSite- the site to use as a storefrontSessionContextModel- the session context to get all needed info from- Returns:
- deep link generated
-