Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PaymentMethod,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PaymentMethod,int>) | |
CountForPaymentGateway | Counts the number of PaymentMethod objects for the given PaymentGatewayId in the database. | |
CountForStore | Counts the number of PaymentMethod objects for the given StoreId in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PaymentMethod,int>) | |
GetNextOrderBy | Gets the next value of the OrderBy field for PaymentMethod objects. | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PaymentMethod,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PaymentMethod,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PaymentMethod,int>) | |
LoadForPaymentGateway | Loads a collection of PaymentMethod objects for the given PaymentGatewayId from the database | |
LoadForPaymentInstrument | Loads the payment methods that are available to the specified payment instrument type | |
LoadForStore | Loads a collection of PaymentMethod objects for the given StoreId from the database | |
LoadForUser | Overloaded. Loads the payment methods that are available to the specified user, taking into account the role restrictions on the payment methods. | |
LoadPaymentMethods | Load available payment methods where method instrument type is not in excludes. | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<PaymentMethod,int>) |