Uses of Class
com.broadleafcommerce.paymenttransaction.domain.SavedPaymentMethod
Packages that use SavedPaymentMethod
Package
Description
-
Uses of SavedPaymentMethod in com.broadleafcommerce.paymenttransaction.exception
Methods in com.broadleafcommerce.paymenttransaction.exception that return SavedPaymentMethodModifier and TypeMethodDescriptionStaleSavedPaymentMethodVersionException.getUpToDateSavedPaymentMethod()Constructors in com.broadleafcommerce.paymenttransaction.exception with parameters of type SavedPaymentMethodModifierConstructorDescriptionStaleSavedPaymentMethodVersionException(Integer requestVersion, SavedPaymentMethod upToDateSavedPaymentMethod) StaleSavedPaymentMethodVersionException(Integer requestVersion, SavedPaymentMethod upToDateSavedPaymentMethod, Throwable cause) StaleSavedPaymentMethodVersionException(String message, SavedPaymentMethod upToDateSavedPaymentMethod, Throwable cause) -
Uses of SavedPaymentMethod in com.broadleafcommerce.paymenttransaction.service
Classes in com.broadleafcommerce.paymenttransaction.service with type parameters of type SavedPaymentMethodModifier and TypeClassDescriptionclassinterfaceSavedPaymentMethodService<P extends SavedPaymentMethod>Service API forSavedPaymentMethods.Methods in com.broadleafcommerce.paymenttransaction.service that return SavedPaymentMethodModifier and TypeMethodDescriptionprotected SavedPaymentMethodDefaultSavedPaymentMethodManagementService.buildSavedPaymentMethod(@NonNull Payment payment) Methods in com.broadleafcommerce.paymenttransaction.service that return types with arguments of type SavedPaymentMethodModifier and TypeMethodDescriptionprotected SavedPaymentMethodService<SavedPaymentMethod>DefaultSavedPaymentMethodManagementService.getSavedPaymentMethodService()Methods in com.broadleafcommerce.paymenttransaction.service with parameters of type SavedPaymentMethodModifier and TypeMethodDescriptionprotected OwnershipSummaryDefaultSavedPaymentMethodManagementService.buildOwnershipSummary(@NonNull SavedPaymentMethod savedPaymentMethod) Builds theOwnershipSummarybased on the givenSavedPaymentMethod.Constructor parameters in com.broadleafcommerce.paymenttransaction.service with type arguments of type SavedPaymentMethodModifierConstructorDescriptionDefaultSavedPaymentMethodManagementService(com.broadleafcommerce.common.extension.TypeFactory typeFactory, SavedPaymentMethodService<SavedPaymentMethod> savedPaymentMethodService) -
Uses of SavedPaymentMethod in com.broadleafcommerce.paymenttransaction.service.anonymization
Methods in com.broadleafcommerce.paymenttransaction.service.anonymization that return types with arguments of type SavedPaymentMethodModifier and TypeMethodDescriptionprotected SavedPaymentMethodService<SavedPaymentMethod>SavedPaymentMethodAnonymizationHandler.getSavedPaymentMethodService()Method parameters in com.broadleafcommerce.paymenttransaction.service.anonymization with type arguments of type SavedPaymentMethodModifier and TypeMethodDescriptionprotected List<com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord>SavedPaymentMethodAnonymizationHandler.handleRecords(@NonNull String boundedContextIdentifier, @NonNull Stream<SavedPaymentMethod> payments, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Constructor parameters in com.broadleafcommerce.paymenttransaction.service.anonymization with type arguments of type SavedPaymentMethodModifierConstructorDescriptionSavedPaymentMethodAnonymizationHandler(SavedPaymentMethodService<SavedPaymentMethod> savedPaymentMethodService, PaymentAnonymizationProperties properties) -
Uses of SavedPaymentMethod in com.broadleafcommerce.paymenttransaction.service.autoconfigure
Methods in com.broadleafcommerce.paymenttransaction.service.autoconfigure that return types with arguments of type SavedPaymentMethodModifier and TypeMethodDescriptionPaymentTransactionServiceAutoConfiguration.SavedPaymentMethodConfiguration.savedPaymentMethodService(SavedPaymentMethodRepository<com.broadleafcommerce.data.tracking.core.Trackable> savedPaymentMethodRepository, com.broadleafcommerce.paymentgateway.service.provider.PaymentGatewayResourceProvider paymentGatewayResourceProvider, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Method parameters in com.broadleafcommerce.paymenttransaction.service.autoconfigure with type arguments of type SavedPaymentMethodModifier and TypeMethodDescriptionPaymentTransactionServiceAutoConfiguration.SavedPaymentMethodConfiguration.savedPaymentMethodManagementService(com.broadleafcommerce.common.extension.TypeFactory typeFactory, SavedPaymentMethodService<SavedPaymentMethod> savedPaymentMethodService) -
Uses of SavedPaymentMethod in com.broadleafcommerce.paymenttransaction.service.messaging.savedpayment
Methods in com.broadleafcommerce.paymenttransaction.service.messaging.savedpayment that return types with arguments of type SavedPaymentMethodModifier and TypeMethodDescriptionprotected SavedPaymentMethodService<SavedPaymentMethod>CreateSavedPaymentMethodEventListener.getSavedPaymentMethodService()Deprecated, for removal: This API element is subject to removal in a future version.Constructor parameters in com.broadleafcommerce.paymenttransaction.service.messaging.savedpayment with type arguments of type SavedPaymentMethodModifierConstructorDescriptionCreateSavedPaymentMethodEventListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, PaymentManagementService<Payment> paymentManagementService, SavedPaymentMethodService<SavedPaymentMethod> savedPaymentMethodService, SavedPaymentMethodManagementService savedPaymentMethodManagementService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SavedPaymentMethod in com.broadleafcommerce.paymenttransaction.service.summary
Methods in com.broadleafcommerce.paymenttransaction.service.summary with parameters of type SavedPaymentMethodModifier and TypeMethodDescriptionDefaultSavedPaymentMethodSummaryService.buildSummary(@NonNull SavedPaymentMethod savedPaymentMethod) SavedPaymentMethodSummaryService.buildSummary(@NonNull SavedPaymentMethod savedPaymentMethod) DeterminesSavedPaymentMethodSummarybased on theSavedPaymentMethod. -
Uses of SavedPaymentMethod in com.broadleafcommerce.paymenttransaction.service.validation
Classes in com.broadleafcommerce.paymenttransaction.service.validation with type parameters of type SavedPaymentMethodModifier and TypeClassDescriptionclassMethods in com.broadleafcommerce.paymenttransaction.service.validation with parameters of type SavedPaymentMethodModifier and TypeMethodDescriptionvoidDefaultSavedPaymentMethodVersionValidationService.validateVersionForArchival(@NonNull SavedPaymentMethod savedPaymentMethod, Integer versionToTest) voidSavedPaymentMethodVersionValidationService.validateVersionForArchival(@NonNull SavedPaymentMethod savedPaymentMethod, Integer versionToTest) Determines if the providedversionToTestis valid for an archival of theSavedPaymentMethod.voidDefaultSavedPaymentMethodVersionValidationService.validateVersionForUpdate(@NonNull SavedPaymentMethod savedPaymentMethod, Integer versionToTest) voidSavedPaymentMethodVersionValidationService.validateVersionForUpdate(@NonNull SavedPaymentMethod savedPaymentMethod, Integer versionToTest) Determines if the providedversionToTestis valid for an update of theSavedPaymentMethod.booleanDefaultSavedPaymentMethodVersionValidationService.versionIsStale(@NonNull SavedPaymentMethod savedPaymentMethod, @NonNull Integer versionToTest) booleanSavedPaymentMethodVersionValidationService.versionIsStale(@NonNull SavedPaymentMethod savedPaymentMethod, @NonNull Integer versionToTest) Determines if the providedversionToTestis valid for theSavedPaymentMethod. -
Uses of SavedPaymentMethod in com.broadleafcommerce.paymenttransaction.web.endpoint
Methods in com.broadleafcommerce.paymenttransaction.web.endpoint that return types with arguments of type SavedPaymentMethodModifier and TypeMethodDescriptionprotected SavedPaymentMethodService<SavedPaymentMethod>AccountSavedPaymentMethodManagementEndpoint.getSavedPaymentMethodService()protected SavedPaymentMethodService<SavedPaymentMethod>CustomerSavedPaymentMethodManagementEndpoint.getSavedPaymentMethodService()Constructor parameters in com.broadleafcommerce.paymenttransaction.web.endpoint with type arguments of type SavedPaymentMethodModifierConstructorDescriptionAccountSavedPaymentMethodManagementEndpoint(SavedPaymentMethodService<SavedPaymentMethod> savedPaymentMethodService, SavedPaymentMethodSummaryService summaryService, SavedPaymentMethodVersionValidationService savedPaymentMethodVersionValidationService) CustomerSavedPaymentMethodManagementEndpoint(SavedPaymentMethodService<SavedPaymentMethod> savedPaymentMethodService, SavedPaymentMethodSummaryService summaryService, SavedPaymentMethodVersionValidationService savedPaymentMethodVersionValidationService)