Business Components

oracle.jbo.client
Class JboUtil

java.lang.Object
  |
  +--oracle.jbo.client.JboUtil

public final class JboUtil
extends java.lang.Object


Constructor Summary
JboUtil()
           
 
Method Summary
TypeMethod
static java.lang.String getAttributeLabel(RowSet rs, AttributeDef attrDef)
           
static Row getRowFromKey(RowSet rs, java.lang.String sKey)
           
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(RowSet rs,
                                java.lang.String sKey)

Business Components