// 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 (homepathListingService == null) var homepathListingService = {}; homepathListingService._path = '/ffs/dwr'; homepathListingService.getListingIds = function(p0, callback) { dwr.engine._execute(homepathListingService._path, 'homepathListingService', 'getListingIds', p0, callback); } homepathListingService.addAllListings = function(p0, p1, callback) { dwr.engine._execute(homepathListingService._path, 'homepathListingService', 'addAllListings', p0, p1, callback); } homepathListingService.addListingIds = function(p0, p1, p2, callback) { dwr.engine._execute(homepathListingService._path, 'homepathListingService', 'addListingIds', p0, p1, p2, callback); } homepathListingService.addListingId = function(p0, p1, p2, callback) { dwr.engine._execute(homepathListingService._path, 'homepathListingService', 'addListingId', p0, p1, p2, callback); } homepathListingService.countListingIds = function(p0, callback) { dwr.engine._execute(homepathListingService._path, 'homepathListingService', 'countListingIds', p0, callback); } homepathListingService.getDownloadListingsFile = function(p0, p1, callback) { dwr.engine._execute(homepathListingService._path, 'homepathListingService', 'getDownloadListingsFile', p0, p1, callback); } homepathListingService.removeListingIds = function(p0, p1, p2, callback) { dwr.engine._execute(homepathListingService._path, 'homepathListingService', 'removeListingIds', p0, p1, p2, callback); } homepathListingService.removeListingId = function(p0, p1, p2, callback) { dwr.engine._execute(homepathListingService._path, 'homepathListingService', 'removeListingId', p0, p1, p2, callback); } homepathListingService.removeAllListings = function(p0, callback) { dwr.engine._execute(homepathListingService._path, 'homepathListingService', 'removeAllListings', p0, callback); }