if(typeof Webscene == "undefined") Webscene={};
if(typeof Webscene.UI == "undefined") Webscene.UI={};
if(typeof Webscene.UI.BC == "undefined") Webscene.UI.BC={};
Webscene.UI.BC_class = function() {};
Object.extend(Webscene.UI.BC_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoadItem: function(clientId, sessionId, nodeId, contentId, showProfilePictures, showSignatures, showRating, showIsNotOK, showFullText, showFullReactions, showBackButton, skinName, reactionsOpen, allowImagesInContent, blogItemOnClickType, showLinkToGoogleMaps, showText, showActions, showPlace, showReactionHeader) {
		return this.invoke("LoadItem", {"clientId":clientId, "sessionId":sessionId, "nodeId":nodeId, "contentId":contentId, "showProfilePictures":showProfilePictures, "showSignatures":showSignatures, "showRating":showRating, "showIsNotOK":showIsNotOK, "showFullText":showFullText, "showFullReactions":showFullReactions, "showBackButton":showBackButton, "skinName":skinName, "reactionsOpen":reactionsOpen, "allowImagesInContent":allowImagesInContent, "blogItemOnClickType":blogItemOnClickType, "showLinkToGoogleMaps":showLinkToGoogleMaps, "showText":showText, "showActions":showActions, "showPlace":showPlace, "showReactionHeader":showReactionHeader}, this.LoadItem.getArguments().slice(20));
	},
	LoadItems: function(clientId, sessionId, nodeId, categoryId, searchString, pageNumber, pageSize, showProfilePictures, contentId, showSignatures, showRating, showIsNotOK, showPaging, showFullText, showFullReactions, languageId, skinName, reactionsOpen, allowImagesInContent, blogItemOnClickType, showLinkToGoogleMaps, showText, showActions, showPlace, showReactionHeader) {
		return this.invoke("LoadItems", {"clientId":clientId, "sessionId":sessionId, "nodeId":nodeId, "categoryId":categoryId, "searchString":searchString, "pageNumber":pageNumber, "pageSize":pageSize, "showProfilePictures":showProfilePictures, "contentId":contentId, "showSignatures":showSignatures, "showRating":showRating, "showIsNotOK":showIsNotOK, "showPaging":showPaging, "showFullText":showFullText, "showFullReactions":showFullReactions, "languageId":languageId, "skinName":skinName, "reactionsOpen":reactionsOpen, "allowImagesInContent":allowImagesInContent, "blogItemOnClickType":blogItemOnClickType, "showLinkToGoogleMaps":showLinkToGoogleMaps, "showText":showText, "showActions":showActions, "showPlace":showPlace, "showReactionHeader":showReactionHeader}, this.LoadItems.getArguments().slice(25));
	},
	LoadBE: function(clientId, sessionId, nodeId, contentId, allowTextEditorOnPublicNode, textBoxNumberOfRows, textBoxNumberOfColumns) {
		return this.invoke("LoadBE", {"clientId":clientId, "sessionId":sessionId, "nodeId":nodeId, "contentId":contentId, "allowTextEditorOnPublicNode":allowTextEditorOnPublicNode, "textBoxNumberOfRows":textBoxNumberOfRows, "textBoxNumberOfColumns":textBoxNumberOfColumns}, this.LoadBE.getArguments().slice(7));
	},
	Update: function(clientId, sessionId, nodeId, contentId, categoryId, title, text, language, locationId, d, m, y) {
		return this.invoke("Update", {"clientId":clientId, "sessionId":sessionId, "nodeId":nodeId, "contentId":contentId, "categoryId":categoryId, "title":title, "text":text, "language":language, "locationId":locationId, "d":d, "m":m, "y":y}, this.Update.getArguments().slice(12));
	},
	Delete: function(clientId, sessionId, nodeId, contentId) {
		return this.invoke("Delete", {"clientId":clientId, "sessionId":sessionId, "nodeId":nodeId, "contentId":contentId}, this.Delete.getArguments().slice(4));
	},
	NotOK: function(clientId, sessionId, nodeId, contentId) {
		return this.invoke("NotOK", {"clientId":clientId, "sessionId":sessionId, "nodeId":nodeId, "contentId":contentId}, this.NotOK.getArguments().slice(4));
	},
	url: '/ajaxpro/Webscene.UI.BC,Webscene.UI.ashx'
}));
Webscene.UI.BC = new Webscene.UI.BC_class();


