public abstract class LookupObjectImpl extends BusinessEditorBaseObjectImpl
LookupTypeImpl and LookupCodeImpl.| Modifier | Constructor and Description |
|---|---|
protected |
LookupObjectImpl(LookupManagerImpl manager, ObjectGroupOwner container, java.lang.String code) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cancelFlowForExistingObject() |
protected void |
cancelFlowForNewObject() |
protected void |
finishFlowForExistingObject() |
protected void |
finishFlowForNewObject() |
java.lang.String |
getCode() |
java.lang.String |
getDescription() |
protected oracle.adf.businesseditor.model.BusinessEditorLookupsImpl |
getLookupsImpl() |
protected LookupManagerImpl |
getLookupsManager() |
java.lang.String |
getMeaning() |
protected java.lang.String |
getObjectKey() |
protected void |
readObject(oracle.jbo.Row row) |
void |
setDescription(java.lang.String description) |
void |
setMeaning(java.lang.String meaning) |
protected void |
writeObject(oracle.jbo.Row row) |
canPopulateChildren, checkLoadObject, containsProperty, doCommit, doRollback, ensureVerified, getContainer, getGroupHelper, getLocalizedString, getObjectType, getPropertyNoLoad, getViewObjectBeingEdited, initFlowForExistingObject, initFlowForNewObject, initialize, isLoaded, isNew, isNotVerified, populateChildren, postCommit, preCommit, removeProperty, setDirty, setNew, setNotExist, setPropertyNoLoad, setVerified, valuesDifferprotected LookupObjectImpl(LookupManagerImpl manager, ObjectGroupOwner container, java.lang.String code)
public java.lang.String getCode()
public java.lang.String getMeaning()
public void setMeaning(java.lang.String meaning)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
protected void readObject(oracle.jbo.Row row)
readObject in class BusinessEditorBaseObjectImplprotected void writeObject(oracle.jbo.Row row)
writeObject in class BusinessEditorBaseObjectImplprotected void finishFlowForNewObject()
finishFlowForNewObject in class BusinessEditorBaseObjectImplprotected void finishFlowForExistingObject()
finishFlowForExistingObject in class BusinessEditorBaseObjectImplprotected void cancelFlowForNewObject()
cancelFlowForNewObject in class BusinessEditorBaseObjectImplprotected void cancelFlowForExistingObject()
cancelFlowForExistingObject in class BusinessEditorBaseObjectImplprotected LookupManagerImpl getLookupsManager()
protected oracle.adf.businesseditor.model.BusinessEditorLookupsImpl getLookupsImpl()
protected java.lang.String getObjectKey()
getObjectKey in class BusinessEditorBaseObjectImpl