// 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 (searchController == null) var searchController = {}; searchController._path = '/dwr'; searchController.getProductTypesForBrand = function(p0, callback) { dwr.engine._execute(searchController._path, 'searchController', 'getProductTypesForBrand', p0, callback); } searchController.getBrandsForType = function(p0, callback) { dwr.engine._execute(searchController._path, 'searchController', 'getBrandsForType', p0, callback); } searchController.getSuggestions = function(p0, callback) { dwr.engine._execute(searchController._path, 'searchController', 'getSuggestions', p0, callback); } searchController.getTypesForTypeAndBrand = function(p0, p1, callback) { dwr.engine._execute(searchController._path, 'searchController', 'getTypesForTypeAndBrand', p0, p1, callback); }