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