* @throws BusinessException
*/
public void createGroup(String dsName, String dbType, GroupVO groupVO) throws 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