Type.registerNamespace('PriceLister.Avalon.Web.ScriptService');
PriceLister.Avalon.Web.ScriptService.ProductUpdate3=function() {
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.prototype={
GetProductSellerDelta:function(productID,newCondition,impressionId,allSellersVisible,succeededCallback, failedCallback, userContext) {
return this._invoke(PriceLister.Avalon.Web.ScriptService.ProductUpdate3.get_path(), 'GetProductSellerDelta',false,{productID:productID,newCondition:newCondition,impressionId:impressionId,allSellersVisible:allSellersVisible},succeededCallback,failedCallback,userContext); },
GetLongDescription:function(productId,succeededCallback, failedCallback, userContext) {
return this._invoke(PriceLister.Avalon.Web.ScriptService.ProductUpdate3.get_path(), 'GetLongDescription',false,{productId:productId},succeededCallback,failedCallback,userContext); }}
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.registerClass('PriceLister.Avalon.Web.ScriptService.ProductUpdate3',Sys.Net.WebServiceProxy);
PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance = new PriceLister.Avalon.Web.ScriptService.ProductUpdate3();
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.set_path = function(value) { PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance._path = value; }
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.get_path = function() { return PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance._path; }
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.set_timeout = function(value) { PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance._timeout = value; }
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.get_timeout = function() { return PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance._timeout; }
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.set_defaultUserContext = function(value) { PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance._userContext = value; }
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.get_defaultUserContext = function() { return PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance._userContext; }
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.set_defaultSucceededCallback = function(value) { PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance._succeeded = value; }
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.get_defaultSucceededCallback = function() { return PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance._succeeded; }
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.set_defaultFailedCallback = function(value) { PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance._failed = value; }
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.get_defaultFailedCallback = function() { return PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance._failed; }
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.set_path("/ScriptServices/ProductUpdate3.asmx");
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.GetProductSellerDelta= function(productID,newCondition,impressionId,allSellersVisible,onSuccess,onFailed,userContext) {PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance.GetProductSellerDelta(productID,newCondition,impressionId,allSellersVisible,onSuccess,onFailed,userContext); }
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.GetLongDescription= function(productId,onSuccess,onFailed,userContext) {PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance.GetLongDescription(productId,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(PriceLister.Avalon.Web.ScriptService.ProductDelta) === 'undefined') {
PriceLister.Avalon.Web.ScriptService.ProductDelta=gtc("PriceLister.Avalon.Web.ScriptService.ProductDelta");
PriceLister.Avalon.Web.ScriptService.ProductDelta.registerClass('PriceLister.Avalon.Web.ScriptService.ProductDelta');
}
