var wsEvent=function() {
wsEvent.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
wsEvent.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return wsEvent._staticInstance.get_path();},
wsEventAll:function(numberOfDays,dateOffset,succeededCallback, failedCallback, userContext) {
/// <param name="numberOfDays" type="String">System.String</param>
/// <param name="dateOffset" 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(), 'wsEventAll',false,{numberOfDays:numberOfDays,dateOffset:dateOffset},succeededCallback,failedCallback,userContext); },
wsEventLocDateOnly:function(numberOfDays,succeededCallback, failedCallback, userContext) {
/// <param name="numberOfDays" 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(), 'wsEventLocDateOnly',false,{numberOfDays:numberOfDays},succeededCallback,failedCallback,userContext); },
wsEventOneLocOneDateAllFields:function(date,locationId,succeededCallback, failedCallback, userContext) {
/// <param name="date" type="String">System.String</param>
/// <param name="locationId" 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(), 'wsEventOneLocOneDateAllFields',false,{date:date,locationId:locationId},succeededCallback,failedCallback,userContext); },
wsEventOneLocation:function(locationId,succeededCallback, failedCallback, userContext) {
/// <param name="locationId" 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(), 'wsEventOneLocation',false,{locationId:locationId},succeededCallback,failedCallback,userContext); },
wsEventOne:function(eventOneId,succeededCallback, failedCallback, userContext) {
/// <param name="eventOneId" 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(), 'wsEventOne',false,{eventOneId:eventOneId},succeededCallback,failedCallback,userContext); },
wsEventOnging: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(), 'wsEventOnging',false,{},succeededCallback,failedCallback,userContext); },
wsEventSearch:function(numberOfDays,search,succeededCallback, failedCallback, userContext) {
/// <param name="numberOfDays" type="String">System.String</param>
/// <param name="search" 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(), 'wsEventSearch',false,{numberOfDays:numberOfDays,search:search},succeededCallback,failedCallback,userContext); },
wsEventDescription:function(eventId,succeededCallback, failedCallback, userContext) {
/// <param name="eventId" 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(), 'wsEventDescription',false,{eventId:eventId},succeededCallback,failedCallback,userContext); },
wsEventTypes: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(), 'wsEventTypes',false,{},succeededCallback,failedCallback,userContext); }}
wsEvent.registerClass('wsEvent',Sys.Net.WebServiceProxy);
wsEvent._staticInstance = new wsEvent();
wsEvent.set_path = function(value) {
wsEvent._staticInstance.set_path(value); }
wsEvent.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return wsEvent._staticInstance.get_path();}
wsEvent.set_timeout = function(value) {
wsEvent._staticInstance.set_timeout(value); }
wsEvent.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return wsEvent._staticInstance.get_timeout(); }
wsEvent.set_defaultUserContext = function(value) { 
wsEvent._staticInstance.set_defaultUserContext(value); }
wsEvent.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return wsEvent._staticInstance.get_defaultUserContext(); }
wsEvent.set_defaultSucceededCallback = function(value) { 
 wsEvent._staticInstance.set_defaultSucceededCallback(value); }
wsEvent.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return wsEvent._staticInstance.get_defaultSucceededCallback(); }
wsEvent.set_defaultFailedCallback = function(value) { 
wsEvent._staticInstance.set_defaultFailedCallback(value); }
wsEvent.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return wsEvent._staticInstance.get_defaultFailedCallback(); }
wsEvent.set_path("/webServices/wsEvent.asmx");
wsEvent.wsEventAll= function(numberOfDays,dateOffset,onSuccess,onFailed,userContext) {
/// <param name="numberOfDays" type="String">System.String</param>
/// <param name="dateOffset" 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>
wsEvent._staticInstance.wsEventAll(numberOfDays,dateOffset,onSuccess,onFailed,userContext); }
wsEvent.wsEventLocDateOnly= function(numberOfDays,onSuccess,onFailed,userContext) {
/// <param name="numberOfDays" 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>
wsEvent._staticInstance.wsEventLocDateOnly(numberOfDays,onSuccess,onFailed,userContext); }
wsEvent.wsEventOneLocOneDateAllFields= function(date,locationId,onSuccess,onFailed,userContext) {
/// <param name="date" type="String">System.String</param>
/// <param name="locationId" 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>
wsEvent._staticInstance.wsEventOneLocOneDateAllFields(date,locationId,onSuccess,onFailed,userContext); }
wsEvent.wsEventOneLocation= function(locationId,onSuccess,onFailed,userContext) {
/// <param name="locationId" 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>
wsEvent._staticInstance.wsEventOneLocation(locationId,onSuccess,onFailed,userContext); }
wsEvent.wsEventOne= function(eventOneId,onSuccess,onFailed,userContext) {
/// <param name="eventOneId" 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>
wsEvent._staticInstance.wsEventOne(eventOneId,onSuccess,onFailed,userContext); }
wsEvent.wsEventOnging= 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>
wsEvent._staticInstance.wsEventOnging(onSuccess,onFailed,userContext); }
wsEvent.wsEventSearch= function(numberOfDays,search,onSuccess,onFailed,userContext) {
/// <param name="numberOfDays" type="String">System.String</param>
/// <param name="search" 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>
wsEvent._staticInstance.wsEventSearch(numberOfDays,search,onSuccess,onFailed,userContext); }
wsEvent.wsEventDescription= function(eventId,onSuccess,onFailed,userContext) {
/// <param name="eventId" 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>
wsEvent._staticInstance.wsEventDescription(eventId,onSuccess,onFailed,userContext); }
wsEvent.wsEventTypes= 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>
wsEvent._staticInstance.wsEventTypes(onSuccess,onFailed,userContext); }

