| Type | Name and description |
|---|---|
static List<Long> |
byGrp(List<String> idents) |
static List<Long> |
byGrpCode(List<String> idents) |
static List |
byLvl(List<String> idents, String type) |
static List |
byOrg(List idents, String type) |
static List |
byOrgChildren(List idents, String type) |
static List |
byOrgCode(List<String> idents, String type) |
static List |
byOrgCodeChildren(List<String> idents, String type) |
static List |
byOrgCodeSelf(List<String> idents, String type) |
static List |
byOrgSelf(List idents, String type) |
static List |
byPos(List<String> idents, String type) |
static List |
byPosCode(List<String> idents, String type) |
static List |
byPosCodeOrgself(List<String> idents, String type) |
static List |
byRole(List idents, String type) |
static List |
byRoleCode(List<String> codes, String type) |
static List<Long> |
byUser(List<String> idents) |
static List<Long> |
byUsername(List<String> idents) |
static List<String> |
getUserEiIds(List<Map<String, Long>> userAndEiIds, List<Long> userIds, List<Long> userIdsNotEi)根据机构等和员工身份有关的实体,计算与 userIds 一一对应的身份ID列表 参数 userIds、userIdsNotEi 都是排过序、除过重的列表 |
static void |
hqlIn(List inList, StringBuilder sb, List queryParams, String prop) |
static void |
hqlLike(List likeList, StringBuilder sb, List queryParams, String prop) |
static void |
hqlLikeOrIn(List<String> idents, StringBuilder sb, List queryParams, String prop) |
static Integer |
update(String type, Long roleId = null)更新角色和用户关系 |
| Methods inherited from class | Name |
|---|---|
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |
根据机构等和员工身份有关的实体,计算与 userIds 一一对应的身份ID列表 参数 userIds、userIdsNotEi 都是排过序、除过重的列表
更新角色和用户关系