public class RightIndex extends Object
| 构造器和说明 |
|---|
RightIndex() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.ds.config.TreeListResultModel<List<BPMRightTree>> |
getBpmRight(String id,
String projectName,
String currClassName) |
com.ds.config.TreeListResultModel<List<ComRightTree>> |
getComRight(String id,
String projectName,
String currClassName) |
com.ds.config.TreeListResultModel<List<ModuleRightTree>> |
getModuleRight(String id,
String projectName,
String currClassName) |
@RequestMapping(method=POST,
value="ComRight")
@ResponseBody
public com.ds.config.TreeListResultModel<List<ComRightTree>> getComRight(String id,
String projectName,
String currClassName)
@RequestMapping(method=POST,
value="ModuleRight")
@ResponseBody
public com.ds.config.TreeListResultModel<List<ModuleRightTree>> getModuleRight(String id,
String projectName,
String currClassName)
@RequestMapping(method=POST,
value="BpmRight")
@ResponseBody
public com.ds.config.TreeListResultModel<List<BPMRightTree>> getBpmRight(String id,
String projectName,
String currClassName)
Copyright © 2023 onecode. All rights reserved.