Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects
11g Release 1 (11.1.1.7.0)

E36215-01

oracle.adfinternal.businesseditor.objects
Class BusinessEditorObjectImpl

java.lang.Object
  extended by oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl
      extended by oracle.adfinternal.businesseditor.objects.BusinessEditorObjectImpl
All Implemented Interfaces:
ObjectGroupOwner
Direct Known Subclasses:
AttributeImpl, BusinessObjectImpl, FunctionImpl, ValidatorImpl

public abstract class BusinessEditorObjectImpl
extends BusinessEditorBaseObjectImpl

For internal framework use only. Base class for business editor objects.

For internal use only. Application developers should not use this

Constructor Summary
protected BusinessEditorObjectImpl(BusinessEditorManagerImpl manager, ObjectGroupOwner container, java.lang.String name)
           
 
Method Summary
protected  oracle.adf.businesseditor.model.BusinessEditorImpl getBusinessEditor()
           
protected  oracle.adf.businesseditor.model.BusinessEditorLogic getBusinessEditorLogic()
           
protected  BusinessEditorManagerImpl getBusinessEditorManager()
           
protected  oracle.adf.businesseditor.model.BusinessEditorViewLogic getBusinessEditorViewLogic()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
protected  java.lang.String getObjectKey()
           
 java.lang.Object getProperty(java.lang.String property)
           
 void setDescription(java.lang.String text)
           
protected  void setName(java.lang.String name)
           
protected  void setProperty(java.lang.String property, java.lang.Object value)
           
 
Methods inherited from class oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl
cancelFlowForExistingObject, cancelFlowForNewObject, canPopulateChildren, checkLoadObject, containsProperty, doCommit, doRollback, ensureVerified, finishFlowForExistingObject, finishFlowForNewObject, getContainer, getGroupHelper, getLocalizedString, getObjectType, getPropertyNoLoad, getViewObjectBeingEdited, initFlowForExistingObject, initFlowForNewObject, initialize, isLoaded, isNew, isNotVerified, populateChildren, postCommit, preCommit, readObject, removeProperty, setDirty, setNew, setNotExist, setPropertyNoLoad, setVerified, valuesDiffer, writeObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessEditorObjectImpl

protected BusinessEditorObjectImpl(BusinessEditorManagerImpl manager,
                                   ObjectGroupOwner container,
                                   java.lang.String name)
Method Detail

getName

public java.lang.String getName()

setDescription

public void setDescription(java.lang.String text)

getDescription

public java.lang.String getDescription()

getProperty

public java.lang.Object getProperty(java.lang.String property)

setName

protected void setName(java.lang.String name)

getBusinessEditorManager

protected BusinessEditorManagerImpl getBusinessEditorManager()

getBusinessEditor

protected oracle.adf.businesseditor.model.BusinessEditorImpl getBusinessEditor()

getBusinessEditorLogic

protected oracle.adf.businesseditor.model.BusinessEditorLogic getBusinessEditorLogic()

getBusinessEditorViewLogic

protected oracle.adf.businesseditor.model.BusinessEditorViewLogic getBusinessEditorViewLogic()

setProperty

protected void setProperty(java.lang.String property,
                           java.lang.Object value)

getObjectKey

protected java.lang.String getObjectKey()
Specified by:
getObjectKey in class BusinessEditorBaseObjectImpl

Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects
11g Release 1 (11.1.1.7.0)

E36215-01

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