Uses of Interface
org.broadleafcommerce.core.payment.domain.secure.Referenced
Packages that use Referenced
Package
Description
-
Uses of Referenced in org.broadleafcommerce.core.order.service
Methods in org.broadleafcommerce.core.order.service with parameters of type ReferencedModifier and TypeMethodDescriptionOrderService.addPaymentToOrder(Order order, OrderPayment payment, Referenced securePaymentInfo) Associates a given OrderPayment with an Order and then saves the order.OrderServiceImpl.addPaymentToOrder(Order order, OrderPayment payment, Referenced securePaymentInfo) -
Uses of Referenced in org.broadleafcommerce.core.payment.dao
Methods in org.broadleafcommerce.core.payment.dao that return ReferencedModifier and TypeMethodDescriptionSecureOrderPaymentDao.save(Referenced securePaymentInfo) SecureOrderPaymentDaoImpl.save(Referenced securePaymentInfo) Methods in org.broadleafcommerce.core.payment.dao with parameters of type ReferencedModifier and TypeMethodDescriptionvoidSecureOrderPaymentDao.delete(Referenced securePayment) voidSecureOrderPaymentDaoImpl.delete(Referenced securePayment) SecureOrderPaymentDao.save(Referenced securePaymentInfo) SecureOrderPaymentDaoImpl.save(Referenced securePaymentInfo) -
Uses of Referenced in org.broadleafcommerce.core.payment.domain.secure
Subinterfaces of Referenced in org.broadleafcommerce.core.payment.domain.secureModifier and TypeInterfaceDescriptioninterfaceEntity associated with sensitive, secured bank account data.interfaceEntity associated with sensitive, secured credit card data.interfaceEntity associated with sensitive, secured bank account data.Classes in org.broadleafcommerce.core.payment.domain.secure that implement ReferencedModifier and TypeClassDescriptionclassclassclass -
Uses of Referenced in org.broadleafcommerce.core.payment.service
Methods in org.broadleafcommerce.core.payment.service that return ReferencedModifier and TypeMethodDescriptionSecureOrderPaymentService.create(org.broadleafcommerce.common.payment.PaymentType paymentType) SecureOrderPaymentServiceImpl.create(org.broadleafcommerce.common.payment.PaymentType paymentType) SecureOrderPaymentService.findSecurePaymentInfo(String referenceNumber, org.broadleafcommerce.common.payment.PaymentType paymentType) SecureOrderPaymentServiceImpl.findSecurePaymentInfo(String referenceNumber, org.broadleafcommerce.common.payment.PaymentType paymentType) SecureOrderPaymentService.save(Referenced securePayment) SecureOrderPaymentServiceImpl.save(Referenced securePaymentInfo) Methods in org.broadleafcommerce.core.payment.service with parameters of type ReferencedModifier and TypeMethodDescriptionvoidSecureOrderPaymentService.remove(Referenced securePayment) voidSecureOrderPaymentServiceImpl.remove(Referenced securePaymentInfo) SecureOrderPaymentService.save(Referenced securePayment) SecureOrderPaymentServiceImpl.save(Referenced securePaymentInfo)