public class ServiceRuntimeUtil
extends java.lang.Object
| Constructor and Description | 
|---|
ServiceRuntimeUtil()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
public static void resetQC(ViewObjectImpl vo)
vo - ViewObjectImpl, default rowset's QC will be reset.@Concealed public static long getRowLimit(ViewObjectImpl vo)
vo - ViewObject@Concealed public static boolean isRowQCValid(ViewRowImpl row)
row - A row that needs to be checked for a query collection object.true if the row has a query collection pointer.