Type.registerNamespace('Ujc.WebService');
Ujc.WebService.CalendarEventWebService=function() {
Ujc.WebService.CalendarEventWebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Ujc.WebService.CalendarEventWebService.prototype={
GetLocationList:function(FedID,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'GetLocationList',false,{FedID:FedID},succeededCallback,failedCallback,userContext); },
GetGlobalLocationList:function(FedID,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'GetGlobalLocationList',false,{FedID:FedID},succeededCallback,failedCallback,userContext); },
SaveLocationToPublicList:function(cl,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'SaveLocationToPublicList',false,{cl:cl},succeededCallback,failedCallback,userContext); },
LoadLocationById:function(locationid,flag,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'LoadLocationById',false,{locationid:locationid,flag:flag},succeededCallback,failedCallback,userContext); },
GetContactList:function(FedID,UserID,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'GetContactList',false,{FedID:FedID,UserID:UserID},succeededCallback,failedCallback,userContext); },
LoadContactById:function(locationid,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'LoadContactById',false,{locationid:locationid},succeededCallback,failedCallback,userContext); },
SaveContactToPublicList:function(cc,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'SaveContactToPublicList',false,{cc:cc},succeededCallback,failedCallback,userContext); },
DeleteContactById:function(contactid,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'DeleteContactById',false,{contactid:contactid},succeededCallback,failedCallback,userContext); },
SaveEvent:function(ce,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'SaveEvent',false,{ce:ce},succeededCallback,failedCallback,userContext); },
SaveRecurrence:function(cr,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'SaveRecurrence',false,{cr:cr},succeededCallback,failedCallback,userContext); },
SaveRecurrenceEvents:function(ce,cr,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'SaveRecurrenceEvents',false,{ce:ce,cr:cr},succeededCallback,failedCallback,userContext); },
SaveCats:function(ce,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'SaveCats',false,{ce:ce},succeededCallback,failedCallback,userContext); },
RemoveRecurrence:function(ce,cr,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'RemoveRecurrence',false,{ce:ce,cr:cr},succeededCallback,failedCallback,userContext); },
GetEventById:function(eventid,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'GetEventById',false,{eventid:eventid},succeededCallback,failedCallback,userContext); },
GetRecurrenceEventById:function(RecuEventId,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'GetRecurrenceEventById',false,{RecuEventId:RecuEventId},succeededCallback,failedCallback,userContext); },
DeleteEventById:function(eventid,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'DeleteEventById',false,{eventid:eventid},succeededCallback,failedCallback,userContext); },
DeleteEventByRecuId:function(recuid,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'DeleteEventByRecuId',false,{recuid:recuid},succeededCallback,failedCallback,userContext); },
DuplicateEventById:function(eventid,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'DuplicateEventById',false,{eventid:eventid},succeededCallback,failedCallback,userContext); },
DuplicateEventByRecuId:function(recuid,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'DuplicateEventByRecuId',false,{recuid:recuid},succeededCallback,failedCallback,userContext); },
CheckAlertDisable:function(calendarid,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'CheckAlertDisable',false,{calendarid:calendarid},succeededCallback,failedCallback,userContext); },
GetAlertEmails:function(calendarid,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'GetAlertEmails',false,{calendarid:calendarid},succeededCallback,failedCallback,userContext); },
SendAdminEmail:function(ce,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'SendAdminEmail',false,{ce:ce},succeededCallback,failedCallback,userContext); },
GetPAOrganization:function(userId,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'GetPAOrganization',false,{userId:userId},succeededCallback,failedCallback,userContext); },
CheckPAEvent:function(userid,eventid,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'CheckPAEvent',false,{userid:userid,eventid:eventid},succeededCallback,failedCallback,userContext); },
GetCalendarSuggest:function(filterid,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'GetCalendarSuggest',false,{filterid:filterid},succeededCallback,failedCallback,userContext); },
GetCalendarSuggestScratch:function(filterid,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'GetCalendarSuggestScratch',false,{filterid:filterid},succeededCallback,failedCallback,userContext); },
SaveCalendarSuggest:function(cs,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'SaveCalendarSuggest',false,{cs:cs},succeededCallback,failedCallback,userContext); },
SaveCalendarSuggestScratch:function(cs,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'SaveCalendarSuggestScratch',false,{cs:cs},succeededCallback,failedCallback,userContext); },
GetCalendarId:function(filterid,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'GetCalendarId',false,{filterid:filterid},succeededCallback,failedCallback,userContext); },
GetCalendarCategories:function(FedID,CalID,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'GetCalendarCategories',false,{FedID:FedID,CalID:CalID},succeededCallback,failedCallback,userContext); },
GetCalendarOrganizations:function(FedID,CalID,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'GetCalendarOrganizations',false,{FedID:FedID,CalID:CalID},succeededCallback,failedCallback,userContext); },
GetCalendarInterests:function(FedID,CalID,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'GetCalendarInterests',false,{FedID:FedID,CalID:CalID},succeededCallback,failedCallback,userContext); },
GetCalendarUserGroups:function(FedID,CalID,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'GetCalendarUserGroups',false,{FedID:FedID,CalID:CalID},succeededCallback,failedCallback,userContext); },
GetEventsByCalIdCategoryId:function(CalID,CategoryId,OrgIds,IntsIds,UserGrpsIds,displayType,TypeFlag,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'GetEventsByCalIdCategoryId',false,{CalID:CalID,CategoryId:CategoryId,OrgIds:OrgIds,IntsIds:IntsIds,UserGrpsIds:UserGrpsIds,displayType:displayType,TypeFlag:TypeFlag},succeededCallback,failedCallback,userContext); },
ConvertGetEventsByCalIDCategoryId:function(CalID,CategoryId,OrgIds,IntsIds,UserGrpsIds,TypeFlag,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'ConvertGetEventsByCalIDCategoryId',false,{CalID:CalID,CategoryId:CategoryId,OrgIds:OrgIds,IntsIds:IntsIds,UserGrpsIds:UserGrpsIds,TypeFlag:TypeFlag},succeededCallback,failedCallback,userContext); },
GetEventsByCalendarFilterId:function(CalID,TypeFlag,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'GetEventsByCalendarFilterId',false,{CalID:CalID,TypeFlag:TypeFlag},succeededCallback,failedCallback,userContext); },
ConvertGetAllEventsByCalIDCategoryId:function(CalID,TypeFlag,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'ConvertGetAllEventsByCalIDCategoryId',false,{CalID:CalID,TypeFlag:TypeFlag},succeededCallback,failedCallback,userContext); },
GetEventsByCatId:function(fedid,catid,catname,parameters,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'GetEventsByCatId',false,{fedid:fedid,catid:catid,catname:catname,parameters:parameters},succeededCallback,failedCallback,userContext); },
SendPAEmail:function(ce,pending,isedit,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'SendPAEmail',false,{ce:ce,pending:pending,isedit:isedit},succeededCallback,failedCallback,userContext); },
SendApproveEmail:function(suggesteremial,title,createdate,eventid,succeededCallback, failedCallback, userContext) {
return this._invoke(Ujc.WebService.CalendarEventWebService.get_path(), 'SendApproveEmail',false,{suggesteremial:suggesteremial,title:title,createdate:createdate,eventid:eventid},succeededCallback,failedCallback,userContext); }}
Ujc.WebService.CalendarEventWebService.registerClass('Ujc.WebService.CalendarEventWebService',Sys.Net.WebServiceProxy);
Ujc.WebService.CalendarEventWebService._staticInstance = new Ujc.WebService.CalendarEventWebService();
Ujc.WebService.CalendarEventWebService.set_path = function(value) { Ujc.WebService.CalendarEventWebService._staticInstance._path = value; }
Ujc.WebService.CalendarEventWebService.get_path = function() { return Ujc.WebService.CalendarEventWebService._staticInstance._path; }
Ujc.WebService.CalendarEventWebService.set_timeout = function(value) { Ujc.WebService.CalendarEventWebService._staticInstance._timeout = value; }
Ujc.WebService.CalendarEventWebService.get_timeout = function() { return Ujc.WebService.CalendarEventWebService._staticInstance._timeout; }
Ujc.WebService.CalendarEventWebService.set_defaultUserContext = function(value) { Ujc.WebService.CalendarEventWebService._staticInstance._userContext = value; }
Ujc.WebService.CalendarEventWebService.get_defaultUserContext = function() { return Ujc.WebService.CalendarEventWebService._staticInstance._userContext; }
Ujc.WebService.CalendarEventWebService.set_defaultSucceededCallback = function(value) { Ujc.WebService.CalendarEventWebService._staticInstance._succeeded = value; }
Ujc.WebService.CalendarEventWebService.get_defaultSucceededCallback = function() { return Ujc.WebService.CalendarEventWebService._staticInstance._succeeded; }
Ujc.WebService.CalendarEventWebService.set_defaultFailedCallback = function(value) { Ujc.WebService.CalendarEventWebService._staticInstance._failed = value; }
Ujc.WebService.CalendarEventWebService.get_defaultFailedCallback = function() { return Ujc.WebService.CalendarEventWebService._staticInstance._failed; }
Ujc.WebService.CalendarEventWebService.set_path("/admin/Calendar2/CalendarEventWebService.asmx");
Ujc.WebService.CalendarEventWebService.GetLocationList= function(FedID,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.GetLocationList(FedID,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.GetGlobalLocationList= function(FedID,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.GetGlobalLocationList(FedID,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.SaveLocationToPublicList= function(cl,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.SaveLocationToPublicList(cl,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.LoadLocationById= function(locationid,flag,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.LoadLocationById(locationid,flag,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.GetContactList= function(FedID,UserID,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.GetContactList(FedID,UserID,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.LoadContactById= function(locationid,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.LoadContactById(locationid,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.SaveContactToPublicList= function(cc,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.SaveContactToPublicList(cc,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.DeleteContactById= function(contactid,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.DeleteContactById(contactid,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.SaveEvent= function(ce,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.SaveEvent(ce,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.SaveRecurrence= function(cr,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.SaveRecurrence(cr,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.SaveRecurrenceEvents= function(ce,cr,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.SaveRecurrenceEvents(ce,cr,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.SaveCats= function(ce,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.SaveCats(ce,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.RemoveRecurrence= function(ce,cr,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.RemoveRecurrence(ce,cr,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.GetEventById= function(eventid,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.GetEventById(eventid,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.GetRecurrenceEventById= function(RecuEventId,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.GetRecurrenceEventById(RecuEventId,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.DeleteEventById= function(eventid,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.DeleteEventById(eventid,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.DeleteEventByRecuId= function(recuid,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.DeleteEventByRecuId(recuid,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.DuplicateEventById= function(eventid,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.DuplicateEventById(eventid,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.DuplicateEventByRecuId= function(recuid,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.DuplicateEventByRecuId(recuid,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.CheckAlertDisable= function(calendarid,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.CheckAlertDisable(calendarid,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.GetAlertEmails= function(calendarid,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.GetAlertEmails(calendarid,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.SendAdminEmail= function(ce,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.SendAdminEmail(ce,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.GetPAOrganization= function(userId,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.GetPAOrganization(userId,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.CheckPAEvent= function(userid,eventid,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.CheckPAEvent(userid,eventid,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.GetCalendarSuggest= function(filterid,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.GetCalendarSuggest(filterid,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.GetCalendarSuggestScratch= function(filterid,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.GetCalendarSuggestScratch(filterid,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.SaveCalendarSuggest= function(cs,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.SaveCalendarSuggest(cs,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.SaveCalendarSuggestScratch= function(cs,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.SaveCalendarSuggestScratch(cs,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.GetCalendarId= function(filterid,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.GetCalendarId(filterid,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.GetCalendarCategories= function(FedID,CalID,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.GetCalendarCategories(FedID,CalID,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.GetCalendarOrganizations= function(FedID,CalID,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.GetCalendarOrganizations(FedID,CalID,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.GetCalendarInterests= function(FedID,CalID,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.GetCalendarInterests(FedID,CalID,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.GetCalendarUserGroups= function(FedID,CalID,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.GetCalendarUserGroups(FedID,CalID,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.GetEventsByCalIdCategoryId= function(CalID,CategoryId,OrgIds,IntsIds,UserGrpsIds,displayType,TypeFlag,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.GetEventsByCalIdCategoryId(CalID,CategoryId,OrgIds,IntsIds,UserGrpsIds,displayType,TypeFlag,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.ConvertGetEventsByCalIDCategoryId= function(CalID,CategoryId,OrgIds,IntsIds,UserGrpsIds,TypeFlag,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.ConvertGetEventsByCalIDCategoryId(CalID,CategoryId,OrgIds,IntsIds,UserGrpsIds,TypeFlag,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.GetEventsByCalendarFilterId= function(CalID,TypeFlag,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.GetEventsByCalendarFilterId(CalID,TypeFlag,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.ConvertGetAllEventsByCalIDCategoryId= function(CalID,TypeFlag,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.ConvertGetAllEventsByCalIDCategoryId(CalID,TypeFlag,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.GetEventsByCatId= function(fedid,catid,catname,parameters,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.GetEventsByCatId(fedid,catid,catname,parameters,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.SendPAEmail= function(ce,pending,isedit,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.SendPAEmail(ce,pending,isedit,onSuccess,onFailed,userContext); }
Ujc.WebService.CalendarEventWebService.SendApproveEmail= function(suggesteremial,title,createdate,eventid,onSuccess,onFailed,userContext) {Ujc.WebService.CalendarEventWebService._staticInstance.SendApproveEmail(suggesteremial,title,createdate,eventid,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Ujc.Calendar');
if (typeof(Ujc.Calendar.CalendarEvent) === 'undefined') {
Ujc.Calendar.CalendarEvent=gtc("Ujc.Calendar.CalendarEvent");
Ujc.Calendar.CalendarEvent.registerClass('Ujc.Calendar.CalendarEvent');
}
if (typeof(Ujc.Calendar.CalendarSuggest) === 'undefined') {
Ujc.Calendar.CalendarSuggest=gtc("Ujc.Calendar.CalendarSuggest");
Ujc.Calendar.CalendarSuggest.registerClass('Ujc.Calendar.CalendarSuggest');
}
if (typeof(Ujc.Calendar.CalendarEventLink) === 'undefined') {
Ujc.Calendar.CalendarEventLink=gtc("Ujc.Calendar.CalendarEventLink");
Ujc.Calendar.CalendarEventLink.registerClass('Ujc.Calendar.CalendarEventLink');
}
if (typeof(Ujc.Calendar.CalendarLocation) === 'undefined') {
Ujc.Calendar.CalendarLocation=gtc("Ujc.Calendar.CalendarLocation");
Ujc.Calendar.CalendarLocation.registerClass('Ujc.Calendar.CalendarLocation');
}
Type.registerNamespace('Ujc.Dto');
if (typeof(Ujc.Dto.CalendarCategory) === 'undefined') {
Ujc.Dto.CalendarCategory=gtc("Ujc.Dto.CalendarCategory");
Ujc.Dto.CalendarCategory.registerClass('Ujc.Dto.CalendarCategory');
}
if (typeof(Ujc.Calendar.CalendarOrganization) === 'undefined') {
Ujc.Calendar.CalendarOrganization=gtc("Ujc.Calendar.CalendarOrganization");
Ujc.Calendar.CalendarOrganization.registerClass('Ujc.Calendar.CalendarOrganization');
}
if (typeof(Ujc.Calendar.CalendarInterests) === 'undefined') {
Ujc.Calendar.CalendarInterests=gtc("Ujc.Calendar.CalendarInterests");
Ujc.Calendar.CalendarInterests.registerClass('Ujc.Calendar.CalendarInterests');
}
if (typeof(Ujc.Calendar.CalendarUserGroups) === 'undefined') {
Ujc.Calendar.CalendarUserGroups=gtc("Ujc.Calendar.CalendarUserGroups");
Ujc.Calendar.CalendarUserGroups.registerClass('Ujc.Calendar.CalendarUserGroups');
}
if (typeof(Ujc.Calendar.CalendarEventRecurrence) === 'undefined') {
Ujc.Calendar.CalendarEventRecurrence=gtc("Ujc.Calendar.CalendarEventRecurrence");
Ujc.Calendar.CalendarEventRecurrence.registerClass('Ujc.Calendar.CalendarEventRecurrence');
}
if (typeof(Ujc.Calendar.CalendarContact) === 'undefined') {
Ujc.Calendar.CalendarContact=gtc("Ujc.Calendar.CalendarContact");
Ujc.Calendar.CalendarContact.registerClass('Ujc.Calendar.CalendarContact');
}
if (typeof(ComponentListItem) === 'undefined') {
var ComponentListItem=gtc("ComponentListItem");
ComponentListItem.registerClass('ComponentListItem');
}
if (typeof(Ujc.Dto.SearchParameters) === 'undefined') {
Ujc.Dto.SearchParameters=gtc("Ujc.Dto.SearchParameters");
Ujc.Dto.SearchParameters.registerClass('Ujc.Dto.SearchParameters');
}
if (typeof(Ujc.Calendar.CalendarEventResults) === 'undefined') {
Ujc.Calendar.CalendarEventResults=gtc("Ujc.Calendar.CalendarEventResults");
Ujc.Calendar.CalendarEventResults.registerClass('Ujc.Calendar.CalendarEventResults');
}

