|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| com.github.dactiv.showcase.common 中 SystemDictionaryCode 的使用 |
|---|
| 参数类型为 SystemDictionaryCode 的 com.github.dactiv.showcase.common 中的方法 | |
|---|---|
static String |
SystemVariableUtils.getName(SystemDictionaryCode systemDictionaryCode,
Object value)
获取数据字典名称 |
static List<DataDictionary> |
SystemVariableUtils.getVariables(SystemDictionaryCode code,
String... ignoreValue)
通过字典类别代码获取数据字典集合 |
| com.github.dactiv.showcase.common.enumeration 中 SystemDictionaryCode 的使用 |
|---|
| 返回 SystemDictionaryCode 的 com.github.dactiv.showcase.common.enumeration 中的方法 | |
|---|---|
static SystemDictionaryCode |
SystemDictionaryCode.valueOf(String name)
返回带有指定名称的该类型的枚举常量。 |
static SystemDictionaryCode[] |
SystemDictionaryCode.values()
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。 |
| com.github.dactiv.showcase.dao.foundation.variable 中 SystemDictionaryCode 的使用 |
|---|
| 参数类型为 SystemDictionaryCode 的 com.github.dactiv.showcase.dao.foundation.variable 中的方法 | |
|---|---|
List<DataDictionary> |
DataDictionaryDao.getByCategoryCode(SystemDictionaryCode code,
String... ignoreValue)
通过字典类别代码获取数据字典集合 |
| com.github.dactiv.showcase.service.foundation 中 SystemDictionaryCode 的使用 |
|---|
| 参数类型为 SystemDictionaryCode 的 com.github.dactiv.showcase.service.foundation 中的方法 | |
|---|---|
List<DataDictionary> |
SystemVariableManager.getDataDictionariesByCategoryCode(SystemDictionaryCode code,
String... ignoreValue)
通过字典类别代码获取数据字典集合 |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||