public abstract class BusinessEditorObjectImpl extends BusinessEditorBaseObjectImpl
| Modifier | Constructor and Description |
|---|---|
protected |
BusinessEditorObjectImpl(BusinessEditorManagerImpl manager, ObjectGroupOwner container, java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
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) |
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, writeObjectprotected BusinessEditorObjectImpl(BusinessEditorManagerImpl manager, ObjectGroupOwner container, java.lang.String name)
public java.lang.String getName()
public void setDescription(java.lang.String text)
public java.lang.String getDescription()
public java.lang.Object getProperty(java.lang.String property)
protected void setName(java.lang.String name)
protected BusinessEditorManagerImpl getBusinessEditorManager()
protected oracle.adf.businesseditor.model.BusinessEditorImpl getBusinessEditor()
protected oracle.adf.businesseditor.model.BusinessEditorLogic getBusinessEditorLogic()
protected oracle.adf.businesseditor.model.BusinessEditorViewLogic getBusinessEditorViewLogic()
protected void setProperty(java.lang.String property,
java.lang.Object value)
protected java.lang.String getObjectKey()
getObjectKey in class BusinessEditorBaseObjectImpl