Type.registerNamespace('Pola.Portal.WebPDF');
Pola.Portal.WebPDF.CustomerStatServices=function() {
Pola.Portal.WebPDF.CustomerStatServices.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Pola.Portal.WebPDF.CustomerStatServices.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Pola.Portal.WebPDF.CustomerStatServices._staticInstance.get_path();},
IncrementZoomViewStat:function(AdId,succeededCallback, failedCallback, userContext) {
/// <param name="AdId" 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(), 'IncrementZoomViewStat',true,{AdId:AdId},succeededCallback,failedCallback,userContext); }}
Pola.Portal.WebPDF.CustomerStatServices.registerClass('Pola.Portal.WebPDF.CustomerStatServices',Sys.Net.WebServiceProxy);
Pola.Portal.WebPDF.CustomerStatServices._staticInstance = new Pola.Portal.WebPDF.CustomerStatServices();
Pola.Portal.WebPDF.CustomerStatServices.set_path = function(value) {
Pola.Portal.WebPDF.CustomerStatServices._staticInstance.set_path(value); }
Pola.Portal.WebPDF.CustomerStatServices.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return Pola.Portal.WebPDF.CustomerStatServices._staticInstance.get_path();}
Pola.Portal.WebPDF.CustomerStatServices.set_timeout = function(value) {
Pola.Portal.WebPDF.CustomerStatServices._staticInstance.set_timeout(value); }
Pola.Portal.WebPDF.CustomerStatServices.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return Pola.Portal.WebPDF.CustomerStatServices._staticInstance.get_timeout(); }
Pola.Portal.WebPDF.CustomerStatServices.set_defaultUserContext = function(value) { 
Pola.Portal.WebPDF.CustomerStatServices._staticInstance.set_defaultUserContext(value); }
Pola.Portal.WebPDF.CustomerStatServices.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return Pola.Portal.WebPDF.CustomerStatServices._staticInstance.get_defaultUserContext(); }
Pola.Portal.WebPDF.CustomerStatServices.set_defaultSucceededCallback = function(value) { 
 Pola.Portal.WebPDF.CustomerStatServices._staticInstance.set_defaultSucceededCallback(value); }
Pola.Portal.WebPDF.CustomerStatServices.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return Pola.Portal.WebPDF.CustomerStatServices._staticInstance.get_defaultSucceededCallback(); }
Pola.Portal.WebPDF.CustomerStatServices.set_defaultFailedCallback = function(value) { 
Pola.Portal.WebPDF.CustomerStatServices._staticInstance.set_defaultFailedCallback(value); }
Pola.Portal.WebPDF.CustomerStatServices.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return Pola.Portal.WebPDF.CustomerStatServices._staticInstance.get_defaultFailedCallback(); }
Pola.Portal.WebPDF.CustomerStatServices.set_path("/WebPDF/Interfaces/WebService/CustomerStatServices.asmx");
Pola.Portal.WebPDF.CustomerStatServices.IncrementZoomViewStat= function(AdId,onSuccess,onFailed,userContext) {
/// <param name="AdId" 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>
Pola.Portal.WebPDF.CustomerStatServices._staticInstance.IncrementZoomViewStat(AdId,onSuccess,onFailed,userContext); }
