Skip navigation links
oracle.adfinternal.businesseditor.objects
Class LookupManagerImpl
java.lang.Object
oracle.adfinternal.businesseditor.objects.LookupManagerImpl
-
public class LookupManagerImpl
- extends java.lang.Object
For internal framework use only. A logical container for the lookup objects.
- For internal use only. Application developers should not use this
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LookupManagerImpl
public LookupManagerImpl(LookupManager lm)
getLookupTypes
public java.util.Collection<LookupType> getLookupTypes()
findLookupType
public oracle.adfinternal.businesseditor.objects.LookupTypeImpl findLookupType(java.lang.String code)
createLookupType
public oracle.adfinternal.businesseditor.objects.LookupTypeImpl createLookupType(java.lang.String code,
java.lang.String meaning,
java.lang.String desc)
commit
public void commit()
rollback
public void rollback()
getBusinessEditorLookups
public oracle.adf.businesseditor.model.BusinessEditorLookupsImpl getBusinessEditorLookups()
getGroupHelper
public oracle.adfinternal.businesseditor.objects.ObjectGroupHelper getGroupHelper(oracle.adfinternal.businesseditor.objects.ObjectType type)
deleteLookupType
public void deleteLookupType(java.lang.String lookupType)
setFixedChoiceListValueMap
protected oracle.jbo.domain.Number setFixedChoiceListValueMap(oracle.jbo.domain.Number relationshipId,
java.lang.String parentLookupType,
java.lang.String childLookupType,
java.util.Map<java.lang.String,java.util.List> valueMap)
getFixedChoiceListValueMap
protected java.util.Map<java.lang.String,java.util.List> getFixedChoiceListValueMap(oracle.jbo.domain.Number relId)
doCommit
protected void doCommit()
doRollback
protected void doRollback()
release
public void release()
canPopulateChildren
public boolean canPopulateChildren()
populateChildren
public void populateChildren(oracle.adfinternal.businesseditor.objects.ObjectType type)
ensureVerified
public void ensureVerified()
setAM
public void setAM(oracle.jbo.server.ApplicationModuleImpl am)
setNeedToReleaseAM
public void setNeedToReleaseAM(boolean needToReleaseAM)
getAM
protected oracle.jbo.server.ApplicationModuleImpl getAM()
commitNewObjects
protected void commitNewObjects()
addNewChildren
protected void addNewChildren(oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl child)
removeNewChildren
protected void removeNewChildren(oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl child)
Skip navigation links
Copyright © 1997, 2016, Oracle. All rights reserved.