var storeWebMethod=function() {
storeWebMethod.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
storeWebMethod.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return storeWebMethod._staticInstance.get_path();},
GetCompletionListHGS:function(prefixText,count,contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCompletionListHGS',false,{prefixText:prefixText,count:count,contextKey:contextKey},succeededCallback,failedCallback,userContext); },
GetCompletionListQuickOrder:function(prefixText,count,contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCompletionListQuickOrder',false,{prefixText:prefixText,count:count,contextKey:contextKey},succeededCallback,failedCallback,userContext); }}
storeWebMethod.registerClass('storeWebMethod',Sys.Net.WebServiceProxy);
storeWebMethod._staticInstance = new storeWebMethod();
storeWebMethod.set_path = function(value) { storeWebMethod._staticInstance.set_path(value); }
storeWebMethod.get_path = function() { return storeWebMethod._staticInstance.get_path(); }
storeWebMethod.set_timeout = function(value) { storeWebMethod._staticInstance.set_timeout(value); }
storeWebMethod.get_timeout = function() { return storeWebMethod._staticInstance.get_timeout(); }
storeWebMethod.set_defaultUserContext = function(value) { storeWebMethod._staticInstance.set_defaultUserContext(value); }
storeWebMethod.get_defaultUserContext = function() { return storeWebMethod._staticInstance.get_defaultUserContext(); }
storeWebMethod.set_defaultSucceededCallback = function(value) { storeWebMethod._staticInstance.set_defaultSucceededCallback(value); }
storeWebMethod.get_defaultSucceededCallback = function() { return storeWebMethod._staticInstance.get_defaultSucceededCallback(); }
storeWebMethod.set_defaultFailedCallback = function(value) { storeWebMethod._staticInstance.set_defaultFailedCallback(value); }
storeWebMethod.get_defaultFailedCallback = function() { return storeWebMethod._staticInstance.get_defaultFailedCallback(); }
storeWebMethod.set_enableJsonp = function(value) { storeWebMethod._staticInstance.set_enableJsonp(value); }
storeWebMethod.get_enableJsonp = function() { return storeWebMethod._staticInstance.get_enableJsonp(); }
storeWebMethod.set_jsonpCallbackParameter = function(value) { storeWebMethod._staticInstance.set_jsonpCallbackParameter(value); }
storeWebMethod.get_jsonpCallbackParameter = function() { return storeWebMethod._staticInstance.get_jsonpCallbackParameter(); }
storeWebMethod.set_path("/storewebmethod.asmx");
storeWebMethod.GetCompletionListHGS= function(prefixText,count,contextKey,onSuccess,onFailed,userContext) {storeWebMethod._staticInstance.GetCompletionListHGS(prefixText,count,contextKey,onSuccess,onFailed,userContext); }
storeWebMethod.GetCompletionListQuickOrder= function(prefixText,count,contextKey,onSuccess,onFailed,userContext) {storeWebMethod._staticInstance.GetCompletionListQuickOrder(prefixText,count,contextKey,onSuccess,onFailed,userContext); }

