类 DesignControllerRegister
java.lang.Object
io.github.mangocrisp.spring.taybct.module.lf.controller.impl.DesignControllerRegister
- 所有已实现的接口:
IDesignController
,io.github.mangocrisp.spring.taybct.tool.core.bean.controller.BaseController<Design,
,IDesignService> io.github.mangocrisp.spring.taybct.tool.core.bean.controller.FullBaseController<Design,
,IDesignService, Long, Design, Design, Design> io.github.mangocrisp.spring.taybct.tool.core.bean.ITypeConvert
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明io.github.mangocrisp.spring.taybct.tool.core.result.R<List<DesignPermissions>>
getPermissions
(Long designId, io.github.mangocrisp.spring.taybct.tool.core.request.SqlQueryParams sqlQueryParams) io.github.mangocrisp.spring.taybct.tool.core.result.R<List<DesignPermissions>>
shareDesign
(List<DesignPermissions> list) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.controller.FullBaseController
add, delete, deleteBatch, detail, getResource, list, list, page, page, saveBatch, updateAllField, updateAllFieldBatch, updateAssignField, updateAssignFieldBatch
从接口继承的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.ITypeConvert
convert2SomeResult, convert2SomeResultCollection, convert2SomeResultPage, entityCollectionConvert2SomeCollection, entityConvert2Some, entityPageConvert2OutPage, someCollectionConvert2EntityCollection, someConvert2Entity
-
字段详细资料
-
designPermissionsService
-
designService
-
-
构造器详细资料
-
DesignControllerRegister
public DesignControllerRegister()
-
-
方法详细资料
-
getDesignPermissionsService
-
getBaseService
- 指定者:
getBaseService
在接口中io.github.mangocrisp.spring.taybct.tool.core.bean.controller.BaseController<Design,
IDesignService> - 指定者:
getBaseService
在接口中io.github.mangocrisp.spring.taybct.tool.core.bean.controller.FullBaseController<Design,
IDesignService, Long, Design, Design, Design>
-
getPermissions
@WebLog public io.github.mangocrisp.spring.taybct.tool.core.result.R<List<DesignPermissions>> getPermissions(@PathVariable Long designId, io.github.mangocrisp.spring.taybct.tool.core.request.SqlQueryParams sqlQueryParams) - 指定者:
getPermissions
在接口中IDesignController
-