Type.registerNamespace('KA');
KA.MCWebService=function() {
KA.MCWebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
KA.MCWebService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return KA.MCWebService._staticInstance.get_path();},
GetZoektermen:function(prefixText,count,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</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(), 'GetZoektermen',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetLinkOnderwerpen:function(prefixText,count,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</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(), 'GetLinkOnderwerpen',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetHomepageItems:function(domeinID,doelgroepID,succeededCallback, failedCallback, userContext) {
/// <param name="domeinID" type="String">System.String</param>
/// <param name="doelgroepID" 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(), 'GetHomepageItems',false,{domeinID:domeinID,doelgroepID:doelgroepID},succeededCallback,failedCallback,userContext); },
GetAlgemener:function(Onderwerp_ID,domeinID,doelgroepID,succeededCallback, failedCallback, userContext) {
/// <param name="Onderwerp_ID" type="Number">System.Int32</param>
/// <param name="domeinID" type="String">System.String</param>
/// <param name="doelgroepID" 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(), 'GetAlgemener',false,{Onderwerp_ID:Onderwerp_ID,domeinID:domeinID,doelgroepID:doelgroepID},succeededCallback,failedCallback,userContext); },
GetSpecifieker:function(Onderwerp_ID,domeinID,doelgroepID,succeededCallback, failedCallback, userContext) {
/// <param name="Onderwerp_ID" type="Number">System.Int32</param>
/// <param name="domeinID" type="String">System.String</param>
/// <param name="doelgroepID" 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(), 'GetSpecifieker',false,{Onderwerp_ID:Onderwerp_ID,domeinID:domeinID,doelgroepID:doelgroepID},succeededCallback,failedCallback,userContext); },
GetZieOok:function(Onderwerp_ID,domeinID,doelgroepID,succeededCallback, failedCallback, userContext) {
/// <param name="Onderwerp_ID" type="Number">System.Int32</param>
/// <param name="domeinID" type="String">System.String</param>
/// <param name="doelgroepID" 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(), 'GetZieOok',false,{Onderwerp_ID:Onderwerp_ID,domeinID:domeinID,doelgroepID:doelgroepID},succeededCallback,failedCallback,userContext); },
GetGerelateerd:function(Onderwerp_ID,domeinID,doelgroepID,succeededCallback, failedCallback, userContext) {
/// <param name="Onderwerp_ID" type="Number">System.Int32</param>
/// <param name="domeinID" type="String">System.String</param>
/// <param name="doelgroepID" 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(), 'GetGerelateerd',false,{Onderwerp_ID:Onderwerp_ID,domeinID:domeinID,doelgroepID:doelgroepID},succeededCallback,failedCallback,userContext); },
GetNewsItems:function(prefixText,count,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</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(), 'GetNewsItems',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); }}
KA.MCWebService.registerClass('KA.MCWebService',Sys.Net.WebServiceProxy);
KA.MCWebService._staticInstance = new KA.MCWebService();
KA.MCWebService.set_path = function(value) {
KA.MCWebService._staticInstance.set_path(value); }
KA.MCWebService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return KA.MCWebService._staticInstance.get_path();}
KA.MCWebService.set_timeout = function(value) {
KA.MCWebService._staticInstance.set_timeout(value); }
KA.MCWebService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return KA.MCWebService._staticInstance.get_timeout(); }
KA.MCWebService.set_defaultUserContext = function(value) { 
KA.MCWebService._staticInstance.set_defaultUserContext(value); }
KA.MCWebService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return KA.MCWebService._staticInstance.get_defaultUserContext(); }
KA.MCWebService.set_defaultSucceededCallback = function(value) { 
 KA.MCWebService._staticInstance.set_defaultSucceededCallback(value); }
KA.MCWebService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return KA.MCWebService._staticInstance.get_defaultSucceededCallback(); }
KA.MCWebService.set_defaultFailedCallback = function(value) { 
KA.MCWebService._staticInstance.set_defaultFailedCallback(value); }
KA.MCWebService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return KA.MCWebService._staticInstance.get_defaultFailedCallback(); }
KA.MCWebService.set_path("/MCWebService.asmx");
KA.MCWebService.GetZoektermen= function(prefixText,count,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</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>
KA.MCWebService._staticInstance.GetZoektermen(prefixText,count,onSuccess,onFailed,userContext); }
KA.MCWebService.GetLinkOnderwerpen= function(prefixText,count,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</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>
KA.MCWebService._staticInstance.GetLinkOnderwerpen(prefixText,count,onSuccess,onFailed,userContext); }
KA.MCWebService.GetHomepageItems= function(domeinID,doelgroepID,onSuccess,onFailed,userContext) {
/// <param name="domeinID" type="String">System.String</param>
/// <param name="doelgroepID" 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>
KA.MCWebService._staticInstance.GetHomepageItems(domeinID,doelgroepID,onSuccess,onFailed,userContext); }
KA.MCWebService.GetAlgemener= function(Onderwerp_ID,domeinID,doelgroepID,onSuccess,onFailed,userContext) {
/// <param name="Onderwerp_ID" type="Number">System.Int32</param>
/// <param name="domeinID" type="String">System.String</param>
/// <param name="doelgroepID" 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>
KA.MCWebService._staticInstance.GetAlgemener(Onderwerp_ID,domeinID,doelgroepID,onSuccess,onFailed,userContext); }
KA.MCWebService.GetSpecifieker= function(Onderwerp_ID,domeinID,doelgroepID,onSuccess,onFailed,userContext) {
/// <param name="Onderwerp_ID" type="Number">System.Int32</param>
/// <param name="domeinID" type="String">System.String</param>
/// <param name="doelgroepID" 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>
KA.MCWebService._staticInstance.GetSpecifieker(Onderwerp_ID,domeinID,doelgroepID,onSuccess,onFailed,userContext); }
KA.MCWebService.GetZieOok= function(Onderwerp_ID,domeinID,doelgroepID,onSuccess,onFailed,userContext) {
/// <param name="Onderwerp_ID" type="Number">System.Int32</param>
/// <param name="domeinID" type="String">System.String</param>
/// <param name="doelgroepID" 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>
KA.MCWebService._staticInstance.GetZieOok(Onderwerp_ID,domeinID,doelgroepID,onSuccess,onFailed,userContext); }
KA.MCWebService.GetGerelateerd= function(Onderwerp_ID,domeinID,doelgroepID,onSuccess,onFailed,userContext) {
/// <param name="Onderwerp_ID" type="Number">System.Int32</param>
/// <param name="domeinID" type="String">System.String</param>
/// <param name="doelgroepID" 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>
KA.MCWebService._staticInstance.GetGerelateerd(Onderwerp_ID,domeinID,doelgroepID,onSuccess,onFailed,userContext); }
KA.MCWebService.GetNewsItems= function(prefixText,count,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</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>
KA.MCWebService._staticInstance.GetNewsItems(prefixText,count,onSuccess,onFailed,userContext); }
