Package org.openqreg.bean

Examples of org.openqreg.bean.UsercentrerelKey


        user.setUpdatedby(user.getId());
        if (UserRelation.isUcrUser(con, user)) {
          UsercentrerelBean ucrBean = (UsercentrerelBean) UsercentrerelFinderBase
              .findByPrimaryKey(
                  con,
                  new UsercentrerelKey(user.getId(), centreId));
          user.setGroupid(ucrBean.getGroupid());
        }
        ((UserBean) user).store();
      } else {
        abuseLog("updateData, No access to choosen centre ");
View Full Code Here

TOP

Related Classes of org.openqreg.bean.UsercentrerelKey

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.