类 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
租户相关接口
- 从以下版本开始:
- 1.0.1
- 另请参阅:
-
SysTenant
BaseController
ISysTenantService
-
字段概要
字段修饰符和类型字段说明protected io.github.mangocrisp.spring.taybct.tool.core.bean.ISecurityUtil
protected io.github.mangocrisp.spring.taybct.tool.core.constant.ISysParamsObtainService
protected ISysTenantService
protected ISysUserOnlineService
protected ISysUserTenantService
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明io.github.mangocrisp.spring.taybct.tool.core.result.R<Collection<SysUserTenant>>
addUserTenant
(@Valid @NotNull Collection<SysUserTenant> domains, Integer primaryBy) io.github.mangocrisp.spring.taybct.tool.core.result.R<?>
chooseTenant
(@NotNull String tenantId) io.github.mangocrisp.spring.taybct.tool.core.result.R<SysTenant>
io.github.mangocrisp.spring.taybct.tool.core.bean.ISecurityUtil
io.github.mangocrisp.spring.taybct.tool.core.constant.ISysParamsObtainService
io.github.mangocrisp.spring.taybct.tool.core.result.R<List<SysUserTenant>>
listUserTenant
(Long userId) 从类继承的方法 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, updateAllFieldBatch, updateAssignField, updateAssignFieldBatch
从接口继承的方法 io.github.mangocrisp.spring.taybct.module.system.controller.ISysTenantController
updateAllField
从接口继承的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.ITypeConvert
convert2SomeResult, convert2SomeResultCollection, convert2SomeResultPage, entityCollectionConvert2SomeCollection, entityConvert2Some, entityPageConvert2OutPage, someCollectionConvert2EntityCollection, someConvert2Entity
-
字段详细资料
-
sysUserOnlineService
-
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
-
-
构造器详细资料
-
SysTenantControllerRegister
public SysTenantControllerRegister()
-
-
方法详细资料
-
getSysUserOnlineService
-
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
- 指定者:
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
- 指定者:
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
- 指定者:
currentTenant
在接口中ISysTenantController
-