Type.registerNamespace('Euktion.FrontEnd.Asp.WebServices');
Euktion.FrontEnd.Asp.WebServices.ClientObjectService=function() {
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.get_path();},
GetObjectBids:function(objID,succeededCallback, failedCallback, userContext) {
/// <param name="objID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetObjectBids',false,{objID:objID},succeededCallback,failedCallback,userContext); },
GetServerTime:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetServerTime',false,{},succeededCallback,failedCallback,userContext); },
GetObjects:function(auktionId,categoryId,filter,succeededCallback, failedCallback, userContext) {
/// <param name="auktionId" type="Number">System.Int32</param>
/// <param name="categoryId" type="Number">System.Int32</param>
/// <param name="filter" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetObjects',false,{auktionId:auktionId,categoryId:categoryId,filter:filter},succeededCallback,failedCallback,userContext); },
GetObject:function(objectid,succeededCallback, failedCallback, userContext) {
/// <param name="objectid" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetObject',false,{objectid:objectid},succeededCallback,failedCallback,userContext); },
UpdateObject:function(objectID,title,description,comission_Amount,comission_Percent,end_Date,market_Value,named_AuktionID,threshold_Price,clientID,bidIncrement,arrImages,categoryID,isActive,viewing,pickup,VAT,succeededCallback, failedCallback, userContext) {
/// <param name="objectID" type="String">System.String</param>
/// <param name="title" type="String">System.String</param>
/// <param name="description" type="String">System.String</param>
/// <param name="comission_Amount" type="String">System.String</param>
/// <param name="comission_Percent" type="String">System.String</param>
/// <param name="end_Date" type="String">System.String</param>
/// <param name="market_Value" type="String">System.String</param>
/// <param name="named_AuktionID" type="String">System.String</param>
/// <param name="threshold_Price" type="String">System.String</param>
/// <param name="clientID" type="Number">System.Int32</param>
/// <param name="bidIncrement" type="Number">System.Int32</param>
/// <param name="arrImages" type="Array">System.String[]</param>
/// <param name="categoryID" type="Number">System.Int32</param>
/// <param name="isActive" type="Number">System.Int32</param>
/// <param name="viewing" type="String">System.String</param>
/// <param name="pickup" type="String">System.String</param>
/// <param name="VAT" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'UpdateObject',false,{objectID:objectID,title:title,description:description,comission_Amount:comission_Amount,comission_Percent:comission_Percent,end_Date:end_Date,market_Value:market_Value,named_AuktionID:named_AuktionID,threshold_Price:threshold_Price,clientID:clientID,bidIncrement:bidIncrement,arrImages:arrImages,categoryID:categoryID,isActive:isActive,viewing:viewing,pickup:pickup,VAT:VAT},succeededCallback,failedCallback,userContext); },
UpdateAuction:function(auctionID,name,isActive,active_Date,auction_Date,place,succeededCallback, failedCallback, userContext) {
/// <param name="auctionID" type="String">System.String</param>
/// <param name="name" type="String">System.String</param>
/// <param name="isActive" type="Boolean">System.Boolean</param>
/// <param name="active_Date" type="String">System.String</param>
/// <param name="auction_Date" type="String">System.String</param>
/// <param name="place" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'UpdateAuction',false,{auctionID:auctionID,name:name,isActive:isActive,active_Date:active_Date,auction_Date:auction_Date,place:place},succeededCallback,failedCallback,userContext); },
GetAuction:function(ID,succeededCallback, failedCallback, userContext) {
/// <param name="ID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetAuction',false,{ID:ID},succeededCallback,failedCallback,userContext); },
UpdateClient:function(ClientID,historic,requestString,succeededCallback, failedCallback, userContext) {
/// <param name="ClientID" type="Number">System.Int32</param>
/// <param name="historic" type="Boolean">System.Boolean</param>
/// <param name="requestString" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'UpdateClient',false,{ClientID:ClientID,historic:historic,requestString:requestString},succeededCallback,failedCallback,userContext); },
GetClient:function(clientID,succeededCallback, failedCallback, userContext) {
/// <param name="clientID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetClient',false,{clientID:clientID},succeededCallback,failedCallback,userContext); },
GetClientAuction:function(auctionID,succeededCallback, failedCallback, userContext) {
/// <param name="auctionID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetClientAuction',false,{auctionID:auctionID},succeededCallback,failedCallback,userContext); },
GetClientSelect:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetClientSelect',false,{},succeededCallback,failedCallback,userContext); },
PlaceBid:function(amount,objectid,succeededCallback, failedCallback, userContext) {
/// <param name="amount" type="Number">System.Decimal</param>
/// <param name="objectid" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'PlaceBid',false,{amount:amount,objectid:objectid},succeededCallback,failedCallback,userContext); },
PlaceMaxBid:function(amount,objectid,succeededCallback, failedCallback, userContext) {
/// <param name="amount" type="Number">System.Decimal</param>
/// <param name="objectid" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'PlaceMaxBid',false,{amount:amount,objectid:objectid},succeededCallback,failedCallback,userContext); },
GetHighestBid:function(objectid,succeededCallback, failedCallback, userContext) {
/// <param name="objectid" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetHighestBid',false,{objectid:objectid},succeededCallback,failedCallback,userContext); },
GetObjectImages:function(objectid,succeededCallback, failedCallback, userContext) {
/// <param name="objectid" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetObjectImages',false,{objectid:objectid},succeededCallback,failedCallback,userContext); },
AddCategory:function(name,succeededCallback, failedCallback, userContext) {
/// <param name="name" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'AddCategory',false,{name:name},succeededCallback,failedCallback,userContext); },
RemoveCategory:function(ID,succeededCallback, failedCallback, userContext) {
/// <param name="ID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'RemoveCategory',false,{ID:ID},succeededCallback,failedCallback,userContext); },
getInvoices:function(auctionsID,page,succeededCallback, failedCallback, userContext) {
/// <param name="auctionsID" type="Number">System.Int32</param>
/// <param name="page" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'getInvoices',false,{auctionsID:auctionsID,page:page},succeededCallback,failedCallback,userContext); },
getInvoicesCount:function(auctionsID,succeededCallback, failedCallback, userContext) {
/// <param name="auctionsID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'getInvoicesCount',false,{auctionsID:auctionsID},succeededCallback,failedCallback,userContext); },
UpdateInvoices:function(invoiceID,paid,paidDate,pickedUp,pickedDate,accounted,AccountedDate,comment,succeededCallback, failedCallback, userContext) {
/// <param name="invoiceID" type="Number">System.Int32</param>
/// <param name="paid" type="Boolean">System.Boolean</param>
/// <param name="paidDate" type="Date">System.DateTime</param>
/// <param name="pickedUp" type="Boolean">System.Boolean</param>
/// <param name="pickedDate" type="Date">System.DateTime</param>
/// <param name="accounted" type="Boolean">System.Boolean</param>
/// <param name="AccountedDate" type="Date">System.DateTime</param>
/// <param name="comment" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'UpdateInvoices',false,{invoiceID:invoiceID,paid:paid,paidDate:paidDate,pickedUp:pickedUp,pickedDate:pickedDate,accounted:accounted,AccountedDate:AccountedDate,comment:comment},succeededCallback,failedCallback,userContext); },
CheckWinner:function(objectid,succeededCallback, failedCallback, userContext) {
/// <param name="objectid" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'CheckWinner',false,{objectid:objectid},succeededCallback,failedCallback,userContext); },
GetCredAll:function(filter,page,top,succeededCallback, failedCallback, userContext) {
/// <param name="filter" type="String">System.String</param>
/// <param name="page" type="Number">System.Int32</param>
/// <param name="top" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetCredAll',false,{filter:filter,page:page,top:top},succeededCallback,failedCallback,userContext); },
GetCredAllCount:function(filter,page,top,succeededCallback, failedCallback, userContext) {
/// <param name="filter" type="String">System.String</param>
/// <param name="page" type="Number">System.Int32</param>
/// <param name="top" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetCredAllCount',false,{filter:filter,page:page,top:top},succeededCallback,failedCallback,userContext); },
GetUnsoldObjects:function(auktionID,succeededCallback, failedCallback, userContext) {
/// <param name="auktionID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetUnsoldObjects',false,{auktionID:auktionID},succeededCallback,failedCallback,userContext); },
ForceUnsoldObjects:function(objectID,amount,succeededCallback, failedCallback, userContext) {
/// <param name="objectID" type="Number">System.Int32</param>
/// <param name="amount" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ForceUnsoldObjects',false,{objectID:objectID,amount:amount},succeededCallback,failedCallback,userContext); },
GetAminObjectBid:function(objectID,succeededCallback, failedCallback, userContext) {
/// <param name="objectID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetAminObjectBid',false,{objectID:objectID},succeededCallback,failedCallback,userContext); },
RemoveBid:function(bidID,objectID,succeededCallback, failedCallback, userContext) {
/// <param name="bidID" type="Number">System.Int32</param>
/// <param name="objectID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'RemoveBid',false,{bidID:bidID,objectID:objectID},succeededCallback,failedCallback,userContext); }}
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.registerClass('Euktion.FrontEnd.Asp.WebServices.ClientObjectService',Sys.Net.WebServiceProxy);
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance = new Euktion.FrontEnd.Asp.WebServices.ClientObjectService();
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.set_path = function(value) {
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.set_path(value); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.get_path();}
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.set_timeout = function(value) {
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.set_timeout(value); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.get_timeout(); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.set_defaultUserContext = function(value) { 
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.set_defaultUserContext(value); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.get_defaultUserContext(); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.set_defaultSucceededCallback = function(value) { 
 Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.set_defaultSucceededCallback(value); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.get_defaultSucceededCallback(); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.set_defaultFailedCallback = function(value) { 
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.set_defaultFailedCallback(value); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.get_defaultFailedCallback(); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.set_path("/WebServices/ClientObjectService.asmx");
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.GetObjectBids= function(objID,onSuccess,onFailed,userContext) {
/// <param name="objID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.GetObjectBids(objID,onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.GetServerTime= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.GetServerTime(onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.GetObjects= function(auktionId,categoryId,filter,onSuccess,onFailed,userContext) {
/// <param name="auktionId" type="Number">System.Int32</param>
/// <param name="categoryId" type="Number">System.Int32</param>
/// <param name="filter" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.GetObjects(auktionId,categoryId,filter,onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.GetObject= function(objectid,onSuccess,onFailed,userContext) {
/// <param name="objectid" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.GetObject(objectid,onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.UpdateObject= function(objectID,title,description,comission_Amount,comission_Percent,end_Date,market_Value,named_AuktionID,threshold_Price,clientID,bidIncrement,arrImages,categoryID,isActive,viewing,pickup,VAT,onSuccess,onFailed,userContext) {
/// <param name="objectID" type="String">System.String</param>
/// <param name="title" type="String">System.String</param>
/// <param name="description" type="String">System.String</param>
/// <param name="comission_Amount" type="String">System.String</param>
/// <param name="comission_Percent" type="String">System.String</param>
/// <param name="end_Date" type="String">System.String</param>
/// <param name="market_Value" type="String">System.String</param>
/// <param name="named_AuktionID" type="String">System.String</param>
/// <param name="threshold_Price" type="String">System.String</param>
/// <param name="clientID" type="Number">System.Int32</param>
/// <param name="bidIncrement" type="Number">System.Int32</param>
/// <param name="arrImages" type="Array">System.String[]</param>
/// <param name="categoryID" type="Number">System.Int32</param>
/// <param name="isActive" type="Number">System.Int32</param>
/// <param name="viewing" type="String">System.String</param>
/// <param name="pickup" type="String">System.String</param>
/// <param name="VAT" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.UpdateObject(objectID,title,description,comission_Amount,comission_Percent,end_Date,market_Value,named_AuktionID,threshold_Price,clientID,bidIncrement,arrImages,categoryID,isActive,viewing,pickup,VAT,onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.UpdateAuction= function(auctionID,name,isActive,active_Date,auction_Date,place,onSuccess,onFailed,userContext) {
/// <param name="auctionID" type="String">System.String</param>
/// <param name="name" type="String">System.String</param>
/// <param name="isActive" type="Boolean">System.Boolean</param>
/// <param name="active_Date" type="String">System.String</param>
/// <param name="auction_Date" type="String">System.String</param>
/// <param name="place" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.UpdateAuction(auctionID,name,isActive,active_Date,auction_Date,place,onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.GetAuction= function(ID,onSuccess,onFailed,userContext) {
/// <param name="ID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.GetAuction(ID,onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.UpdateClient= function(ClientID,historic,requestString,onSuccess,onFailed,userContext) {
/// <param name="ClientID" type="Number">System.Int32</param>
/// <param name="historic" type="Boolean">System.Boolean</param>
/// <param name="requestString" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.UpdateClient(ClientID,historic,requestString,onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.GetClient= function(clientID,onSuccess,onFailed,userContext) {
/// <param name="clientID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.GetClient(clientID,onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.GetClientAuction= function(auctionID,onSuccess,onFailed,userContext) {
/// <param name="auctionID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.GetClientAuction(auctionID,onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.GetClientSelect= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.GetClientSelect(onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.PlaceBid= function(amount,objectid,onSuccess,onFailed,userContext) {
/// <param name="amount" type="Number">System.Decimal</param>
/// <param name="objectid" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.PlaceBid(amount,objectid,onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.PlaceMaxBid= function(amount,objectid,onSuccess,onFailed,userContext) {
/// <param name="amount" type="Number">System.Decimal</param>
/// <param name="objectid" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.PlaceMaxBid(amount,objectid,onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.GetHighestBid= function(objectid,onSuccess,onFailed,userContext) {
/// <param name="objectid" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.GetHighestBid(objectid,onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.GetObjectImages= function(objectid,onSuccess,onFailed,userContext) {
/// <param name="objectid" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.GetObjectImages(objectid,onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.AddCategory= function(name,onSuccess,onFailed,userContext) {
/// <param name="name" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.AddCategory(name,onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.RemoveCategory= function(ID,onSuccess,onFailed,userContext) {
/// <param name="ID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.RemoveCategory(ID,onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.getInvoices= function(auctionsID,page,onSuccess,onFailed,userContext) {
/// <param name="auctionsID" type="Number">System.Int32</param>
/// <param name="page" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.getInvoices(auctionsID,page,onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.getInvoicesCount= function(auctionsID,onSuccess,onFailed,userContext) {
/// <param name="auctionsID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.getInvoicesCount(auctionsID,onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.UpdateInvoices= function(invoiceID,paid,paidDate,pickedUp,pickedDate,accounted,AccountedDate,comment,onSuccess,onFailed,userContext) {
/// <param name="invoiceID" type="Number">System.Int32</param>
/// <param name="paid" type="Boolean">System.Boolean</param>
/// <param name="paidDate" type="Date">System.DateTime</param>
/// <param name="pickedUp" type="Boolean">System.Boolean</param>
/// <param name="pickedDate" type="Date">System.DateTime</param>
/// <param name="accounted" type="Boolean">System.Boolean</param>
/// <param name="AccountedDate" type="Date">System.DateTime</param>
/// <param name="comment" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.UpdateInvoices(invoiceID,paid,paidDate,pickedUp,pickedDate,accounted,AccountedDate,comment,onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.CheckWinner= function(objectid,onSuccess,onFailed,userContext) {
/// <param name="objectid" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.CheckWinner(objectid,onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.GetCredAll= function(filter,page,top,onSuccess,onFailed,userContext) {
/// <param name="filter" type="String">System.String</param>
/// <param name="page" type="Number">System.Int32</param>
/// <param name="top" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.GetCredAll(filter,page,top,onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.GetCredAllCount= function(filter,page,top,onSuccess,onFailed,userContext) {
/// <param name="filter" type="String">System.String</param>
/// <param name="page" type="Number">System.Int32</param>
/// <param name="top" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.GetCredAllCount(filter,page,top,onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.GetUnsoldObjects= function(auktionID,onSuccess,onFailed,userContext) {
/// <param name="auktionID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.GetUnsoldObjects(auktionID,onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.ForceUnsoldObjects= function(objectID,amount,onSuccess,onFailed,userContext) {
/// <param name="objectID" type="Number">System.Int32</param>
/// <param name="amount" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.ForceUnsoldObjects(objectID,amount,onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.GetAminObjectBid= function(objectID,onSuccess,onFailed,userContext) {
/// <param name="objectID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.GetAminObjectBid(objectID,onSuccess,onFailed,userContext); }
Euktion.FrontEnd.Asp.WebServices.ClientObjectService.RemoveBid= function(bidID,objectID,onSuccess,onFailed,userContext) {
/// <param name="bidID" type="Number">System.Int32</param>
/// <param name="objectID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Euktion.FrontEnd.Asp.WebServices.ClientObjectService._staticInstance.RemoveBid(bidID,objectID,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService');
if (typeof(Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.DataGridClass) === 'undefined') {
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.DataGridClass=gtc("Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.DataGridClass");
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.DataGridClass.registerClass('Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.DataGridClass');
}
if (typeof(Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_object) === 'undefined') {
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_object=gtc("Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_object");
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_object.registerClass('Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_object');
}
if (typeof(Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_auktion) === 'undefined') {
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_auktion=gtc("Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_auktion");
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_auktion.registerClass('Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_auktion');
}
if (typeof(Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_client) === 'undefined') {
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_client=gtc("Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_client");
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_client.registerClass('Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_client');
}
if (typeof(Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_client_auction) === 'undefined') {
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_client_auction=gtc("Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_client_auction");
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_client_auction.registerClass('Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_client_auction');
}
if (typeof(Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_client_select) === 'undefined') {
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_client_select=gtc("Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_client_select");
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_client_select.registerClass('Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_client_select');
}
if (typeof(Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.HighestBid) === 'undefined') {
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.HighestBid=gtc("Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.HighestBid");
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.HighestBid.registerClass('Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.HighestBid');
}
if (typeof(Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.ObjectImage) === 'undefined') {
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.ObjectImage=gtc("Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.ObjectImage");
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.ObjectImage.registerClass('Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.ObjectImage');
}
if (typeof(Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_category) === 'undefined') {
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_category=gtc("Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_category");
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_category.registerClass('Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_category');
}
if (typeof(Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_invoice) === 'undefined') {
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_invoice=gtc("Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_invoice");
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_invoice.registerClass('Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_invoice');
}
if (typeof(Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.CredAll) === 'undefined') {
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.CredAll=gtc("Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.CredAll");
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.CredAll.registerClass('Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.CredAll');
}
if (typeof(Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_unsold_Object) === 'undefined') {
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_unsold_Object=gtc("Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_unsold_Object");
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_unsold_Object.registerClass('Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.view_unsold_Object');
}
if (typeof(Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.AdminObjectBid) === 'undefined') {
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.AdminObjectBid=gtc("Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.AdminObjectBid");
Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.AdminObjectBid.registerClass('Euktion.FrontEnd.Asp.Services.DataAccess.ObjectService.AdminObjectBid');
}

