Type.registerNamespace('ConceptInc.UCDSB.EventCast');
ConceptInc.UCDSB.EventCast.EventCastWebService=function() {
ConceptInc.UCDSB.EventCast.EventCastWebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
ConceptInc.UCDSB.EventCast.EventCastWebService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return ConceptInc.UCDSB.EventCast.EventCastWebService._staticInstance.get_path();},
GetEventCast:function(eventcast_pagenumber,eventcast_perPage,startDate,endDate,key,category,eventCastList,othereventcastList,isFirst,requestUrl,dateType,currentpages,PagesperView,xslt,succeededCallback, failedCallback, userContext) {
/// <param name="eventcast_pagenumber" type="String">System.String</param>
/// <param name="eventcast_perPage" type="String">System.String</param>
/// <param name="startDate" type="String">System.String</param>
/// <param name="endDate" type="String">System.String</param>
/// <param name="key" type="String">System.String</param>
/// <param name="category" type="String">System.String</param>
/// <param name="eventCastList" type="String">System.String</param>
/// <param name="othereventcastList" type="String">System.String</param>
/// <param name="isFirst" type="String">System.String</param>
/// <param name="requestUrl" type="String">System.String</param>
/// <param name="dateType" type="String">System.String</param>
/// <param name="currentpages" type="String">System.String</param>
/// <param name="PagesperView" type="String">System.String</param>
/// <param name="xslt" 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(), 'GetEventCast',false,{eventcast_pagenumber:eventcast_pagenumber,eventcast_perPage:eventcast_perPage,startDate:startDate,endDate:endDate,key:key,category:category,eventCastList:eventCastList,othereventcastList:othereventcastList,isFirst:isFirst,requestUrl:requestUrl,dateType:dateType,currentpages:currentpages,PagesperView:PagesperView,xslt:xslt},succeededCallback,failedCallback,userContext); },
HelloWord: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(), 'HelloWord',false,{},succeededCallback,failedCallback,userContext); },
GetCategory:function(url,succeededCallback, failedCallback, userContext) {
/// <param name="url" 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(), 'GetCategory',false,{url:url},succeededCallback,failedCallback,userContext); },
GetLegend: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(), 'GetLegend',false,{},succeededCallback,failedCallback,userContext); },
GetCalendarDate:function(date,xslturl,listurl,index,count,key,category,currentweburl,succeededCallback, failedCallback, userContext) {
/// <param name="date" type="String">System.String</param>
/// <param name="xslturl" type="String">System.String</param>
/// <param name="listurl" type="String">System.String</param>
/// <param name="index" type="String">System.String</param>
/// <param name="count" type="String">System.String</param>
/// <param name="key" type="String">System.String</param>
/// <param name="category" type="String">System.String</param>
/// <param name="currentweburl" 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(), 'GetCalendarDate',false,{date:date,xslturl:xslturl,listurl:listurl,index:index,count:count,key:key,category:category,currentweburl:currentweburl},succeededCallback,failedCallback,userContext); },
GetComplexCalendarDate:function(beginDates,tabdays,xslturl,listurl,index,count,key,category,currentweburl,succeededCallback, failedCallback, userContext) {
/// <param name="beginDates" type="String">System.String</param>
/// <param name="tabdays" type="String">System.String</param>
/// <param name="xslturl" type="String">System.String</param>
/// <param name="listurl" type="String">System.String</param>
/// <param name="index" type="String">System.String</param>
/// <param name="count" type="String">System.String</param>
/// <param name="key" type="String">System.String</param>
/// <param name="category" type="String">System.String</param>
/// <param name="currentweburl" 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(), 'GetComplexCalendarDate',false,{beginDates:beginDates,tabdays:tabdays,xslturl:xslturl,listurl:listurl,index:index,count:count,key:key,category:category,currentweburl:currentweburl},succeededCallback,failedCallback,userContext); }}
ConceptInc.UCDSB.EventCast.EventCastWebService.registerClass('ConceptInc.UCDSB.EventCast.EventCastWebService',Sys.Net.WebServiceProxy);
ConceptInc.UCDSB.EventCast.EventCastWebService._staticInstance = new ConceptInc.UCDSB.EventCast.EventCastWebService();
ConceptInc.UCDSB.EventCast.EventCastWebService.set_path = function(value) {
ConceptInc.UCDSB.EventCast.EventCastWebService._staticInstance.set_path(value); }
ConceptInc.UCDSB.EventCast.EventCastWebService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return ConceptInc.UCDSB.EventCast.EventCastWebService._staticInstance.get_path();}
ConceptInc.UCDSB.EventCast.EventCastWebService.set_timeout = function(value) {
ConceptInc.UCDSB.EventCast.EventCastWebService._staticInstance.set_timeout(value); }
ConceptInc.UCDSB.EventCast.EventCastWebService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return ConceptInc.UCDSB.EventCast.EventCastWebService._staticInstance.get_timeout(); }
ConceptInc.UCDSB.EventCast.EventCastWebService.set_defaultUserContext = function(value) { 
ConceptInc.UCDSB.EventCast.EventCastWebService._staticInstance.set_defaultUserContext(value); }
ConceptInc.UCDSB.EventCast.EventCastWebService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return ConceptInc.UCDSB.EventCast.EventCastWebService._staticInstance.get_defaultUserContext(); }
ConceptInc.UCDSB.EventCast.EventCastWebService.set_defaultSucceededCallback = function(value) { 
 ConceptInc.UCDSB.EventCast.EventCastWebService._staticInstance.set_defaultSucceededCallback(value); }
