Package com.sm.web.rbac.pojo

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

Related Classes of com.sm.web.rbac.pojo.RoleOperation

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.