var LocationSearchWs=function() {
LocationSearchWs.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
LocationSearchWs.prototype={
GetNationSeach:function(_strNa_Name,_strLang,succeededCallback, failedCallback, userContext) {
return this._invoke(LocationSearchWs.get_path(), 'GetNationSeach',false,{_strNa_Name:_strNa_Name,_strLang:_strLang},succeededCallback,failedCallback,userContext); },
GetCitySeach:function(_strSi_code,_strNa_code,_strCi_Name,_strLang,_strPg,_strPgSize,_strCi_h_type,_strCi_sort,succeededCallback, failedCallback, userContext) {
return this._invoke(LocationSearchWs.get_path(), 'GetCitySeach',false,{_strSi_code:_strSi_code,_strNa_code:_strNa_code,_strCi_Name:_strCi_Name,_strLang:_strLang,_strPg:_strPg,_strPgSize:_strPgSize,_strCi_h_type:_strCi_h_type,_strCi_sort:_strCi_sort},succeededCallback,failedCallback,userContext); },
GetStateSeach:function(_strCi_code,_strLang,succeededCallback, failedCallback, userContext) {
return this._invoke(LocationSearchWs.get_path(), 'GetStateSeach',false,{_strCi_code:_strCi_code,_strLang:_strLang},succeededCallback,failedCallback,userContext); },
GetLocationSeach:function(_strNa_Code,_strLang,succeededCallback, failedCallback, userContext) {
return this._invoke(LocationSearchWs.get_path(), 'GetLocationSeach',false,{_strNa_Code:_strNa_Code,_strLang:_strLang},succeededCallback,failedCallback,userContext); },
GetCitySeach_Location:function(_strLo_Code,_strLang,succeededCallback, failedCallback, userContext) {
return this._invoke(LocationSearchWs.get_path(), 'GetCitySeach_Location',false,{_strLo_Code:_strLo_Code,_strLang:_strLang},succeededCallback,failedCallback,userContext); },
GetSeach_Category:function(_strNa_Code,_strLang,succeededCallback, failedCallback, userContext) {
return this._invoke(LocationSearchWs.get_path(), 'GetSeach_Category',false,{_strNa_Code:_strNa_Code,_strLang:_strLang},succeededCallback,failedCallback,userContext); }}
LocationSearchWs.registerClass('LocationSearchWs',Sys.Net.WebServiceProxy);
LocationSearchWs._staticInstance = new LocationSearchWs();
LocationSearchWs.set_path = function(value) { LocationSearchWs._staticInstance._path = value; }
LocationSearchWs.get_path = function() { return LocationSearchWs._staticInstance._path; }
LocationSearchWs.set_timeout = function(value) { LocationSearchWs._staticInstance._timeout = value; }
LocationSearchWs.get_timeout = function() { return LocationSearchWs._staticInstance._timeout; }
LocationSearchWs.set_defaultUserContext = function(value) { LocationSearchWs._staticInstance._userContext = value; }
LocationSearchWs.get_defaultUserContext = function() { return LocationSearchWs._staticInstance._userContext; }
LocationSearchWs.set_defaultSucceededCallback = function(value) { LocationSearchWs._staticInstance._succeeded = value; }
LocationSearchWs.get_defaultSucceededCallback = function() { return LocationSearchWs._staticInstance._succeeded; }
LocationSearchWs.set_defaultFailedCallback = function(value) { LocationSearchWs._staticInstance._failed = value; }
LocationSearchWs.get_defaultFailedCallback = function() { return LocationSearchWs._staticInstance._failed; }
LocationSearchWs.set_path("/Webservice/LocationSearchWs.asmx");
LocationSearchWs.GetNationSeach= function(_strNa_Name,_strLang,onSuccess,onFailed,userContext) {LocationSearchWs._staticInstance.GetNationSeach(_strNa_Name,_strLang,onSuccess,onFailed,userContext); }
LocationSearchWs.GetCitySeach= function(_strSi_code,_strNa_code,_strCi_Name,_strLang,_strPg,_strPgSize,_strCi_h_type,_strCi_sort,onSuccess,onFailed,userContext) {LocationSearchWs._staticInstance.GetCitySeach(_strSi_code,_strNa_code,_strCi_Name,_strLang,_strPg,_strPgSize,_strCi_h_type,_strCi_sort,onSuccess,onFailed,userContext); }
LocationSearchWs.GetStateSeach= function(_strCi_code,_strLang,onSuccess,onFailed,userContext) {LocationSearchWs._staticInstance.GetStateSeach(_strCi_code,_strLang,onSuccess,onFailed,userContext); }
LocationSearchWs.GetLocationSeach= function(_strNa_Code,_strLang,onSuccess,onFailed,userContext) {LocationSearchWs._staticInstance.GetLocationSeach(_strNa_Code,_strLang,onSuccess,onFailed,userContext); }
LocationSearchWs.GetCitySeach_Location= function(_strLo_Code,_strLang,onSuccess,onFailed,userContext) {LocationSearchWs._staticInstance.GetCitySeach_Location(_strLo_Code,_strLang,onSuccess,onFailed,userContext); }
LocationSearchWs.GetSeach_Category= function(_strNa_Code,_strLang,onSuccess,onFailed,userContext) {LocationSearchWs._staticInstance.GetSeach_Category(_strNa_Code,_strLang,onSuccess,onFailed,userContext); }
