Type.registerNamespace('SizeTrackerLLC');
SizeTrackerLLC.AutoList=function() {
SizeTrackerLLC.AutoList.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
SizeTrackerLLC.AutoList.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return SizeTrackerLLC.AutoList._staticInstance.get_path();},
GetCompletionList:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCompletionList',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetCompletionListProjection:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCompletionListProjection',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetCompletionListProjectionGender:function(prefixText,count,contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCompletionListProjectionGender',false,{prefixText:prefixText,count:count,contextKey:contextKey},succeededCallback,failedCallback,userContext); },
GetCompletionListShoe:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCompletionListShoe',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetCompletionListShoeGender:function(prefixText,count,contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCompletionListShoeGender',false,{prefixText:prefixText,count:count,contextKey:contextKey},succeededCallback,failedCallback,userContext); },
GetCompletionListClothing:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCompletionListClothing',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetCompletionListClothingGender:function(prefixText,count,contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCompletionListClothingGender',false,{prefixText:prefixText,count:count,contextKey:contextKey},succeededCallback,failedCallback,userContext); },
GetCompletionListClothingProjection:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCompletionListClothingProjection',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetCompletionListCPEF:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCompletionListCPEF',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); }}
SizeTrackerLLC.AutoList.registerClass('SizeTrackerLLC.AutoList',Sys.Net.WebServiceProxy);
SizeTrackerLLC.AutoList._staticInstance = new SizeTrackerLLC.AutoList();
SizeTrackerLLC.AutoList.set_path = function(value) { SizeTrackerLLC.AutoList._staticInstance.set_path(value); }
SizeTrackerLLC.AutoList.get_path = function() { return SizeTrackerLLC.AutoList._staticInstance.get_path(); }
SizeTrackerLLC.AutoList.set_timeout = function(value) { SizeTrackerLLC.AutoList._staticInstance.set_timeout(value); }
SizeTrackerLLC.AutoList.get_timeout = function() { return SizeTrackerLLC.AutoList._staticInstance.get_timeout(); }
SizeTrackerLLC.AutoList.set_defaultUserContext = function(value) { SizeTrackerLLC.AutoList._staticInstance.set_defaultUserContext(value); }
SizeTrackerLLC.AutoList.get_defaultUserContext = function() { return SizeTrackerLLC.AutoList._staticInstance.get_defaultUserContext(); }
SizeTrackerLLC.AutoList.set_defaultSucceededCallback = function(value) { SizeTrackerLLC.AutoList._staticInstance.set_defaultSucceededCallback(value); }
SizeTrackerLLC.AutoList.get_defaultSucceededCallback = function() { return SizeTrackerLLC.AutoList._staticInstance.get_defaultSucceededCallback(); }
SizeTrackerLLC.AutoList.set_defaultFailedCallback = function(value) { SizeTrackerLLC.AutoList._staticInstance.set_defaultFailedCallback(value); }
SizeTrackerLLC.AutoList.get_defaultFailedCallback = function() { return SizeTrackerLLC.AutoList._staticInstance.get_defaultFailedCallback(); }
SizeTrackerLLC.AutoList.set_path("/AutoList.asmx");
SizeTrackerLLC.AutoList.GetCompletionList= function(prefixText,count,onSuccess,onFailed,userContext) {SizeTrackerLLC.AutoList._staticInstance.GetCompletionList(prefixText,count,onSuccess,onFailed,userContext); }
SizeTrackerLLC.AutoList.GetCompletionListProjection= function(prefixText,count,onSuccess,onFailed,userContext) {SizeTrackerLLC.AutoList._staticInstance.GetCompletionListProjection(prefixText,count,onSuccess,onFailed,userContext); }
SizeTrackerLLC.AutoList.GetCompletionListProjectionGender= function(prefixText,count,contextKey,onSuccess,onFailed,userContext) {SizeTrackerLLC.AutoList._staticInstance.GetCompletionListProjectionGender(prefixText,count,contextKey,onSuccess,onFailed,userContext); }
SizeTrackerLLC.AutoList.GetCompletionListShoe= function(prefixText,count,onSuccess,onFailed,userContext) {SizeTrackerLLC.AutoList._staticInstance.GetCompletionListShoe(prefixText,count,onSuccess,onFailed,userContext); }
SizeTrackerLLC.AutoList.GetCompletionListShoeGender= function(prefixText,count,contextKey,onSuccess,onFailed,userContext) {SizeTrackerLLC.AutoList._staticInstance.GetCompletionListShoeGender(prefixText,count,contextKey,onSuccess,onFailed,userContext); }
SizeTrackerLLC.AutoList.GetCompletionListClothing= function(prefixText,count,onSuccess,onFailed,userContext) {SizeTrackerLLC.AutoList._staticInstance.GetCompletionListClothing(prefixText,count,onSuccess,onFailed,userContext); }
SizeTrackerLLC.AutoList.GetCompletionListClothingGender= function(prefixText,count,contextKey,onSuccess,onFailed,userContext) {SizeTrackerLLC.AutoList._staticInstance.GetCompletionListClothingGender(prefixText,count,contextKey,onSuccess,onFailed,userContext); }
SizeTrackerLLC.AutoList.GetCompletionListClothingProjection= function(prefixText,count,onSuccess,onFailed,userContext) {SizeTrackerLLC.AutoList._staticInstance.GetCompletionListClothingProjection(prefixText,count,onSuccess,onFailed,userContext); }
SizeTrackerLLC.AutoList.GetCompletionListCPEF= function(prefixText,count,onSuccess,onFailed,userContext) {SizeTrackerLLC.AutoList._staticInstance.GetCompletionListCPEF(prefixText,count,onSuccess,onFailed,userContext); }
