|
© 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.CatalogSchemaManager
Utility class used for accessing named Product Catalog schema definition resources
within a named ResourceBundle resource file.
By default, the wlcs-catalog resource file is used.
ResourceBundle| Constructor Summary | |
CatalogSchemaManager(java.lang.String bundle)
This is an abstract class. |
|
| Method Summary | |
java.lang.Integer |
getInteger(java.lang.String key)
Get an Integer resource referenced by a key. |
java.util.Enumeration |
getKeys()
Get all the keys for the resource bundle. |
java.lang.Object |
getObject(java.lang.String key)
Get an Object resource referenced by a key. |
java.sql.PreparedStatement |
getPreparedStatement(java.sql.Connection con,
java.lang.String key)
Create a PreparedStatemetn from a string resource referenced by a key. |
java.lang.String |
getString(java.lang.String key)
Get a string resource referenced by a key. |
java.lang.String[] |
getStringArray(java.lang.String key)
Get a string array resource referenced by a key. |
protected void |
loadResourceBundle()
Load the resource bundle. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public CatalogSchemaManager(java.lang.String bundle)
| Method Detail |
protected void loadResourceBundle()
throws java.util.MissingResourceException
public java.lang.String getString(java.lang.String key)
throws java.util.MissingResourceException
key - the name of the resource
public java.lang.Integer getInteger(java.lang.String key)
throws java.util.MissingResourceException,
java.lang.NumberFormatException
key - the name of the resource
public 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 resource
public java.lang.String[] getStringArray(java.lang.String key)
throws java.util.MissingResourceException
key - the name of the resource
public java.lang.Object getObject(java.lang.String key)
throws java.util.MissingResourceException
key - the name of the resource
public 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 | ||||||||