addNamespace("eDirectives.Presentation.Resources.Ajax");
eDirectives.Presentation.Resources.Ajax.AjaxMethods_class = Class.create();
eDirectives.Presentation.Resources.Ajax.AjaxMethods_class.prototype = (new AjaxPro.AjaxClass()).extend({
	getBreadcrumb: function(id) {
		return this.invoke("getBreadcrumb", {"id":id}, this.getBreadcrumb.getArguments().slice(1), "eDirectives.Presentation.Resources.Ajax.AjaxMethods");
	},
	getChildList: function(parentId, level) {
		return this.invoke("getChildList", {"parentId":parentId, "level":level}, this.getChildList.getArguments().slice(2), "eDirectives.Presentation.Resources.Ajax.AjaxMethods");
	},
	getNavList: function() {
		return this.invoke("getNavList", {}, this.getNavList.getArguments().slice(0), "eDirectives.Presentation.Resources.Ajax.AjaxMethods");
	},
	displayDirective: function(id) {
		return this.invoke("displayDirective", {"id":id}, this.displayDirective.getArguments().slice(1), "eDirectives.Presentation.Resources.Ajax.AjaxMethods");
	},
	initialize: function() {
		this.url = '/default.aspx';
	}
});
eDirectives.Presentation.Resources.Ajax.AjaxMethods = new eDirectives.Presentation.Resources.Ajax.AjaxMethods_class();

