类 ApiLogControllerRegister

java.lang.Object
io.github.mangocrisp.spring.taybct.admin.log.controller.impl.ApiLogControllerRegister
所有已实现的接口:
IApiLogController, io.github.mangocrisp.spring.taybct.tool.core.bean.controller.FullBaseController<ApiLog,IApiLogService,Long,ApiLogQueryDTO,ApiLog,ApiLog>, io.github.mangocrisp.spring.taybct.tool.core.bean.controller.QueryBaseController<ApiLog,IApiLogService,ApiLogQueryDTO>, io.github.mangocrisp.spring.taybct.tool.core.bean.ITypeConvert

public class ApiLogControllerRegister extends Object implements IApiLogController
  • 字段概要

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

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

    修饰符和类型
    方法
    说明
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

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

    delete, deleteBatch, detail, getResource, list, list, page, page, saveBatch, updateAllField, updateAllFieldBatch, updateAssignField, updateAssignFieldBatch

    从接口继承的方法 io.github.mangocrisp.spring.taybct.admin.log.controller.IApiLogController

    add, cleanAll

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

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

    • apiLogService

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

    • ApiLogControllerRegister

      public ApiLogControllerRegister()
  • 方法详细资料