* @param roleVO
*/
public void updateRole(String dsName, String dbType, RoleVO roleVO) throws 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