Package com.eforce.baby.auth.dao

Examples of com.eforce.baby.auth.dao.RoleDAO.updateRole()


   * @param roleVO
   */
  public void updateRole(String dsName, String dbType, RoleVO roleVOthrows BusinessException, DAOException
  {
    RoleDAO dao = (RoleDAO) DAOFactory.getInstance().getDAO("com.eteam.ems.auth.dao.RoleDAO");
    dao.updateRole(dsName,dbType,roleVO);
  }
 
  /**
   * This is called when search is selected
   * @param dsName
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.