Type.registerNamespace('SibaEnovaWeb.WebServices');
SibaEnovaWeb.WebServices.Misc=function() {
SibaEnovaWeb.WebServices.Misc.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
SibaEnovaWeb.WebServices.Misc.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return SibaEnovaWeb.WebServices.Misc._staticInstance.get_path();},
GetTopMenuSubItems:function(item,context,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTopMenuSubItems',false,{item:item,context:context},succeededCallback,failedCallback,userContext); },
GetAdvancedSymbolDescription:function(context,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAdvancedSymbolDescription',false,{context:context},succeededCallback,failedCallback,userContext); },
GetSystemText:function(context,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSystemText',false,{context:context},succeededCallback,failedCallback,userContext); },
GetAttributeDescription:function(context,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAttributeDescription',false,{context:context},succeededCallback,failedCallback,userContext); },
GetEnovaTypeDescription:function(context,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetEnovaTypeDescription',false,{context:context},succeededCallback,failedCallback,userContext); },
GetReviewsContent:function(contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetReviewsContent',false,{contextKey:contextKey},succeededCallback,failedCallback,userContext); },
GetVideosContent:function(contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetVideosContent',false,{contextKey:contextKey},succeededCallback,failedCallback,userContext); },
GetAttributesContent:function(contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAttributesContent',false,{contextKey:contextKey},succeededCallback,failedCallback,userContext); },
GetAccessoriesContent:function(contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAccessoriesContent',false,{contextKey:contextKey},succeededCallback,failedCallback,userContext); },
GetBuyAdviceContent:function(contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetBuyAdviceContent',false,{contextKey:contextKey},succeededCallback,failedCallback,userContext); },
ResursCheck:function(ssn,partOfCCnr,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ResursCheck',false,{ssn:ssn,partOfCCnr:partOfCCnr},succeededCallback,failedCallback,userContext); },
CheckValidSSN:function(ssn,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CheckValidSSN',false,{ssn:ssn},succeededCallback,failedCallback,userContext); },
GetValidKreditorAddress:function(ssn,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetValidKreditorAddress',false,{ssn:ssn},succeededCallback,failedCallback,userContext); },
ValidateEmail:function(email,siteIdentifier,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ValidateEmail',false,{email:email,siteIdentifier:siteIdentifier},succeededCallback,failedCallback,userContext); },
ValidateSubscription:function(socialSecurityNumber,portationNumber,simCardNumber,operatorName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ValidateSubscription',false,{socialSecurityNumber:socialSecurityNumber,portationNumber:portationNumber,simCardNumber:simCardNumber,operatorName:operatorName},succeededCallback,failedCallback,userContext); },
Search:function(text,productMaxLimit,categoryMaxLimit,infoMaxLimit,brandMaxLimit,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Search',false,{text:text,productMaxLimit:productMaxLimit,categoryMaxLimit:categoryMaxLimit,infoMaxLimit:infoMaxLimit,brandMaxLimit:brandMaxLimit},succeededCallback,failedCallback,userContext); },
GetOperators:function(productId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetOperators',false,{productId:productId},succeededCallback,failedCallback,userContext); },
GetSubscriptionTypes:function(productId,operatorId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSubscriptionTypes',false,{productId:productId,operatorId:operatorId},succeededCallback,failedCallback,userContext); },
GetSubscribtion:function(productId,operatorId,supscriptionTypeId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSubscribtion',false,{productId:productId,operatorId:operatorId,supscriptionTypeId:supscriptionTypeId},succeededCallback,failedCallback,userContext); },
GetFixation:function(productId,subscriptionId,subscriptionTypeId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFixation',false,{productId:productId,subscriptionId:subscriptionId,subscriptionTypeId:subscriptionTypeId},succeededCallback,failedCallback,userContext); },
GetMonthlyFee:function(productId,subscriptionId,subscriptionTypeId,fixId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMonthlyFee',false,{productId:productId,subscriptionId:subscriptionId,subscriptionTypeId:subscriptionTypeId,fixId:fixId},succeededCallback,failedCallback,userContext); },
GetSubscriptionAddOns:function(subscriptionId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSubscriptionAddOns',false,{subscriptionId:subscriptionId},succeededCallback,failedCallback,userContext); },
GetSubscriptionResult:function(prodId,oprId,subId,feeId,fixId,subTypeId,addon,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSubscriptionResult',false,{prodId:prodId,oprId:oprId,subId:subId,feeId:feeId,fixId:fixId,subTypeId:subTypeId,addon:addon},succeededCallback,failedCallback,userContext); }}
SibaEnovaWeb.WebServices.Misc.registerClass('SibaEnovaWeb.WebServices.Misc',Sys.Net.WebServiceProxy);
SibaEnovaWeb.WebServices.Misc._staticInstance = new SibaEnovaWeb.WebServices.Misc();
SibaEnovaWeb.WebServices.Misc.set_path = function(value) { SibaEnovaWeb.WebServices.Misc._staticInstance.set_path(value); }
SibaEnovaWeb.WebServices.Misc.get_path = function() { return SibaEnovaWeb.WebServices.Misc._staticInstance.get_path(); }
SibaEnovaWeb.WebServices.Misc.set_timeout = function(value) { SibaEnovaWeb.WebServices.Misc._staticInstance.set_timeout(value); }
SibaEnovaWeb.WebServices.Misc.get_timeout = function() { return SibaEnovaWeb.WebServices.Misc._staticInstance.get_timeout(); }
SibaEnovaWeb.WebServices.Misc.set_defaultUserContext = function(value) { SibaEnovaWeb.WebServices.Misc._staticInstance.set_defaultUserContext(value); }
SibaEnovaWeb.WebServices.Misc.get_defaultUserContext = function() { return SibaEnovaWeb.WebServices.Misc._staticInstance.get_defaultUserContext(); }
SibaEnovaWeb.WebServices.Misc.set_defaultSucceededCallback = function(value) { SibaEnovaWeb.WebServices.Misc._staticInstance.set_defaultSucceededCallback(value); }
SibaEnovaWeb.WebServices.Misc.get_defaultSucceededCallback = function() { return SibaEnovaWeb.WebServices.Misc._staticInstance.get_defaultSucceededCallback(); }
SibaEnovaWeb.WebServices.Misc.set_defaultFailedCallback = function(value) { SibaEnovaWeb.WebServices.Misc._staticInstance.set_defaultFailedCallback(value); }
SibaEnovaWeb.WebServices.Misc.get_defaultFailedCallback = function() { return SibaEnovaWeb.WebServices.Misc._staticInstance.get_defaultFailedCallback(); }
SibaEnovaWeb.WebServices.Misc.set_path("/WebServices/Misc.asmx");
SibaEnovaWeb.WebServices.Misc.GetTopMenuSubItems= function(item,context,onSuccess,onFailed,userContext) {SibaEnovaWeb.WebServices.Misc._staticInstance.GetTopMenuSubItems(item,context,onSuccess,onFailed,userContext); }
SibaEnovaWeb.WebServices.Misc.GetAdvancedSymbolDescription= function(context,onSuccess,onFailed,userContext) {SibaEnovaWeb.WebServices.Misc._staticInstance.GetAdvancedSymbolDescription(context,onSuccess,onFailed,userContext); }
SibaEnovaWeb.WebServices.Misc.GetSystemText= function(context,onSuccess,onFailed,userContext) {SibaEnovaWeb.WebServices.Misc._staticInstance.GetSystemText(context,onSuccess,onFailed,userContext); }
SibaEnovaWeb.WebServices.Misc.GetAttributeDescription= function(context,onSuccess,onFailed,userContext) {SibaEnovaWeb.WebServices.Misc._staticInstance.GetAttributeDescription(context,onSuccess,onFailed,userContext); }
SibaEnovaWeb.WebServices.Misc.GetEnovaTypeDescription= function(context,onSuccess,onFailed,userContext) {SibaEnovaWeb.WebServices.Misc._staticInstance.GetEnovaTypeDescription(context,onSuccess,onFailed,userContext); }
SibaEnovaWeb.WebServices.Misc.GetReviewsContent= function(contextKey,onSuccess,onFailed,userContext) {SibaEnovaWeb.WebServices.Misc._staticInstance.GetReviewsContent(contextKey,onSuccess,onFailed,userContext); }
SibaEnovaWeb.WebServices.Misc.GetVideosContent= function(contextKey,onSuccess,onFailed,userContext) {SibaEnovaWeb.WebServices.Misc._staticInstance.GetVideosContent(contextKey,onSuccess,onFailed,userContext); }
SibaEnovaWeb.WebServices.Misc.GetAttributesContent= function(contextKey,onSuccess,onFailed,userContext) {SibaEnovaWeb.WebServices.Misc._staticInstance.GetAttributesContent(contextKey,onSuccess,onFailed,userContext); }
SibaEnovaWeb.WebServices.Misc.GetAccessoriesContent= function(contextKey,onSuccess,onFailed,userContext) {SibaEnovaWeb.WebServices.Misc._staticInstance.GetAccessoriesContent(contextKey,onSuccess,onFailed,userContext); }
SibaEnovaWeb.WebServices.Misc.GetBuyAdviceContent= function(contextKey,onSuccess,onFailed,userContext) {SibaEnovaWeb.WebServices.Misc._staticInstance.GetBuyAdviceContent(contextKey,onSuccess,onFailed,userContext); }
SibaEnovaWeb.WebServices.Misc.ResursCheck= function(ssn,partOfCCnr,onSuccess,onFailed,userContext) {SibaEnovaWeb.WebServices.Misc._staticInstance.ResursCheck(ssn,partOfCCnr,onSuccess,onFailed,userContext); }
SibaEnovaWeb.WebServices.Misc.CheckValidSSN= function(ssn,onSuccess,onFailed,userContext) {SibaEnovaWeb.WebServices.Misc._staticInstance.CheckValidSSN(ssn,onSuccess,onFailed,userContext); }
SibaEnovaWeb.WebServices.Misc.GetValidKreditorAddress= function(ssn,onSuccess,onFailed,userContext) {SibaEnovaWeb.WebServices.Misc._staticInstance.GetValidKreditorAddress(ssn,onSuccess,onFailed,userContext); }
SibaEnovaWeb.WebServices.Misc.ValidateEmail= function(email,siteIdentifier,onSuccess,onFailed,userContext) {SibaEnovaWeb.WebServices.Misc._staticInstance.ValidateEmail(email,siteIdentifier,onSuccess,onFailed,userContext); }
SibaEnovaWeb.WebServices.Misc.ValidateSubscription= function(socialSecurityNumber,portationNumber,simCardNumber,operatorName,onSuccess,onFailed,userContext) {SibaEnovaWeb.WebServices.Misc._staticInstance.ValidateSubscription(socialSecurityNumber,portationNumber,simCardNumber,operatorName,onSuccess,onFailed,userContext); }
SibaEnovaWeb.WebServices.Misc.Search= function(text,productMaxLimit,categoryMaxLimit,infoMaxLimit,brandMaxLimit,onSuccess,onFailed,userContext) {SibaEnovaWeb.WebServices.Misc._staticInstance.Search(text,productMaxLimit,categoryMaxLimit,infoMaxLimit,brandMaxLimit,onSuccess,onFailed,userContext); }
SibaEnovaWeb.WebServices.Misc.GetOperators= function(productId,onSuccess,onFailed,userContext) {SibaEnovaWeb.WebServices.Misc._staticInstance.GetOperators(productId,onSuccess,onFailed,userContext); }
SibaEnovaWeb.WebServices.Misc.GetSubscriptionTypes= function(productId,operatorId,onSuccess,onFailed,userContext) {SibaEnovaWeb.WebServices.Misc._staticInstance.GetSubscriptionTypes(productId,operatorId,onSuccess,onFailed,userContext); }
SibaEnovaWeb.WebServices.Misc.GetSubscribtion= function(productId,operatorId,supscriptionTypeId,onSuccess,onFailed,userContext) {SibaEnovaWeb.WebServices.Misc._staticInstance.GetSubscribtion(productId,operatorId,supscriptionTypeId,onSuccess,onFailed,userContext); }
SibaEnovaWeb.WebServices.Misc.GetFixation= function(productId,subscriptionId,subscriptionTypeId,onSuccess,onFailed,userContext) {SibaEnovaWeb.WebServices.Misc._staticInstance.GetFixation(productId,subscriptionId,subscriptionTypeId,onSuccess,onFailed,userContext); }
SibaEnovaWeb.WebServices.Misc.GetMonthlyFee= function(productId,subscriptionId,subscriptionTypeId,fixId,onSuccess,onFailed,userContext) {SibaEnovaWeb.WebServices.Misc._staticInstance.GetMonthlyFee(productId,subscriptionId,subscriptionTypeId,fixId,onSuccess,onFailed,userContext); }
SibaEnovaWeb.WebServices.Misc.GetSubscriptionAddOns= function(subscriptionId,onSuccess,onFailed,userContext) {SibaEnovaWeb.WebServices.Misc._staticInstance.GetSubscriptionAddOns(subscriptionId,onSuccess,onFailed,userContext); }
SibaEnovaWeb.WebServices.Misc.GetSubscriptionResult= function(prodId,oprId,subId,feeId,fixId,subTypeId,addon,onSuccess,onFailed,userContext) {SibaEnovaWeb.WebServices.Misc._staticInstance.GetSubscriptionResult(prodId,oprId,subId,feeId,fixId,subTypeId,addon,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Telerik.Web.UI');
if (typeof(Telerik.Web.UI.RadMenuItemData) === 'undefined') {
Telerik.Web.UI.RadMenuItemData=gtc("Telerik.Web.UI.RadMenuItemData");
Telerik.Web.UI.RadMenuItemData.registerClass('Telerik.Web.UI.RadMenuItemData');
}
Type.registerNamespace('SibaEnovaWeb');
if (typeof(SibaEnovaWeb.ServiceMethodReturnArgs) === 'undefined') {
SibaEnovaWeb.ServiceMethodReturnArgs=gtc("SibaEnovaWeb.ServiceMethodReturnArgs");
SibaEnovaWeb.ServiceMethodReturnArgs.registerClass('SibaEnovaWeb.ServiceMethodReturnArgs');
}
Type.registerNamespace('SibaLib.Helpers');
if (typeof(SibaLib.Helpers.CreditRegisteredAddress) === 'undefined') {
SibaLib.Helpers.CreditRegisteredAddress=gtc("SibaLib.Helpers.CreditRegisteredAddress");
SibaLib.Helpers.CreditRegisteredAddress.registerClass('SibaLib.Helpers.CreditRegisteredAddress');
}
