|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractCollection | +--java.util.AbstractList | +--java.util.Vector | +--oracle.jbo.ViewCriteria
A list of row criteria for a View Object's WHERE clause.
The lengths of the ViewCriteriaRow
s in the list must
all match the number of attributes in the View Object.
Fields inherited from class java.util.Vector |
capacityIncrement,
elementCount,
elementData |
Fields inherited from class java.util.AbstractList |
modCount |
Constructor Summary | |
ViewCriteria(ViewObject viewObject)
Creates an empty view criteria object. |
Method Summary | |
ViewCriteriaRow |
createViewCriteriaRow()
Creates a new criteria row. |
int |
getAttributeIndexOf(java.lang.String name)
Finds the column associated with an attribute name. |
ViewObject |
getViewObject()
Gets the View Object that owns the view criteria. |
Methods inherited from class java.util.Vector |
add,
add,
addAll,
addAll,
addElement,
capacity,
clear,
clone,
contains,
containsAll,
copyInto,
elementAt,
elements,
ensureCapacity,
equals,
firstElement,
get,
hashCode,
indexOf,
indexOf,
insertElementAt,
isEmpty,
lastElement,
lastIndexOf,
lastIndexOf,
remove,
remove,
removeAll,
removeAllElements,
removeElement,
removeElementAt,
removeRange,
retainAll,
set,
setElementAt,
setSize,
size,
subList,
toArray,
toArray,
toString,
trimToSize |
Methods inherited from class java.util.AbstractList |
iterator,
listIterator,
listIterator |
Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public ViewCriteria(ViewObject viewObject)
viewObject
- the owner of the ViewCriteria
.Method Detail |
public ViewObject getViewObject()
ViewObject
that contains the ViewCriteria
.public int getAttributeIndexOf(java.lang.String name)
name
- the column name.public ViewCriteriaRow createViewCriteriaRow()
ViewCriteriaRow
, an array for WHERE clause criteria.
|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |