| 
 | Oracle Fusion Middleware Java API Reference for Oracle ADF Desktop Integration Model 11g Release 2 (11.1.2.3.0) E22714-04 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
   oracle.adf.desktopintegration.model.ModelHelper
oracle.adf.desktopintegration.model.ModelHelper
public final class ModelHelper
Helper class that exposes ADFdi specific (model-only) APIs IMPORTANT NOTE: These APIs are specific to ADF Desktop Integration solutions and are not intended to be called for any other purpose!
| Constructor Summary | |
|---|---|
| ModelHelper() | |
| Method Summary | |
|---|---|
| static oracle.jbo.server.ViewRowImpl | getAdfdiTempChildRow(oracle.jbo.server.ViewRowImpl masterRow, java.lang.String childAccessor)Utility method used to lookup temporary (dummy) ADFdi child ViewRowImpl object associated with a particular master row. | 
| static oracle.jbo.server.ViewRowImpl | getAdfdiTempRowForView(oracle.jbo.server.ApplicationModuleImpl am, java.lang.String viewDefName)Utility method used to lookup temporary (dummy) ADFdi ViewRowImpl object associated with a particular view. | 
| static oracle.jbo.server.ViewDefImpl | getChildViewDef(oracle.jbo.server.ViewRowImpl masterRow, java.lang.String childAccessor)Lookup child ViewDefImpl object. | 
| static java.lang.String[] | getChildViewLinkSourceAttributes(oracle.jbo.server.ViewRowImpl masterRow, java.lang.String childAccessor)Lookup view link source attribute names between master and child. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ModelHelper()
| Method Detail | 
|---|
public static final oracle.jbo.server.ViewRowImpl getAdfdiTempChildRow(oracle.jbo.server.ViewRowImpl masterRow,
                                                                       java.lang.String childAccessor)
masterRow - master rowchildAccessor - child accessor (attribute) name
public static final oracle.jbo.server.ViewRowImpl getAdfdiTempRowForView(oracle.jbo.server.ApplicationModuleImpl am,
                                                                         java.lang.String viewDefName)
am - app module instanceviewDefName - view definition name
public static final oracle.jbo.server.ViewDefImpl getChildViewDef(oracle.jbo.server.ViewRowImpl masterRow,
                                                                  java.lang.String childAccessor)
masterRow - master rowchildAccessor - child accessor (attribute) name
public static final java.lang.String[] getChildViewLinkSourceAttributes(oracle.jbo.server.ViewRowImpl masterRow,
                                                                        java.lang.String childAccessor)
masterRow - master rowchildAccessor - child accessor (attribute) name| 
 | Oracle Fusion Middleware Java API Reference for Oracle ADF Desktop Integration Model 11g Release 2 (11.1.2.3.0) E22714-04 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||