Type.registerNamespace('Vp.Front.Web.Catalog.WebServices.VVP');
Vp.Front.Web.Catalog.WebServices.VVP.OperationService=function() {
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.prototype={
GetMerchantRedirectionWaitingTime:function(cryptedProductId,cryptedFamilyId,cryptedOperationId,quantity,succeededCallback, failedCallback, userContext) {
return this._invoke(Vp.Front.Web.Catalog.WebServices.VVP.OperationService.get_path(), 'GetMerchantRedirectionWaitingTime',false,{cryptedProductId:cryptedProductId,cryptedFamilyId:cryptedFamilyId,cryptedOperationId:cryptedOperationId,quantity:quantity},succeededCallback,failedCallback,userContext); }}
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.registerClass('Vp.Front.Web.Catalog.WebServices.VVP.OperationService',Sys.Net.WebServiceProxy);
Vp.Front.Web.Catalog.WebServices.VVP.OperationService._staticInstance = new Vp.Front.Web.Catalog.WebServices.VVP.OperationService();
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.set_path = function(value) { Vp.Front.Web.Catalog.WebServices.VVP.OperationService._staticInstance._path = value; }
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.get_path = function() { return Vp.Front.Web.Catalog.WebServices.VVP.OperationService._staticInstance._path; }
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.set_timeout = function(value) { Vp.Front.Web.Catalog.WebServices.VVP.OperationService._staticInstance._timeout = value; }
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.get_timeout = function() { return Vp.Front.Web.Catalog.WebServices.VVP.OperationService._staticInstance._timeout; }
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.set_defaultUserContext = function(value) { Vp.Front.Web.Catalog.WebServices.VVP.OperationService._staticInstance._userContext = value; }
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.get_defaultUserContext = function() { return Vp.Front.Web.Catalog.WebServices.VVP.OperationService._staticInstance._userContext; }
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.set_defaultSucceededCallback = function(value) { Vp.Front.Web.Catalog.WebServices.VVP.OperationService._staticInstance._succeeded = value; }
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.get_defaultSucceededCallback = function() { return Vp.Front.Web.Catalog.WebServices.VVP.OperationService._staticInstance._succeeded; }
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.set_defaultFailedCallback = function(value) { Vp.Front.Web.Catalog.WebServices.VVP.OperationService._staticInstance._failed = value; }
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.get_defaultFailedCallback = function() { return Vp.Front.Web.Catalog.WebServices.VVP.OperationService._staticInstance._failed; }
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.set_path("/VP4/Catalog/WebServices/VVP/OperationService.asmx");
Vp.Front.Web.Catalog.WebServices.VVP.OperationService.GetMerchantRedirectionWaitingTime= function(cryptedProductId,cryptedFamilyId,cryptedOperationId,quantity,onSuccess,onFailed,userContext) {Vp.Front.Web.Catalog.WebServices.VVP.OperationService._staticInstance.GetMerchantRedirectionWaitingTime(cryptedProductId,cryptedFamilyId,cryptedOperationId,quantity,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(Vp.Front.Web.Catalog.WebServices.VVP.OperationService_RedirectionResult) === 'undefined') {
Vp.Front.Web.Catalog.WebServices.VVP.OperationService_RedirectionResult=gtc("Vp.Front.Web.Catalog.WebServices.VVP.OperationService+RedirectionResult");
Vp.Front.Web.Catalog.WebServices.VVP.OperationService_RedirectionResult.registerClass('Vp.Front.Web.Catalog.WebServices.VVP.OperationService_RedirectionResult');
}
