// 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 (DwrContactService == null) var DwrContactService = {}; DwrContactService._path = '/pboats/dwr'; DwrContactService.test = function(p0, callback) { dwr.engine._execute(DwrContactService._path, 'DwrContactService', 'test', p0, callback); } DwrContactService.contactSeller = function(p0, callback) { dwr.engine._execute(DwrContactService._path, 'DwrContactService', 'contactSeller', p0, false, callback); } DwrContactService.setValidator = function(p0, callback) { dwr.engine._execute(DwrContactService._path, 'DwrContactService', 'setValidator', p0, callback); } DwrContactService.getValidator = function(callback) { dwr.engine._execute(DwrContactService._path, 'DwrContactService', 'getValidator', callback); } DwrContactService.getContactService = function(callback) { dwr.engine._execute(DwrContactService._path, 'DwrContactService', 'getContactService', callback); } DwrContactService.setContactService = function(p0, callback) { dwr.engine._execute(DwrContactService._path, 'DwrContactService', 'setContactService', p0, callback); }