Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.1.0)

E17483-02

oracle.adf.model.placeholder
Class PHDCMessageBundle

java.lang.Object
  extended by java.util.ResourceBundle
      extended by java.util.ListResourceBundle
          extended by oracle.jbo.common.CheckedListResourceBundle
              extended by oracle.adf.model.placeholder.PHDCMessageBundle

public class PHDCMessageBundle
extends CheckedListResourceBundle

Defines the error codes and default error messages for operations on placeholder datacontrol.

These error codes may be localized by extending this class, and overriding getContents() to return a table in which the error codes are associated with other message strings. The subclass should be given a name of the form CheckedListResourceBundlelocale, where Locale is the name of a language.

Since:
JDeveloper 11.0

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.ResourceBundle
java.util.ResourceBundle.Control
 
Field Summary
static java.lang.String EXC_PHDC_COMMIT
          JBO-168431:
static java.lang.String EXC_PHDC_ROLLBACK
          JBO-168432:
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
PHDCMessageBundle()
           
 
Method Summary
 java.lang.Object[][] getContents()
          Gets the key-value association table.
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject, handleKeySet
 
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXC_PHDC_COMMIT

public static final java.lang.String EXC_PHDC_COMMIT
JBO-168431:

Cause:

Action:

See Also:
Constant Field Values

EXC_PHDC_ROLLBACK

public static final java.lang.String EXC_PHDC_ROLLBACK
JBO-168432:

Cause:

Action:

See Also:
Constant Field Values
Constructor Detail

PHDCMessageBundle

public PHDCMessageBundle()
Method Detail

getContents

public java.lang.Object[][] getContents()
Gets the key-value association table.

Specified by:
getContents in class CheckedListResourceBundle
Returns:
an array of key-value pairs.

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.1.0)

E17483-02

Copyright © 1997, 2011, Oracle. All rights reserved.