Uses of Annotation Type
com.broadleafcommerce.paymenttransaction.web.resolver.annotation.ResolveCustomerRef
Packages that use ResolveCustomerRef
Package
Description
-
Uses of ResolveCustomerRef in com.broadleafcommerce.paymenttransaction.web.endpoint
Method parameters in com.broadleafcommerce.paymenttransaction.web.endpoint with annotations of type ResolveCustomerRefModifier and TypeMethodDescriptionvoidAccountPaymentManagementEndpoint.archivePayment(javax.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String paymentId, Integer paymentVersion, CustomerRef customerRef) voidCustomerPaymentManagementEndpoint.archivePayment(javax.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String paymentId, Integer paymentVersion, CustomerRef customerRef) AccountPaymentManagementEndpoint.createPayment(javax.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, CreatePaymentRequest createPaymentRequest, CustomerRef customerRef) CustomerPaymentManagementEndpoint.createPayment(javax.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, CreatePaymentRequest createPaymentRequest, CustomerRef customerRef) org.springframework.data.domain.Page<PaymentSummary>AccountPaymentManagementEndpoint.readAllPaymentsForOwner(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String ownerType, String ownerId, CustomerRef customerRef, org.springframework.data.domain.Pageable page) org.springframework.data.domain.Page<PaymentSummary>CustomerPaymentManagementEndpoint.readAllPaymentsForOwner(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String ownerType, String ownerId, CustomerRef customerRef, org.springframework.data.domain.Pageable page) TransactionExecutionEndpoint.recordTransactionResults(String paymentId, Map<String, Object> transactionResults, Integer paymentVersion, CustomerRef customerRef, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) org.springframework.http.ResponseEntity<PaymentSummary>AccountPaymentManagementEndpoint.updatePayment(javax.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String paymentId, UpdatePaymentRequest req, Integer paymentVersion, CustomerRef customerRef) org.springframework.http.ResponseEntity<PaymentSummary>CustomerPaymentManagementEndpoint.updatePayment(javax.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String paymentId, UpdatePaymentRequest req, Integer paymentVersion, CustomerRef customerRef) -
Uses of ResolveCustomerRef in com.broadleafcommerce.paymenttransaction.web.resolver
Fields in com.broadleafcommerce.paymenttransaction.web.resolver with type parameters of type ResolveCustomerRefModifier and TypeFieldDescriptionprotected static final Class<ResolveCustomerRef>CustomerRefHandlerMethodArgumentResolver.clazzMethods in com.broadleafcommerce.paymenttransaction.web.resolver that return types with arguments of type ResolveCustomerRefModifier and TypeMethodDescriptionprotected Optional<ResolveCustomerRef>CustomerRefHandlerMethodArgumentResolver.findAnnotation(org.springframework.core.MethodParameter param) Methods in com.broadleafcommerce.paymenttransaction.web.resolver with parameters of type ResolveCustomerRefModifier and TypeMethodDescriptionprotected voidCustomerRefHandlerMethodArgumentResolver.handleRegisteredOnly(ResolveCustomerRef annotation)