|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.jbo.common.PropertiesHelper oracle.jbo.client.remote.ComponentUsageImpl
Generic component Usage impl
Field Summary | |
protected ApplicationModuleImpl |
mAM
|
protected java.lang.String |
mDefFullName
|
protected java.lang.String |
mDefName
|
protected java.lang.String |
mFullName
|
protected int |
mId
|
protected boolean |
mIsReadOnly
|
protected java.lang.String |
mName
|
Fields inherited from class oracle.jbo.common.PropertiesHelper |
mProperties |
Constructor Summary | |
protected |
ComponentUsageImpl()
|
Method Summary | |
protected void |
finalize()
|
ApplicationModule |
getApplicationModule()
|
ComponentObject |
getComponentObject()
|
java.lang.String |
getDefFullName()
Retrieves the fully-qualified name of the component's definition. |
java.lang.String |
getDefName()
Retrieves the name of the component's definition. |
java.lang.String |
getFullName()
Retrieves the fully-qualified name of this component. |
java.lang.String |
getName()
Retrieves the name of this component. |
java.lang.Object |
getParent()
|
protected byte[] |
getPiggyback()
|
java.util.Hashtable |
getProperties()
Gets the table of properties. |
int |
getRemoteId()
|
byte |
getROTEntryType()
|
protected void |
init(ApplicationModuleImpl appModule,
int compId,
java.lang.String name,
java.lang.String fullName,
java.lang.String defName,
java.lang.String defFullName)
|
boolean |
isReadOnly()
|
protected void |
processPiggyback(byte[] pb)
|
void |
refresh()
|
void |
remove()
Deletes this component. |
Methods inherited from class oracle.jbo.common.PropertiesHelper |
getProperty, refreshProperty, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.jbo.Properties |
getProperty, refreshProperty |
Field Detail |
protected java.lang.String mName
protected java.lang.String mFullName
protected java.lang.String mDefName
protected java.lang.String mDefFullName
protected int mId
protected ApplicationModuleImpl mAM
protected boolean mIsReadOnly
Constructor Detail |
protected ComponentUsageImpl()
Method Detail |
protected void init(ApplicationModuleImpl appModule, int compId, java.lang.String name, java.lang.String fullName, java.lang.String defName, java.lang.String defFullName)
public java.lang.String getName()
ComponentObject
getName
in interface ClientComponentObject
public java.lang.String getFullName()
ComponentObject
getFullName
in interface ClientComponentObject
public java.lang.String getDefName()
ComponentObject
getDefName
in interface ComponentObject
public java.lang.String getDefFullName()
ComponentObject
getDefFullName
in interface ComponentObject
public void remove()
ComponentObject
remove
in interface ComponentObject
public java.util.Hashtable getProperties()
Properties
getProperties
in interface Properties
getProperties
in class PropertiesHelper
public int getRemoteId()
getRemoteId
in interface ClientComponentObject
public byte getROTEntryType()
getROTEntryType
in interface ClientComponentObject
public ComponentObject getComponentObject()
public java.lang.Object getParent()
getParent
in interface ClientComponentObject
public ApplicationModule getApplicationModule()
public boolean isReadOnly()
protected byte[] getPiggyback()
protected void processPiggyback(byte[] pb)
protected void finalize()
public void refresh()
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.