Type.registerNamespace('FrontOffice.WebService');
FrontOffice.WebService.Counter=function() {
FrontOffice.WebService.Counter.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
FrontOffice.WebService.Counter.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return FrontOffice.WebService.Counter._staticInstance.get_path();},
UpdateAuctionIndexData:function(idsAuction,guid,sign,date,succeededCallback, failedCallback, userContext) {
/// <param name="idsAuction" type="String">System.String</param>
/// <param name="guid" type="String">System.String</param>
/// <param name="sign" type="String">System.String</param>
/// <param name="date" type="Date">System.DateTime</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(), 'UpdateAuctionIndexData',false,{idsAuction:idsAuction,guid:guid,sign:sign,date:date},succeededCallback,failedCallback,userContext); },
UpdateAuctionDetailData:function(idAuction,guid,sign,date,succeededCallback, failedCallback, userContext) {
/// <param name="idAuction" type="Number">System.Int32</param>
/// <param name="guid" type="String">System.String</param>
/// <param name="sign" type="String">System.String</param>
/// <param name="date" type="Date">System.DateTime</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(), 'UpdateAuctionDetailData',false,{idAuction:idAuction,guid:guid,sign:sign,date:date},succeededCallback,failedCallback,userContext); },
GetAuctionDetailData:function(subdomain,date,userName,sign,succeededCallback, failedCallback, userContext) {
/// <param name="subdomain" type="String">System.String</param>
/// <param name="date" type="Date">System.DateTime</param>
/// <param name="userName" type="String">System.String</param>
/// <param name="sign" 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(), 'GetAuctionDetailData',false,{subdomain:subdomain,date:date,userName:userName,sign:sign},succeededCallback,failedCallback,userContext); }}
FrontOffice.WebService.Counter.registerClass('FrontOffice.WebService.Counter',Sys.Net.WebServiceProxy);
FrontOffice.WebService.Counter._staticInstance = new FrontOffice.WebService.Counter();
FrontOffice.WebService.Counter.set_path = function(value) {
FrontOffice.WebService.Counter._staticInstance.set_path(value); }
FrontOffice.WebService.Counter.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return FrontOffice.WebService.Counter._staticInstance.get_path();}
FrontOffice.WebService.Counter.set_timeout = function(value) {
FrontOffice.WebService.Counter._staticInstance.set_timeout(value); }
FrontOffice.WebService.Counter.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return FrontOffice.WebService.Counter._staticInstance.get_timeout(); }
FrontOffice.WebService.Counter.set_defaultUserContext = function(value) { 
FrontOffice.WebService.Counter._staticInstance.set_defaultUserContext(value); }
FrontOffice.WebService.Counter.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return FrontOffice.WebService.Counter._staticInstance.get_defaultUserContext(); }
FrontOffice.WebService.Counter.set_defaultSucceededCallback = function(value) { 
 FrontOffice.WebService.Counter._staticInstance.set_defaultSucceededCallback(value); }
FrontOffice.WebService.Counter.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return FrontOffice.WebService.Counter._staticInstance.get_defaultSucceededCallback(); }
FrontOffice.WebService.Counter.set_defaultFailedCallback = function(value) { 
FrontOffice.WebService.Counter._staticInstance.set_defaultFailedCallback(value); }
FrontOffice.WebService.Counter.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return FrontOffice.WebService.Counter._staticInstance.get_defaultFailedCallback(); }
FrontOffice.WebService.Counter.set_path("/WebServices/Counter.asmx");
FrontOffice.WebService.Counter.UpdateAuctionIndexData= function(idsAuction,guid,sign,date,onSuccess,onFailed,userContext) {
/// <param name="idsAuction" type="String">System.String</param>
/// <param name="guid" type="String">System.String</param>
/// <param name="sign" type="String">System.String</param>
/// <param name="date" type="Date">System.DateTime</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>
FrontOffice.WebService.Counter._staticInstance.UpdateAuctionIndexData(idsAuction,guid,sign,date,onSuccess,onFailed,userContext); }
FrontOffice.WebService.Counter.UpdateAuctionDetailData= function(idAuction,guid,sign,date,onSuccess,onFailed,userContext) {
/// <param name="idAuction" type="Number">System.Int32</param>
/// <param name="guid" type="String">System.String</param>
/// <param name="sign" type="String">System.String</param>
/// <param name="date" type="Date">System.DateTime</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>
FrontOffice.WebService.Counter._staticInstance.UpdateAuctionDetailData(idAuction,guid,sign,date,onSuccess,onFailed,userContext); }
FrontOffice.WebService.Counter.GetAuctionDetailData= function(subdomain,date,userName,sign,onSuccess,onFailed,userContext) {
/// <param name="subdomain" type="String">System.String</param>
/// <param name="date" type="Date">System.DateTime</param>
/// <param name="userName" type="String">System.String</param>
/// <param name="sign" 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>
FrontOffice.WebService.Counter._staticInstance.GetAuctionDetailData(subdomain,date,userName,sign,onSuccess,onFailed,userContext); }

