|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adfnmc.util.GenericType
oracle.adfnmc.dc.JavaBeanObject
public class JavaBeanObject
Field Summary | |
---|---|
protected java.lang.String |
id
|
protected JavaBeanDefinition |
jbd
|
protected MetaDataFrameworkManager |
mdfm
|
protected java.lang.String |
type
|
Fields inherited from class oracle.adfnmc.util.GenericType |
---|
attribute, attributeInfo, complex, GENERIC_TYPE_DEBUG, name, namespace, parent |
Constructor Summary | |
---|---|
JavaBeanObject()
|
|
JavaBeanObject(java.lang.String namespace,
java.lang.String name,
JavaBeanDefinition jbd)
|
|
JavaBeanObject(java.lang.String namespace,
java.lang.String name,
JavaBeanDefinition jbd,
java.lang.String type)
|
Method Summary | |
---|---|
protected void |
addInputParameters(JavaBeanOperation jbo,
List params)
|
protected JavaBeanOperation |
createOperation(java.lang.String name,
JavaBeanDefinition pbd)
|
protected JavaBeanOperation |
createOperation(java.lang.String name,
List params)
|
JavaBeanDefinition |
getDefinition()
|
java.lang.String |
getId()
|
java.lang.String |
getType()
|
protected void |
log(Level level,
ResourceBundle bundle,
java.lang.String key,
java.lang.Object[] params)
|
protected void |
log(Level level,
java.lang.String msg)
|
protected void |
registerAccessorAttribute()
Used to do any special registration/parsing with the attribute accessors definitions found in the JavaBeanDefinition (aka virutal class object). |
protected void |
registerAnyOperations()
Used to register all the operations defined by this java bean. |
protected void |
registerAttributes()
Used to do any special registration/parsing with the attribute definitions found in the JavaBeanDefinition (aka virutal class object). |
protected void |
registerJavaBean(JavaBeanDefinition jbd)
Register/Define this java bean object's structure of definition. |
protected void |
registerMethodAccessors()
Used to do any special registration/parsing with the method accessors definitions found in the JavaBeanDefinition (aka virutal class object). |
protected void |
registerOperation(MethodAccessorDefinition mad)
|
java.lang.String |
toString()
|
Methods inherited from class oracle.adfnmc.util.GenericType |
---|
copy, defineAttribute, defineAttribute, defineAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttributeCollection, getAttributeCount, getAttributeCount, getAttributeCount, getAttributeInfo, getAttributeInfo, getAttributeInfo, getAttributeInfo, getAttributeInfoCollection, getAttributeType, getName, getNamespace, getParent, isComplexType, setAttribute, setAttribute, setAttribute |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String id
protected JavaBeanDefinition jbd
protected MetaDataFrameworkManager mdfm
protected java.lang.String type
Constructor Detail |
---|
public JavaBeanObject()
public JavaBeanObject(java.lang.String namespace, java.lang.String name, JavaBeanDefinition jbd)
public JavaBeanObject(java.lang.String namespace, java.lang.String name, JavaBeanDefinition jbd, java.lang.String type)
Method Detail |
---|
public java.lang.String getId()
public JavaBeanDefinition getDefinition()
public java.lang.String getType()
public java.lang.String toString()
toString
in class GenericType
protected void addInputParameters(JavaBeanOperation jbo, List params)
protected JavaBeanOperation createOperation(java.lang.String name, List params)
protected JavaBeanOperation createOperation(java.lang.String name, JavaBeanDefinition pbd)
protected void registerJavaBean(JavaBeanDefinition jbd)
jbd
- protected void registerAttributes()
protected void registerAccessorAttribute()
protected void registerAnyOperations()
registerOperation(oracle.adfnmc.metadata.bean.MethodAccessorDefinition)
protected void registerOperation(MethodAccessorDefinition mad)
protected void registerMethodAccessors()
protected void log(Level level, java.lang.String msg)
log
in class GenericType
protected void log(Level level, ResourceBundle bundle, java.lang.String key, java.lang.Object[] params)
log
in class GenericType
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |