Uses of Class
com.broadleafcommerce.paymenttransaction.domain.OwnershipSummary
Package
Description
-
Uses of OwnershipSummary in com.broadleafcommerce.paymenttransaction.service
Modifier and TypeMethodDescriptionprotected OwnershipSummary
CustomerPaymentAccountManagementService.buildOwnershipSummary
(@NonNull PaymentAccount paymentAccount) Deprecated, for removal: This API element is subject to removal in a future version.Builds theOwnershipSummary
based on the givenPaymentAccount
.protected OwnershipSummary
DefaultSavedPaymentMethodManagementService.buildOwnershipSummary
(@NonNull SavedPaymentMethod savedPaymentMethod) Builds theOwnershipSummary
based on the givenSavedPaymentMethod
.CustomerPaymentAccountManagementService.getSavedPaymentMethodOwnership
(String savedPaymentMethodId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Deprecated, for removal: This API element is subject to removal in a future version.DefaultSavedPaymentMethodManagementService.getSavedPaymentMethodOwnership
(@NonNull String savedPaymentMethodId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) SavedPaymentMethodManagementService.getSavedPaymentMethodOwnership
(@NonNull String savedPaymentMethodId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Gets anOwnershipSummary
of the saved payment method. -
Uses of OwnershipSummary in com.broadleafcommerce.paymenttransaction.service.validation
Modifier and TypeMethodDescriptionvoid
DefaultSavedPaymentMethodAccessValidationService.validateOwnershipMatchWithPayment
(@NonNull OwnershipSummary savedPaymentOwnership, @NonNull Payment payment) void
SavedPaymentMethodAccessValidationService.validateOwnershipMatchWithPayment
(@NonNull OwnershipSummary savedPaymentOwnership, @NonNull Payment payment) Validates the ownership of the saved payment method matches the ownership of the givenPayment
.protected void
DefaultSavedPaymentMethodAccessValidationService.validatePaymentOwnershipForAccount
(@NonNull OwnershipSummary savedPaymentOwnership, @NonNull Payment payment) Validates that thePayment
is in the same account hierarchy as theSavedPaymentMethod
it was created from.