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 LookupCodeImpl

java.lang.Object
  extended by oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl
      extended by oracle.adfinternal.businesseditor.objects.LookupObjectImpl
          extended by oracle.adfinternal.businesseditor.objects.LookupCodeImpl
All Implemented Interfaces:
LookupCode, ObjectGroupOwner

public final class LookupCodeImpl
extends LookupObjectImpl
implements LookupCode

For internal framework use only. A lookup code.

For internal use only. Application developers should not use this

Constructor Summary
protected LookupCodeImpl(LookupTypeImpl lookupType, java.lang.String code)
           
 
Method Summary
 java.lang.Number getDisplaySequence()
          Returns the display sequence of the lookup code
protected  ObjectType getObjectType()
           
protected  oracle.jbo.ViewObject getViewObjectBeingEdited()
           
protected  void initFlowForExistingObject()
           
protected  void initFlowForNewObject()
           
protected  void initialize()
           
 boolean isEnabled()
          Returns if this lookup code is enabled
protected  void readObject(oracle.jbo.Row row)
           
 void setDisplaySequence(java.lang.Number value)
          Sets the display sequence of the lookup code.
 void setEnabled(boolean enabled)
          Sets if this lookup code is enabled
protected  void writeObject(oracle.jbo.Row row)
           
 
Methods inherited from class oracle.adfinternal.businesseditor.objects.LookupObjectImpl
cancelFlowForExistingObject, cancelFlowForNewObject, finishFlowForExistingObject, finishFlowForNewObject, getCode, getDescription, getLookupsImpl, getLookupsManager, getMeaning, getObjectKey, setDescription, setMeaning
 
Methods inherited from class oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl
canPopulateChildren, checkLoadObject, containsProperty, doCommit, doRollback, ensureVerified, getContainer, getGroupHelper, getLocalizedString, getPropertyNoLoad, 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
 
Methods inherited from interface oracle.adf.businesseditor.objects.LookupCode
getCode, getDescription, getMeaning, setDescription, setMeaning
 

Constructor Detail

LookupCodeImpl

protected LookupCodeImpl(LookupTypeImpl lookupType,
                         java.lang.String code)
Method Detail

isEnabled

public boolean isEnabled()
Description copied from interface: LookupCode
Returns if this lookup code is enabled

Specified by:
isEnabled in interface LookupCode
Returns:
if this lookup code is enabled

setEnabled

public void setEnabled(boolean enabled)
Description copied from interface: LookupCode
Sets if this lookup code is enabled

Specified by:
setEnabled in interface LookupCode
Parameters:
enabled - if this lookup code is enabled

getDisplaySequence

public java.lang.Number getDisplaySequence()
Description copied from interface: LookupCode
Returns the display sequence of the lookup code

Specified by:
getDisplaySequence in interface LookupCode
Returns:
the display sequence

setDisplaySequence

public void setDisplaySequence(java.lang.Number value)
Description copied from interface: LookupCode
Sets the display sequence of the lookup code.

Specified by:
setDisplaySequence in interface LookupCode
Parameters:
value - the display sequence

initFlowForNewObject

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

initFlowForExistingObject

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

readObject

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

writeObject

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

initialize

protected void initialize()
Overrides:
initialize in class BusinessEditorBaseObjectImpl

getViewObjectBeingEdited

protected oracle.jbo.ViewObject getViewObjectBeingEdited()
Specified by:
getViewObjectBeingEdited in class BusinessEditorBaseObjectImpl

getObjectType

protected ObjectType getObjectType()
Specified by:
getObjectType 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.