Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.jbo.common
Interface ViewObjectDynAttr

All Superinterfaces:
ComponentObject, GenericHints, NavigatableRowIterator, Properties, RowIterator, RowSet, RowSetIterator, StructureDef, VariableManagerOwner, VariableManagerOwnerBase, ViewObject, XMLInterface
All Known Implementing Classes:
CmrAccessorViewImpl, DCDataVO, DSViewObjectImpl, FinderViewImpl, PlaceholderVOImpl, ViewObjectImpl, ViewObjectOnRowSets, ViewUsageImpl

public interface ViewObjectDynAttr
extends ViewObject


Field Summary
 
Fields inherited from interface oracle.jbo.ViewObject
IMAGE_LOC, QUERY_MODE_SCAN_DATABASE_TABLES, QUERY_MODE_SCAN_ENTITY_ROWS, QUERY_MODE_SCAN_UNPOSTED_ENTITY_ROWS, QUERY_MODE_SCAN_VIEW_ROWS, QUERY_MODE_SKIP_WHERE, QUERY_TIMEOUT_WAIT_FOREVER, XML_ELEM_PASSIVATE_TRANSIENT
 
Fields inherited from interface oracle.jbo.RowSet
COPY_OPT_ALL_ROWS, COPY_OPT_LIMIT_RANGE, FORWARD_ONLY, RANGE_PAGING, RANGE_PAGING_AUTO_POST, RANGE_PAGING_INCR, SCROLLABLE
 
Fields inherited from interface oracle.jbo.RowIterator
ITER_MODE_LAST_PAGE_FULL, ITER_MODE_LAST_PAGE_PARTIAL, SLOT_BEFORE_FIRST, SLOT_BEYOND_LAST, SLOT_DELETED, SLOT_VALID
 
Fields inherited from interface oracle.jbo.XMLInterface
XML_IGNORE_DEPTH_COUNT, XML_OPT_ALL_ROWS, XML_OPT_ASSOC_CONSISTENT, XML_OPT_CHANGES_ONLY, XML_OPT_LIMIT_RANGE, XML_PASSIVATION_USE
 
Fields inherited from interface oracle.jbo.GenericHints
PROPERTY_LABEL, PROPERTY_LABEL_PLURAL, PROPERTY_TOOLTIP
 
Method Summary
 int getDynamicAttributeCount()
           
 int getDynamicAttributeOffset()
           
 
Methods inherited from interface oracle.jbo.ViewObject
addDynamicAttribute, addDynamicAttributeWithType, addQueryMode, applyViewCriteria, applyViewCriteria, clearCache, createRowSet, createViewCriteria, findListBindingDef, findRowSet, findViewLinkAccessor, getAttrDefsForEntityAttr, getCriteriaItemAttributeHints, getDBSortCriteria, getForwardDependencyAttributes, getKeyAttributeDefs, getMaxFetchSize, getOrderByClause, getQuery, getQueryMode, getQueryOptimizerHint, getQueryTimeOut, getRequiredViewCriteria, getRowMatch, getRowSets, getSortBy, getSubstitutedDefNames, getViewCriteria, getViewCriteriaManager, getViewLinkNames, getWhereClause, isInternal, isReadOnly, lookupListBindingDef, readRowXML, readRowXML, setDBSortCriteria, setMaxFetchSize, setOrderByClause, setQueryMode, setQueryOptimizerHint, setQueryTimeOut, setRequiredViewCriteria, setRowMatch, setSortBy, setWhereClause
 
Methods inherited from interface oracle.jbo.StructureDef
findAttributeDef, getAttributeCount, getAttributeDef, getAttributeDefs, getAttributeIndexOf, getColumnNameForQuery, getDefFullName, getDefName, getFullName, getName, lookupAttributeDef
 
Methods inherited from interface oracle.jbo.RowSet
cancelQuery, closeRowSet, createRowSetIterator, deepCopy, defineNamedWhereClauseParam, executeEmptyRowSet, executeQuery, findRowSetIterator, getAccessMode, getApplicationModule, getCappedRowCount, getDeferredEstimatedRowCount, getEstimatedRowCount, getMasterRowSetIterators, getName, getNamedWhereClauseParam, getNamedWhereClauseParams, getRangePagingCacheFactor, getRowSetIterators, getViewObject, getWhereClauseParams, isAssociationConsistent, isDefaultRowSet, isExecuted, isFetchComplete, isForwardOnly, isMaxFetchSizeExceeded, removeMasterRowSetIterator, removeNamedWhereClauseParam, resetExecuted, setAccessMode, setAssociationConsistent, setForwardOnly, setMasterRowSetIterator, setNamedWhereClauseParam, setNamedWhereClauseParams, setRangePagingCacheFactor, setWhereClauseParam, setWhereClauseParams, skipNamedWhereClauseParam
 
Methods inherited from interface oracle.jbo.RowSetIterator
addManagementListener, closeRowSetIterator, createDetailRowSet, getDetailRowSets, getEstimatedRangePageCount, getFilteredRows, getFilteredRowsInRange, getNextRangeSet, getPreviousRangeSet, getRowSet, getSyncLock, isNameGenerated, removeManagementListener, scrollToRangePage
 
Methods inherited from interface oracle.jbo.NavigatableRowIterator
addListener, removeListener
 
Methods inherited from interface oracle.jbo.RowIterator
createAndInitRow, createKey, createRow, enumerateRowsInRange, findByAltKey, findByEntity, findByKey, findByViewCriteria, first, getAllRowsInRange, getCurrentRow, getCurrentRowIndex, getCurrentRowSlot, getFetchedRowCount, getIterMode, getRangeIndexOf, getRangeSize, getRangeStart, getRow, getRowAtRangeIndex, getRowCount, getRowCountInRange, hasNext, hasPrevious, insertRow, insertRowAtRangeIndex, isRangeAtBottom, isRangeAtTop, isRowValidation, last, next, previous, removeCurrentRow, removeCurrentRowAndRetain, removeCurrentRowFromCollection, reset, scrollRange, scrollRangeTo, setCurrentRow, setCurrentRowAtRangeIndex, setIterMode, setRangeSize, setRangeStart, setRowValidation
 
Methods inherited from interface oracle.jbo.VariableManagerOwnerBase
ensureVariableManager, getMessageBundleClass, getResourceBundleDef, getVariableManager, hasVariables
 
Methods inherited from interface oracle.jbo.XMLInterface
readXML, readXML, writeXML, writeXML, writeXML, writeXML
 
Methods inherited from interface oracle.jbo.ComponentObject
getDefFullName, getDefName, getFullName, getName, remove
 
Methods inherited from interface oracle.jbo.GenericHints
getHintValue, getLabel, getLabelPlural, getTooltip
 
Methods inherited from interface oracle.jbo.Properties
getProperties, getProperty, getProperty, refreshProperty
 

Method Detail

getDynamicAttributeCount

int getDynamicAttributeCount()

getDynamicAttributeOffset

int getDynamicAttributeOffset()

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

Copyright © 1997, 2011, Oracle. All rights reserved.