Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

oracle.apps.fnd.applseed.rt.common.util
Class SDCommonUtil

java.lang.Object
  extended by oracle.apps.fnd.applseed.rt.common.util.SDCommonUtil

public final class SDCommonUtil
extends java.lang.Object


Method Summary
static java.lang.String getFormattedAttributes(oracle.jbo.AttributeDef[] attrs)
           
static java.lang.String getFormattedRowAttributeValues(oracle.jbo.AttributeDef[] attrs, oracle.jbo.Row row)
           
static java.lang.String getFormattedRowKeys(oracle.jbo.ViewObject vo)
          Creates a Formatted String with the view object and key attributes
static java.lang.String getFormattedRowKeyValues(oracle.jbo.ViewObject vo, oracle.jbo.Row row)
          Creates a Formatted String with the view object , key attributes and their values.
static java.lang.Object invokeMethod(java.lang.reflect.Method meth, java.lang.Object[] args)
           
static void setJboDebugOutput()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFormattedRowKeyValues

public static java.lang.String getFormattedRowKeyValues(oracle.jbo.ViewObject vo,
                                                        oracle.jbo.Row row)
Creates a Formatted String with the view object , key attributes and their values. Primarily used for displaying the information in log.

Parameters:
vo - ViewObject
row - Row
Returns:

getFormattedRowAttributeValues

public static java.lang.String getFormattedRowAttributeValues(oracle.jbo.AttributeDef[] attrs,
                                                              oracle.jbo.Row row)

getFormattedRowKeys

public static java.lang.String getFormattedRowKeys(oracle.jbo.ViewObject vo)
Creates a Formatted String with the view object and key attributes

Parameters:
vo - ViewObject
Returns:

getFormattedAttributes

public static java.lang.String getFormattedAttributes(oracle.jbo.AttributeDef[] attrs)

invokeMethod

public static java.lang.Object invokeMethod(java.lang.reflect.Method meth,
                                            java.lang.Object[] args)
                                     throws java.lang.Throwable
Throws:
java.lang.Throwable

setJboDebugOutput

public static void setJboDebugOutput()

Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.