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.SeminarSearchConditionPanel == "undefined") Intelligence.News.Front.Common.View.SeminarSearchConditionPanel={};
Intelligence.News.Front.Common.View.SeminarSearchConditionPanel_class = function() {};
Object.extend(Intelligence.News.Front.Common.View.SeminarSearchConditionPanel_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));
	},
	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));
	},
	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));
	},
	CloseOccupation: function() {
		return this.invoke("CloseOccupation", {}, this.CloseOccupation.getArguments().slice(0));
	},
	CloseArea: function() {
		return this.invoke("CloseArea", {}, this.CloseArea.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));
	},
	url: '/FRONT/ajaxpro/Intelligence.News.Front.Common.View.SeminarSearchConditionPanel,Front.ashx'
}));
Intelligence.News.Front.Common.View.SeminarSearchConditionPanel = new Intelligence.News.Front.Common.View.SeminarSearchConditionPanel_class();


