Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductGroup,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductGroup,int>) | |
CountForGroup | Counts the number of ProductGroup objects for the given GroupId in the database. | |
CountForProduct | Counts the number of ProductGroup objects for the given ProductId in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductGroup,int>) | |
Load | Loads the ProductGroup object for ProductId and GroupId | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductGroup,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductGroup,int>) | |
LoadForGroup | Loads a collection of ProductGroup objects for the given GroupId from the database | |
LoadForProduct | Loads a collection of ProductGroup objects for the given ProductId from the database | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductGroup,int>) |