Uses of Interface
org.broadleafcommerce.profile.core.domain.CustomerPayment
Packages that use CustomerPayment
Package
Description
-
Uses of CustomerPayment in org.broadleafcommerce.profile.core.dao
Methods in org.broadleafcommerce.profile.core.dao that return CustomerPaymentModifier and TypeMethodDescriptionCustomerPaymentDao.create()CustomerPaymentDaoImpl.create()CustomerPaymentDao.readCustomerPaymentById(Long customerPaymentId) CustomerPaymentDaoImpl.readCustomerPaymentById(Long customerPaymentId) CustomerPaymentDao.readCustomerPaymentByToken(String token) CustomerPaymentDaoImpl.readCustomerPaymentByToken(String token) CustomerPaymentDao.save(CustomerPayment customerPayment) CustomerPaymentDaoImpl.save(CustomerPayment customerPayment) Methods in org.broadleafcommerce.profile.core.dao that return types with arguments of type CustomerPaymentModifier and TypeMethodDescriptionCustomerPaymentDao.readCustomerPaymentsByCustomerId(Long customerId) CustomerPaymentDaoImpl.readCustomerPaymentsByCustomerId(Long customerId) Methods in org.broadleafcommerce.profile.core.dao with parameters of type CustomerPaymentModifier and TypeMethodDescriptionCustomerPaymentDao.save(CustomerPayment customerPayment) CustomerPaymentDaoImpl.save(CustomerPayment customerPayment) -
Uses of CustomerPayment in org.broadleafcommerce.profile.core.domain
Classes in org.broadleafcommerce.profile.core.domain that implement CustomerPaymentFields in org.broadleafcommerce.profile.core.domain with type parameters of type CustomerPaymentMethods in org.broadleafcommerce.profile.core.domain with type parameters of type CustomerPaymentModifier and TypeMethodDescription<G extends CustomerPayment>
CreateResponse<G>CustomerPaymentImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) Methods in org.broadleafcommerce.profile.core.domain that return types with arguments of type CustomerPaymentModifier and TypeMethodDescriptionCustomer.getCustomerPayments()CustomerImpl.getCustomerPayments()Method parameters in org.broadleafcommerce.profile.core.domain with type arguments of type CustomerPaymentModifier and TypeMethodDescriptionvoidCustomer.setCustomerPayments(List<CustomerPayment> customerPayments) voidCustomerImpl.setCustomerPayments(List<CustomerPayment> customerPayments) -
Uses of CustomerPayment in org.broadleafcommerce.profile.core.service
Methods in org.broadleafcommerce.profile.core.service that return CustomerPaymentModifier and TypeMethodDescriptionCustomerPaymentService.create()CustomerPaymentServiceImpl.create()CustomerPaymentService.findDefaultPaymentForCustomer(Customer customer) CustomerPaymentServiceImpl.findDefaultPaymentForCustomer(Customer customer) CustomerPaymentService.readCustomerPaymentById(Long customerPaymentId) CustomerPaymentServiceImpl.readCustomerPaymentById(Long customerPaymentId) CustomerPaymentService.readCustomerPaymentByToken(String token) CustomerPaymentServiceImpl.readCustomerPaymentByToken(String token) CustomerPaymentService.saveCustomerPayment(CustomerPayment customerPayment) CustomerPaymentServiceImpl.saveCustomerPayment(CustomerPayment customerPayment) CustomerPaymentService.setAsDefaultPayment(CustomerPayment payment) CustomerPaymentServiceImpl.setAsDefaultPayment(CustomerPayment payment) Methods in org.broadleafcommerce.profile.core.service that return types with arguments of type CustomerPaymentModifier and TypeMethodDescriptionCustomerPaymentService.readCustomerPaymentsByCustomerId(Long customerId) CustomerPaymentServiceImpl.readCustomerPaymentsByCustomerId(Long customerId) Methods in org.broadleafcommerce.profile.core.service with parameters of type CustomerPaymentModifier and TypeMethodDescriptionCustomerPaymentService.deleteCustomerPaymentFromCustomer(Customer customer, CustomerPayment payment) CustomerPaymentServiceImpl.deleteCustomerPaymentFromCustomer(Customer customer, CustomerPayment payment) CustomerPaymentService.saveCustomerPayment(CustomerPayment customerPayment) CustomerPaymentServiceImpl.saveCustomerPayment(CustomerPayment customerPayment) CustomerPaymentService.setAsDefaultPayment(CustomerPayment payment) CustomerPaymentServiceImpl.setAsDefaultPayment(CustomerPayment payment)