// 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 (AuctionUpdaterDWR == null) var AuctionUpdaterDWR = {}; AuctionUpdaterDWR._path = '/waBidnett/dwr'; AuctionUpdaterDWR.getAuctionDetail = function(p0, callback) { dwr.engine._execute(AuctionUpdaterDWR._path, 'AuctionUpdaterDWR', 'getAuctionDetail', p0, callback); } AuctionUpdaterDWR.getAuctionList = function(p0, p1, callback) { dwr.engine._execute(AuctionUpdaterDWR._path, 'AuctionUpdaterDWR', 'getAuctionList', p0, p1, callback); } AuctionUpdaterDWR.getFilteredHead = function(p0, p1, p2, callback) { dwr.engine._execute(AuctionUpdaterDWR._path, 'AuctionUpdaterDWR', 'getFilteredHead', p0, p1, p2, callback); } AuctionUpdaterDWR.getUsersTimeOnSameFee = function(callback) { dwr.engine._execute(AuctionUpdaterDWR._path, 'AuctionUpdaterDWR', 'getUsersTimeOnSameFee', callback); }