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