if(typeof Forbrugerliv == "undefined") Forbrugerliv={};
if(typeof Forbrugerliv.Partner == "undefined") Forbrugerliv.Partner={};
Forbrugerliv.Partner.FrontEnd_class = function() {};
Object.extend(Forbrugerliv.Partner.FrontEnd_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ProcessPartnerAddressesTemplate: function(partnerId) {
		return this.invoke("ProcessPartnerAddressesTemplate", {"partnerId":partnerId}, this.ProcessPartnerAddressesTemplate.getArguments().slice(1));
	},
	PartnerOffer_OverviewByCategoryId: function(discountCategoryId, displaySmall, pageSize, pageNo, sortBy, sortDirection, shopType, searchString) {
		return this.invoke("PartnerOffer_OverviewByCategoryId", {"discountCategoryId":discountCategoryId, "displaySmall":displaySmall, "pageSize":pageSize, "pageNo":pageNo, "sortBy":sortBy, "sortDirection":sortDirection, "shopType":shopType, "searchString":searchString}, this.PartnerOffer_OverviewByCategoryId.getArguments().slice(8));
	},
	DiscountCategory_OverviewByMasterCategoryId_PartnerView: function(masterDiscountCategoryId, subDiscountCategoryId) {
		return this.invoke("DiscountCategory_OverviewByMasterCategoryId_PartnerView", {"masterDiscountCategoryId":masterDiscountCategoryId, "subDiscountCategoryId":subDiscountCategoryId}, this.DiscountCategory_OverviewByMasterCategoryId_PartnerView.getArguments().slice(2));
	},
	DiscountCategory_OverviewByMasterCategoryId_OfferView: function(masterDiscountCategoryId, subDiscountCategoryId) {
		return this.invoke("DiscountCategory_OverviewByMasterCategoryId_OfferView", {"masterDiscountCategoryId":masterDiscountCategoryId, "subDiscountCategoryId":subDiscountCategoryId}, this.DiscountCategory_OverviewByMasterCategoryId_OfferView.getArguments().slice(2));
	},
	Partner_OverviewByCategoryId: function(discountCategoryId, displaySmall, pageSize, pageNo, sortBy, sortDirection, shopType, searchString, discountIsPercent) {
		return this.invoke("Partner_OverviewByCategoryId", {"discountCategoryId":discountCategoryId, "displaySmall":displaySmall, "pageSize":pageSize, "pageNo":pageNo, "sortBy":sortBy, "sortDirection":sortDirection, "shopType":shopType, "searchString":searchString, "discountIsPercent":discountIsPercent}, this.Partner_OverviewByCategoryId.getArguments().slice(9));
	},
	ProcessDiscountTypeSelectorTemplate: function() {
		return this.invoke("ProcessDiscountTypeSelectorTemplate", {}, this.ProcessDiscountTypeSelectorTemplate.getArguments().slice(0));
	},
	url: '/ajaxpro/Forbrugerliv.Partner.FrontEnd,Forbrugerliv.Partner.ashx'
}));
Forbrugerliv.Partner.FrontEnd = new Forbrugerliv.Partner.FrontEnd_class();

