if(typeof Soobb == "undefined") Soobb={};
if(typeof Soobb.UI == "undefined") Soobb.UI={};
if(typeof Soobb.UI.Generic == "undefined") Soobb.UI.Generic={};
Soobb.UI.Generic.LocalUtility_class = function() {};
Object.extend(Soobb.UI.Generic.LocalUtility_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddLocal: function(LocalSource, Type) {
		return this.invoke("AddLocal", {"LocalSource":LocalSource, "Type":Type}, this.AddLocal.getArguments().slice(2));
	},
	GetLocalByBound: function(EastLongitude, WestLongitude, NorthLatitude, SouthLatitude, Type, Take) {
		return this.invoke("GetLocalByBound", {"EastLongitude":EastLongitude, "WestLongitude":WestLongitude, "NorthLatitude":NorthLatitude, "SouthLatitude":SouthLatitude, "Type":Type, "Take":Take}, this.GetLocalByBound.getArguments().slice(6));
	},
	GetLocalByBoundWithoutType: function(EastLongitude, WestLongitude, NorthLatitude, SouthLatitude, Take) {
		return this.invoke("GetLocalByBoundWithoutType", {"EastLongitude":EastLongitude, "WestLongitude":WestLongitude, "NorthLatitude":NorthLatitude, "SouthLatitude":SouthLatitude, "Take":Take}, this.GetLocalByBoundWithoutType.getArguments().slice(5));
	},
	GetTagnameByID: function(ID) {
		return this.invoke("GetTagnameByID", {"ID":ID}, this.GetTagnameByID.getArguments().slice(1));
	},
	GetTagIDByName: function(Name) {
		return this.invoke("GetTagIDByName", {"Name":Name}, this.GetTagIDByName.getArguments().slice(1));
	},
	GetKeywordByID: function(ID, Template) {
		return this.invoke("GetKeywordByID", {"ID":ID, "Template":Template}, this.GetKeywordByID.getArguments().slice(2));
	},
	url: '/ajaxpro/Soobb.UI.Generic.LocalUtility,Soobb UI.ashx'
}));
Soobb.UI.Generic.LocalUtility = new Soobb.UI.Generic.LocalUtility_class();

