// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (OfferProductAjaxService == null) var OfferProductAjaxService = {}; OfferProductAjaxService._path = '/reseller/dwr'; OfferProductAjaxService.getPoiByBestOfferByProduct = function(p0, p1, callback) { dwr.engine._execute(OfferProductAjaxService._path, 'OfferProductAjaxService', 'getPoiByBestOfferByProduct', p0, p1, callback); } OfferProductAjaxService.getPoiByNearestOfferByProductOrderByPrice = function(p0, p1, p2, p3, callback) { dwr.engine._execute(OfferProductAjaxService._path, 'OfferProductAjaxService', 'getPoiByNearestOfferByProductOrderByPrice', p0, p1, p2, p3, callback); } OfferProductAjaxService.getPoiByNearestOfferByProduct = function(p0, p1, p2, p3, callback) { dwr.engine._execute(OfferProductAjaxService._path, 'OfferProductAjaxService', 'getPoiByNearestOfferByProduct', p0, p1, p2, p3, callback); }