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 LookupTypeImpl

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

public final class LookupTypeImpl
extends LookupObjectImpl
implements LookupType

For internal framework use only. A lookup type.

For internal use only. Application developers should not use this

Field Summary
protected  LookupCodeGroupHelper _lookupCodes
           
 
Constructor Summary
protected LookupTypeImpl(LookupManagerImpl manager, java.lang.String code)
           
 
Method Summary
 LookupCodeImpl addLookup(java.lang.String code, java.lang.String meaning, java.lang.String desc)
          Creates a lookup to this lookup type.
 ObjectGroupHelper getGroupHelper(ObjectType type)
           
 java.util.Collection<LookupCode> getLookupCodes()
          Retrieves all the lookup code for this lookup type.
protected  ObjectType getObjectType()
           
protected  oracle.jbo.ViewObject getViewObjectBeingEdited()
           
protected  void initFlowForExistingObject()
           
protected  void initFlowForNewObject()
           
 
Methods inherited from class oracle.adfinternal.businesseditor.objects.LookupObjectImpl
cancelFlowForExistingObject, cancelFlowForNewObject, finishFlowForExistingObject, finishFlowForNewObject, getCode, getDescription, getLookupsImpl, getLookupsManager, getMeaning, getObjectKey, readObject, setDescription, setMeaning, writeObject
 
Methods inherited from class oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl
canPopulateChildren, checkLoadObject, containsProperty, doCommit, doRollback, ensureVerified, getContainer, getLocalizedString, getPropertyNoLoad, 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
 
Methods inherited from interface oracle.adf.businesseditor.objects.LookupType
getCode, getDescription, getMeaning, setDescription, setMeaning
 

Field Detail

_lookupCodes

protected final LookupCodeGroupHelper _lookupCodes
Constructor Detail

LookupTypeImpl

protected LookupTypeImpl(LookupManagerImpl manager,
                         java.lang.String code)
Method Detail

getLookupCodes

public java.util.Collection<LookupCode> getLookupCodes()
Description copied from interface: LookupType
Retrieves all the lookup code for this lookup type.

Specified by:
getLookupCodes in interface LookupType
Returns:
Collection of LookupCode

addLookup

public LookupCodeImpl addLookup(java.lang.String code,
                                java.lang.String meaning,
                                java.lang.String desc)
Description copied from interface: LookupType
Creates a lookup to this lookup type.

Specified by:
addLookup in interface LookupType
Parameters:
code - code of the lookup
meaning - meaning of the lookup
desc - description of the lookup
Returns:
the LookupCode

initFlowForNewObject

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

initFlowForExistingObject

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

getViewObjectBeingEdited

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

getGroupHelper

public ObjectGroupHelper getGroupHelper(ObjectType type)
Specified by:
getGroupHelper in interface ObjectGroupOwner
Overrides:
getGroupHelper 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.