public interface IRepFiltersBean extends IBean
IFactory.newRepFiltersBean(),
IRepFilterBean,
IRepSearchEngine,
IBean| Modifier and Type | Method and Description |
|---|---|
int |
getActiveCount()
Returns the number of active filters.
|
java.util.List<? extends IRepFilterBean> |
getRepFilterBeanList()
Returns the non-null the replay filter bean list.
|
void |
setRepFilterBeanList(java.util.List<? extends IRepFilterBean> repFilterBeanList)
Sets the replay filter bean list.
|
buildDevString, cloneBean, getBeanVerint getActiveCount()
java.util.List<? extends IRepFilterBean> getRepFilterBeanList()
If no replay filter bean list have been set previously, a new empty list will be created and returned.
void setRepFilterBeanList(java.util.List<? extends IRepFilterBean> repFilterBeanList) throws java.lang.IllegalArgumentException
repFilterBeanList - replay filter bean list to be setjava.lang.IllegalArgumentException - if this IRepFiltersBean instance is provided by the API but the specified list contains IRepFilterBean
elements which are not provided by the API
This API documentation is public and is intended for / allowed to be used by anyone.
Scelight home page: https://sites.google.com/site/scelight/
Scelight is a trademark of András Belicza. Copyright © András Belicza, 2013-2015. All rights reserved.