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={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance.get_path();},
GetProductSellerDelta:function(productID,newCondition,impressionId,allSellersVisible,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetProductSellerDelta',false,{productID:productID,newCondition:newCondition,impressionId:impressionId,allSellersVisible:allSellersVisible},succeededCallback,failedCallback,userContext); },
GetLongDescription:function(productId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._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.set_path(value); }
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.get_path = function() { return PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance.get_path(); }
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.set_timeout = function(value) { PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance.set_timeout(value); }
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.get_timeout = function() { return PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance.get_timeout(); }
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.set_defaultUserContext = function(value) { PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance.set_defaultUserContext(value); }
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.get_defaultUserContext = function() { return PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance.get_defaultUserContext(); }
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.set_defaultSucceededCallback = function(value) { PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance.set_defaultSucceededCallback(value); }
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.get_defaultSucceededCallback = function() { return PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance.get_defaultSucceededCallback(); }
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.set_defaultFailedCallback = function(value) { PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance.set_defaultFailedCallback(value); }
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.get_defaultFailedCallback = function() { return PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance.get_defaultFailedCallback(); }
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.set_enableJsonp = function(value) { PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance.set_enableJsonp(value); }
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.get_enableJsonp = function() { return PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance.get_enableJsonp(); }
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.set_jsonpCallbackParameter = function(value) { PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance.set_jsonpCallbackParameter(value); }
PriceLister.Avalon.Web.ScriptService.ProductUpdate3.get_jsonpCallbackParameter = function() { return PriceLister.Avalon.Web.ScriptService.ProductUpdate3._staticInstance.get_jsonpCallbackParameter(); }
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');
}

