addNamespace("Luoker.Components.BusAppOrEntity.Agent");
Luoker.Components.BusAppOrEntity.Agent.Agent_App_class = Class.create();
Object.extend(Luoker.Components.BusAppOrEntity.Agent.Agent_App_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Agent_ApplyExists: function(LocalmationID, AreaCode) {
		return this.invoke("Agent_ApplyExists", {"LocalmationID":LocalmationID, "AreaCode":AreaCode}, this.Agent_ApplyExists.getArguments().slice(2));
	},
	Agent_Exists: function(AreaCode) {
		return this.invoke("Agent_Exists", {"AreaCode":AreaCode}, this.Agent_Exists.getArguments().slice(1));
	},
	ResonOtherExists: function(Reson) {
		return this.invoke("ResonOtherExists", {"Reson":Reson}, this.ResonOtherExists.getArguments().slice(1));
	},
	OtherAgentPassExistsChk: function(LocalmationID, AreaCode) {
		return this.invoke("OtherAgentPassExistsChk", {"LocalmationID":LocalmationID, "AreaCode":AreaCode}, this.OtherAgentPassExistsChk.getArguments().slice(2));
	},
	Agent_ExistsActionStr: function(AreaCode, AreaCodeClientId) {
		return this.invoke("Agent_ExistsActionStr", {"AreaCode":AreaCode, "AreaCodeClientId":AreaCodeClientId}, this.Agent_ExistsActionStr.getArguments().slice(2));
	},
	GetAreaProvince: function(ExceptAreaCode) {
		return this.invoke("GetAreaProvince", {"ExceptAreaCode":ExceptAreaCode}, this.GetAreaProvince.getArguments().slice(1));
	},
	GetAreaCity: function(AreaCode, AreaName, ExceptAreaCode, LastExceptNum) {
		return this.invoke("GetAreaCity", {"AreaCode":AreaCode, "AreaName":AreaName, "ExceptAreaCode":ExceptAreaCode, "LastExceptNum":LastExceptNum}, this.GetAreaCity.getArguments().slice(4));
	},
	GetAreaCountry: function(AreaCode, AreaName, ExceptAreaCode, LastExceptNum) {
		return this.invoke("GetAreaCountry", {"AreaCode":AreaCode, "AreaName":AreaName, "ExceptAreaCode":ExceptAreaCode, "LastExceptNum":LastExceptNum}, this.GetAreaCountry.getArguments().slice(4));
	},
	GetAreaDown: function(AreaCode, AreaName, ExceptAreaCode, LastExceptNum) {
		return this.invoke("GetAreaDown", {"AreaCode":AreaCode, "AreaName":AreaName, "ExceptAreaCode":ExceptAreaCode, "LastExceptNum":LastExceptNum}, this.GetAreaDown.getArguments().slice(4));
	},
	GetAreaVillage: function(AreaCode, AreaName, ExceptAreaCode, LastExceptNum) {
		return this.invoke("GetAreaVillage", {"AreaCode":AreaCode, "AreaName":AreaName, "ExceptAreaCode":ExceptAreaCode, "LastExceptNum":LastExceptNum}, this.GetAreaVillage.getArguments().slice(4));
	},
	PersonAliasExists: function(Alias) {
		return this.invoke("PersonAliasExists", {"Alias":Alias}, this.PersonAliasExists.getArguments().slice(1));
	},
	initialize: function() {
		this.url = '/ajaxpro/Luoker.Components.BusAppOrEntity.Agent.Agent_App,EesyWeb.Components.ashx';
	}
}));
Luoker.Components.BusAppOrEntity.Agent.Agent_App = new Luoker.Components.BusAppOrEntity.Agent.Agent_App_class();

