|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISCSSavedSearch
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable |
|---|
ICISObjectInitializable.AdapterVersionAware |
| Field Summary |
|---|
| Fields inherited from interface com.stellent.cis.client.api.common.ICISObject |
|---|
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM |
| Fields inherited from interface com.stellent.cis.client.api.common.ICISObject |
|---|
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM |
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Get the description of the saved search. |
java.lang.String |
getName()
Get the name of the saved search |
java.lang.String |
getQuery()
|
int |
getResultCount()
|
java.lang.String |
getSortField()
|
java.lang.String |
getSortOrder()
|
void |
setDescription(java.lang.String description)
Set the description |
void |
setName(java.lang.String name)
Set the name of the saved search |
void |
setQuery(java.lang.String query)
Set the content server query |
void |
setResultCount(int resultCount)
Set the result count |
void |
setSortField(java.lang.String sortField)
Set the field to sort on |
void |
setSortOrder(java.lang.String sortOrder)
|
| Methods inherited from interface com.stellent.cis.client.api.common.ICISObject |
|---|
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty |
| Methods inherited from interface com.stellent.cis.client.api.scs.ISCSObject |
|---|
castObject, clearPropertyFilter, copyObject, getPropertyFilter, getSourceAdapter, getSourceObject, getSourceObjectPropertyType, mergeObject, mergeObject, removeProperty, setPropertyFilter, setRestrictedPropertyFilter, setSourceObjectPropertyType |
| Methods inherited from interface com.stellent.cis.client.api.common.ICISObject |
|---|
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty |
| Methods inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable |
|---|
intialize |
| Method Detail |
|---|
java.lang.String getName()
ICISSavedSearch
getName in interface ICISSavedSearchvoid setName(java.lang.String name)
name - the unique search namejava.lang.String getDescription()
ICISSavedSearch
getDescription in interface ICISSavedSearchvoid setDescription(java.lang.String description)
description - the search descriptionjava.lang.String getQuery()
void setQuery(java.lang.String query)
query - the queryjava.lang.String getSortField()
void setSortField(java.lang.String sortField)
sortField - the sort fieldjava.lang.String getSortOrder()
void setSortOrder(java.lang.String sortOrder)
sortOrder - the sort orderint getResultCount()
void setResultCount(int resultCount)
resultCount - the number of results for this query
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||