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 LookupObjectImpl

java.lang.Object
  extended by oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl
      extended by oracle.adfinternal.businesseditor.objects.LookupObjectImpl
All Implemented Interfaces:
ObjectGroupOwner
Direct Known Subclasses:
LookupCodeImpl, LookupTypeImpl

public abstract class LookupObjectImpl
extends BusinessEditorBaseObjectImpl

For internal framework use only. Base class for LookupTypeImpl and LookupCodeImpl.

For internal use only. Application developers should not use this

Constructor Summary
protected LookupObjectImpl(LookupManagerImpl manager, ObjectGroupOwner container, java.lang.String code)
           
 
Method Summary
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)
           
 
Methods inherited from class oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl
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, valuesDiffer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookupObjectImpl

protected LookupObjectImpl(LookupManagerImpl manager,
                           ObjectGroupOwner container,
                           java.lang.String code)
Method Detail

getCode

public java.lang.String getCode()

getMeaning

public java.lang.String getMeaning()

setMeaning

public void setMeaning(java.lang.String meaning)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

readObject

protected void readObject(oracle.jbo.Row row)
Overrides:
readObject in class BusinessEditorBaseObjectImpl

writeObject

protected void writeObject(oracle.jbo.Row row)
Overrides:
writeObject in class BusinessEditorBaseObjectImpl

finishFlowForNewObject

protected void finishFlowForNewObject()
Specified by:
finishFlowForNewObject in class BusinessEditorBaseObjectImpl

finishFlowForExistingObject

protected void finishFlowForExistingObject()
Specified by:
finishFlowForExistingObject in class BusinessEditorBaseObjectImpl

cancelFlowForNewObject

protected void cancelFlowForNewObject()
Specified by:
cancelFlowForNewObject in class BusinessEditorBaseObjectImpl

cancelFlowForExistingObject

protected void cancelFlowForExistingObject()
Specified by:
cancelFlowForExistingObject in class BusinessEditorBaseObjectImpl

getLookupsManager

protected LookupManagerImpl getLookupsManager()

getLookupsImpl

protected oracle.adf.businesseditor.model.BusinessEditorLookupsImpl getLookupsImpl()

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.