Package | Description |
---|---|
cn.sucang.core.dao | |
cn.sucang.core.service |
Modifier and Type | Method and Description |
---|---|
SelectItem |
SelectItemDao.getItemByName(java.lang.String pid,
java.lang.String name) |
SelectItem |
SelectItemDao.getItemByValue(java.lang.String pid,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SelectItem> |
SelectItemDao.getItemList(java.lang.String pid)
获取下拉选择项
|
java.util.List<SelectItem> |
SelectItemDao.getItemList(java.lang.String pid,
java.lang.Integer visible) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
SelectItemDao.transItemBySqlValue(SelectItem pitem,
java.lang.String values)
用于转译是sql定义的下拉框
|
Modifier and Type | Method and Description |
---|---|
SelectItem |
SelectItemService.getItemByName(java.lang.String pid,
java.lang.String name) |
SelectItem |
SelectItemService.getItemByValue(java.lang.String pid,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SelectItem> |
SelectItemService.getItemList(java.lang.String pid)
用于DWR方法获取下拉框,getItemList方法有重载无法区分,所以新命名该方法
|
java.util.List<SelectItem> |
SelectItemService.getSelectItemByPid(java.lang.String pid)
返回所有显示类型的下拉框
|
java.util.List<SelectItem> |
SelectItemService.getSelectItemByPid(java.lang.String pid,
java.lang.Integer visible)
获取下拉选择项
|
Modifier and Type | Method and Description |
---|---|
int |
MenuService.SaveItem(SelectItem item)
DWR接口方法
|
Copyright © 2019 by Sucang.cn