Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketItem,int>) | |
CountForBasket | Counts the number of BasketItem objects for the given BasketId in the database. | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketItem,int>) | |
CountForProduct | Counts the number of BasketItem objects for the given ProductId in the database. | |
CountForTaxCode | Counts the number of BasketItem objects for the given TaxCodeId in the database. | |
CountForWishlistItem | Counts the number of BasketItem objects for the given WishlistItemId in the database. | |
CountForWrapStyle | Counts the number of BasketItem objects for the given WrapStyleId in the database. | |
CreateForProduct | Overloaded. Creates a basket item for a product | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketItem,int>) | |
GetNextOrderBy | Gets the next value of the OrderBy field for BasketItem objects. | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketItem,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketItem,int>) | |
LoadForBasket | Loads a collection of BasketItem objects for the given BasketId from the database | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketItem,int>) | |
LoadForProduct | Loads a collection of BasketItem objects for the given ProductId from the database | |
LoadForTaxCode | Loads a collection of BasketItem objects for the given TaxCodeId from the database | |
LoadForWishlistItem | Loads a collection of BasketItem objects for the given WishlistItemId from the database | |
LoadForWrapStyle | Loads a collection of BasketItem objects for the given WrapStyleId from the database | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketItem,int>) |