|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList
com.endeca.navigation.DimSearchRefinementConfigList
public class DimSearchRefinementConfigList
Class that encapsulates a collection of refinement configs for dimension value search
(DimSearchRefinementConfig objects).
| Field Summary |
|---|
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
DimSearchRefinementConfigList()
Default constructor that creates an empty list. |
|
| Method Summary | |
|---|---|
void |
add(int index,
Object elementAt)
Inserts the specified DimSearchRefinementConfig at the specified position in
this list. |
Object |
get(int index)
Gets the DimSearchRefinementConfig at position index. |
GlobalDimSearchRefinementConfig |
getGlobalDimSearchRefinementConfig()
Gets the GlobalDimSearchRefinementConfig. |
void |
setGlobalDimSearchRefinementConfig(GlobalDimSearchRefinementConfig config)
Sets the GlobalDimSearchRefinementConfig object. |
int |
size()
Returns the number of elements in this list. |
String |
toString()
Returns the string representation of the dynamic refinement config list. |
| Methods inherited from class java.util.AbstractList |
|---|
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, 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 |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, subList, toArray, toArray |
| Constructor Detail |
|---|
public DimSearchRefinementConfigList()
| Method Detail |
|---|
public void add(int index,
Object elementAt)
DimSearchRefinementConfig at the specified position in
this list. Shifts the element currently at that position (if any)
and any subsequent elements to the right (adds one to their indices).
add in interface Listadd in class AbstractListindex - Offset of the element.elementAt - DimSearchRefinementConfig object to be inserted.
IndexOutOfBoundsException - If index is out of range.public Object get(int index)
DimSearchRefinementConfig at position index.
get in interface Listget in class AbstractListindex - Offset of element.
DimSearchRefinementConfig object at position index.
IndexOutOfBoundsException - If index is out of range.public int size()
size in interface Collectionsize in interface Listsize in class AbstractCollectionDimSearchRefinementConfig objects) in the list.public void setGlobalDimSearchRefinementConfig(GlobalDimSearchRefinementConfig config)
GlobalDimSearchRefinementConfig object. This object is used to store
config applicable to all the dimensions in the dimension search.
config - a filled GlobalDimSearchRefinementConfig object.public GlobalDimSearchRefinementConfig getGlobalDimSearchRefinementConfig()
GlobalDimSearchRefinementConfig. This object can contain
config applicable to all the dimensions in the dimension search.
GlobalDimSearchRefinementConfig object.public String toString()
toString in class AbstractCollection
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||