var AjaxMethods=function() {
AjaxMethods.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
AjaxMethods.prototype={
GetAllPackages:function(succeededCallback, failedCallback, userContext) {
return this._invoke(AjaxMethods.get_path(), 'GetAllPackages',false,{},succeededCallback,failedCallback,userContext); },
GetAllWrappings:function(succeededCallback, failedCallback, userContext) {
return this._invoke(AjaxMethods.get_path(), 'GetAllWrappings',false,{},succeededCallback,failedCallback,userContext); },
GetUserAccountBalance:function(b64UserId,succeededCallback, failedCallback, userContext) {
return this._invoke(AjaxMethods.get_path(), 'GetUserAccountBalance',false,{b64UserId:b64UserId},succeededCallback,failedCallback,userContext); },
GetUserAccountBalanceDetails:function(languageCode,b64UserId,numResults,succeededCallback, failedCallback, userContext) {
return this._invoke(AjaxMethods.get_path(), 'GetUserAccountBalanceDetails',false,{languageCode:languageCode,b64UserId:b64UserId,numResults:numResults},succeededCallback,failedCallback,userContext); },
LogZeeToolClientDetails:function(eventId,details,succeededCallback, failedCallback, userContext) {
return this._invoke(AjaxMethods.get_path(), 'LogZeeToolClientDetails',false,{eventId:eventId,details:details},succeededCallback,failedCallback,userContext); },
GetLimitedSeriesBackgroundImages:function(microSite,succeededCallback, failedCallback, userContext) {
return this._invoke(AjaxMethods.get_path(), 'GetLimitedSeriesBackgroundImages',false,{microSite:microSite},succeededCallback,failedCallback,userContext); },
SetUserBackgroundImage:function(userId,backgroundImage,succeededCallback, failedCallback, userContext) {
return this._invoke(AjaxMethods.get_path(), 'SetUserBackgroundImage',false,{userId:userId,backgroundImage:backgroundImage},succeededCallback,failedCallback,userContext); }}
AjaxMethods.registerClass('AjaxMethods',Sys.Net.WebServiceProxy);
AjaxMethods._staticInstance = new AjaxMethods();
AjaxMethods.set_path = function(value) { AjaxMethods._staticInstance._path = value; }
AjaxMethods.get_path = function() { return AjaxMethods._staticInstance._path; }
AjaxMethods.set_timeout = function(value) { AjaxMethods._staticInstance._timeout = value; }
AjaxMethods.get_timeout = function() { return AjaxMethods._staticInstance._timeout; }
AjaxMethods.set_defaultUserContext = function(value) { AjaxMethods._staticInstance._userContext = value; }
AjaxMethods.get_defaultUserContext = function() { return AjaxMethods._staticInstance._userContext; }
AjaxMethods.set_defaultSucceededCallback = function(value) { AjaxMethods._staticInstance._succeeded = value; }
AjaxMethods.get_defaultSucceededCallback = function() { return AjaxMethods._staticInstance._succeeded; }
AjaxMethods.set_defaultFailedCallback = function(value) { AjaxMethods._staticInstance._failed = value; }
AjaxMethods.get_defaultFailedCallback = function() { return AjaxMethods._staticInstance._failed; }
AjaxMethods.set_path("/WebServices/AjaxMethods.asmx");
AjaxMethods.GetAllPackages= function(onSuccess,onFailed,userContext) {AjaxMethods._staticInstance.GetAllPackages(onSuccess,onFailed,userContext); }
AjaxMethods.GetAllWrappings= function(onSuccess,onFailed,userContext) {AjaxMethods._staticInstance.GetAllWrappings(onSuccess,onFailed,userContext); }
AjaxMethods.GetUserAccountBalance= function(b64UserId,onSuccess,onFailed,userContext) {AjaxMethods._staticInstance.GetUserAccountBalance(b64UserId,onSuccess,onFailed,userContext); }
AjaxMethods.GetUserAccountBalanceDetails= function(languageCode,b64UserId,numResults,onSuccess,onFailed,userContext) {AjaxMethods._staticInstance.GetUserAccountBalanceDetails(languageCode,b64UserId,numResults,onSuccess,onFailed,userContext); }
AjaxMethods.LogZeeToolClientDetails= function(eventId,details,onSuccess,onFailed,userContext) {AjaxMethods._staticInstance.LogZeeToolClientDetails(eventId,details,onSuccess,onFailed,userContext); }
AjaxMethods.GetLimitedSeriesBackgroundImages= function(microSite,onSuccess,onFailed,userContext) {AjaxMethods._staticInstance.GetLimitedSeriesBackgroundImages(microSite,onSuccess,onFailed,userContext); }
AjaxMethods.SetUserBackgroundImage= function(userId,backgroundImage,onSuccess,onFailed,userContext) {AjaxMethods._staticInstance.SetUserBackgroundImage(userId,backgroundImage,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('ZEE.Objects');
if (typeof(ZEE.Objects.Clock_Component) === 'undefined') {
ZEE.Objects.Clock_Component=gtc("ZEE.Objects.Clock+Component");
ZEE.Objects.Clock_Component.registerClass('ZEE.Objects.Clock_Component');
}
Type.registerNamespace('ZEE.General');
if (typeof(ZEE.General.User_AccountBalance) === 'undefined') {
ZEE.General.User_AccountBalance=gtc("ZEE.General.User+AccountBalance");
ZEE.General.User_AccountBalance.registerClass('ZEE.General.User_AccountBalance');
}
if (typeof(ZEE.General.LimitedSeries_BackgroundImage) === 'undefined') {
ZEE.General.LimitedSeries_BackgroundImage=gtc("ZEE.General.LimitedSeries+BackgroundImage");
ZEE.General.LimitedSeries_BackgroundImage.registerClass('ZEE.General.LimitedSeries_BackgroundImage');
}
