.createQuery("Product", whereClauseProduct);
obq2.setFilterOnReadableClients(false);
obq2.setFilterOnReadableOrganization(false);
sw = new StringWriter();
exc.setOutput(sw);
exc.process(obq2.list());
final String xml2 = sw.toString();
doc = DocumentHelper.parseText(xml2);
final Map<String, String> pBuy = priceBuyProductByPriceList(obq2);
final Map<String, String> pSell = priceSellProductByPriceList(