Modifier and Type | Method and Description |
---|---|
boolean |
existUserName(java.lang.String username,
java.lang.String uid)
检查参数username是否存在,如果uid为空则表示检查所有,否则为排除指定uid的自身再检查。
|
int |
getCountByStatusAndMobile(int status,
int mobileLogin)
根据人员状态和手机终端登录用户数确定个数
|
Staff |
getStaffById(java.lang.String staffid) |
java.util.List<Staff> |
getSubordinate(java.lang.String staffId,
boolean isAll)
获取下级列表
|
UserInfo |
getUserByName(java.lang.String userName) |
UserInfo |
getUserByStaffid(java.lang.String staffid) |
int |
getUserCountByStatus(int status)
根据人员状态获取用户个数
|
boolean |
verifyPass(java.lang.String username,
java.lang.String pass) |
evict, evict, evictAll, flush, getByWhere, getByWhere, getListByWhere, getListByWhere, replicate, update
executeUpdate, executeUpdate, getById, getById, getByQuery, getByWhere, getByWhere, getCounts, getCounts, getJdbcDao, getJdbcTemplate, getList, getListByWhere, getListByWhere, getListForQuery, getListForQuery, getNewItem, getPageList, getPageList, getPageListForQuery, remove, removeById, removeByObject, save, saveOrUpdate, saveOrUpdateByObject, updateLabelByOldLabel
UserInfo getUserByName(java.lang.String userName)
boolean verifyPass(java.lang.String username, java.lang.String pass)
java.util.List<Staff> getSubordinate(java.lang.String staffId, boolean isAll)
isAll
- as boolean //表示是否所有下级Staff getStaffById(java.lang.String staffid)
UserInfo getUserByStaffid(java.lang.String staffid)
boolean existUserName(java.lang.String username, java.lang.String uid)
username
- as Stringuid
- as Userinfo.idint getUserCountByStatus(int status)
status
- int getCountByStatusAndMobile(int status, int mobileLogin)
status
- as intmobileLogin
- as intCopyright © 2019 by Sucang.cn