Interface WarlockRoleService
-
- All Implemented Interfaces:
public interface WarlockRoleService- Since:
2021-03-05
trydofor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumWarlockRoleService.Jane
-
Method Summary
Modifier and Type Method Description abstract Map<Long, String>loadRoleAll()Load all Role id and its Normalized code abstract longcreate(@NotNull() String name, String remark)Create role, fail if exist the same name abstract voidmodify(long roleId, String remark)Modify the remark/comment of ROle
-