// 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 (capacityList == null) var capacityList = {}; capacityList._path = '/dwr'; capacityList.getSellResourceList = function(p0, callback) { dwr.engine._execute(capacityList._path, 'capacityList', 'getSellResourceList', p0, callback); } capacityList.getSellResourceList2 = function(p0, callback) { dwr.engine._execute(capacityList._path, 'capacityList', 'getSellResourceList2', p0, callback); } capacityList.getGYSOrderList = function(p0, p1, callback) { dwr.engine._execute(capacityList._path, 'capacityList', 'getGYSOrderList', p0, p1, callback); } capacityList.getCGSOrderList = function(p0, p1, callback) { dwr.engine._execute(capacityList._path, 'capacityList', 'getCGSOrderList', p0, p1, callback); }