// 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 (dwrProductService == null) var dwrProductService = {}; dwrProductService._path = '/acc/dwr'; dwrProductService.setPriceHelper = function(p0, callback) { dwr.engine._execute(dwrProductService._path, 'dwrProductService', 'setPriceHelper', p0, callback); } dwrProductService.setDwrManager = function(p0, callback) { dwr.engine._execute(dwrProductService._path, 'dwrProductService', 'setDwrManager', p0, callback); } dwrProductService.setDataStructureHelper = function(p0, callback) { dwr.engine._execute(dwrProductService._path, 'dwrProductService', 'setDataStructureHelper', p0, callback); } dwrProductService.setConfiguratorHelper = function(p0, callback) { dwr.engine._execute(dwrProductService._path, 'dwrProductService', 'setConfiguratorHelper', p0, callback); } dwrProductService.setProductStructureHelper = function(p0, callback) { dwr.engine._execute(dwrProductService._path, 'dwrProductService', 'setProductStructureHelper', p0, callback); } dwrProductService.setSymbolicTextLookUp = function(p0, callback) { dwr.engine._execute(dwrProductService._path, 'dwrProductService', 'setSymbolicTextLookUp', p0, callback); } dwrProductService.setStringEncoding = function(p0, callback) { dwr.engine._execute(dwrProductService._path, 'dwrProductService', 'setStringEncoding', p0, callback); } dwrProductService.setSessionProvider = function(p0, callback) { dwr.engine._execute(dwrProductService._path, 'dwrProductService', 'setSessionProvider', p0, callback); } dwrProductService.afterPropertiesSet = function(callback) { dwr.engine._execute(dwrProductService._path, 'dwrProductService', 'afterPropertiesSet', callback); } dwrProductService.setPartSelectionHelper = function(p0, callback) { dwr.engine._execute(dwrProductService._path, 'dwrProductService', 'setPartSelectionHelper', p0, callback); } dwrProductService.setPartOperationService = function(p0, callback) { dwr.engine._execute(dwrProductService._path, 'dwrProductService', 'setPartOperationService', p0, callback); } dwrProductService.setStaticTexts = function(p0, callback) { dwr.engine._execute(dwrProductService._path, 'dwrProductService', 'setStaticTexts', p0, callback); } dwrProductService.setDwrResultHelper = function(p0, callback) { dwr.engine._execute(dwrProductService._path, 'dwrProductService', 'setDwrResultHelper', p0, callback); } dwrProductService.addPart = function(p1, callback) { dwr.engine._execute(dwrProductService._path, 'dwrProductService', 'addPart', false, p1, callback); } dwrProductService.addWheel = function(p1, callback) { dwr.engine._execute(dwrProductService._path, 'dwrProductService', 'addWheel', false, p1, callback); } dwrProductService.removePart = function(p1, callback) { dwr.engine._execute(dwrProductService._path, 'dwrProductService', 'removePart', false, p1, callback); } dwrProductService.selectTop = function(p1, callback) { dwr.engine._execute(dwrProductService._path, 'dwrProductService', 'selectTop', false, p1, callback); } dwrProductService.selectWithoutContrast = function(callback) { dwr.engine._execute(dwrProductService._path, 'dwrProductService', 'selectWithoutContrast', false, callback); } dwrProductService.addSolutionPart = function(p1, callback) { dwr.engine._execute(dwrProductService._path, 'dwrProductService', 'addSolutionPart', false, p1, callback); } dwrProductService.removeSolutionPart = function(p1, callback) { dwr.engine._execute(dwrProductService._path, 'dwrProductService', 'removeSolutionPart', false, p1, callback); } dwrProductService.cancelConflict = function(callback) { dwr.engine._execute(dwrProductService._path, 'dwrProductService', 'cancelConflict', false, callback); } dwrProductService.startConflict = function(callback) { dwr.engine._execute(dwrProductService._path, 'dwrProductService', 'startConflict', false, callback); } dwrProductService.partInfo = function(p1, callback) { dwr.engine._execute(dwrProductService._path, 'dwrProductService', 'partInfo', false, p1, callback); } dwrProductService.changedParts = function(callback) { dwr.engine._execute(dwrProductService._path, 'dwrProductService', 'changedParts', false, false, callback); } dwrProductService.generateTeaserLink = function(callback) { dwr.engine._execute(dwrProductService._path, 'dwrProductService', 'generateTeaserLink', false, callback); }