// 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 (countryService == null) var countryService = {}; countryService._path = '/dwr'; countryService.getCountry = function(callback) { dwr.engine._execute(countryService._path, 'countryService', 'getCountry', callback); } countryService.getNumberOfObjects = function(p0, callback) { dwr.engine._execute(countryService._path, 'countryService', 'getNumberOfObjects', p0, callback); } countryService.getNumberOfObjectsByCondition = function(p0, callback) { dwr.engine._execute(countryService._path, 'countryService', 'getNumberOfObjectsByCondition', p0, callback); } countryService.getNumberOfObjectsName = function(callback) { dwr.engine._execute(countryService._path, 'countryService', 'getNumberOfObjectsName', callback); } countryService.getObjects = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(countryService._path, 'countryService', 'getObjects', p0, p1, p2, p3, p4, callback); } countryService.getObjectsByCondition = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(countryService._path, 'countryService', 'getObjectsByCondition', p0, p1, p2, p3, p4, callback); } countryService.getObjectsName = function(callback) { dwr.engine._execute(countryService._path, 'countryService', 'getObjectsName', callback); } countryService.getCountrySize = function(callback) { dwr.engine._execute(countryService._path, 'countryService', 'getCountrySize', callback); } countryService.getCountryById = function(p0, callback) { dwr.engine._execute(countryService._path, 'countryService', 'getCountryById', p0, callback); } countryService.removeCountry = function(p0, callback) { dwr.engine._execute(countryService._path, 'countryService', 'removeCountry', p0, callback); } countryService.saveCountry = function(p0, callback) { dwr.engine._execute(countryService._path, 'countryService', 'saveCountry', p0, callback); } countryService.getCountryDao = function(callback) { dwr.engine._execute(countryService._path, 'countryService', 'getCountryDao', callback); } countryService.setCountryDao = function(p0, callback) { dwr.engine._execute(countryService._path, 'countryService', 'setCountryDao', p0, callback); } countryService.afterPropertiesSet = function(callback) { dwr.engine._execute(countryService._path, 'countryService', 'afterPropertiesSet', callback); } countryService.findAllObjects = function(p0, p1, callback) { dwr.engine._execute(countryService._path, 'countryService', 'findAllObjects', p0, p1, callback); } countryService.findObjects = function(p0, p1, callback) { dwr.engine._execute(countryService._path, 'countryService', 'findObjects', p0, p1, callback); } countryService.setTableId = function(p0, callback) { dwr.engine._execute(countryService._path, 'countryService', 'setTableId', p0, callback); } countryService.setViewFragment = function(p0, callback) { dwr.engine._execute(countryService._path, 'countryService', 'setViewFragment', p0, callback); }