Package com.eteam.ems.auth.dao

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


  public void updateGroup( String dsName, String dbType, GroupVO groupVO)
    throws DAOException, BusinessException
  {
    GroupDAO dao = (GroupDAO) DAOFactory.getInstance().
              getDAO("com.eteam.ems.auth.dao.GroupDAO");
    dao.updateGroup(dsName,dbType,groupVO);
  }
 
 
  /**
   * Called when search is selected
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.