if(typeof Intelligence == "undefined") Intelligence={};
if(typeof Intelligence.News == "undefined") Intelligence.News={};
if(typeof Intelligence.News.Front == "undefined") Intelligence.News.Front={};
if(typeof Intelligence.News.Front.Common == "undefined") Intelligence.News.Front.Common={};
if(typeof Intelligence.News.Front.Common.View == "undefined") Intelligence.News.Front.Common.View={};
if(typeof Intelligence.News.Front.Common.View.SearchConditionPanel == "undefined") Intelligence.News.Front.Common.View.SearchConditionPanel={};
Intelligence.News.Front.Common.View.SearchConditionPanel_class = function() {};
Object.extend(Intelligence.News.Front.Common.View.SearchConditionPanel_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	IsSessionState: function() {
		return this.invoke("IsSessionState", {}, this.IsSessionState.getArguments().slice(0));
	},
	CreateOccupationSession: function() {
		return this.invoke("CreateOccupationSession", {}, this.CreateOccupationSession.getArguments().slice(0));
	},
	CreateAreaSession: function() {
		return this.invoke("CreateAreaSession", {}, this.CreateAreaSession.getArguments().slice(0));
	},
	CreateIndustrySession: function() {
		return this.invoke("CreateIndustrySession", {}, this.CreateIndustrySession.getArguments().slice(0));
	},
	GetOccupationLHtml: function() {
		return this.invoke("GetOccupationLHtml", {}, this.GetOccupationLHtml.getArguments().slice(0));
	},
	GetOccupationForLayerHtml: function(ocs, ocd, param) {
		return this.invoke("GetOccupationForLayerHtml", {"ocs":ocs, "ocd":ocd, "param":param}, this.GetOccupationForLayerHtml.getArguments().slice(3));
	},
	GetAreaHtml: function() {
		return this.invoke("GetAreaHtml", {}, this.GetAreaHtml.getArguments().slice(0));
	},
	GetIndustryHtml: function() {
		return this.invoke("GetIndustryHtml", {}, this.GetIndustryHtml.getArguments().slice(0));
	},
	AddOccupation: function(ocs, ocd) {
		return this.invoke("AddOccupation", {"ocs":ocs, "ocd":ocd}, this.AddOccupation.getArguments().slice(2));
	},
	AddArea: function(ars, ard, prs, prd) {
		return this.invoke("AddArea", {"ars":ars, "ard":ard, "prs":prs, "prd":prd}, this.AddArea.getArguments().slice(4));
	},
	AddIndustry: function(ins, ind) {
		return this.invoke("AddIndustry", {"ins":ins, "ind":ind}, this.AddIndustry.getArguments().slice(2));
	},
	CloseOccupation: function() {
		return this.invoke("CloseOccupation", {}, this.CloseOccupation.getArguments().slice(0));
	},
	CloseArea: function() {
		return this.invoke("CloseArea", {}, this.CloseArea.getArguments().slice(0));
	},
	CloseIndustry: function() {
		return this.invoke("CloseIndustry", {}, this.CloseIndustry.getArguments().slice(0));
	},
	GetDisplayOccupationName: function() {
		return this.invoke("GetDisplayOccupationName", {}, this.GetDisplayOccupationName.getArguments().slice(0));
	},
	GetDisplayAreaName: function() {
		return this.invoke("GetDisplayAreaName", {}, this.GetDisplayAreaName.getArguments().slice(0));
	},
	GetDisplayIndustoryName: function() {
		return this.invoke("GetDisplayIndustoryName", {}, this.GetDisplayIndustoryName.getArguments().slice(0));
	},
	url: '/FRONT/ajaxpro/Intelligence.News.Front.Common.View.SearchConditionPanel,Front.ashx'
}));
Intelligence.News.Front.Common.View.SearchConditionPanel = new Intelligence.News.Front.Common.View.SearchConditionPanel_class();


