// 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 (StationRequest == null) var StationRequest = {}; StationRequest._path = '/commercial/ott/ott-dwr'; StationRequest.getCountry = function(callback) { dwr.engine._execute(StationRequest._path, 'StationRequest', 'getCountry', callback); } StationRequest.setCountry = function(p0, callback) { dwr.engine._execute(StationRequest._path, 'StationRequest', 'setCountry', p0, callback); } StationRequest.getFirstLetter = function(callback) { dwr.engine._execute(StationRequest._path, 'StationRequest', 'getFirstLetter', callback); } StationRequest.setFirstLetter = function(p0, callback) { dwr.engine._execute(StationRequest._path, 'StationRequest', 'setFirstLetter', p0, callback); } StationRequest.getLanguage = function(callback) { dwr.engine._execute(StationRequest._path, 'StationRequest', 'getLanguage', callback); } StationRequest.setLanguage = function(p0, callback) { dwr.engine._execute(StationRequest._path, 'StationRequest', 'setLanguage', p0, callback); }