var WebService=function() {
WebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WebService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return WebService._staticInstance.get_path();},
GetSellerNamesWithRowCount:function(sellerName,startRow,endRow,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSellerNamesWithRowCount',true,{sellerName:sellerName,startRow:startRow,endRow:endRow},succeededCallback,failedCallback,userContext); },
GetUsersNotBelongedToGroup:function(screenName,group_id,startRow,endRow,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetUsersNotBelongedToGroup',true,{screenName:screenName,group_id:group_id,startRow:startRow,endRow:endRow},succeededCallback,failedCallback,userContext); },
LoginToSystem:function(loginName,password,url,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoginToSystem',false,{loginName:loginName,password:password,url:url},succeededCallback,failedCallback,userContext); },
IsAuthentication:function(isLinkBtn,isLoginButtons,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'IsAuthentication',false,{isLinkBtn:isLinkBtn,isLoginButtons:isLoginButtons},succeededCallback,failedCallback,userContext); },
MarkAsRead:function(messageId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'MarkAsRead',true,{messageId:messageId},succeededCallback,failedCallback,userContext); },
RetractBid:function(bidId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RetractBid',false,{bidId:bidId},succeededCallback,failedCallback,userContext); },
RetractBidAgent:function(agentId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RetractBidAgent',false,{agentId:agentId},succeededCallback,failedCallback,userContext); },
GetLastAlert:function(lotId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLastAlert',false,{lotId:lotId},succeededCallback,failedCallback,userContext); },
ResetUserPassword:function(login,userId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ResetUserPassword',true,{login:login,userId:userId},succeededCallback,failedCallback,userContext); },
GetArtistNamesWithRowCount:function(artistName,startRow,endRow,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetArtistNamesWithRowCount',false,{artistName:artistName,startRow:startRow,endRow:endRow},succeededCallback,failedCallback,userContext); },
GetBuyerSellerNames:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetBuyerSellerNames',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetBuyersSellersScreenNames:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetBuyersSellersScreenNames',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetCurrentUserScreenName:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCurrentUserScreenName',false,{},succeededCallback,failedCallback,userContext); },
GetBuyers:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetBuyers',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetSellerFullNamesWithRowCount:function(sellerName,startRow,endRow,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSellerFullNamesWithRowCount',true,{sellerName:sellerName,startRow:startRow,endRow:endRow},succeededCallback,failedCallback,userContext); },
IsUserExistInBothSystems:function(loginName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'IsUserExistInBothSystems',true,{loginName:loginName},succeededCallback,failedCallback,userContext); },
IsUserCreditCardValid:function(login,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'IsUserCreditCardValid',true,{login:login},succeededCallback,failedCallback,userContext); },
GetExpireCCUserId:function(login,password,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetExpireCCUserId',true,{login:login,password:password},succeededCallback,failedCallback,userContext); },
AddToWatchList:function(lotId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddToWatchList',true,{lotId:lotId},succeededCallback,failedCallback,userContext); },
DelFromWatchList:function(lotId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DelFromWatchList',true,{lotId:lotId},succeededCallback,failedCallback,userContext); },
CheckWatchList:function(lotId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CheckWatchList',true,{lotId:lotId},succeededCallback,failedCallback,userContext); },
ArtistAlertUnsubscribe:function(artistId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ArtistAlertUnsubscribe',false,{artistId:artistId},succeededCallback,failedCallback,userContext); },
ArtistAlertSubscribe:function(artistId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ArtistAlertSubscribe',false,{artistId:artistId},succeededCallback,failedCallback,userContext); },
RedirectToLoginPage:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RedirectToLoginPage',true,{},succeededCallback,failedCallback,userContext); },
GetState:function(countryId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetState',true,{countryId:countryId},succeededCallback,failedCallback,userContext); },
CompleteTask:function(url,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CompleteTask',true,{url:url},succeededCallback,failedCallback,userContext); },
ReachBidAgentHistory:function(lotId,pageIndex,pageSize,isExtendedView,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ReachBidAgentHistory',false,{lotId:lotId,pageIndex:pageIndex,pageSize:pageSize,isExtendedView:isExtendedView},succeededCallback,failedCallback,userContext); },
ReachBiddingHistory:function(lotId,bidTypes,bidStates,pageIndex,pageSize,isExtendedView,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ReachBiddingHistory',false,{lotId:lotId,bidTypes:bidTypes,bidStates:bidStates,pageIndex:pageIndex,pageSize:pageSize,isExtendedView:isExtendedView},succeededCallback,failedCallback,userContext); },
TestHomePage:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'TestHomePage',false,{},succeededCallback,failedCallback,userContext); },
IntegrateApplications:function(xml,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'IntegrateApplications',false,{xml:xml},succeededCallback,failedCallback,userContext); },
ProcessApplications:function(xml,state,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ProcessApplications',false,{xml:xml,state:state},succeededCallback,failedCallback,userContext); },
ProcessBid:function(lotIdStr,amountStr,proxyLogin,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ProcessBid',false,{lotIdStr:lotIdStr,amountStr:amountStr,proxyLogin:proxyLogin},succeededCallback,failedCallback,userContext); },
ProcessBidAndClose:function(lotIdStr,amountStr,proxyLogin,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ProcessBidAndClose',false,{lotIdStr:lotIdStr,amountStr:amountStr,proxyLogin:proxyLogin},succeededCallback,failedCallback,userContext); },
ProcessAbsoluteBid:function(lotIdStr,amountStr,proxyLogin,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ProcessAbsoluteBid',false,{lotIdStr:lotIdStr,amountStr:amountStr,proxyLogin:proxyLogin},succeededCallback,failedCallback,userContext); },
ProcessAbsoluteBidAndClose:function(lotIdStr,amountStr,proxyLogin,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ProcessAbsoluteBidAndClose',false,{lotIdStr:lotIdStr,amountStr:amountStr,proxyLogin:proxyLogin},succeededCallback,failedCallback,userContext); },
PurchaseNow:function(lotIdStr,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PurchaseNow',false,{lotIdStr:lotIdStr},succeededCallback,failedCallback,userContext); },
MakeAnOffer:function(lotIdStr,amountStr,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'MakeAnOffer',false,{lotIdStr:lotIdStr,amountStr:amountStr},succeededCallback,failedCallback,userContext); },
GetBidCode:function(lotId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetBidCode',false,{lotId:lotId},succeededCallback,failedCallback,userContext); },
GetAdminBidInfo:function(lotId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAdminBidInfo',false,{lotId:lotId},succeededCallback,failedCallback,userContext); },
GetBidInfo:function(lotIdStr,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetBidInfo',false,{lotIdStr:lotIdStr},succeededCallback,failedCallback,userContext); },
GetBidInfoPreview:function(lotIdStr,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetBidInfoPreview',false,{lotIdStr:lotIdStr},succeededCallback,failedCallback,userContext); },
GetPreBidInfo:function(lotIdStr,amountStr,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPreBidInfo',true,{lotIdStr:lotIdStr,amountStr:amountStr},succeededCallback,failedCallback,userContext); },
IsBidTooLow:function(lotIdStr,amountStr,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'IsBidTooLow',true,{lotIdStr:lotIdStr,amountStr:amountStr},succeededCallback,failedCallback,userContext); },
IsMaoTooLow:function(lotIdStr,amountStr,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'IsMaoTooLow',true,{lotIdStr:lotIdStr,amountStr:amountStr},succeededCallback,failedCallback,userContext); },
GetEuroExchangeRate:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetEuroExchangeRate',false,{},succeededCallback,failedCallback,userContext); },
AskSpecialistQuestion:function(lotId,first,last,email,subject,message,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AskSpecialistQuestion',false,{lotId:lotId,first:first,last:last,email:email,subject:subject,message:message},succeededCallback,failedCallback,userContext); }}
WebService.registerClass('WebService',Sys.Net.WebServiceProxy);
WebService._staticInstance = new WebService();
WebService.set_path = function(value) { WebService._staticInstance.set_path(value); }
WebService.get_path = function() { return WebService._staticInstance.get_path(); }
WebService.set_timeout = function(value) { WebService._staticInstance.set_timeout(value); }
WebService.get_timeout = function() { return WebService._staticInstance.get_timeout(); }
WebService.set_defaultUserContext = function(value) { WebService._staticInstance.set_defaultUserContext(value); }
WebService.get_defaultUserContext = function() { return WebService._staticInstance.get_defaultUserContext(); }
WebService.set_defaultSucceededCallback = function(value) { WebService._staticInstance.set_defaultSucceededCallback(value); }
WebService.get_defaultSucceededCallback = function() { return WebService._staticInstance.get_defaultSucceededCallback(); }
WebService.set_defaultFailedCallback = function(value) { WebService._staticInstance.set_defaultFailedCallback(value); }
WebService.get_defaultFailedCallback = function() { return WebService._staticInstance.get_defaultFailedCallback(); }
WebService.set_enableJsonp = function(value) { WebService._staticInstance.set_enableJsonp(value); }
WebService.get_enableJsonp = function() { return WebService._staticInstance.get_enableJsonp(); }
WebService.set_jsonpCallbackParameter = function(value) { WebService._staticInstance.set_jsonpCallbackParameter(value); }
WebService.get_jsonpCallbackParameter = function() { return WebService._staticInstance.get_jsonpCallbackParameter(); }
WebService.set_path("/AUCTIONS/WebService.asmx");
WebService.GetSellerNamesWithRowCount= function(sellerName,startRow,endRow,onSuccess,onFailed,userContext) {WebService._staticInstance.GetSellerNamesWithRowCount(sellerName,startRow,endRow,onSuccess,onFailed,userContext); }
WebService.GetUsersNotBelongedToGroup= function(screenName,group_id,startRow,endRow,onSuccess,onFailed,userContext) {WebService._staticInstance.GetUsersNotBelongedToGroup(screenName,group_id,startRow,endRow,onSuccess,onFailed,userContext); }
WebService.LoginToSystem= function(loginName,password,url,onSuccess,onFailed,userContext) {WebService._staticInstance.LoginToSystem(loginName,password,url,onSuccess,onFailed,userContext); }
WebService.IsAuthentication= function(isLinkBtn,isLoginButtons,onSuccess,onFailed,userContext) {WebService._staticInstance.IsAuthentication(isLinkBtn,isLoginButtons,onSuccess,onFailed,userContext); }
WebService.MarkAsRead= function(messageId,onSuccess,onFailed,userContext) {WebService._staticInstance.MarkAsRead(messageId,onSuccess,onFailed,userContext); }
WebService.RetractBid= function(bidId,onSuccess,onFailed,userContext) {WebService._staticInstance.RetractBid(bidId,onSuccess,onFailed,userContext); }
WebService.RetractBidAgent= function(agentId,onSuccess,onFailed,userContext) {WebService._staticInstance.RetractBidAgent(agentId,onSuccess,onFailed,userContext); }
WebService.GetLastAlert= function(lotId,onSuccess,onFailed,userContext) {WebService._staticInstance.GetLastAlert(lotId,onSuccess,onFailed,userContext); }
WebService.ResetUserPassword= function(login,userId,onSuccess,onFailed,userContext) {WebService._staticInstance.ResetUserPassword(login,userId,onSuccess,onFailed,userContext); }
WebService.GetArtistNamesWithRowCount= function(artistName,startRow,endRow,onSuccess,onFailed,userContext) {WebService._staticInstance.GetArtistNamesWithRowCount(artistName,startRow,endRow,onSuccess,onFailed,userContext); }
WebService.GetBuyerSellerNames= function(prefixText,count,onSuccess,onFailed,userContext) {WebService._staticInstance.GetBuyerSellerNames(prefixText,count,onSuccess,onFailed,userContext); }
WebService.GetBuyersSellersScreenNames= function(prefixText,count,onSuccess,onFailed,userContext) {WebService._staticInstance.GetBuyersSellersScreenNames(prefixText,count,onSuccess,onFailed,userContext); }
WebService.GetCurrentUserScreenName= function(onSuccess,onFailed,userContext) {WebService._staticInstance.GetCurrentUserScreenName(onSuccess,onFailed,userContext); }
WebService.GetBuyers= function(prefixText,count,onSuccess,onFailed,userContext) {WebService._staticInstance.GetBuyers(prefixText,count,onSuccess,onFailed,userContext); }
WebService.GetSellerFullNamesWithRowCount= function(sellerName,startRow,endRow,onSuccess,onFailed,userContext) {WebService._staticInstance.GetSellerFullNamesWithRowCount(sellerName,startRow,endRow,onSuccess,onFailed,userContext); }
WebService.IsUserExistInBothSystems= function(loginName,onSuccess,onFailed,userContext) {WebService._staticInstance.IsUserExistInBothSystems(loginName,onSuccess,onFailed,userContext); }
WebService.IsUserCreditCardValid= function(login,onSuccess,onFailed,userContext) {WebService._staticInstance.IsUserCreditCardValid(login,onSuccess,onFailed,userContext); }
WebService.GetExpireCCUserId= function(login,password,onSuccess,onFailed,userContext) {WebService._staticInstance.GetExpireCCUserId(login,password,onSuccess,onFailed,userContext); }
WebService.AddToWatchList= function(lotId,onSuccess,onFailed,userContext) {WebService._staticInstance.AddToWatchList(lotId,onSuccess,onFailed,userContext); }
WebService.DelFromWatchList= function(lotId,onSuccess,onFailed,userContext) {WebService._staticInstance.DelFromWatchList(lotId,onSuccess,onFailed,userContext); }
WebService.CheckWatchList= function(lotId,onSuccess,onFailed,userContext) {WebService._staticInstance.CheckWatchList(lotId,onSuccess,onFailed,userContext); }
WebService.ArtistAlertUnsubscribe= function(artistId,onSuccess,onFailed,userContext) {WebService._staticInstance.ArtistAlertUnsubscribe(artistId,onSuccess,onFailed,userContext); }
WebService.ArtistAlertSubscribe= function(artistId,onSuccess,onFailed,userContext) {WebService._staticInstance.ArtistAlertSubscribe(artistId,onSuccess,onFailed,userContext); }
WebService.RedirectToLoginPage= function(onSuccess,onFailed,userContext) {WebService._staticInstance.RedirectToLoginPage(onSuccess,onFailed,userContext); }
WebService.GetState= function(countryId,onSuccess,onFailed,userContext) {WebService._staticInstance.GetState(countryId,onSuccess,onFailed,userContext); }
WebService.CompleteTask= function(url,onSuccess,onFailed,userContext) {WebService._staticInstance.CompleteTask(url,onSuccess,onFailed,userContext); }
WebService.ReachBidAgentHistory= function(lotId,pageIndex,pageSize,isExtendedView,onSuccess,onFailed,userContext) {WebService._staticInstance.ReachBidAgentHistory(lotId,pageIndex,pageSize,isExtendedView,onSuccess,onFailed,userContext); }
WebService.ReachBiddingHistory= function(lotId,bidTypes,bidStates,pageIndex,pageSize,isExtendedView,onSuccess,onFailed,userContext) {WebService._staticInstance.ReachBiddingHistory(lotId,bidTypes,bidStates,pageIndex,pageSize,isExtendedView,onSuccess,onFailed,userContext); }
WebService.TestHomePage= function(onSuccess,onFailed,userContext) {WebService._staticInstance.TestHomePage(onSuccess,onFailed,userContext); }
WebService.IntegrateApplications= function(xml,onSuccess,onFailed,userContext) {WebService._staticInstance.IntegrateApplications(xml,onSuccess,onFailed,userContext); }
WebService.ProcessApplications= function(xml,state,onSuccess,onFailed,userContext) {WebService._staticInstance.ProcessApplications(xml,state,onSuccess,onFailed,userContext); }
WebService.ProcessBid= function(lotIdStr,amountStr,proxyLogin,onSuccess,onFailed,userContext) {WebService._staticInstance.ProcessBid(lotIdStr,amountStr,proxyLogin,onSuccess,onFailed,userContext); }
WebService.ProcessBidAndClose= function(lotIdStr,amountStr,proxyLogin,onSuccess,onFailed,userContext) {WebService._staticInstance.ProcessBidAndClose(lotIdStr,amountStr,proxyLogin,onSuccess,onFailed,userContext); }
WebService.ProcessAbsoluteBid= function(lotIdStr,amountStr,proxyLogin,onSuccess,onFailed,userContext) {WebService._staticInstance.ProcessAbsoluteBid(lotIdStr,amountStr,proxyLogin,onSuccess,onFailed,userContext); }
WebService.ProcessAbsoluteBidAndClose= function(lotIdStr,amountStr,proxyLogin,onSuccess,onFailed,userContext) {WebService._staticInstance.ProcessAbsoluteBidAndClose(lotIdStr,amountStr,proxyLogin,onSuccess,onFailed,userContext); }
WebService.PurchaseNow= function(lotIdStr,onSuccess,onFailed,userContext) {WebService._staticInstance.PurchaseNow(lotIdStr,onSuccess,onFailed,userContext); }
WebService.MakeAnOffer= function(lotIdStr,amountStr,onSuccess,onFailed,userContext) {WebService._staticInstance.MakeAnOffer(lotIdStr,amountStr,onSuccess,onFailed,userContext); }
WebService.GetBidCode= function(lotId,onSuccess,onFailed,userContext) {WebService._staticInstance.GetBidCode(lotId,onSuccess,onFailed,userContext); }
WebService.GetAdminBidInfo= function(lotId,onSuccess,onFailed,userContext) {WebService._staticInstance.GetAdminBidInfo(lotId,onSuccess,onFailed,userContext); }
WebService.GetBidInfo= function(lotIdStr,onSuccess,onFailed,userContext) {WebService._staticInstance.GetBidInfo(lotIdStr,onSuccess,onFailed,userContext); }
WebService.GetBidInfoPreview= function(lotIdStr,onSuccess,onFailed,userContext) {WebService._staticInstance.GetBidInfoPreview(lotIdStr,onSuccess,onFailed,userContext); }
WebService.GetPreBidInfo= function(lotIdStr,amountStr,onSuccess,onFailed,userContext) {WebService._staticInstance.GetPreBidInfo(lotIdStr,amountStr,onSuccess,onFailed,userContext); }
WebService.IsBidTooLow= function(lotIdStr,amountStr,onSuccess,onFailed,userContext) {WebService._staticInstance.IsBidTooLow(lotIdStr,amountStr,onSuccess,onFailed,userContext); }
WebService.IsMaoTooLow= function(lotIdStr,amountStr,onSuccess,onFailed,userContext) {WebService._staticInstance.IsMaoTooLow(lotIdStr,amountStr,onSuccess,onFailed,userContext); }
WebService.GetEuroExchangeRate= function(onSuccess,onFailed,userContext) {WebService._staticInstance.GetEuroExchangeRate(onSuccess,onFailed,userContext); }
WebService.AskSpecialistQuestion= function(lotId,first,last,email,subject,message,onSuccess,onFailed,userContext) {WebService._staticInstance.AskSpecialistQuestion(lotId,first,last,email,subject,message,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(ArtistPage) === 'undefined') {
var ArtistPage=gtc("ArtistPage");
ArtistPage.registerClass('ArtistPage');
}
if (typeof(WatchListResult) === 'undefined') {
var WatchListResult=gtc("WatchListResult");
WatchListResult.registerClass('WatchListResult');
}
if (typeof(BiddingHistoryTO) === 'undefined') {
var BiddingHistoryTO=gtc("BiddingHistoryTO");
BiddingHistoryTO.registerClass('BiddingHistoryTO');
}
Type.registerNamespace('DataArt.Artnet.OnlineAuction.DataGateway.Data.Info.BidAgent');
if (typeof(DataArt.Artnet.OnlineAuction.DataGateway.Data.Info.BidAgent.AdminBidInfo) === 'undefined') {
DataArt.Artnet.OnlineAuction.DataGateway.Data.Info.BidAgent.AdminBidInfo=gtc("DataArt.Artnet.OnlineAuction.DataGateway.Data.Info.BidAgent.AdminBidInfo");
DataArt.Artnet.OnlineAuction.DataGateway.Data.Info.BidAgent.AdminBidInfo.registerClass('DataArt.Artnet.OnlineAuction.DataGateway.Data.Info.BidAgent.AdminBidInfo');
}
if (typeof(DataArt.Artnet.OnlineAuction.DataGateway.Data.Info.BidAgent.BidInfo) === 'undefined') {
DataArt.Artnet.OnlineAuction.DataGateway.Data.Info.BidAgent.BidInfo=gtc("DataArt.Artnet.OnlineAuction.DataGateway.Data.Info.BidAgent.BidInfo");
DataArt.Artnet.OnlineAuction.DataGateway.Data.Info.BidAgent.BidInfo.registerClass('DataArt.Artnet.OnlineAuction.DataGateway.Data.Info.BidAgent.BidInfo');
}
if (typeof(DataArt.Artnet.OnlineAuction.DataGateway.Data.Info.BidAgent.PreBidInfo) === 'undefined') {
DataArt.Artnet.OnlineAuction.DataGateway.Data.Info.BidAgent.PreBidInfo=gtc("DataArt.Artnet.OnlineAuction.DataGateway.Data.Info.BidAgent.PreBidInfo");
DataArt.Artnet.OnlineAuction.DataGateway.Data.Info.BidAgent.PreBidInfo.registerClass('DataArt.Artnet.OnlineAuction.DataGateway.Data.Info.BidAgent.PreBidInfo');
}

