类 TenantController

java.lang.Object
plus.hiver.common.base.HiverBaseController<plus.hiver.common.entity.Tenant,Long>
plus.hiver.module.system.controller.TenantController

@RestController @RequestMapping("/hiver/tenant") @Transactional public class TenantController extends plus.hiver.common.base.HiverBaseController<plus.hiver.common.entity.Tenant,Long>

尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负

作者:
Yazhi Li
  • 构造器概要

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

    修饰符和类型
    方法
    说明
    plus.hiver.common.api.Result<List<plus.hiver.common.entity.Tenant>>
     
    plus.hiver.common.api.Result<org.springframework.data.domain.Page<plus.hiver.common.entity.Tenant>>
    getByCondition(plus.hiver.common.entity.Tenant tenant, plus.hiver.common.vo.SearchVo searchVo, plus.hiver.common.vo.PageVo pageVo)
     
    plus.hiver.common.base.HiverBaseService<plus.hiver.common.entity.Tenant,Long>
     
    plus.hiver.common.api.Result<plus.hiver.common.entity.Tenant>
     

    从类继承的方法 plus.hiver.common.base.HiverBaseController

    delByIds, get, getByPage, save, update

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

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • TenantController

      public TenantController()
  • 方法详细资料

    • getService

      public plus.hiver.common.base.HiverBaseService<plus.hiver.common.entity.Tenant,Long> getService()
      指定者:
      getService 在类中 plus.hiver.common.base.HiverBaseController<plus.hiver.common.entity.Tenant,Long>
    • getByCondition

      @GetMapping("/getByCondition") public plus.hiver.common.api.Result<org.springframework.data.domain.Page<plus.hiver.common.entity.Tenant>> getByCondition(plus.hiver.common.entity.Tenant tenant, plus.hiver.common.vo.SearchVo searchVo, plus.hiver.common.vo.PageVo pageVo)
    • getTenant

      @GetMapping("/getTenant/{name}") public plus.hiver.common.api.Result<plus.hiver.common.entity.Tenant> getTenant(@PathVariable String name)
    • getAll

      @GetMapping("/getAll") public plus.hiver.common.api.Result<List<plus.hiver.common.entity.Tenant>> getAll()
      覆盖:
      getAll 在类中 plus.hiver.common.base.HiverBaseController<plus.hiver.common.entity.Tenant,Long>