function netWorkPointService() { } netWorkPointService._path = '/worldwide/dwr'; netWorkPointService.loadNetWorkPoint = function(p0, callback) { DWREngine._execute(netWorkPointService._path, 'netWorkPointService', 'loadNetWorkPoint', p0, callback); } netWorkPointService.findNetWorkPoint = function(p0, p1, callback) { DWREngine._execute(netWorkPointService._path, 'netWorkPointService', 'findNetWorkPoint', p0, p1, callback); } netWorkPointService.getNetWorkPointDao = function(callback) { DWREngine._execute(netWorkPointService._path, 'netWorkPointService', 'getNetWorkPointDao', callback); } netWorkPointService.setNetWorkPointDao = function(p0, callback) { DWREngine._execute(netWorkPointService._path, 'netWorkPointService', 'setNetWorkPointDao', p0, callback); } netWorkPointService.findNetWorkPointList = function(callback) { DWREngine._execute(netWorkPointService._path, 'netWorkPointService', 'findNetWorkPointList', callback); } netWorkPointService.findNetWorkProducts = function(callback) { DWREngine._execute(netWorkPointService._path, 'netWorkPointService', 'findNetWorkProducts', callback); } netWorkPointService.findAllCountry = function(callback) { DWREngine._execute(netWorkPointService._path, 'netWorkPointService', 'findAllCountry', callback); } netWorkPointService.findCity = function(p0, callback) { DWREngine._execute(netWorkPointService._path, 'netWorkPointService', 'findCity', p0, callback); } netWorkPointService.listNetWork = function(p0, callback) { DWREngine._execute(netWorkPointService._path, 'netWorkPointService', 'listNetWork', p0, callback); } netWorkPointService.getAllCountrys = function(callback) { DWREngine._execute(netWorkPointService._path, 'netWorkPointService', 'getAllCountrys', callback); } netWorkPointService.loadLatestNetworkPoint = function(callback) { DWREngine._execute(netWorkPointService._path, 'netWorkPointService', 'loadLatestNetworkPoint', callback); } netWorkPointService.searchNetworkPoint = function(p0, callback) { DWREngine._execute(netWorkPointService._path, 'netWorkPointService', 'searchNetworkPoint', p0, callback); } netWorkPointService.getCountryById = function(p0, callback) { DWREngine._execute(netWorkPointService._path, 'netWorkPointService', 'getCountryById', p0, callback); }