Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<VolumeDiscount,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<VolumeDiscount,int>) | |
CountForStore | Counts the number of VolumeDiscount objects for the given StoreId in the database. | |
CountGlobal | Counts the number of global discounts in the current store | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<VolumeDiscount,int>) | |
GetAvailableDiscounts | Returns a collection of discounts available for a product for the current user. | |
GetGlobalVolumeDiscountIds | Gets the Ids of the global discounts defined for the store. | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<VolumeDiscount,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<VolumeDiscount,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<VolumeDiscount,int>) | |
LoadForStore | Loads a collection of VolumeDiscount objects for the given StoreId from the database | |
LoadGlobal | Overloaded. Loads all the global discounts for the current store | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<VolumeDiscount,int>) |