if(typeof BMS_LIB == "undefined") BMS_LIB={};
if(typeof BMS_LIB.Favorites == "undefined") BMS_LIB.Favorites={};
if(typeof BMS_LIB.Favorites.BDL == "undefined") BMS_LIB.Favorites.BDL={};
if(typeof BMS_LIB.Favorites.BDL.BO == "undefined") BMS_LIB.Favorites.BDL.BO={};
if(typeof BMS_LIB.Favorites.BDL.BO.FavoritesHelpers_class == "undefined") BMS_LIB.Favorites.BDL.BO.FavoritesHelpers_class={};
BMS_LIB.Favorites.BDL.BO.FavoritesHelpers_class = function() {};
Object.extend(BMS_LIB.Favorites.BDL.BO.FavoritesHelpers_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Add: function(p_What, p_UserID, p_ItemID, p_ControlID) {
		return this.invoke("Add", {"p_What":p_What, "p_UserID":p_UserID, "p_ItemID":p_ItemID, "p_ControlID":p_ControlID}, this.Add.getArguments().slice(4));
	},
	Delete: function(p_What, p_UserID, p_ItemID, p_ControlID) {
		return this.invoke("Delete", {"p_What":p_What, "p_UserID":p_UserID, "p_ItemID":p_ItemID, "p_ControlID":p_ControlID}, this.Delete.getArguments().slice(4));
	},
	DidUserAssignToFavorites: function(p_What, p_UserID, p_ItemID, p_ControlID) {
		return this.invoke("DidUserAssignToFavorites", {"p_What":p_What, "p_UserID":p_UserID, "p_ItemID":p_ItemID, "p_ControlID":p_ControlID}, this.DidUserAssignToFavorites.getArguments().slice(4));
	},
	url: '/ajaxpro/BMS_LIB.Favorites.BDL.BO.FavoritesHelpers,BMS_LIB.ashx'
}));
BMS_LIB.Favorites.BDL.BO.FavoritesHelpers = new BMS_LIB.Favorites.BDL.BO.FavoritesHelpers_class();


