Name | Description | |
---|---|---|
![]() | CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Transaction,int>) |
![]() | CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Transaction,int>) |
![]() | CountForPayment | Counts the number of Transaction objects for the given PaymentId in the database. |
![]() | CountForPaymentGateway | Counts the number of Transaction objects for the given PaymentGatewayId in the database. |
![]() | CountForProviderTransaction | Counts the number of Transactions for given payment gateway Id and the provider transaction reference |
![]() | Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Transaction,int>) |
![]() | Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Transaction,int>) |
![]() | LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Transaction,int>) |
![]() | LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Transaction,int>) |
![]() | LoadForPayment | Loads a collection of Transaction objects for the given PaymentId from the database |
![]() | LoadForPaymentGateway | Loads a collection of Transaction objects for the given PaymentGatewayId from the database |
![]() | LoadForProviderTransaction | Loads a collection of Transactions for given payment gateway Id and the provider transaction reference |
![]() | Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Transaction,int>) |