类 SysTenantControllerRegister

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

public class SysTenantControllerRegister extends Object implements ISysTenantController
租户相关接口
从以下版本开始:
1.0.1
另请参阅:
  • 字段详细资料

    • sysUserOnlineService

      @Autowired(required=false) protected ISysUserOnlineService sysUserOnlineService
    • sysUserTenantService

      @Autowired(required=false) protected ISysUserTenantService sysUserTenantService
    • sysParamsObtainService

      @Autowired(required=false) protected io.github.mangocrisp.spring.taybct.tool.core.constant.ISysParamsObtainService sysParamsObtainService
    • securityUtil

      @Autowired(required=false) protected io.github.mangocrisp.spring.taybct.tool.core.bean.ISecurityUtil securityUtil
    • sysTenantService

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

    • SysTenantControllerRegister

      public SysTenantControllerRegister()
  • 方法详细资料

    • getSysUserOnlineService

      public ISysUserOnlineService getSysUserOnlineService()
    • getSysUserTenantService

      public ISysUserTenantService getSysUserTenantService()
    • getSysParamsObtainService

      public io.github.mangocrisp.spring.taybct.tool.core.constant.ISysParamsObtainService getSysParamsObtainService()
    • getSecurityUtil

      public io.github.mangocrisp.spring.taybct.tool.core.bean.ISecurityUtil getSecurityUtil()
    • getBaseService

      public ISysTenantService getBaseService()
      指定者:
      getBaseService 在接口中 io.github.mangocrisp.spring.taybct.tool.core.bean.controller.BaseController<SysTenant,ISysTenantService>
      指定者:
      getBaseService 在接口中 io.github.mangocrisp.spring.taybct.tool.core.bean.controller.FullBaseController<SysTenant,ISysTenantService,Long,SysTenant,SysTenant,SysTenant>
    • addUserTenant

      @WebLog @ApiLog(title="\u4e3a\u7528\u6237\u5206\u914d\u79df\u6237", description="\u4e3a\u7528\u6237\u5206\u914d\u79df\u6237\uff0c\u5e76\u4e14\u5728\u65b0\u589e\u6210\u529f\u540e\u4e00\u8d77\u8fd4\u56de", type="INSERT", isSaveRequestData=false, isSaveResultData=false) public io.github.mangocrisp.spring.taybct.tool.core.result.R<Collection<SysUserTenant>> addUserTenant(@Valid @NotNull @RequestBody @Valid @NotNull Collection<SysUserTenant> domains, @RequestParam Integer primaryBy)
      指定者:
      addUserTenant 在接口中 ISysTenantController
    • listUserTenant

      public io.github.mangocrisp.spring.taybct.tool.core.result.R<List<SysTenant>> listUserTenant()
      指定者:
      listUserTenant 在接口中 ISysTenantController
    • listUserTenant

      public io.github.mangocrisp.spring.taybct.tool.core.result.R<List<SysUserTenant>> listUserTenant(@PathVariable Long userId)
      指定者:
      listUserTenant 在接口中 ISysTenantController
    • chooseTenant

      public io.github.mangocrisp.spring.taybct.tool.core.result.R<?> chooseTenant(@NotNull @PathVariable @NotNull String tenantId)
      指定者:
      chooseTenant 在接口中 ISysTenantController
    • currentTenant

      public io.github.mangocrisp.spring.taybct.tool.core.result.R<SysTenant> currentTenant()
      指定者:
      currentTenant 在接口中 ISysTenantController