Type.registerNamespace('Grays.Murray.Web.Services');
Grays.Murray.Web.Services.LotWebService=function() {
Grays.Murray.Web.Services.LotWebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Grays.Murray.Web.Services.LotWebService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Grays.Murray.Web.Services.LotWebService._staticInstance.get_path();},
GetBiddingContext:function(lotId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetBiddingContext',false,{lotId:lotId},succeededCallback,failedCallback,userContext); },
GetBiddingContextCollection:function(lotIds,saleIds,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetBiddingContextCollection',false,{lotIds:lotIds,saleIds:saleIds},succeededCallback,failedCallback,userContext); }}
Grays.Murray.Web.Services.LotWebService.registerClass('Grays.Murray.Web.Services.LotWebService',Sys.Net.WebServiceProxy);
Grays.Murray.Web.Services.LotWebService._staticInstance = new Grays.Murray.Web.Services.LotWebService();
Grays.Murray.Web.Services.LotWebService.set_path = function(value) { Grays.Murray.Web.Services.LotWebService._staticInstance.set_path(value); }
Grays.Murray.Web.Services.LotWebService.get_path = function() { return Grays.Murray.Web.Services.LotWebService._staticInstance.get_path(); }
Grays.Murray.Web.Services.LotWebService.set_timeout = function(value) { Grays.Murray.Web.Services.LotWebService._staticInstance.set_timeout(value); }
Grays.Murray.Web.Services.LotWebService.get_timeout = function() { return Grays.Murray.Web.Services.LotWebService._staticInstance.get_timeout(); }
Grays.Murray.Web.Services.LotWebService.set_defaultUserContext = function(value) { Grays.Murray.Web.Services.LotWebService._staticInstance.set_defaultUserContext(value); }
Grays.Murray.Web.Services.LotWebService.get_defaultUserContext = function() { return Grays.Murray.Web.Services.LotWebService._staticInstance.get_defaultUserContext(); }
Grays.Murray.Web.Services.LotWebService.set_defaultSucceededCallback = function(value) { Grays.Murray.Web.Services.LotWebService._staticInstance.set_defaultSucceededCallback(value); }
Grays.Murray.Web.Services.LotWebService.get_defaultSucceededCallback = function() { return Grays.Murray.Web.Services.LotWebService._staticInstance.get_defaultSucceededCallback(); }
Grays.Murray.Web.Services.LotWebService.set_defaultFailedCallback = function(value) { Grays.Murray.Web.Services.LotWebService._staticInstance.set_defaultFailedCallback(value); }
Grays.Murray.Web.Services.LotWebService.get_defaultFailedCallback = function() { return Grays.Murray.Web.Services.LotWebService._staticInstance.get_defaultFailedCallback(); }
Grays.Murray.Web.Services.LotWebService.set_path("/Services/LotWebService.asmx");
Grays.Murray.Web.Services.LotWebService.GetBiddingContext= function(lotId,onSuccess,onFailed,userContext) {Grays.Murray.Web.Services.LotWebService._staticInstance.GetBiddingContext(lotId,onSuccess,onFailed,userContext); }
Grays.Murray.Web.Services.LotWebService.GetBiddingContextCollection= function(lotIds,saleIds,onSuccess,onFailed,userContext) {Grays.Murray.Web.Services.LotWebService._staticInstance.GetBiddingContextCollection(lotIds,saleIds,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Grays.Murray.Web.Logic.Domain');
if (typeof(Grays.Murray.Web.Logic.Domain.BiddingContext) === 'undefined') {
Grays.Murray.Web.Logic.Domain.BiddingContext=gtc("Grays.Murray.Web.Logic.Domain.BiddingContext");
Grays.Murray.Web.Logic.Domain.BiddingContext.registerClass('Grays.Murray.Web.Logic.Domain.BiddingContext');
}
