Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / ISubscriptionRepository Interface
Methods

In This Topic
    ISubscriptionRepository Interface Members
    In This Topic

    The following tables list the members exposed by ISubscriptionRepository.

    Public Methods
     NameDescription
     Method Counts the active subscriptions associated with the specified order.  
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Subscription,int>)
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Subscription,int>)
     Method Counts the subscriptions associated with the specified order.  
     Method Counts the number of Subscription objects for the given OrderItemId in the database.  
     Method Counts the number of Subscription objects for the given ProductId in the database.  
     Method Counts the number of Subscription objects for the given TransactionId in the database.  
     Method Counts the number of Subscription objects for the given UserId in the database.  
     Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Subscription,int>)
     Method Deletes the subscriptions associated with the specified order.  
     Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Subscription,int>)
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Subscription,int>)
     MethodOverloaded.  Load a list of expired subscriptions  
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Subscription,int>)
     Method Loads the subscriptions associated with the specified order.  
     Method Loads a collection of Subscription objects for the given OrderItemId from the database  
     Method Loads a collection of Subscription objects for the given ProductId from the database  
     Method Loads a collection of Subscription objects for the given TransactionId from the database  
     Method Loads a collection of Subscription objects for the given UserId from the database  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Subscription,int>)
     MethodOverloaded.  Gets a subscription collection matching the given search criteria  
     MethodOverloaded.  Gets a count of subscriptions matching the given search criteria  
    Top
    See Also