| Package | Description |
|---|---|
| bap.pp.core.widget.controller | |
| bap.pp.core.widget.domain | |
| bap.pp.core.widget.service | |
| bap.pp.strongbox.permission.domain |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<java.lang.String> |
WidgetGroupRESTController.post(WidgetGroup widgetGroup)
创建
|
org.springframework.http.ResponseEntity<java.lang.String> |
WidgetGroupRESTController.put(WidgetGroup widgetGroup)
修改
|
| Modifier and Type | Method and Description |
|---|---|
WidgetGroup |
Widget.getGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
Widget.setGroup(WidgetGroup group) |
| Modifier and Type | Method and Description |
|---|---|
WidgetGroup |
WidgetGroupService.get(java.lang.String id)
取得单条数据
|
WidgetGroup |
WidgetGroupService.getByUniqueCode(java.lang.String uniqueCode)
根据控件分组唯一编码获取控件分组对象
|
WidgetGroup |
WidgetGroupService.post(WidgetGroup widgetGroup)
创建
|
WidgetGroup |
WidgetGroupService.put(WidgetGroup widgetGroup)
修改
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WidgetGroup> |
WidgetGroupService.getListByUniqueCode(java.lang.String uniqueCode)
根据控件分组唯一编码模糊查询获取控件分组对象集合
|
| Modifier and Type | Method and Description |
|---|---|
WidgetGroup |
WidgetGroupService.post(WidgetGroup widgetGroup)
创建
|
java.lang.String |
WidgetGroupService.post2JSON(WidgetGroup widgetGroup)
创建, 转为json格式字符串
|
WidgetGroup |
WidgetGroupService.put(WidgetGroup widgetGroup)
修改
|
java.lang.String |
WidgetGroupService.put2JSON(WidgetGroup widgetGroup)
修改, 转为json格式字符串
|
| Modifier and Type | Method and Description |
|---|---|
WidgetGroup |
WidgetPermission.getGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
WidgetPermission.setGroup(WidgetGroup group) |