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