com.stellent.cis.client.api.sis.search
Interface ISISOptionList

All Superinterfaces:
ICISObject, ISISObject, java.io.Serializable

public interface ISISOptionList
extends ISISObject


Field Summary
 
Fields inherited from interface com.stellent.cis.client.api.sis.ISISObject
OPERATOR_ADVSEARCH, OPERATOR_ALLVALUES, OPERATOR_AND, OPERATOR_BEGINSWITH, OPERATOR_CONTAINS, OPERATOR_ENDSWITH, OPERATOR_EQUAL, OPERATOR_EXACTPHRASE, OPERATOR_GREATERTHAN, OPERATOR_GREATERTHANEQUAL, OPERATOR_IN, OPERATOR_LESSTHAN, OPERATOR_LESSTHANEQUAL, OPERATOR_LIKE, OPERATOR_NOTBEGINSWITH, OPERATOR_NOTCONTAINS, OPERATOR_NOTENDSWITH, OPERATOR_NOTEQUAL, OPERATOR_NOTIN, OPERATOR_NOTLIKE, OPERATOR_OR, OPERATOR_SEARCH
 
Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM
 
Method Summary
 boolean forceSelect()
           
 java.lang.String getCaption()
           
 java.lang.String getName()
           
 java.lang.String getStyle()
           
 java.util.List getValues()
           
 boolean useOptionList()
           
 
Methods inherited from interface com.stellent.cis.client.api.sis.ISISObject
getErrorMessage, getObjectVersion, getSourceObject, getSourceObject, hasError
 
Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty
 

Method Detail

useOptionList

boolean useOptionList()
Returns:
Indicates if the option list should be used or not. A false indicates that an option list should not be used.

forceSelect

boolean forceSelect()
Returns:
Should the user be forced to select a value in the option list.

getName

java.lang.String getName()
Returns:
The name of the option list.

getCaption

java.lang.String getCaption()
Returns:
The caption for the option list.

getStyle

java.lang.String getStyle()
Returns:
The option list style.

getValues

java.util.List getValues()
Returns:
A list of values for the option list. String