// 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 (CompanyProductsSearchBean == null) var CompanyProductsSearchBean = {}; CompanyProductsSearchBean._path = '/a2e/dwr'; CompanyProductsSearchBean.handleDWRSearchProduct = function(p0, p1, callback) { dwr.engine._execute(CompanyProductsSearchBean._path, 'CompanyProductsSearchBean', 'handleDWRSearchProduct', p0, p1, callback); } CompanyProductsSearchBean.getDWRCompanyOffices = function(p0, callback) { dwr.engine._execute(CompanyProductsSearchBean._path, 'CompanyProductsSearchBean', 'getDWRCompanyOffices', p0, callback); } CompanyProductsSearchBean.sendDWRContactRequest = function(p0, p1, callback) { dwr.engine._execute(CompanyProductsSearchBean._path, 'CompanyProductsSearchBean', 'sendDWRContactRequest', p0, p1, callback); } CompanyProductsSearchBean.getDWRProductClassifications = function(p0, callback) { dwr.engine._execute(CompanyProductsSearchBean._path, 'CompanyProductsSearchBean', 'getDWRProductClassifications', p0, callback); } CompanyProductsSearchBean.getDWRProduct = function(p0, callback) { dwr.engine._execute(CompanyProductsSearchBean._path, 'CompanyProductsSearchBean', 'getDWRProduct', p0, callback); } CompanyProductsSearchBean.getDWRSearchClassifications = function(p0, callback) { dwr.engine._execute(CompanyProductsSearchBean._path, 'CompanyProductsSearchBean', 'getDWRSearchClassifications', p0, callback); }