Type.registerNamespace('au.gov.sa.gateway.web.webservices');
au.gov.sa.gateway.web.webservices.LogHits=function() {
au.gov.sa.gateway.web.webservices.LogHits.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
au.gov.sa.gateway.web.webservices.LogHits.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return au.gov.sa.gateway.web.webservices.LogHits._staticInstance.get_path();},
RSSLogHit:function(rss_id,succeededCallback, failedCallback, userContext) {
/// <param name="rss_id" 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(), 'RSSLogHit',false,{rss_id:rss_id},succeededCallback,failedCallback,userContext); },
RenderCampaignRotator:function(id,succeededCallback, failedCallback, userContext) {
/// <param name="id" 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(), 'RenderCampaignRotator',false,{id:id},succeededCallback,failedCallback,userContext); },
SavePollResponse:function(pollAnswerID,url,contentID,succeededCallback, failedCallback, userContext) {
/// <param name="pollAnswerID" type="Number">System.Int32</param>
/// <param name="url" type="String">System.String</param>
/// <param name="contentID" 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(), 'SavePollResponse',false,{pollAnswerID:pollAnswerID,url:url,contentID:contentID},succeededCallback,failedCallback,userContext); }}
au.gov.sa.gateway.web.webservices.LogHits.registerClass('au.gov.sa.gateway.web.webservices.LogHits',Sys.Net.WebServiceProxy);
au.gov.sa.gateway.web.webservices.LogHits._staticInstance = new au.gov.sa.gateway.web.webservices.LogHits();
au.gov.sa.gateway.web.webservices.LogHits.set_path = function(value) {
au.gov.sa.gateway.web.webservices.LogHits._staticInstance.set_path(value); }
au.gov.sa.gateway.web.webservices.LogHits.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return au.gov.sa.gateway.web.webservices.LogHits._staticInstance.get_path();}
au.gov.sa.gateway.web.webservices.LogHits.set_timeout = function(value) {
au.gov.sa.gateway.web.webservices.LogHits._staticInstance.set_timeout(value); }
au.gov.sa.gateway.web.webservices.LogHits.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return au.gov.sa.gateway.web.webservices.LogHits._staticInstance.get_timeout(); }
au.gov.sa.gateway.web.webservices.LogHits.set_defaultUserContext = function(value) { 
au.gov.sa.gateway.web.webservices.LogHits._staticInstance.set_defaultUserContext(value); }
au.gov.sa.gateway.web.webservices.LogHits.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return au.gov.sa.gateway.web.webservices.LogHits._staticInstance.get_defaultUserContext(); }
au.gov.sa.gateway.web.webservices.LogHits.set_defaultSucceededCallback = function(value) { 
 au.gov.sa.gateway.web.webservices.LogHits._staticInstance.set_defaultSucceededCallback(value); }
au.gov.sa.gateway.web.webservices.LogHits.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return au.gov.sa.gateway.web.webservices.LogHits._staticInstance.get_defaultSucceededCallback(); }
au.gov.sa.gateway.web.webservices.LogHits.set_defaultFailedCallback = function(value) { 
au.gov.sa.gateway.web.webservices.LogHits._staticInstance.set_defaultFailedCallback(value); }
au.gov.sa.gateway.web.webservices.LogHits.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return au.gov.sa.gateway.web.webservices.LogHits._staticInstance.get_defaultFailedCallback(); }
au.gov.sa.gateway.web.webservices.LogHits.set_path("/webservices/LogHits.asmx");
au.gov.sa.gateway.web.webservices.LogHits.RSSLogHit= function(rss_id,onSuccess,onFailed,userContext) {
/// <param name="rss_id" 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>
au.gov.sa.gateway.web.webservices.LogHits._staticInstance.RSSLogHit(rss_id,onSuccess,onFailed,userContext); }
au.gov.sa.gateway.web.webservices.LogHits.RenderCampaignRotator= function(id,onSuccess,onFailed,userContext) {
/// <param name="id" 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>
au.gov.sa.gateway.web.webservices.LogHits._staticInstance.RenderCampaignRotator(id,onSuccess,onFailed,userContext); }
au.gov.sa.gateway.web.webservices.LogHits.SavePollResponse= function(pollAnswerID,url,contentID,onSuccess,onFailed,userContext) {
/// <param name="pollAnswerID" type="Number">System.Int32</param>
/// <param name="url" type="String">System.String</param>
/// <param name="contentID" 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>
au.gov.sa.gateway.web.webservices.LogHits._staticInstance.SavePollResponse(pollAnswerID,url,contentID,onSuccess,onFailed,userContext); }

