// 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; dwr.engine._defaultPath = '/gfd'; if (Costs == null) var Costs = {}; Costs._path = '/gfd'; Costs.getCosts = function(p0, p1, callback) { dwr.engine._execute(Costs._path, 'Costs', 'getCosts', p0, p1, callback); } Costs.setCosts = function(p0, p1, p2, callback) { dwr.engine._execute(Costs._path, 'Costs', 'setCosts', p0, p1, p2, callback); } Costs.getContinents = function(callback) { dwr.engine._execute(Costs._path, 'Costs', 'getContinents', false, callback); } Costs.getCountryByctt = function(p0, callback) { dwr.engine._execute(Costs._path, 'Costs', 'getCountryByctt', p0, false, callback); } Costs.getCosts1 = function(p0, p1, callback) { dwr.engine._execute(Costs._path, 'Costs', 'getCosts1', p0, p1, callback); } Costs.getAllCosts = function(p0, p1, callback) { dwr.engine._execute(Costs._path, 'Costs', 'getAllCosts', p0, p1, callback); } Costs.getCountry1 = function(callback) { dwr.engine._execute(Costs._path, 'Costs', 'getCountry1', false, callback); } Costs.getPort1 = function(p0, callback) { dwr.engine._execute(Costs._path, 'Costs', 'getPort1', p0, false, callback); } Costs.getCountry = function(callback) { dwr.engine._execute(Costs._path, 'Costs', 'getCountry', false, callback); } Costs.getPort = function(p0, callback) { dwr.engine._execute(Costs._path, 'Costs', 'getPort', p0, false, callback); } Costs.getLocale = function(callback) { dwr.engine._execute(Costs._path, 'Costs', 'getLocale', false, callback); }