Map<String, Object> params = new HashMap<String, Object>();
return productDao.listSearchParam(query, params, maxResult, 1);
} catch (DaoException e) {
String error = "Erro ao obter produtos.";
logger.error(error, e);
throw new ServiceException(error, e);
}
}