|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jalios.jcms.Category.NameSelector
public static class Category.NameSelector
Select categories by their name.
This selector can also be used to select category through their synonyms by using
constructor Category.NameSelector(String, String, boolean)
with
second argument set to true.
Field Summary | |
---|---|
protected String |
lang
|
protected boolean |
searchInSynonyms
|
protected String |
text
|
Fields inherited from interface com.jalios.jcms.DataSelector |
---|
REVISION |
Constructor Summary | |
---|---|
Category.NameSelector(String text)
Builds a new NameSelector to select categories matching the specified text. |
|
Category.NameSelector(String text,
String lang)
Builds a new NameSelector to select categories matching the specified text in the specified language. |
|
Category.NameSelector(String text,
String lang,
boolean searchInSynonyms)
Builds a new NameSelector to select categories matching the specified text in the specified language. |
Method Summary | |
---|---|
boolean |
isSelected(Data data)
Evaluates if a data must be selected or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String text
protected String lang
protected boolean searchInSynonyms
Constructor Detail |
---|
public Category.NameSelector(String text)
Selection is performed against the name of the category in the default site language, without searching in synonyms.
text
- the text to search, if null or empty, no category will be selectedpublic Category.NameSelector(String text, String lang)
Selection is performed without searching in synonyms.
text
- the text to search, if null or empty, no category will be selectedlang
- the language of the Category's name in which the text should be checked,
if null or empty, the default site language is usedpublic Category.NameSelector(String text, String lang, boolean searchInSynonyms)
text
- the text to search, if null or empty, no category will be selectedlang
- the language of the Category's name in which the text should be checked
if null or empty, the default site language is usedsearchInSynonyms
- set to true to also perform text selection in synonymsMethod Detail |
---|
public boolean isSelected(Data data)
DataSelector
isSelected
in interface DataSelector
data
- the data to evaluate.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |