Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductVariant,int>) | |
CountAllForProduct | Counts the number of ProductVariants for the given product | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductVariant,int>) | |
CountForProduct | Counts the number of ProductVariant objects for the given ProductId in the database. | |
CountVariantsForProduct | Counts the number of ProductVariants for the given product | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductVariant,int>) | |
GetOptionList | Overloaded. Gets the option list for the given product with given option choices | |
GetProductVariantId | Overloaded. Gets the product variant Id for the given product with given option choices | |
GetVariantName | Gets the product variant name(s) for the given option choices | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductVariant,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductVariant,int>) | |
LoadAllForProduct | Loads all ProductVariants for the given product | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductVariant,int>) | |
LoadForOptionList | Overloaded. Gets a variant for the given options | |
LoadForProduct | Loads a collection of ProductVariant objects for the given ProductId from the database | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductVariant,int>) |