|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.commerce.csr.order.Constants
public class Constants
This component provides constants for this package
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
static java.lang.String |
COULD_NOT_CHANGE_ADDRESS
|
static java.lang.String |
COULD_NOT_SET_SHIPPING_ADDRESS_TO_DEFAULT
|
static java.lang.String |
MULTI_ADDRESS_LIST_FAILURE
|
Constructor Summary | |
---|---|
Constants()
|
Method Summary | |
---|---|
static java.util.ResourceBundle |
getResourceBundle()
Return a reference to this component's resource bundle |
static java.lang.String |
getStringResource(java.lang.String pResourceId)
Acquire a string value from the resource bundle |
static java.lang.String |
getStringResource(java.lang.String pResourceId,
java.util.Locale pLocale)
Acquire a string value from the resource bundle based on the specified locale |
static java.lang.String |
getStringResource(java.lang.String pResourceId,
java.util.ResourceBundle pResourceBundle)
Acquire a string value from a specific resource bundle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CLASS_VERSION
public static final java.lang.String MULTI_ADDRESS_LIST_FAILURE
public static final java.lang.String COULD_NOT_SET_SHIPPING_ADDRESS_TO_DEFAULT
public static final java.lang.String COULD_NOT_CHANGE_ADDRESS
Constructor Detail |
---|
public Constants()
Method Detail |
---|
public static java.util.ResourceBundle getResourceBundle()
public static java.lang.String getStringResource(java.lang.String pResourceId) throws java.util.MissingResourceException
pResourceId
- the id of the string value to acquire
java.util.MissingResourceException
public static java.lang.String getStringResource(java.lang.String pResourceId, java.util.Locale pLocale) throws java.util.MissingResourceException
pResourceId
- the id of the string value to acquirepLocale
- the locale to use
java.util.MissingResourceException
public static java.lang.String getStringResource(java.lang.String pResourceId, java.util.ResourceBundle pResourceBundle) throws java.util.MissingResourceException
pResourceId
- the id of the string value to acquirepResourceBundle
- the resource bundle to use
java.util.MissingResourceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |