// 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 (ProductSearcher == null) var ProductSearcher = {}; ProductSearcher._path = '/dwr'; ProductSearcher.getCategoryList = function(p0, callback) { dwr.engine._execute(ProductSearcher._path, 'ProductSearcher', 'getCategoryList', p0, callback); } ProductSearcher.getProductByDomain = function(p0, p1, callback) { dwr.engine._execute(ProductSearcher._path, 'ProductSearcher', 'getProductByDomain', p0, p1, callback); } ProductSearcher.getSupportedProductsByProductId = function(p0, callback) { dwr.engine._execute(ProductSearcher._path, 'ProductSearcher', 'getSupportedProductsByProductId', p0, callback); } ProductSearcher.getSupportedProductsByProductItemId = function(p0, callback) { dwr.engine._execute(ProductSearcher._path, 'ProductSearcher', 'getSupportedProductsByProductItemId', p0, callback); } ProductSearcher.getSeriesList = function(p0, p1, callback) { dwr.engine._execute(ProductSearcher._path, 'ProductSearcher', 'getSeriesList', p0, p1, callback); } ProductSearcher.getProductItemByDomainSeries = function(p0, p1, callback) { dwr.engine._execute(ProductSearcher._path, 'ProductSearcher', 'getProductItemByDomainSeries', p0, p1, callback); }