|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 DictionaryCategory 的软件包 | |
|---|---|
| com.github.dactiv.showcase.entity.foundation.variable | |
| com.github.dactiv.showcase.service.foundation | |
| com.github.dactiv.showcase.web.foundation.variable | |
| com.github.dactiv.showcase.entity.foundation.variable 中 DictionaryCategory 的使用 |
|---|
| 声明为 DictionaryCategory 的 com.github.dactiv.showcase.entity.foundation.variable 中的字段 | |
|---|---|
DictionaryCategory |
DataDictionary.category
|
| 返回 DictionaryCategory 的 com.github.dactiv.showcase.entity.foundation.variable 中的方法 | |
|---|---|
DictionaryCategory |
DataDictionary.getCategory()
获取所属类别 |
DictionaryCategory |
DictionaryCategory.getParent()
获取父类节点 |
| 返回变量类型为 DictionaryCategory 的类型的 com.github.dactiv.showcase.entity.foundation.variable 中的方法 | |
|---|---|
List<DictionaryCategory> |
DictionaryCategory.getChildren()
获取所有叶子节点 |
| 参数类型为 DictionaryCategory 的 com.github.dactiv.showcase.entity.foundation.variable 中的方法 | |
|---|---|
void |
DataDictionary.setCategory(DictionaryCategory category)
设置所属类别 |
void |
DictionaryCategory.setParent(DictionaryCategory parent)
设置父类节点 |
| 类型变量类型为 DictionaryCategory 的 com.github.dactiv.showcase.entity.foundation.variable 中的方法参数 | |
|---|---|
void |
DictionaryCategory.setChildren(List<DictionaryCategory> children)
设置叶子节点 |
| com.github.dactiv.showcase.service.foundation 中 DictionaryCategory 的使用 |
|---|
| 返回 DictionaryCategory 的 com.github.dactiv.showcase.service.foundation 中的方法 | |
|---|---|
DictionaryCategory |
SystemVariableManager.getDictionaryCategory(String id)
获取字典类别实体 |
| 返回变量类型为 DictionaryCategory 的类型的 com.github.dactiv.showcase.service.foundation 中的方法 | |
|---|---|
List<DictionaryCategory> |
SystemVariableManager.getDictionaryCategories()
获取所有字典类别 |
List<DictionaryCategory> |
SystemVariableManager.getDictionaryCategories(List<PropertyFilter> filters)
根据属性过滤器获取或有字典类别 |
List<DictionaryCategory> |
SystemVariableManager.getParentDictionaryCategories()
获取最顶级(父类)的字典类别集合 |
| 参数类型为 DictionaryCategory 的 com.github.dactiv.showcase.service.foundation 中的方法 | |
|---|---|
void |
SystemVariableManager.saveDictionaryCategory(DictionaryCategory entity)
保存字典类别 |
| com.github.dactiv.showcase.web.foundation.variable 中 DictionaryCategory 的使用 |
|---|
| 返回 DictionaryCategory 的 com.github.dactiv.showcase.web.foundation.variable 中的方法 | |
|---|---|
DictionaryCategory |
DictionaryCategoryController.bindingModel(String id)
绑定实体数据,如果存在id时获取后从数据库获取记录,进入到相对的C后在将数据库获取的记录填充到相应的参数中 |
| 返回变量类型为 DictionaryCategory 的类型的 com.github.dactiv.showcase.web.foundation.variable 中的方法 | |
|---|---|
List<DictionaryCategory> |
DictionaryCategoryController.view()
获取字典类别列表,返回foundation/variable/data-dictionary/view.html页面 |
| 参数类型为 DictionaryCategory 的 com.github.dactiv.showcase.web.foundation.variable 中的方法 | |
|---|---|
String |
DictionaryCategoryController.save(DictionaryCategory entity,
String parentId,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
保存或更新字典类别,保存成功后重定向到:foundation/variable/dictionary-category/view |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||