权限检查

1 IPermission iPer = PermissionFactory.getRemoteInstance();
2     UserInfo user = SysContext.getSysContext().getCurrentUserInfo();
3     FullOrgUnitInfo org = getBgFormInfo().getOrgUnit();
4     boolean isShowLock = iPer.hasFunctionPermission(new ObjectUuidPK(user.getId()), new ObjectUuidPK(org.getId()), "bg_form27_lock");
5     boolean isShowUnLock = iPer.hasFunctionPermission(new ObjectUuidPK(user.getId()), new ObjectUuidPK(org.getId()), "bg_form28_unLock");

 

posted @ 2015-04-21 17:30  LJ9197  阅读(185)  评论(0)    收藏  举报