ConceptInc.UCDSB.EventCast.EventCastWebService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return ConceptInc.UCDSB.EventCast.EventCastWebService._staticInstance.get_defaultSucceededCallback(); }
ConceptInc.UCDSB.EventCast.EventCastWebService.set_defaultFailedCallback = function(value) { 
ConceptInc.UCDSB.EventCast.EventCastWebService._staticInstance.set_defaultFailedCallback(value); }
ConceptInc.UCDSB.EventCast.EventCastWebService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return ConceptInc.UCDSB.EventCast.EventCastWebService._staticInstance.get_defaultFailedCallback(); }
ConceptInc.UCDSB.EventCast.EventCastWebService.set_path("/_layouts/ConceptInc/UCDSB/EventcastResource/WebService/eventcastService.asmx");
ConceptInc.UCDSB.EventCast.EventCastWebService.GetEventCast= function(eventcast_pagenumber,eventcast_perPage,startDate,endDate,key,category,eventCastList,othereventcastList,isFirst,requestUrl,dateType,currentpages,PagesperView,xslt,onSuccess,onFailed,userContext) {
/// <param name="eventcast_pagenumber" type="String">System.String</param>
/// <param name="eventcast_perPage" type="String">System.String</param>
/// <param name="startDate" type="String">System.String</param>
/// <param name="endDate" type="String">System.String</param>
/// <param name="key" type="String">System.String</param>
/// <param name="category" type="String">System.String</param>
/// <param name="eventCastList" type="String">System.String</param>
/// <param name="othereventcastList" type="String">System.String</param>
/// <param name="isFirst" type="String">System.String</param>
/// <param name="requestUrl" type="String">System.String</param>
/// <param name="dateType" type="String">System.String</param>
/// <param name="currentpages" type="String">System.String</param>
/// <param name="PagesperView" type="String">System.String</param>
/// <param name="xslt" 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>
ConceptInc.UCDSB.EventCast.EventCastWebService._staticInstance.GetEventCast(eventcast_pagenumber,eventcast_perPage,startDate,endDate,key,category,eventCastList,othereventcastList,isFirst,requestUrl,dateType,currentpages,PagesperView,xslt,onSuccess,onFailed,userContext); }
ConceptInc.UCDSB.EventCast.EventCastWebService.HelloWord= 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>
ConceptInc.UCDSB.EventCast.EventCastWebService._staticInstance.HelloWord(onSuccess,onFailed,userContext); }
ConceptInc.UCDSB.EventCast.EventCastWebService.GetCategory= function(url,onSuccess,onFailed,userContext) {
/// <param name="url" 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>
ConceptInc.UCDSB.EventCast.EventCastWebService._staticInstance.GetCategory(url,onSuccess,onFailed,userContext); }
ConceptInc.UCDSB.EventCast.EventCastWebService.GetLegend= 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>
ConceptInc.UCDSB.EventCast.EventCastWebService._staticInstance.GetLegend(onSuccess,onFailed,userContext); }
ConceptInc.UCDSB.EventCast.EventCastWebService.GetCalendarDate= function(date,xslturl,listurl,index,count,key,category,currentweburl,onSuccess,onFailed,userContext) {
/// <param name="date" type="String">System.String</param>
/// <param name="xslturl" type="String">System.String</param>
/// <param name="listurl" type="String">System.String</param>
/// <param name="index" type="String">System.String</param>
/// <param name="count" type="String">System.String</param>
/// <param name="key" type="String">System.String</param>
/// <param name="category" type="String">System.String</param>
/// <param name="currentweburl" 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>
ConceptInc.UCDSB.EventCast.EventCastWebService._staticInstance.GetCalendarDate(date,xslturl,listurl,index,count,key,category,currentweburl,onSuccess,onFailed,userContext); }
ConceptInc.UCDSB.EventCast.EventCastWebService.GetComplexCalendarDate= function(beginDates,tabdays,xslturl,listurl,index,count,key,category,currentweburl,onSuccess,onFailed,userContext) {
/// <param name="beginDates" type="String">System.String</param>
/// <param name="tabdays" type="String">System.String</param>
/// <param name="xslturl" type="String">System.String</param>
/// <param name="listurl" type="String">System.String</param>
/// <param name="index" type="String">System.String</param>
/// <param name="count" type="String">System.String</param>
/// <param name="key" type="String">System.String</param>
/// <param name="category" type="String">System.String</param>
/// <param name="currentweburl" 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>
ConceptInc.UCDSB.EventCast.EventCastWebService._staticInstance.GetComplexCalendarDate(beginDates,tabdays,xslturl,listurl,index,count,key,category,currentweburl,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('System.Data');
if (typeof(System.Data.DataTable) === 'undefined') {
System.Data.DataTable=gtc("System.Data.DataTable");
System.Data.DataTable.registerClass('System.Data.DataTable');
}

