|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
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.server.DefObject | +--oracle.jbo.server.AttributeDefImpl | +--oracle.jbo.server.ViewAttributeDefImpl
The ViewAttributeDefImpl is an alias to an AttributeDefImpl.
Field Summary | |
protected java.lang.String |
mAlias |
protected com.sun.java.util.collections.ArrayList |
mAssocEntityRefs |
protected boolean |
mAssocEntityRefsInited |
protected AttributeDefImpl |
mAttrDesc |
protected java.lang.String |
mBindVar |
protected java.lang.String |
mGetterName |
protected java.lang.String |
mSetterName |
protected ViewObjectImpl |
mVO |
Fields inherited from class oracle.jbo.mom.DefinitionObject |
mBaseDefObject, mExtendedDefObjects, mObjectResolved |
Fields inherited from class oracle.jbo.common.NamedObjectImpl |
mFullName, mObjName, mParent, mProperties |
Fields inherited from interface oracle.jbo.AttributeDef |
ATTR_ASSOCIATED_ROW, ATTR_ASSOCIATED_ROWITERATOR, ATTR_DYNAMIC, ATTR_ENTITY_DERIVED, ATTR_PERSISTENT, ATTR_SQL_DERIVED, ATTR_TRANSIENT, READONLY, UPDATEABLE, UPDATEABLE_WHILE_NEW |
Constructor Summary | |
ViewAttributeDefImpl() Construct an ViewAttributeDefImpl. |
Method Summary | |
oracle.jbo.server.ViewLinkDefImpl |
findViewLinkDefImpl() |
java.lang.String |
getAliasName() |
java.lang.String |
getColumnNameForQuery() Gets the column name to be used in query statement. |
EntityDefImpl |
getEntityDef() Returns the EntityDef to which the referenced AttributeDef belongs if this view attribute is entity based. |
com.sun.java.util.collections.HashMap |
getHintsFromResource(LocaleContext locale) |
int |
getIndex() Get the column position of this attribute in the data source. |
ViewDefImpl |
getOtherViewDef() If this attribute is an accessor attribute (refers to an end in a ViewLink) then this method returns the ViewDef of other end of the ViewLink. |
com.sun.java.util.collections.HashMap |
getPropertiesMap() Returns all Properties from this attribute and it's domain if any. |
oracle.jbo.server.DefObject |
getReferenceAttribute() Gets the reference Entity's AttributeDefImpl if this View Attribute is Entity based. |
ViewDefImpl |
getViewDef() |
Methods inherited from class oracle.jbo.server.AttributeDefImpl | |||||||||||||||||||||||||||||
beanToStore, convertToJava, convertToStorage, displayInShortForm, finishedLoading, getAttributeKind, getAttrLoad, getBaseDefObject, getColumnName, getControlType, getDef, getDefaultValue, getDisplayHeight, getDisplayHint, getDisplayWidth, getElemFactory, getElemSQLType, getElemType, getFormat, getFormattedAttribute, getFormatter, getFormatterClassName, getHint, getHintValue, getHistoryKind, getJavaType, getLabel, getLocaleName, getObjectType, getOIDAttrNames, getPackageDef, getPackageName, getPrecision, getScale, getSQLBuilder, getSQLType, getS
|