// 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 (GestGolfRemote == null) var GestGolfRemote = {}; GestGolfRemote._path = '/dwr'; GestGolfRemote.setMeseCache = function(p0, callback) { dwr.engine._execute(GestGolfRemote._path, 'GestGolfRemote', 'setMeseCache', p0, callback); } GestGolfRemote.findGare = function(p0, p1, callback) { dwr.engine._execute(GestGolfRemote._path, 'GestGolfRemote', 'findGare', p0, p1, callback); } GestGolfRemote.findGareOrari = function(p0, p1, callback) { dwr.engine._execute(GestGolfRemote._path, 'GestGolfRemote', 'findGareOrari', p0, p1, callback); } GestGolfRemote.findGareClassifiche = function(p0, p1, callback) { dwr.engine._execute(GestGolfRemote._path, 'GestGolfRemote', 'findGareClassifiche', p0, p1, callback); } GestGolfRemote.findGareHCP = function(p0, p1, callback) { dwr.engine._execute(GestGolfRemote._path, 'GestGolfRemote', 'findGareHCP', p0, p1, callback); } GestGolfRemote.findOrari = function(p0, callback) { dwr.engine._execute(GestGolfRemote._path, 'GestGolfRemote', 'findOrari', p0, callback); } GestGolfRemote.riempiClassificaSingolaDTO = function(p0, p1, callback) { dwr.engine._execute(GestGolfRemote._path, 'GestGolfRemote', 'riempiClassificaSingolaDTO', p0, p1, callback); } GestGolfRemote.findClassifiche = function(p0, p1, p2, callback) { dwr.engine._execute(GestGolfRemote._path, 'GestGolfRemote', 'findClassifiche', p0, p1, p2, callback); } GestGolfRemote.findMovimentiHandicap = function(p0, p1, callback) { dwr.engine._execute(GestGolfRemote._path, 'GestGolfRemote', 'findMovimentiHandicap', p0, p1, callback); } GestGolfRemote.findScore = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(GestGolfRemote._path, 'GestGolfRemote', 'findScore', p0, p1, p2, p3, p4, callback); }