com.crystaldecisions.sdk.occa.infostore
Class RightsSortCriteria
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
com.crystaldecisions.sdk.occa.infostore.RightsSortCriteria
- All Implemented Interfaces:
- java.lang.Iterable, java.util.Collection, java.util.List
public class RightsSortCriteria
- extends java.util.AbstractList
- implements java.util.List
This class is for internal use only
| Methods inherited from class java.util.AbstractList |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, set, subList |
| Methods inherited from class java.util.AbstractCollection |
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, retainAll, set, subList, toArray, toArray |
RightsSortCriteria
public RightsSortCriteria()
setLocale
public void setLocale(java.util.Locale locale)
getLocale
public java.util.Locale getLocale()
setHelper
public void setHelper(RightsSortCriteria.ISortHelper helper)
getHelper
public RightsSortCriteria.ISortHelper getHelper()
add
public RightsSortCriterion add(int sortIndex,
int sortType)
getBySortIndex
public RightsSortCriterion getBySortIndex(int sortIndex)
removeBySortIndex
public RightsSortCriterion removeBySortIndex(int sortIndex)
get
public java.lang.Object get(int index)
- Specified by:
get in interface java.util.List- Specified by:
get in class java.util.AbstractList
size
public int size()
- Specified by:
size in interface java.util.Collection- Specified by:
size in interface java.util.List- Specified by:
size in class java.util.AbstractCollection
remove
public java.lang.Object remove(int index)
- Specified by:
remove in interface java.util.List- Overrides:
remove in class java.util.AbstractList
toString
public java.lang.String toString()
- Overrides:
toString in class java.util.AbstractCollection