Skip navigation links
oracle.adfinternal.businesseditor.objects
Class LookupCodeImpl
java.lang.Object
oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl
oracle.adfinternal.businesseditor.objects.LookupObjectImpl
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
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 |
LookupCodeImpl
protected LookupCodeImpl(LookupTypeImpl lookupType,
java.lang.String code)
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
Skip navigation links
Copyright © 1997, 2013, Oracle. All rights reserved.