Type.registerNamespace('GowooCN');
GowooCN.SearchProductCount=function() {
GowooCN.SearchProductCount.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
GowooCN.SearchProductCount.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return GowooCN.SearchProductCount._staticInstance.get_path();},
GetSearchProductCount:function(keyword,classId,pStart,pEnd,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSearchProductCount',false,{keyword:keyword,classId:classId,pStart:pStart,pEnd:pEnd},succeededCallback,failedCallback,userContext); }}
GowooCN.SearchProductCount.registerClass('GowooCN.SearchProductCount',Sys.Net.WebServiceProxy);
GowooCN.SearchProductCount._staticInstance = new GowooCN.SearchProductCount();
GowooCN.SearchProductCount.set_path = function(value) { GowooCN.SearchProductCount._staticInstance.set_path(value); }
GowooCN.SearchProductCount.get_path = function() { return GowooCN.SearchProductCount._staticInstance.get_path(); }
GowooCN.SearchProductCount.set_timeout = function(value) { GowooCN.SearchProductCount._staticInstance.set_timeout(value); }
GowooCN.SearchProductCount.get_timeout = function() { return GowooCN.SearchProductCount._staticInstance.get_timeout(); }
GowooCN.SearchProductCount.set_defaultUserContext = function(value) { GowooCN.SearchProductCount._staticInstance.set_defaultUserContext(value); }
GowooCN.SearchProductCount.get_defaultUserContext = function() { return GowooCN.SearchProductCount._staticInstance.get_defaultUserContext(); }
GowooCN.SearchProductCount.set_defaultSucceededCallback = function(value) { GowooCN.SearchProductCount._staticInstance.set_defaultSucceededCallback(value); }
GowooCN.SearchProductCount.get_defaultSucceededCallback = function() { return GowooCN.SearchProductCount._staticInstance.get_defaultSucceededCallback(); }
GowooCN.SearchProductCount.set_defaultFailedCallback = function(value) { GowooCN.SearchProductCount._staticInstance.set_defaultFailedCallback(value); }
GowooCN.SearchProductCount.get_defaultFailedCallback = function() { return GowooCN.SearchProductCount._staticInstance.get_defaultFailedCallback(); }
GowooCN.SearchProductCount.set_path("/SearchProductCount.asmx");
GowooCN.SearchProductCount.GetSearchProductCount= function(keyword,classId,pStart,pEnd,onSuccess,onFailed,userContext) {GowooCN.SearchProductCount._staticInstance.GetSearchProductCount(keyword,classId,pStart,pEnd,onSuccess,onFailed,userContext); }
