Uses of Class
com.broadleafcommerce.paymenttransaction.domain.OwnershipSummary
Packages that use OwnershipSummary
Package
Description
-
Uses of OwnershipSummary in com.broadleafcommerce.paymenttransaction.service
Methods in com.broadleafcommerce.paymenttransaction.service that return OwnershipSummaryModifier and TypeMethodDescriptionprotected OwnershipSummaryCustomerPaymentAccountManagementService.buildOwnershipSummary(@NonNull PaymentAccount paymentAccount) Deprecated, for removal: This API element is subject to removal in a future version.Builds theOwnershipSummarybased on the givenPaymentAccount.protected OwnershipSummaryDefaultSavedPaymentMethodManagementService.buildOwnershipSummary(@NonNull SavedPaymentMethod savedPaymentMethod) Builds theOwnershipSummarybased 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 anOwnershipSummaryof the saved payment method. -
Uses of OwnershipSummary in com.broadleafcommerce.paymenttransaction.service.validation
Methods in com.broadleafcommerce.paymenttransaction.service.validation with parameters of type OwnershipSummaryModifier and TypeMethodDescriptionvoidDefaultSavedPaymentMethodAccessValidationService.validateOwnershipMatchWithPayment(@NonNull OwnershipSummary savedPaymentOwnership, @NonNull Payment payment) voidSavedPaymentMethodAccessValidationService.validateOwnershipMatchWithPayment(@NonNull OwnershipSummary savedPaymentOwnership, @NonNull Payment payment) Validates the ownership of the saved payment method matches the ownership of the givenPayment.protected voidDefaultSavedPaymentMethodAccessValidationService.validatePaymentOwnershipForAccount(@NonNull OwnershipSummary savedPaymentOwnership, @NonNull Payment payment) Validates that thePaymentis in the same account hierarchy as theSavedPaymentMethodit was created from.