Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.client
Class JboUtil

java.lang.Object
  extended byoracle.jbo.client.JboUtil


public final class JboUtil
extends java.lang.Object

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, LocaleContext locale)

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

JboUtil

public JboUtil()

Method Detail

isAttributeDisplayable

public static boolean isAttributeDisplayable(AttributeDef attrDef,
                                             LocaleContext locale)

getAttributeLabel

public static java.lang.String getAttributeLabel(RowSet rs,
                                                 AttributeDef attrDef)

getRowFromKey

public static Row getRowFromKey(RowSetIterator rsi,
                                java.lang.String sKey)
Return a Row given a String representation of Key.

Only the first row of the array return by findbyKey is returned.

See Also:
Key.toStringFormat(boolean bSignature)

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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