Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Coupon,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Coupon,int>) | |
CountForStore | Counts the number of Coupon objects for the given StoreId in the database. | |
CountUses | Counts the number of users using the given coupon code | |
CountUsesForUser | Counts the numer of times the given coupon has been used by a particular user | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Coupon,int>) | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Coupon,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Coupon,int>) | |
LoadForCouponCode | Loads a Coupon object for the given coupon code | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Coupon,int>) | |
LoadForStore | Loads a collection of Coupon objects for the given StoreId from the database | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Coupon,int>) | |
Search | Search coupons | |
SearchCount | Counts the number of Coupon objects |