|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.1) E67681-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.jbo.server.ServiceRuntimeUtil
public class ServiceRuntimeUtil
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 |
---|
public ServiceRuntimeUtil()
Method Detail |
---|
public static void resetQC(ViewObjectImpl vo)
vo
- ViewObjectImpl, default rowset's QC will be reset.public static long getRowLimit(ViewObjectImpl vo)
vo
- ViewObjectpublic 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.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.1) E67681-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |