Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductReview,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductReview,int>) | |
CountForProduct | Counts the number of ProductReview objects for the given ProductId in the database. | |
CountForReviewerProfile | Counts the number of ProductReview objects for the given ReviewerProfileId in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductReview,int>) | |
GetProductRating | Calculates the average rating for a product. | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductReview,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductReview,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductReview,int>) | |
LoadForProduct | Loads a collection of ProductReview objects for the given ProductId from the database | |
LoadForProductAndReviewerProfile | Loads a product review for a given product from a particular reviewer | |
LoadForReviewerProfile | Loads a collection of ProductReview objects for the given ReviewerProfileId from the database | |
Save | Saves a product review object for the given user | |
Search | Overloaded. Search product reviews matching the given criteria | |
SearchCount | Overloaded. Counts the number of product reviews matching the given criteria |