var EventsWebServices=function() {
EventsWebServices.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
EventsWebServices.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return EventsWebServices._staticInstance.get_path();},
getEventListForDate:function(date,feedId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getEventListForDate',false,{date:date,feedId:feedId},succeededCallback,failedCallback,userContext); },
getEventListForMonth:function(date,feedId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getEventListForMonth',false,{date:date,feedId:feedId},succeededCallback,failedCallback,userContext); }}
EventsWebServices.registerClass('EventsWebServices',Sys.Net.WebServiceProxy);
EventsWebServices._staticInstance = new EventsWebServices();
EventsWebServices.set_path = function(value) { EventsWebServices._staticInstance.set_path(value); }
EventsWebServices.get_path = function() { return EventsWebServices._staticInstance.get_path(); }
EventsWebServices.set_timeout = function(value) { EventsWebServices._staticInstance.set_timeout(value); }
EventsWebServices.get_timeout = function() { return EventsWebServices._staticInstance.get_timeout(); }
EventsWebServices.set_defaultUserContext = function(value) { EventsWebServices._staticInstance.set_defaultUserContext(value); }
EventsWebServices.get_defaultUserContext = function() { return EventsWebServices._staticInstance.get_defaultUserContext(); }
EventsWebServices.set_defaultSucceededCallback = function(value) { EventsWebServices._staticInstance.set_defaultSucceededCallback(value); }
EventsWebServices.get_defaultSucceededCallback = function() { return EventsWebServices._staticInstance.get_defaultSucceededCallback(); }
EventsWebServices.set_defaultFailedCallback = function(value) { EventsWebServices._staticInstance.set_defaultFailedCallback(value); }
EventsWebServices.get_defaultFailedCallback = function() { return EventsWebServices._staticInstance.get_defaultFailedCallback(); }
EventsWebServices.set_path("/WebServices/EventsWebServices.asmx");
EventsWebServices.getEventListForDate= function(date,feedId,onSuccess,onFailed,userContext) {EventsWebServices._staticInstance.getEventListForDate(date,feedId,onSuccess,onFailed,userContext); }
EventsWebServices.getEventListForMonth= function(date,feedId,onSuccess,onFailed,userContext) {EventsWebServices._staticInstance.getEventListForMonth(date,feedId,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('DocCom.DocComWeb.Application.Repository');
if (typeof(DocCom.DocComWeb.Application.Repository.EventShortItem) === 'undefined') {
DocCom.DocComWeb.Application.Repository.EventShortItem=gtc("DocCom.DocComWeb.Application.Repository.EventShortItem");
DocCom.DocComWeb.Application.Repository.EventShortItem.registerClass('DocCom.DocComWeb.Application.Repository.EventShortItem');
}
