Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WishlistItem,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WishlistItem,int>) | |
CountForProduct | Counts the number of WishlistItem objects for the given ProductId in the database. | |
CountForWishlist | Counts the number of WishlistItem objects for the given WishlistId in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WishlistItem,int>) | |
DeleteForProduct | Delets all WishlistItem objects from database for given product Id | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WishlistItem,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WishlistItem,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WishlistItem,int>) | |
LoadForProduct | Loads a collection of WishlistItem objects for the given ProductId from the database | |
LoadForWishlist | Loads a collection of WishlistItem objects for the given WishlistId from the database | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<WishlistItem,int>) |