|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.jbo.common.NamedObjectImpl
oracle.jbo.mom.DefinitionObject
oracle.jbo.mom.PersistableDefObject
oracle.jbo.server.DefObject
oracle.jbo.server.AttributeDefImpl
oracle.jbo.server.ViewAttributeDefImpl
oracle.adf.model.bean.DCVCSubstAttrDef
public class DCVCSubstAttrDef
This View Attribute Def is created so that it serves as a wrapper around the attributes created for exposing View Criteria definitions. This class can then delegate the attribute hints and other properties to the appropriate defintion objects created at design time.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class oracle.jbo.mom.PersistableDefObject |
|---|
PersistableDefObject.CustomizationType, PersistableDefObject.PersonalizationType |
| Nested classes/interfaces inherited from interface oracle.jbo.AttributeHints |
|---|
AttributeHints.ControlType |
| Field Summary |
|---|
| Fields inherited from class oracle.jbo.server.ViewAttributeDefImpl |
|---|
BASE_VIEW_ATTR, mAlias, mAssocEntityRefs, mAssocEntityRefsInited, mAttrDesc, mBindVar, mGetterName, mSetterName, mVO |
| Fields inherited from class oracle.jbo.mom.DefinitionObject |
|---|
DEF_MDS_CLIENT_KEY, DEF_SCOPE_PERS, DEF_SCOPE_SESSION, DEF_SCOPE_SHARED, mBaseDefObject, mExtendedDefObjects, mObjectResolved, PERSDEF_MDS_CLIENT_KEY, PROPERTY_EXPRMAP |
| Fields inherited from class oracle.jbo.common.NamedObjectImpl |
|---|
mFullName, mObjName, mParent, mProperties, RES_ID_SUFFIX |
| Fields inherited from interface oracle.jbo.AttributeDef |
|---|
ATTR_ASSOCIATED_ROW, ATTR_ASSOCIATED_ROWITERATOR, ATTR_DYNAMIC, ATTR_ENTITY_DERIVED, ATTR_HIDDEN, ATTR_PERSISTENT, ATTR_ROWSET, ATTR_SQL_DERIVED, ATTR_TRANSIENT, ATTR_VARIABLE, READONLY, UPDATEABLE, UPDATEABLE_WHILE_NEW |
| Fields inherited from interface oracle.jbo.GenericHints |
|---|
PROPERTY_LABEL, PROPERTY_LABEL_PLURAL, PROPERTY_TOOLTIP |
| Fields inherited from interface oracle.jbo.mom.xml.DefPersistable |
|---|
XML_STATEMENT |
| Constructor Summary | |
|---|---|
DCVCSubstAttrDef() |
|
DCVCSubstAttrDef(AttributeDef existingDef) |
|
DCVCSubstAttrDef(AttributeDef existingDef, Row vciValRow) |
|
DCVCSubstAttrDef(AttributeDef existingDef, ViewCriteria vc, ViewCriteriaItem vci, Variable var) |
|
| Method Summary | |
|---|---|
java.util.ArrayList |
getForwardDependencyAttributes() |
java.lang.Class |
getJavaType()Returns the Java type of the attribute. |
java.lang.String |
getLOVFinder() |
java.lang.String |
getLOVName()Retrieve the LOV name on the current view attribute. |
AttributeHints |
getUIHelper()return the AttributeHints interface implemented by this class |
protected java.lang.Object |
resolvePropertyRaw(java.lang.String property, LocaleContext locale) |
void |
setExistingDef(AttributeDef attrDef) |
| Methods inherited from class oracle.jbo.server.DefObject |
|---|
ensureVariableManager, finishedLoading, getBaseDefObject, getDefXMLNameSpace, getVariableManager, getVarMgrParents, hasVariables, loadProperties, loadVariables, resolveReferences, setBaseDefObject |
| Methods inherited from class oracle.jbo.common.NamedObjectImpl |
|---|
getName, getParent, getProperties, getPropertiesAsStrings, getPropertiesMap, getProperty, getPropertyExpressionsMap, getStringFromMessageBundle, isPropertyExpression, refreshProperty, removeProperty, setFullName, setPropertiesMap, setPropertiesMap2, setProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.jbo.AttributeDef |
|---|
getName |
| Methods inherited from interface oracle.jbo.Properties |
|---|
getProperties, getProperty, refreshProperty |
| Methods inherited from interface oracle.jbo.rules.ValidationManager |
|---|
getName |
| Methods inherited from interface oracle.jbo.VariableManagerOwner |
|---|
getName |
| Constructor Detail |
|---|
public DCVCSubstAttrDef()
public DCVCSubstAttrDef(AttributeDef existingDef)
public DCVCSubstAttrDef(AttributeDef existingDef,
ViewCriteria vc,
ViewCriteriaItem vci,
Variable var)
public DCVCSubstAttrDef(AttributeDef existingDef,
Row vciValRow)
| Method Detail |
|---|
public AttributeHints getUIHelper()
AttributeDefImplgetUIHelper in interface AttributeDefgetUIHelper in class AttributeDefImplAttributeHintspublic java.lang.String getLOVFinder()
getLOVFinder in class AttributeDefImplpublic java.lang.String getLOVName()
ViewAttributeDefImplgetLOVName in interface AttributeDefgetLOVName in class ViewAttributeDefImplpublic java.lang.Class getJavaType()
AttributeDefImplFor example, if the attribute is of type String, this method returns java.lang.String; if it is of type Number, it returns oracle.jbo.domain.Number.
Subclasses should override this method because Entities without accessors should also be able to get their types from attribute descriptors and beans.
getJavaType in interface AttributeDefgetJavaType in class AttributeDefImplpublic void setExistingDef(AttributeDef attrDef)
protected java.lang.Object resolvePropertyRaw(java.lang.String property,
LocaleContext locale)
resolvePropertyRaw in class AttributeDefImplpublic java.util.ArrayList getForwardDependencyAttributes()
getForwardDependencyAttributes in class AttributeDefImpl
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||