public class LabelTypeHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
LabelTypeHelper.LabelTypeItem |
static class |
LabelTypeHelper.LabelTypePattern |
| Modifier and Type | Field and Description |
|---|---|
protected List<LabelTypeHelper.LabelTypeItem> |
labelTypeItemList |
protected List<LabelTypeHelper.LabelTypePattern> |
labelTypePatternList |
protected RoleQueryHelper |
roleQueryHelper |
| Constructor and Description |
|---|
LabelTypeHelper() |
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,String>> |
getLabelTypeItemList(SearchRequestParams.SearchRequestType searchRequestType) |
Set<String> |
getMatchedLabelValueSet(String path) |
void |
init() |
void |
refresh(List<LabelType> labelTypeList) |
protected RoleQueryHelper roleQueryHelper
protected volatile List<LabelTypeHelper.LabelTypeItem> labelTypeItemList
protected volatile List<LabelTypeHelper.LabelTypePattern> labelTypePatternList
@PostConstruct public void init()
public List<Map<String,String>> getLabelTypeItemList(SearchRequestParams.SearchRequestType searchRequestType)
Copyright © 2009–2017 CodeLibs. All rights reserved.