addNamespace("Localmation.CRM.Components.BusApp.LocalmationApp.DirectoryContentAdmin");
Localmation.CRM.Components.BusApp.LocalmationApp.DirectoryContentAdmin.DirectoryContentAdmin_class = Class.create();
Object.extend(Localmation.CRM.Components.BusApp.LocalmationApp.DirectoryContentAdmin.DirectoryContentAdmin_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDirectoryContent: function(DirID) {
		return this.invoke("GetDirectoryContent", {"DirID":DirID}, this.GetDirectoryContent.getArguments().slice(1));
	},
	GetIndexDirectoryDetail: function(DirID, AreaCode, LayerId, Path_IdStr, DirTitle, Url) {
		return this.invoke("GetIndexDirectoryDetail", {"DirID":DirID, "AreaCode":AreaCode, "LayerId":LayerId, "Path_IdStr":Path_IdStr, "DirTitle":DirTitle, "Url":Url}, this.GetIndexDirectoryDetail.getArguments().slice(6));
	},
	GetDirectoryNameByPathIDStr: function(PathIDStr, AreaCode, IsSystemDir) {
		return this.invoke("GetDirectoryNameByPathIDStr", {"PathIDStr":PathIDStr, "AreaCode":AreaCode, "IsSystemDir":IsSystemDir}, this.GetDirectoryNameByPathIDStr.getArguments().slice(3));
	},
	GetTreeBaseInfo: function(AreaCode, LayerId) {
		return this.invoke("GetTreeBaseInfo", {"AreaCode":AreaCode, "LayerId":LayerId}, this.GetTreeBaseInfo.getArguments().slice(2));
	},
	initialize: function() {
		this.url = '/ajaxpro/Localmation.CRM.Components.BusApp.LocalmationApp.DirectoryContentAdmin.DirectoryContentAdmin,EesyWeb.Components.ashx';
	}
}));
Localmation.CRM.Components.BusApp.LocalmationApp.DirectoryContentAdmin.DirectoryContentAdmin = new Localmation.CRM.Components.BusApp.LocalmationApp.DirectoryContentAdmin.DirectoryContentAdmin_class();


