Skip navigation links

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

E67681-01


oracle.jbo.server
Class ServiceRuntimeUtil

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


public class ServiceRuntimeUtil
extends java.lang.Object

Constructor Summary
ServiceRuntimeUtil()
           

 

Method Summary
static long getRowLimit(ViewObjectImpl vo)
          Deprecated. this method will be removed as soon as the bug 19690837 is implemented
static boolean isRowQCValid(ViewRowImpl row)
          Deprecated. this method will be removed as soon as bug 20530297 is fixed in apps.
static void resetQC(ViewObjectImpl vo)
          helper method to reset QC after all rows fetched.

 

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

 

Constructor Detail

ServiceRuntimeUtil

public ServiceRuntimeUtil()

Method Detail

resetQC

public static void resetQC(ViewObjectImpl vo)
helper method to reset QC after all rows fetched.
Parameters:
vo - ViewObjectImpl, default rowset's QC will be reset.

getRowLimit

public static long getRowLimit(ViewObjectImpl vo)
Deprecated. this method will be removed as soon as the bug 19690837 is implemented
Helper method to get the row limit from the VO.
Parameters:
vo - ViewObject
Returns:
row limit.
For internal use only. Application developers should not use this

isRowQCValid

public static boolean isRowQCValid(ViewRowImpl row)
Deprecated. this method will be removed as soon as bug 20530297 is fixed in apps.
Helper method to check if the row is bound to a valid query collection. In bug 20530297 we found that checking for dead row in service caused a regression to apps because mid-way they re-execute the query. We had to workround it to do the old-style checking of only qc not being null.
Parameters:
row - A row that needs to be checked for a query collection object.
Returns:
true if the row has a query collection pointer.
For internal use only. Application developers should not use this

Skip navigation links

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

E67681-01


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