Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


oracle.jbo.client.remote
Class ComponentUsageImpl

java.lang.Object
  extended by oracle.jbo.common.PropertiesHelper
      extended by oracle.jbo.client.remote.ComponentHintsHelper
          extended by oracle.jbo.client.remote.ComponentUsageImpl

All Implemented Interfaces:
java.io.Serializable, ClientComponentObject, ComponentObject, ExprWrappable, GenericHints, Properties

public class ComponentUsageImpl
extends ComponentHintsHelper
implements ClientComponentObject, ComponentObject

Generic component Usage impl

See Also:
Serialized Form

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

 

Fields inherited from interface oracle.jbo.GenericHints
PROPERTY_LABEL, PROPERTY_LABEL_PLURAL, PROPERTY_TOOLTIP

 

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 getLabel(LocaleContext locale)
          Retrieves the label to be used in any attribute prompts
 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()
           
 java.util.Hashtable refreshProperties()
           
 void remove()
          Deletes this component.

 

Methods inherited from class oracle.jbo.client.remote.ComponentHintsHelper
getHintValue, getLabelPlural, getTooltip

 

Methods inherited from class oracle.jbo.common.PropertiesHelper
closeObject, getImageLoc, getProperty, getProperty, refreshProperty, setName, setProperty

 

Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface oracle.jbo.GenericHints
getHintValue, getLabelPlural, getTooltip

 

Methods inherited from interface oracle.jbo.Properties
getProperty, getProperty, refreshProperty

 

Field Detail

mName

protected java.lang.String mName

mFullName

protected java.lang.String mFullName

mDefName

protected java.lang.String mDefName

mDefFullName

protected java.lang.String mDefFullName

mId

protected int mId

mAM

protected ApplicationModuleImpl mAM

mIsReadOnly

protected boolean mIsReadOnly

Constructor Detail

ComponentUsageImpl

protected ComponentUsageImpl()

Method Detail

init

protected void init(ApplicationModuleImpl appModule,
                    int compId,
                    java.lang.String name,
                    java.lang.String fullName,
                    java.lang.String defName,
                    java.lang.String defFullName)

getName

public java.lang.String getName()
Description copied from interface: ComponentObject
Retrieves the name of this component.
Specified by:
getName in interface ClientComponentObject
Specified by:
getName in interface ComponentObject
Returns:
the name of the object.

getFullName

public java.lang.String getFullName()
Description copied from interface: ComponentObject
Retrieves the fully-qualified name of this component.
Specified by:
getFullName in interface ClientComponentObject
Specified by:
getFullName in interface ComponentObject
Returns:
the name of the object.

getDefName

public java.lang.String getDefName()
Description copied from interface: ComponentObject
Retrieves the name of the component's definition.
Specified by:
getDefName in interface ComponentObject
Returns:
a class name.

getDefFullName

public java.lang.String getDefFullName()
Description copied from interface: ComponentObject
Retrieves the fully-qualified name of the component's definition.
Specified by:
getDefFullName in interface ComponentObject
Returns:
a class name.

remove

public void remove()
Description copied from interface: ComponentObject
Deletes this component.
Specified by:
remove in interface ComponentObject

getLabel

public java.lang.String getLabel(LocaleContext locale)
Description copied from interface: GenericHints
Retrieves the label to be used in any attribute prompts
Specified by:
getLabel in interface GenericHints
Specified by:
getLabel in class ComponentHintsHelper

getProperties

public java.util.Hashtable getProperties()
Description copied from interface: Properties
Gets the table of properties.
Specified by:
getProperties in interface Properties
Overrides:
getProperties in class PropertiesHelper
Returns:
a hashtable of properties.

refreshProperties

public java.util.Hashtable refreshProperties()
Overrides:
refreshProperties in class PropertiesHelper

getRemoteId

public int getRemoteId()
Specified by:
getRemoteId in interface ClientComponentObject

getROTEntryType

public byte getROTEntryType()
Specified by:
getROTEntryType in interface ClientComponentObject

getComponentObject

public ComponentObject getComponentObject()

getParent

public java.lang.Object getParent()
Specified by:
getParent in interface ClientComponentObject

getApplicationModule

public ApplicationModule getApplicationModule()

isReadOnly

public boolean isReadOnly()
Overrides:
isReadOnly in class PropertiesHelper

getPiggyback

protected byte[] getPiggyback()

processPiggyback

protected void processPiggyback(byte[] pb)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

refresh

public void refresh()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


Copyright © 1997, 2011, Oracle. All rights reserved.