|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.data.jbo.def.NamedObjectDefImpl | +--oracle.cabo.data.jbo.def.AppModuleDefImpl
BC4J ApplicationModule definition implementation.
Constructor Summary | |
AppModuleDefImpl()
|
Method Summary | |
NestedAppModuleDef |
findAppModuleDef(java.lang.String name)
Finds the nested AppModuleDef by name |
ViewObjectDef |
findViewObjectDef(java.lang.String name)
Finds the ViewObjectDef by name |
java.lang.String |
getDefFullName()
Returns the ApplicationModule definition full name |
void |
setAppModuleDefs(AppModuleDef[] appModuleDefs)
|
void |
setDefFullName(java.lang.String defFullName)
Sets the ApplicationModule definition full name |
void |
setViewObjectDefs(ViewObjectDef[] viewObjectDefs)
|
Methods inherited from class oracle.cabo.data.jbo.def.NamedObjectDefImpl |
getName, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AppModuleDefImpl()
Method Detail |
public java.lang.String getDefFullName()
public void setDefFullName(java.lang.String defFullName)
public void setAppModuleDefs(AppModuleDef[] appModuleDefs)
public void setViewObjectDefs(ViewObjectDef[] viewObjectDefs)
public NestedAppModuleDef findAppModuleDef(java.lang.String name)
public ViewObjectDef findViewObjectDef(java.lang.String name)
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |