@Mapping(value="/grit/ui/resource/group") @Controller public class ResourceGroupController extends BaseController
viewModel| 构造器和说明 |
|---|
ResourceGroupController() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.noear.solon.core.handle.Result |
batchDo(org.noear.solon.core.handle.Context ctx,
long space_id,
int act,
String ids)
批量处理(删除,禁用,启用)
|
void |
exportDo(org.noear.solon.core.handle.Context ctx,
long space_id,
String ids)
批量导出
|
org.noear.solon.core.handle.ModelAndView |
home(long space_id) |
org.noear.solon.core.handle.Result |
importDo(org.noear.solon.core.handle.Context ctx,
long space_id,
org.noear.solon.core.handle.UploadedFile file)
批量导入
|
org.noear.solon.core.handle.ModelAndView |
inner(long space_id,
int state) |
view@Mapping
public org.noear.solon.core.handle.ModelAndView home(long space_id)
throws SQLException
SQLException@Mapping(value="inner")
public org.noear.solon.core.handle.ModelAndView inner(long space_id,
int state)
throws SQLException
SQLExceptionpublic void exportDo(org.noear.solon.core.handle.Context ctx,
long space_id,
String ids)
throws Exception
Exceptionpublic org.noear.solon.core.handle.Result importDo(org.noear.solon.core.handle.Context ctx,
long space_id,
org.noear.solon.core.handle.UploadedFile file)
throws Exception
ExceptionCopyright © 2023. All rights reserved.