|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.beasys.commerce.ebusiness.catalog.util.CatalogResourceManager
@Deprecated public abstract class CatalogResourceManager
Utility class used for accessing named Product Catalog resources within
the wlcs-catalog ResourceBundle resource file.
ResourceBundle| Method Summary | |
|---|---|
static Integer |
getInteger(String key)
Deprecated See BEA Commerce product offering |
static Enumeration |
getKeys()
Deprecated See BEA Commerce product offering |
static Object |
getObject(String key)
Deprecated See BEA Commerce product offering |
static PreparedStatement |
getPreparedStatement(Connection con,
String key)
Deprecated See BEA Commerce product offering |
static String |
getString(String key)
Deprecated See BEA Commerce product offering |
static String[] |
getStringArray(String key)
Deprecated See BEA Commerce product offering |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String getString(String key)
throws MissingResourceException
key - the name of the resource
MissingResourceException - if the resource bundle could not be found
public static Integer getInteger(String key)
throws MissingResourceException,
NumberFormatException
key - the name of the resource
MissingResourceException - if the resource bundle could not be found
NumberFormatException - if the resource specified by the key is not valid
public static PreparedStatement getPreparedStatement(Connection con,
String key)
throws MissingResourceException,
SQLException
con - the Database Connectionkey - the name of the resource
MissingResourceException - if the resource bundle could not be found
SQLException - on statement preparation error
public static String[] getStringArray(String key)
throws MissingResourceException
key - the name of the resource
MissingResourceException - if the resource bundle could not be found
public static Object getObject(String key)
throws MissingResourceException
key - the name of the resource
MissingResourceException - if the resource bundle could not be found
public static Enumeration getKeys()
throws MissingResourceException
MissingResourceException - if the resource bundle could not be found
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||