类 com.github.dactiv.showcase.common.enumeration.SystemDictionaryCode
的使用

使用 SystemDictionaryCode 的软件包
com.github.dactiv.showcase.common   
com.github.dactiv.showcase.common.enumeration   
com.github.dactiv.showcase.dao.foundation.variable   
com.github.dactiv.showcase.service.foundation   
 

com.github.dactiv.showcase.commonSystemDictionaryCode 的使用
 

参数类型为 SystemDictionaryCodecom.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.enumerationSystemDictionaryCode 的使用
 

返回 SystemDictionaryCodecom.github.dactiv.showcase.common.enumeration 中的方法
static SystemDictionaryCode SystemDictionaryCode.valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static SystemDictionaryCode[] SystemDictionaryCode.values()
          按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
 

com.github.dactiv.showcase.dao.foundation.variableSystemDictionaryCode 的使用
 

参数类型为 SystemDictionaryCodecom.github.dactiv.showcase.dao.foundation.variable 中的方法
 List<DataDictionary> DataDictionaryDao.getByCategoryCode(SystemDictionaryCode code, String... ignoreValue)
          通过字典类别代码获取数据字典集合
 

com.github.dactiv.showcase.service.foundationSystemDictionaryCode 的使用
 

参数类型为 SystemDictionaryCodecom.github.dactiv.showcase.service.foundation 中的方法
 List<DataDictionary> SystemVariableManager.getDataDictionariesByCategoryCode(SystemDictionaryCode code, String... ignoreValue)
          通过字典类别代码获取数据字典集合
 



Copyright © 2014. All rights reserved.