|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.core.ItemResultList<I>
public class ItemResultList<I extends BasicItem>
Return the results of an ItemQuery as a list.
ItemQuery.list(DbControl)| Method Summary | ||
|---|---|---|
boolean |
add(I o)
Not supported. |
|
void |
add(int index,
I element)
Not supported. |
|
boolean |
addAll(Collection<? extends I> c)
Not supported. |
|
boolean |
addAll(int index,
Collection<? extends I> c)
Not supported. |
|
void |
clear()
Not supported. |
|
boolean |
contains(Object o)
|
|
boolean |
containsAll(Collection<?> c)
|
|
boolean |
equals(Object o)
|
|
I |
get(int index)
Get a BasicItem derived object. |
|
Item |
getItemType()
Get the type of items contained in this list. |
|
int |
getTotalCount()
Get the total number of items returned by the query, ignoring any limits set by Query.setFirstResult(int) and
Query.setMaxResults(int). |
|
int |
hashCode()
|
|
int |
indexOf(Object o)
|
|
boolean |
isEmpty()
|
|
Iterator<I> |
iterator()
|
|
int |
lastIndexOf(Object o)
|
|
ListIterator<I> |
listIterator()
|
|
ListIterator<I> |
listIterator(int index)
|
|
I |
remove(int index)
Not supported. |
|
boolean |
remove(Object o)
Not supported. |
|
boolean |
removeAll(Collection<?> c)
Not supported. |
|
boolean |
retainAll(Collection<?> c)
Not supported. |
|
I |
set(int index,
I element)
Not supported. |
|
int |
size()
|
|
List<I> |
subList(int fromIndex,
int toIndex)
|
|
Object[] |
toArray()
|
|
|
toArray(T[] a)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean contains(Object o)
public I get(int index)
public int indexOf(Object o)
public int lastIndexOf(Object o)
public boolean isEmpty()
public Iterator<I> iterator()
public ListIterator<I> listIterator()
public ListIterator<I> listIterator(int index)
public int size()
public List<I> subList(int fromIndex,
int toIndex)
public Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean equals(Object o)
equals in interface Collection<I extends BasicItem>equals in interface List<I extends BasicItem>equals in class Objectpublic int hashCode()
hashCode in interface Collection<I extends BasicItem>hashCode in interface List<I extends BasicItem>hashCode in class Objectpublic Item getItemType()
Item object or null if not knownpublic int getTotalCount()
QueryResultQuery.setFirstResult(int) and
Query.setMaxResults(int). If the
Query.setReturnTotalCount(boolean) hasn't been enabled this method may
not return a correct value.
getTotalCount in interface QueryResultQuery.setReturnTotalCount(boolean)public boolean add(I o)
add in interface Collection<I>add in interface List<I>UnsupportedOperationException - Always
public void add(int index,
I element)
add in interface List<I>UnsupportedOperationException - Alwayspublic boolean addAll(Collection<? extends I> c)
addAll in interface Collection<I>addAll in interface List<I>UnsupportedOperationException - Always
public boolean addAll(int index,
Collection<? extends I> c)
addAll in interface List<I>UnsupportedOperationException - Alwayspublic void clear()
clear in interface Collection<I>clear in interface List<I>UnsupportedOperationException - Alwayspublic boolean containsAll(Collection<?> c)
containsAll in interface Collection<I>containsAll in interface List<I>public I remove(int index)
remove in interface List<I>UnsupportedOperationException - Alwayspublic boolean remove(Object o)
remove in interface Collection<I>remove in interface List<I>UnsupportedOperationException - Alwayspublic boolean removeAll(Collection<?> c)
removeAll in interface Collection<I>removeAll in interface List<I>UnsupportedOperationException - Alwayspublic boolean retainAll(Collection<?> c)
retainAll in interface Collection<I>retainAll in interface List<I>UnsupportedOperationException - Always
public I set(int index,
I element)
set in interface List<I>UnsupportedOperationException - Always
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||