|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.beasys.commerce.ebusiness.catalog.util.CatalogResourceManager
Utility class used for accessing named Product Catalog resources within
the wlcs-catalog
ResourceBundle
resource file.
ResourceBundle
Method Summary | |
static java.lang.Integer |
getInteger(java.lang.String key)
Get an Integer resource referenced by a key. |
static java.util.Enumeration |
getKeys()
Get all the keys for the resource bundle. |
static java.lang.Object |
getObject(java.lang.String key)
Get an Object resource referenced by a key. |
static java.sql.PreparedStatement |
getPreparedStatement(java.sql.Connection con,
java.lang.String key)
Create a PreparedStatemetn from a string resource referenced by a key. |
static java.lang.String |
getString(java.lang.String key)
Get a string resource referenced by a key. |
static java.lang.String[] |
getStringArray(java.lang.String key)
Get a string array resource referenced by a key. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static java.lang.String getString(java.lang.String key) throws java.util.MissingResourceException
key
- the name of the resourcepublic static java.lang.Integer getInteger(java.lang.String key) throws java.util.MissingResourceException, java.lang.NumberFormatException
key
- the name of the resourcepublic static java.sql.PreparedStatement getPreparedStatement(java.sql.Connection con, java.lang.String key) throws java.util.MissingResourceException, java.sql.SQLException
con
- the Database Connectionkey
- the name of the resourcepublic static java.lang.String[] getStringArray(java.lang.String key) throws java.util.MissingResourceException
key
- the name of the resourcepublic static java.lang.Object getObject(java.lang.String key) throws java.util.MissingResourceException
key
- the name of the resourcepublic static java.util.Enumeration getKeys() throws java.util.MissingResourceException
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |