Type.registerNamespace('BVRooi.Site.webservices');
BVRooi.Site.webservices.UI=function() {
BVRooi.Site.webservices.UI.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
BVRooi.Site.webservices.UI.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return BVRooi.Site.webservices.UI._staticInstance.get_path();},
InsertReactie:function(artikelID,fotoID,albumID,reactietxt,succeededCallback, failedCallback, userContext) {
/// <param name="artikelID" type="Number">System.Int32</param>
/// <param name="fotoID" type="String">System.String</param>
/// <param name="albumID" type="String">System.String</param>
/// <param name="reactietxt" 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(), 'InsertReactie',false,{artikelID:artikelID,fotoID:fotoID,albumID:albumID,reactietxt:reactietxt},succeededCallback,failedCallback,userContext); },
InsertWUD:function(reactietxt,succeededCallback, failedCallback, userContext) {
/// <param name="reactietxt" 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(), 'InsertWUD',false,{reactietxt:reactietxt},succeededCallback,failedCallback,userContext); },
ToonAlleReacties:function(artikelID,fotoID,succeededCallback, failedCallback, userContext) {
/// <param name="artikelID" type="Number">System.Int32</param>
/// <param name="fotoID" 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(), 'ToonAlleReacties',false,{artikelID:artikelID,fotoID:fotoID},succeededCallback,failedCallback,userContext); }}
BVRooi.Site.webservices.UI.registerClass('BVRooi.Site.webservices.UI',Sys.Net.WebServiceProxy);
BVRooi.Site.webservices.UI._staticInstance = new BVRooi.Site.webservices.UI();
BVRooi.Site.webservices.UI.set_path = function(value) {
BVRooi.Site.webservices.UI._staticInstance.set_path(value); }
BVRooi.Site.webservices.UI.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return BVRooi.Site.webservices.UI._staticInstance.get_path();}
BVRooi.Site.webservices.UI.set_timeout = function(value) {
BVRooi.Site.webservices.UI._staticInstance.set_timeout(value); }
BVRooi.Site.webservices.UI.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return BVRooi.Site.webservices.UI._staticInstance.get_timeout(); }
BVRooi.Site.webservices.UI.set_defaultUserContext = function(value) { 
BVRooi.Site.webservices.UI._staticInstance.set_defaultUserContext(value); }
BVRooi.Site.webservices.UI.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return BVRooi.Site.webservices.UI._staticInstance.get_defaultUserContext(); }
BVRooi.Site.webservices.UI.set_defaultSucceededCallback = function(value) { 
 BVRooi.Site.webservices.UI._staticInstance.set_defaultSucceededCallback(value); }
BVRooi.Site.webservices.UI.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return BVRooi.Site.webservices.UI._staticInstance.get_defaultSucceededCallback(); }
BVRooi.Site.webservices.UI.set_defaultFailedCallback = function(value) { 
BVRooi.Site.webservices.UI._staticInstance.set_defaultFailedCallback(value); }
BVRooi.Site.webservices.UI.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return BVRooi.Site.webservices.UI._staticInstance.get_defaultFailedCallback(); }
BVRooi.Site.webservices.UI.set_path("/webservices/UI.asmx");
BVRooi.Site.webservices.UI.InsertReactie= function(artikelID,fotoID,albumID,reactietxt,onSuccess,onFailed,userContext) {
/// <param name="artikelID" type="Number">System.Int32</param>
/// <param name="fotoID" type="String">System.String</param>
/// <param name="albumID" type="String">System.String</param>
/// <param name="reactietxt" 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>
BVRooi.Site.webservices.UI._staticInstance.InsertReactie(artikelID,fotoID,albumID,reactietxt,onSuccess,onFailed,userContext); }
BVRooi.Site.webservices.UI.InsertWUD= function(reactietxt,onSuccess,onFailed,userContext) {
/// <param name="reactietxt" 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>
BVRooi.Site.webservices.UI._staticInstance.InsertWUD(reactietxt,onSuccess,onFailed,userContext); }
BVRooi.Site.webservices.UI.ToonAlleReacties= function(artikelID,fotoID,onSuccess,onFailed,userContext) {
/// <param name="artikelID" type="Number">System.Int32</param>
/// <param name="fotoID" 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>
BVRooi.Site.webservices.UI._staticInstance.ToonAlleReacties(artikelID,fotoID,onSuccess,onFailed,userContext); }

