// 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 (CountryStationRequest == null) var CountryStationRequest = {}; CountryStationRequest._path = '/commercial/ott/ott-dwr'; CountryStationRequest.getSelectedCountry = function(callback) { dwr.engine._execute(CountryStationRequest._path, 'CountryStationRequest', 'getSelectedCountry', callback); } CountryStationRequest.setSelectedCountry = function(p0, callback) { dwr.engine._execute(CountryStationRequest._path, 'CountryStationRequest', 'setSelectedCountry', p0, callback); } CountryStationRequest.getLanguage = function(callback) { dwr.engine._execute(CountryStationRequest._path, 'CountryStationRequest', 'getLanguage', callback); } CountryStationRequest.setLanguage = function(p0, callback) { dwr.engine._execute(CountryStationRequest._path, 'CountryStationRequest', 'setLanguage', p0, callback); }