Name | Description | |
---|---|---|
CountActiveForOrder | Counts the active subscriptions associated with the specified order. | |
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Subscription,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Subscription,int>) | |
CountForOrder | Counts the subscriptions associated with the specified order. | |
CountForOrderItem | Counts the number of Subscription objects for the given OrderItemId in the database. | |
CountForSubscriptionPlan | Counts the number of Subscription objects for the given ProductId in the database. | |
CountForTransaction | Counts the number of Subscription objects for the given TransactionId in the database. | |
CountForUser | Counts the number of Subscription objects for the given UserId in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Subscription,int>) | |
DeleteForOrder | Deletes the subscriptions associated with the specified order. | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Subscription,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Subscription,int>) | |
LoadExpiredSubscriptions | Overloaded. Load a list of expired subscriptions | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Subscription,int>) | |
LoadForOrder | Loads the subscriptions associated with the specified order. | |
LoadForOrderItem | Loads a collection of Subscription objects for the given OrderItemId from the database | |
LoadForSubscriptionPlan | Loads a collection of Subscription objects for the given ProductId from the database | |
LoadForTransaction | Loads a collection of Subscription objects for the given TransactionId from the database | |
LoadForUser | Loads a collection of Subscription objects for the given UserId from the database | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Subscription,int>) | |
Search | Overloaded. Gets a subscription collection matching the given search criteria | |
SearchCount | Overloaded. Gets a count of subscriptions matching the given search criteria |