|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.endeca.infront.cartridge.RecordSpotlightSelection
public class RecordSpotlightSelection
Represents a record selection from content XML. Corresponding to the parsing result of Record Element or NavigationState Element from 2010 schema.
| Constructor Summary | |
|---|---|
RecordSpotlightSelection()
|
|
| Method Summary | |
|---|---|
FilterState |
getFilterState()
Returns the filter state. |
int |
getRecordLimit()
Gets the record limit. |
SortOption |
getSortOption()
Returns the SortOption. |
boolean |
isAugment()
Indicates whether current record selection should be augmented by the current navigation state. |
boolean |
isEmpty()
Return if this selection is empty. |
void |
setAugment(boolean augment)
Sets whether current record selection should be augmented by the current navigation state. |
void |
setFilterState(FilterState filterState)
Sets the filter state. |
void |
setRecordLimit(int recordLimit)
Sets the record limit. |
void |
setSortOption(SortOption sortOption)
Sets the SortOption. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RecordSpotlightSelection()
| Method Detail |
|---|
public FilterState getFilterState()
public void setFilterState(FilterState filterState)
filterState - the filterState to setpublic SortOption getSortOption()
SortOption.
public void setSortOption(SortOption sortOption)
SortOption.
sortOption - the sortOption to setpublic boolean isAugment()
public void setAugment(boolean augment)
public int getRecordLimit()
public void setRecordLimit(int recordLimit)
public boolean isEmpty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||