oracle.jbo.server
Class ListBindingDefImpl
java.lang.Object
oracle.jbo.common.NamedObjectImpl
oracle.jbo.mom.DefinitionObject
oracle.jbo.mom.PersistableDefObject
oracle.jbo.common.ListBindingDef
oracle.jbo.server.ListBindingDefImpl
- All Implemented Interfaces:
- ResourceBundleOwner, DefPersistable, PersistentDefinition
public class ListBindingDefImpl
- extends ListBindingDef
Fields inherited from class oracle.jbo.common.ListBindingDef |
LIST_CRITERIA_DISPLAY_HINT, LIST_CRITERIA_DISPLAY_HINT_EXECUTE, LIST_CRITERIA_DISPLAY_HINT_HIDE, LIST_CRITERIA_NAME, PNAME_AttrExpressions, PNAME_AttrNames, PNAME_DerivedAttrNames, PNAME_LabelList, PNAME_ListAttrNames, PNAME_ListDisplayAttrNames, PNAME_ListIterName, PNAME_ListNullValueFlag, PNAME_ListNullValueId, PNAME_ListOperMode, PNAME_ListRangeSize, PNAME_ListRSIName, PNAME_ListServerBindingName, PNAME_ListVOName, PNAME_MRUCount, PNAME_MRUId, PNAME_RowLevelBinds, PNAME_StaticList, PNAME_StaticListDT, PNAME_ValueList, STR_LIST_ADD_NULL_AT_END, STR_LIST_ADD_NULL_AT_START, STR_LIST_ADD_NULL_NOWHERE |
Methods inherited from class oracle.jbo.common.ListBindingDef |
convertListNullValueFlag, convertListNullValueFlag, convertToBoolean, convertToInt, convertToIntArray, getAttrExpressions, getAttrNames, getDefXMLElementTag, getDerivedAttrNames, getDisplayCriteriaName, getLabelList, getListAttrNames, getListDisplayAttrNames, getListRangeSize, getListRSIName, getListVOName, getMRUCount, getNullValueFlag, getNullValueId, getNullValueText, getResourceBundleDef, getResourcePrefix, getRowLevelBinds, getValueList, init, isAutoExecuteCriteria, isCriteriaShown, isStaticList, readXMLBoolean, readXMLInt, readXMLString, readXMLStringArray, setAttrExpressions, setAttrNames, setAutoExecuteCriteria, setCriteriaShown, setDerivedAttrNames, setDisplayCriteriaName, setLabelList, setListAttrNames, setListDisplayAttrNames, setListRangeSize, setListRSIName, setListVOName, setMRUCount, setNullValueFlag, setNullValueId, setNullValueText, setParent, setPreferredCriteriaName, setResourceBundleDef, setRowLevelBinds, setStaticList, setValueList |
Methods inherited from class oracle.jbo.mom.PersistableDefObject |
allocatePropertyMap, checkEditable, close, createFromXML, deregisterSessionObject, getBaseDir, getBasePackage, getDefManager, getDefWriter, getDefXMLNameSpace, getEditObject, getFileName, getFullDirName, getFullFileName, getOrigObject, getPropertyMap, getSubstitutedNames, getXMLElementTag, guaranteePath, isDirty, isEditable, isNew, loadXMLContents, objectRemoved, registerClass, registerDefObject, registerSessionDefObject, remove, removeAndDelete, removeProperty, saveXMLContents, setDefaultBaseDir, setDefMgr, setDirty, setEditable, setNew, setOrigObject, setProperty, setPropertyMap, updateChildrenList, verifyVersion, writeObject, writeVersion, writeXMLContents |
Methods inherited from class oracle.jbo.mom.DefinitionObject |
addExtendedDefObject, addPropertySetName, finishedLoading, getBaseDefObject, getContainerDef, getContainerName, getDefScope, getExtendedDefObjects, getMdsKey, getMdsReference, getPropertySetName, getPropertySetNames, hasExtendedDefObjects, isBaseDefFor, isDynamicDefinitionObject, isObjectResolved, loadCustomProperties, loadProperties, loadPropertiesInMap, loadPropertySetNames, loadSchemaProperties, removeExtendedDefObject, resolveReferences, setBaseDefObject, setBaseDefObject, setDefScope, setMdsKey, setMdsReference, setName, setObjectResolved, setPropertySetName |
Methods inherited from class oracle.jbo.common.NamedObjectImpl |
getAllProperties, getFullName, getName, getParent, getProperties, getPropertiesAsStrings, getPropertiesMap, getProperty, getProperty, getResourcesFromBundle, refreshProperty, removeProperty, requiresNamePrefixedResId, resolvePropertyRaw, setFullName, setPropertiesMap, setPropertiesMap2, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListBindingDefImpl
public ListBindingDefImpl(DefinitionManager defMgr,
int defScope)
ListBindingDefImpl
public ListBindingDefImpl(ListBindingDef other)
findOrCreatePreferredAccessorDef
protected ViewAccessorDef findOrCreatePreferredAccessorDef(ViewDefImpl voDef,
ViewAccessorDef vaDef,
java.lang.String prefCrName)
getAppliedViewCriterias
public java.util.List<PDefViewCriteria> getAppliedViewCriterias()
addAppliedViewCriteria
public void addAppliedViewCriteria(PDefViewCriteria pVC)
copyFrom
public void copyFrom(ListBindingDef odef)
- Internal: Applications should not use this method.
- Overrides:
copyFrom
in class ListBindingDef
getBoundParameters
public BoundParameters getBoundParameters()
getBoundParameterList
public java.util.ArrayList getBoundParameterList()
getPreferredCriteriaName
public java.lang.String getPreferredCriteriaName()
- Overrides:
getPreferredCriteriaName
in class ListBindingDef
loadFromXML
public void loadFromXML(DefElement xmlElement)
- Overrides:
loadFromXML
in class ListBindingDef
addBoundParameter
public void addBoundParameter(java.lang.String name,
java.lang.String expr)
writeChildren
public void writeChildren(DefWriter jos)
- Description copied from interface:
PersistentDefinition
- Writes the Object's children to the Persistent storage
- Specified by:
writeChildren
in interface PersistentDefinition
- Overrides:
writeChildren
in class ListBindingDef
- Parameters:
jos
- the Output storage for persistence
writeContents
public void writeContents(DefWriter jos)
- Description copied from interface:
PersistentDefinition
- Objects should write their persistence output in this method
- Specified by:
writeContents
in interface PersistentDefinition
- Overrides:
writeContents
in class ListBindingDef
- Parameters:
jos
- the Output storage for persistence
Copyright © 1997, 2009, Oracle. All rights reserved.