|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.jbo.client.JboUtil
public final class JboUtil
Constructor Summary | |
---|---|
JboUtil() |
Method Summary | |
---|---|
static java.lang.String |
getAttributeLabel(RowSet rs, AttributeDef attrDef) |
static Row |
getRowFromKey(RowSetIterator rsi, java.lang.String sKey) Return a Row given a String representation of Key. |
static boolean |
isAttributeDisplayable(AttributeDef attrDef, AttributeHints rowBasedHint, LocaleContext locale) Returns true if the Attribute is Displayable based on the RowBased AttributeHint and AttributeDef |
static boolean |
isAttributeDisplayable(AttributeDef attrDef, LocaleContext locale) Returns true if the Attribute is Displayable based on the AttributeDef |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JboUtil()
Method Detail |
---|
public static boolean isAttributeDisplayable(AttributeDef attrDef, LocaleContext locale)
attrDef
- - AttributeDeflocale
-public static boolean isAttributeDisplayable(AttributeDef attrDef, AttributeHints rowBasedHint, LocaleContext locale)
attrDef
- - AttributeDefrowBasedHint
- - AttributeHint for the same attribute passed as AttributeDeflocale
-public static java.lang.String getAttributeLabel(RowSet rs, AttributeDef attrDef)
public static Row getRowFromKey(RowSetIterator rsi, java.lang.String sKey)
Only the first row of the array return by findbyKey
is returned.
Key.toStringFormat(boolean bSignature)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |