Examples of RoleOperation


Examples of com.sm.web.rbac.pojo.RoleOperation

   * @param operationIdList
   *            2012-12-11 ����9:50:39 ��С��
   */
  public void addRoleOperations(Integer roleId, List<Integer> operationIdList) {
    for (Integer operationId : operationIdList) {
      super.save(new RoleOperation(roleId, operationId));
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.