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

