com.crystaldecisions.sdk.occa.infostore
Class RightsSortCriteria

java.lang.Object
  extended by java.util.AbstractCollection
      extended by java.util.AbstractList
          extended by 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


Nested Class Summary
static interface RightsSortCriteria.ISortHelper
           
 
Constructor Summary
RightsSortCriteria()
           
 
Method Summary
 RightsSortCriterion add(int sortIndex, int sortType)
           
 java.lang.Object get(int index)
           
 RightsSortCriterion getBySortIndex(int sortIndex)
           
 RightsSortCriteria.ISortHelper getHelper()
           
 java.util.Locale getLocale()
           
 java.lang.Object remove(int index)
           
 RightsSortCriterion removeBySortIndex(int sortIndex)
           
 void setHelper(RightsSortCriteria.ISortHelper helper)
           
 void setLocale(java.util.Locale locale)
           
 int size()
           
 java.lang.String toString()
           
 
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
 

Constructor Detail

RightsSortCriteria

public RightsSortCriteria()
Method Detail

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