if(typeof NIU == "undefined") NIU={};
if(typeof NIU.Biip == "undefined") NIU.Biip={};
if(typeof NIU.Biip.Controls == "undefined") NIU.Biip.Controls={};
if(typeof NIU.Biip.Controls.Group == "undefined") NIU.Biip.Controls.Group={};
NIU.Biip.Controls.Group.Profile_class = function() {};
Object.extend(NIU.Biip.Controls.Group.Profile_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	UpdateModulePlacements: function(profileId, placement, strIds) {
		return this.invoke("UpdateModulePlacements", {"profileId":profileId, "placement":placement, "strIds":strIds}, this.UpdateModulePlacements.getArguments().slice(3));
	},
	url: '/ajaxpro/NIU.Biip.Controls.Group.Profile,NIU.Biip.Web.ashx'
}));
NIU.Biip.Controls.Group.Profile = new NIU.Biip.Controls.Group.Profile_class();

