Package com.eteam.ems.auth.dao

Examples of com.eteam.ems.auth.dao.GroupDAO.createGroup()


   * @throws BusinessException
   */
  public void createGroup(String dsName, String dbType, GroupVO groupVOthrows DAOException, BusinessException
  {
    GroupDAO dao = (GroupDAO) DAOFactory.getInstance().getDAO("com.eteam.ems.auth.dao.GroupDAO");
    dao.createGroup(dsName,dbType,groupVO);
  }

  /*
   * Called when Administration Group Report is opened for update.
   * This is a delegator method - delegating the request to the DAO class
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.