All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
clearCache() |
List<TaxonomyBean> |
convert(Collection<String> ids)
convert list of taxonomybean id to a list of taxonomybean instance.
|
boolean |
delete(String id) |
List<TaxonomyBean> |
getAllBeans() |
String |
getContext() |
static TaxonomyService |
getInstance(ContentContext ctx) |
static TaxonomyService |
getInstance(ContentContext ctx,
int renderMode) |
List<IListItem> |
getList(ContentContext ctx,
String path) |
static TaxonomyService |
getMasterInstance(ContentContext ctx) |
TaxonomyBean |
getRoot() |
String |
getSelectHtml() |
String |
getSelectHtml(Collection<String> selection) |
String |
getSelectHtml(String name,
String cssClass,
Collection<String> selection) |
static ITaxonomyContainer |
getSessionFilter(ContentContext ctx) |
static String |
getSessionFilter(ContentContext ctx,
String key) |
TaxonomyBean |
getTaxonomyBean(String id) |
Map<String,TaxonomyBean> |
getTaxonomyBeanMap() |
Map<String,TaxonomyBean> |
getTaxonomyBeanPathMap() |
boolean |
isActive() |
boolean |
isAllMatch(ITaxonomyContainer container,
ITaxonomyContainer filter) |
boolean |
isMatch(ITaxonomyContainer container,
ITaxonomyContainer filter)
check if a taxonomy group match
|
boolean |
isMatchWidthParent(ITaxonomyContainer container,
ITaxonomyContainer filter)
add all parent of the selection in the filter
|
boolean |
move(String srcId,
String destId,
boolean asChild) |
static void |
setSessionFilter(ContentContext ctx,
String key,
String value)
add a taxonomy filter in the session
|
void |
updateId(TaxonomyBean bean,
String newId) |