public class StandardPaymentModeHMCExtension extends HMCExtension
| Modifier and Type | Field and Description |
|---|---|
static String |
RESOURCE_PATH |
| Constructor and Description |
|---|
StandardPaymentModeHMCExtension() |
| Modifier and Type | Method and Description |
|---|---|
List |
getEditorTabChips(DisplayState displayState,
AbstractEditorMenuChip parent) |
static String |
getLocalizedString(String strKey,
JaloSession jaloSession)
Deprecated.
please use getLocalizedString(String strKey, SessionContext ctx) instead.
|
static String |
getLocalizedString(String strKey,
SessionContext ctx)
Returns a localized string for the given key.
|
static String |
getLocalizedString(String strKey,
String isocode)
Returns a localized string for the given key.
|
static ResourceBundle |
getLocalizeResBundle(String isoCode)
Returns the resource bundle for the given iso code.
|
ResourceBundle |
getLocalizeResourceBundle(Locale locale)
Should return the resource bundle for the extension and the given locale.
|
List |
getMenuEntrySlotEntries(DisplayState displayState,
Chip parent) |
String |
getResourcePath()
Should return the path to the resource bundle.
|
List |
getSectionChips(DisplayState displayState,
ClipChip parent) |
List |
getToolbarActionChips(DisplayState displayState,
Chip parent) |
List |
getTreeNodeChips(DisplayState displayState,
Chip parent) |
adjustEditorConfiguration, adjustToolbarActionChips, afterCreate, afterRemove, afterSave, afterSave, beforeCreate, beforeRemove, beforeSave, notifySessionBeginpublic static final String RESOURCE_PATH
public List getTreeNodeChips(DisplayState displayState, Chip parent)
getTreeNodeChips in class HMCExtensiondisplayState - the current DisplayStateparent - the parent AbstractExplorerMenuTreeNodeChipAbstractExplorerMenuTreeNodeChips.HMCExtension.getTreeNodeChips(de.hybris.platform.hmc.webchips.DisplayState,
de.hybris.platform.hmc.webchips.Chip)public List getMenuEntrySlotEntries(DisplayState displayState, Chip parent)
getMenuEntrySlotEntries in class HMCExtensiondisplayState - the current DisplayStateparent - the parent ChipMenuEntrySlotEntry.HMCExtension.getMenuEntrySlotEntries(de.hybris.platform.hmc.webchips.DisplayState,
de.hybris.platform.hmc.webchips.Chip)public List getSectionChips(DisplayState displayState, ClipChip parent)
getSectionChips in class HMCExtensiondisplayState - the current DisplayStateparent - the parent ClipChipClipChips.HMCExtension.getSectionChips(de.hybris.platform.hmc.webchips.DisplayState,
de.hybris.platform.hmc.generic.ClipChip)public List getEditorTabChips(DisplayState displayState, AbstractEditorMenuChip parent)
getEditorTabChips in class HMCExtensiondisplayState - the current DisplayStateparent - the parent AbstractEditorMenuChipEditorTabChippublic List getToolbarActionChips(DisplayState displayState, Chip parent)
getToolbarActionChips in class HMCExtensiondisplayState - the current DisplayStateparent - the parent ChipToolbarActionChips.HMCExtension.getToolbarActionChips(de.hybris.platform.hmc.webchips.DisplayState,
de.hybris.platform.hmc.webchips.Chip)public static ResourceBundle getLocalizeResBundle(String isoCode) throws MissingResourceException
BUNDLEPATH to locate the resource bundle.isoCode - the resource bundle iso code.MissingResourceException - if the resource bundle is missing at the given pathpublic static String getLocalizedString(String strKey, String isocode)
strKey - the localized string keyisocode - the language iso code.public static String getLocalizedString(String strKey, SessionContext ctx)
strKey - the localized string key.ctx - the current session context. will be used to compute the isocode of the session context language.@Deprecated public static String getLocalizedString(String strKey, JaloSession jaloSession)
public ResourceBundle getLocalizeResourceBundle(Locale locale)
HMCExtensionMissingResourceException.getLocalizeResourceBundle in class HMCExtensionNULL.public String getResourcePath()
HMCExtensiongetResourcePath in class HMCExtensionCopyright © 2017 SAP SE. All Rights Reserved.