if(typeof Webscene == "undefined") Webscene={};
if(typeof Webscene.UI == "undefined") Webscene.UI={};
if(typeof Webscene.UI.WIE == "undefined") Webscene.UI.WIE={};
Webscene.UI.WIE_class = function() {};
Object.extend(Webscene.UI.WIE_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetUL: function(clientId, sessionId, nodeId, userId, showDetailInfo) {
		return this.invoke("GetUL", {"clientId":clientId, "sessionId":sessionId, "nodeId":nodeId, "userId":userId, "showDetailInfo":showDetailInfo}, this.GetUL.getArguments().slice(5));
	},
	GetML: function(clientId, sessionId, nodeId, locationType, pageNumber, contentRelationTypeId, maxLevel, showDetailInfo) {
		return this.invoke("GetML", {"clientId":clientId, "sessionId":sessionId, "nodeId":nodeId, "locationType":locationType, "pageNumber":pageNumber, "contentRelationTypeId":contentRelationTypeId, "maxLevel":maxLevel, "showDetailInfo":showDetailInfo}, this.GetML.getArguments().slice(8));
	},
	url: '/ajaxpro/Webscene.UI.WIE,Webscene.UI.ashx'
}));
Webscene.UI.WIE = new Webscene.UI.WIE_class();

