Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


oracle.jbo.server
Class ServiceJboUtil

java.lang.Object
  extended by oracle.jbo.server.ServiceJboUtil


public class ServiceJboUtil
extends java.lang.Object

Constructor Summary
ServiceJboUtil()
           

 

Method Summary
static ViewRowSetImpl doCreateViewLinkAccessorRS(ViewRowImpl masterRow, java.lang.String attributeName, ViewObjectImpl accessorVO, java.lang.Object[] values)
           
static long getRowLimit(ViewObject viewobject)
           

 

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

 

Constructor Detail

ServiceJboUtil

public ServiceJboUtil()

Method Detail

getRowLimit

public static long getRowLimit(ViewObject viewobject)
For internal use only. Application developers should not use this
utility method to invoke viewobjectimpl's getRowLimit() method.

doCreateViewLinkAccessorRS

public static ViewRowSetImpl doCreateViewLinkAccessorRS(ViewRowImpl masterRow,
                                                        java.lang.String attributeName,
                                                        ViewObjectImpl accessorVO,
                                                        java.lang.Object[] values)
For internal use only. Application developers should not use this
utility method to invoke ViewObjectImpl's doCreateViewLinkAccessorRS() to create a secondary rowset for 1toM viewlink accessor

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


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