// 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 (accDWRConflictService == null) var accDWRConflictService = {}; accDWRConflictService._path = '/acc/dwr'; accDWRConflictService.setPriceHelper = function(p0, callback) { dwr.engine._execute(accDWRConflictService._path, 'accDWRConflictService', 'setPriceHelper', p0, callback); } accDWRConflictService.setDwrManager = function(p0, callback) { dwr.engine._execute(accDWRConflictService._path, 'accDWRConflictService', 'setDwrManager', p0, callback); } accDWRConflictService.setDataStructureHelper = function(p0, callback) { dwr.engine._execute(accDWRConflictService._path, 'accDWRConflictService', 'setDataStructureHelper', p0, callback); } accDWRConflictService.setConfiguratorHelper = function(p0, callback) { dwr.engine._execute(accDWRConflictService._path, 'accDWRConflictService', 'setConfiguratorHelper', p0, callback); } accDWRConflictService.setProductStructureHelper = function(p0, callback) { dwr.engine._execute(accDWRConflictService._path, 'accDWRConflictService', 'setProductStructureHelper', p0, callback); } accDWRConflictService.setSymbolicTextLookUp = function(p0, callback) { dwr.engine._execute(accDWRConflictService._path, 'accDWRConflictService', 'setSymbolicTextLookUp', p0, callback); } accDWRConflictService.setStringEncoding = function(p0, callback) { dwr.engine._execute(accDWRConflictService._path, 'accDWRConflictService', 'setStringEncoding', p0, callback); } accDWRConflictService.setSessionProvider = function(p0, callback) { dwr.engine._execute(accDWRConflictService._path, 'accDWRConflictService', 'setSessionProvider', p0, callback); } accDWRConflictService.afterPropertiesSet = function(callback) { dwr.engine._execute(accDWRConflictService._path, 'accDWRConflictService', 'afterPropertiesSet', callback); } accDWRConflictService.setDwrResultHelper = function(p0, callback) { dwr.engine._execute(accDWRConflictService._path, 'accDWRConflictService', 'setDwrResultHelper', p0, callback); } accDWRConflictService.setPartSelectionHelper = function(p0, callback) { dwr.engine._execute(accDWRConflictService._path, 'accDWRConflictService', 'setPartSelectionHelper', p0, callback); } accDWRConflictService.addSolutionPart = function(p1, callback) { dwr.engine._execute(accDWRConflictService._path, 'accDWRConflictService', 'addSolutionPart', false, p1, callback); } accDWRConflictService.removeSolutionPart = function(p1, callback) { dwr.engine._execute(accDWRConflictService._path, 'accDWRConflictService', 'removeSolutionPart', false, p1, callback); } accDWRConflictService.startConflict = function(callback) { dwr.engine._execute(accDWRConflictService._path, 'accDWRConflictService', 'startConflict', false, callback); } accDWRConflictService.cancelConflict = function(callback) { dwr.engine._execute(accDWRConflictService._path, 'accDWRConflictService', 'cancelConflict', false, callback); }