// 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 (ajaxAuctionHelper == null) var ajaxAuctionHelper = {}; ajaxAuctionHelper._path = '/srv/www/dwr'; ajaxAuctionHelper.setBrokerManager = function(p0, callback) { dwr.engine._execute(ajaxAuctionHelper._path, 'ajaxAuctionHelper', 'setBrokerManager', p0, callback); } ajaxAuctionHelper.getObservingUserCount = function(p0, callback) { dwr.engine._execute(ajaxAuctionHelper._path, 'ajaxAuctionHelper', 'getObservingUserCount', p0, false, callback); } ajaxAuctionHelper.bidVehicle = function(p0, callback) { dwr.engine._execute(ajaxAuctionHelper._path, 'ajaxAuctionHelper', 'bidVehicle', p0, callback); } ajaxAuctionHelper.getAuction = function(callback) { dwr.engine._execute(ajaxAuctionHelper._path, 'ajaxAuctionHelper', 'getAuction', callback); } ajaxAuctionHelper.getAuctionWithVehicles = function(callback) { dwr.engine._execute(ajaxAuctionHelper._path, 'ajaxAuctionHelper', 'getAuctionWithVehicles', callback); } ajaxAuctionHelper.getAuctionVehicle = function(p0, callback) { dwr.engine._execute(ajaxAuctionHelper._path, 'ajaxAuctionHelper', 'getAuctionVehicle', p0, callback); }