Type.registerNamespace('MPYA.CM.SupportServices');
MPYA.CM.SupportServices.SupportService=function() {
MPYA.CM.SupportServices.SupportService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
MPYA.CM.SupportServices.SupportService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return MPYA.CM.SupportServices.SupportService._staticInstance.get_path();},
GetListItems:function(settings,destinationDiv,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetListItems',false,{settings:settings,destinationDiv:destinationDiv},succeededCallback,failedCallback,userContext); },
FilterDropDownList:function(parentValue,parentScope,childScope,dest,language,listWeb,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FilterDropDownList',false,{parentValue:parentValue,parentScope:parentScope,childScope:childScope,dest:dest,language:language,listWeb:listWeb},succeededCallback,failedCallback,userContext); },
PopulateDropDownList:function(childScope,dest,language,listWeb,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PopulateDropDownList',false,{childScope:childScope,dest:dest,language:language,listWeb:listWeb},succeededCallback,failedCallback,userContext); },
GetAutoCompleteResults:function(prefixText,count,ListSite,List,SearchField,DisplayField,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAutoCompleteResults',false,{prefixText:prefixText,count:count,ListSite:ListSite,List:List,SearchField:SearchField,DisplayField:DisplayField},succeededCallback,failedCallback,userContext); },
GetAutoCompleteResultsWithId:function(prefixText,count,ListSite,List,SearchField,DisplayField,IdField,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAutoCompleteResultsWithId',false,{prefixText:prefixText,count:count,ListSite:ListSite,List:List,SearchField:SearchField,DisplayField:DisplayField,IdField:IdField},succeededCallback,failedCallback,userContext); },
GetProductTypeDescription:function(htmlSnippetsListName,productType,listName,webName,destinationDiv,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetProductTypeDescription',false,{htmlSnippetsListName:htmlSnippetsListName,productType:productType,listName:listName,webName:webName,destinationDiv:destinationDiv},succeededCallback,failedCallback,userContext); },
GetTranslation:function(translateThis,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTranslation',false,{translateThis:translateThis},succeededCallback,failedCallback,userContext); }}
MPYA.CM.SupportServices.SupportService.registerClass('MPYA.CM.SupportServices.SupportService',Sys.Net.WebServiceProxy);
MPYA.CM.SupportServices.SupportService._staticInstance = new MPYA.CM.SupportServices.SupportService();
MPYA.CM.SupportServices.SupportService.set_path = function(value) { MPYA.CM.SupportServices.SupportService._staticInstance.set_path(value); }
MPYA.CM.SupportServices.SupportService.get_path = function() { return MPYA.CM.SupportServices.SupportService._staticInstance.get_path(); }
MPYA.CM.SupportServices.SupportService.set_timeout = function(value) { MPYA.CM.SupportServices.SupportService._staticInstance.set_timeout(value); }
MPYA.CM.SupportServices.SupportService.get_timeout = function() { return MPYA.CM.SupportServices.SupportService._staticInstance.get_timeout(); }
MPYA.CM.SupportServices.SupportService.set_defaultUserContext = function(value) { MPYA.CM.SupportServices.SupportService._staticInstance.set_defaultUserContext(value); }
MPYA.CM.SupportServices.SupportService.get_defaultUserContext = function() { return MPYA.CM.SupportServices.SupportService._staticInstance.get_defaultUserContext(); }
MPYA.CM.SupportServices.SupportService.set_defaultSucceededCallback = function(value) { MPYA.CM.SupportServices.SupportService._staticInstance.set_defaultSucceededCallback(value); }
MPYA.CM.SupportServices.SupportService.get_defaultSucceededCallback = function() { return MPYA.CM.SupportServices.SupportService._staticInstance.get_defaultSucceededCallback(); }
MPYA.CM.SupportServices.SupportService.set_defaultFailedCallback = function(value) { MPYA.CM.SupportServices.SupportService._staticInstance.set_defaultFailedCallback(value); }
MPYA.CM.SupportServices.SupportService.get_defaultFailedCallback = function() { return MPYA.CM.SupportServices.SupportService._staticInstance.get_defaultFailedCallback(); }
MPYA.CM.SupportServices.SupportService.set_path("/_vti_bin/MPYA.CM.SupportServices.asmx");
MPYA.CM.SupportServices.SupportService.GetListItems= function(settings,destinationDiv,onSuccess,onFailed,userContext) {MPYA.CM.SupportServices.SupportService._staticInstance.GetListItems(settings,destinationDiv,onSuccess,onFailed,userContext); }
MPYA.CM.SupportServices.SupportService.FilterDropDownList= function(parentValue,parentScope,childScope,dest,language,listWeb,onSuccess,onFailed,userContext) {MPYA.CM.SupportServices.SupportService._staticInstance.FilterDropDownList(parentValue,parentScope,childScope,dest,language,listWeb,onSuccess,onFailed,userContext); }
MPYA.CM.SupportServices.SupportService.PopulateDropDownList= function(childScope,dest,language,listWeb,onSuccess,onFailed,userContext) {MPYA.CM.SupportServices.SupportService._staticInstance.PopulateDropDownList(childScope,dest,language,listWeb,onSuccess,onFailed,userContext); }
MPYA.CM.SupportServices.SupportService.GetAutoCompleteResults= function(prefixText,count,ListSite,List,SearchField,DisplayField,onSuccess,onFailed,userContext) {MPYA.CM.SupportServices.SupportService._staticInstance.GetAutoCompleteResults(prefixText,count,ListSite,List,SearchField,DisplayField,onSuccess,onFailed,userContext); }
MPYA.CM.SupportServices.SupportService.GetAutoCompleteResultsWithId= function(prefixText,count,ListSite,List,SearchField,DisplayField,IdField,onSuccess,onFailed,userContext) {MPYA.CM.SupportServices.SupportService._staticInstance.GetAutoCompleteResultsWithId(prefixText,count,ListSite,List,SearchField,DisplayField,IdField,onSuccess,onFailed,userContext); }
MPYA.CM.SupportServices.SupportService.GetProductTypeDescription= function(htmlSnippetsListName,productType,listName,webName,destinationDiv,onSuccess,onFailed,userContext) {MPYA.CM.SupportServices.SupportService._staticInstance.GetProductTypeDescription(htmlSnippetsListName,productType,listName,webName,destinationDiv,onSuccess,onFailed,userContext); }
MPYA.CM.SupportServices.SupportService.GetTranslation= function(translateThis,onSuccess,onFailed,userContext) {MPYA.CM.SupportServices.SupportService._staticInstance.GetTranslation(translateThis,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('MPYA.CM.GenericListDisplayLib');
if (typeof(MPYA.CM.GenericListDisplayLib.GLDSettings) === 'undefined') {
MPYA.CM.GenericListDisplayLib.GLDSettings=gtc("MPYA.CM.GenericListDisplayLib.GLDSettings");
MPYA.CM.GenericListDisplayLib.GLDSettings.registerClass('MPYA.CM.GenericListDisplayLib.GLDSettings');
}
if (typeof(MPYA.CM.SupportServices.StringIdPair) === 'undefined') {
MPYA.CM.SupportServices.StringIdPair=gtc("MPYA.CM.SupportServices.StringIdPair");
MPYA.CM.SupportServices.StringIdPair.registerClass('MPYA.CM.SupportServices.StringIdPair');
}

