Package cn.vertxup.rbac.service.business
Class RoleService
- java.lang.Object
-
- cn.vertxup.rbac.service.business.RoleService
-
-
Constructor Summary
Constructors Constructor Description RoleService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Future<Boolean>deleteByRoleId(String roleId)io.vertx.core.Future<io.vertx.core.json.JsonArray>updateRolePerm(String roleId, io.vertx.core.json.JsonArray data)Update role perm relation information
-
-
-
Method Detail
-
updateRolePerm
public io.vertx.core.Future<io.vertx.core.json.JsonArray> updateRolePerm(String roleId, io.vertx.core.json.JsonArray data)
Description copied from interface:RoleStubUpdate role perm relation information- Specified by:
updateRolePermin interfaceRoleStub
-
deleteByRoleId
public io.vertx.core.Future<Boolean> deleteByRoleId(String roleId)
- Specified by:
deleteByRoleIdin interfaceRoleStub
-
-