Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments Namespace / IPaymentMethodRepository Interface
Methods

In This Topic
    IPaymentMethodRepository Interface Members
    In This Topic

    The following tables list the members exposed by IPaymentMethodRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PaymentMethod,int>)
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PaymentMethod,int>)
     Method Counts the number of PaymentMethod objects for the given PaymentGatewayId in the database.  
     Method Counts the number of PaymentMethod objects for the given StoreId in the database.  
     Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PaymentMethod,int>)
     Method Gets the next value of the OrderBy field for PaymentMethod objects.  
     Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PaymentMethod,int>)
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PaymentMethod,int>)
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PaymentMethod,int>)
     Method Loads a collection of PaymentMethod objects for the given PaymentGatewayId from the database  
     Method Loads the payment methods that are available to the specified payment instrument type  
     Method Loads a collection of PaymentMethod objects for the given StoreId from the database  
     MethodOverloaded.  Loads the payment methods that are available to the specified user, taking into account the role restrictions on the payment methods.  
     Method Load available payment methods where method instrument type is not in excludes.  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PaymentMethod,int>)
    Top
    See Also