if(typeof RedbridgeI == "undefined") RedbridgeI={};
if(typeof RedbridgeI.WebUI == "undefined") RedbridgeI.WebUI={};
if(typeof RedbridgeI.WebUI.UserControls == "undefined") RedbridgeI.WebUI.UserControls={};
if(typeof RedbridgeI.WebUI.UserControls.Modules == "undefined") RedbridgeI.WebUI.UserControls.Modules={};
if(typeof RedbridgeI.WebUI.UserControls.Modules.DomesticWaste == "undefined") RedbridgeI.WebUI.UserControls.Modules.DomesticWaste={};
RedbridgeI.WebUI.UserControls.Modules.DomesticWaste_class = function() {};
Object.extend(RedbridgeI.WebUI.UserControls.Modules.DomesticWaste_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckForSplit: function(postCode) {
		return this.invoke("CheckForSplit", {"postCode":postCode}, this.CheckForSplit.getArguments().slice(1));
	},
	ShowAddresses: function(postCode) {
		return this.invoke("ShowAddresses", {"postCode":postCode}, this.ShowAddresses.getArguments().slice(1));
	},
	ShowWasteCollectionDay: function(wasteCollectionDayId) {
		return this.invoke("ShowWasteCollectionDay", {"wasteCollectionDayId":wasteCollectionDayId}, this.ShowWasteCollectionDay.getArguments().slice(1));
	},
	ShowWasteCollectionDayFromList: function(postCode, wasteCollectionDayId, uprn) {
		return this.invoke("ShowWasteCollectionDayFromList", {"postCode":postCode, "wasteCollectionDayId":wasteCollectionDayId, "uprn":uprn}, this.ShowWasteCollectionDayFromList.getArguments().slice(3));
	},
	ShowWasteCollectionDay_LoggedIn: function() {
		return this.invoke("ShowWasteCollectionDay_LoggedIn", {}, this.ShowWasteCollectionDay_LoggedIn.getArguments().slice(0));
	},
	url: '/ajaxpro/RedbridgeI.WebUI.UserControls.Modules.DomesticWaste,RedbridgeI.WebUI.ashx'
}));
RedbridgeI.WebUI.UserControls.Modules.DomesticWaste = new RedbridgeI.WebUI.UserControls.Modules.DomesticWaste_class();

