类 SysRoleControllerRegister

java.lang.Object
io.github.mangocrisp.spring.taybct.module.system.controller.impl.SysRoleControllerRegister
所有已实现的接口:
ISysRoleController, io.github.mangocrisp.spring.taybct.tool.core.bean.controller.BaseController<SysRole,ISysRoleService>, io.github.mangocrisp.spring.taybct.tool.core.bean.controller.FullBaseController<SysRole,ISysRoleService,Long,SysRole,SysRole,SysRole>, io.github.mangocrisp.spring.taybct.tool.core.bean.ITypeConvert

public class SysRoleControllerRegister extends Object implements ISysRoleController
系统角色相关接口
从以下版本开始:
1.0.0
另请参阅:
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    protected ISysRoleService
     
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
     

    从类继承的方法 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.module.system.controller.ISysRoleController

    listFilterRole

    从接口继承的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.ITypeConvert

    convert2SomeResult, convert2SomeResultCollection, convert2SomeResultPage, entityCollectionConvert2SomeCollection, entityConvert2Some, entityPageConvert2OutPage, someCollectionConvert2EntityCollection, someConvert2Entity
  • 字段详细资料

    • sysRoleService

      @Autowired(required=false) protected ISysRoleService sysRoleService
  • 构造器详细资料

    • SysRoleControllerRegister

      public SysRoleControllerRegister()
  • 方法详细资料