Uses of Interface
com.broadleafcommerce.customer.service.CustomerNoteService
Packages that use CustomerNoteService
Package
Description
-
Uses of CustomerNoteService in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service that implement CustomerNoteServiceModifier and TypeClassDescriptionclass
DefaultCustomerNoteService<P extends CustomerNote>
Default implementation ofCustomerNoteService
-
Uses of CustomerNoteService in com.broadleafcommerce.customer.service.anonymization
Methods in com.broadleafcommerce.customer.service.anonymization that return CustomerNoteServiceModifier and TypeMethodDescriptionprotected CustomerNoteService<CustomerNote>
CustomerNoteAnonymizationHandler.getCustomerNoteService()
Constructors in com.broadleafcommerce.customer.service.anonymization with parameters of type CustomerNoteServiceModifierConstructorDescriptionCustomerNoteAnonymizationHandler
(CustomerNoteService<CustomerNote> customerNoteService) -
Uses of CustomerNoteService in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return CustomerNoteServiceModifier and TypeMethodDescriptionprotected CustomerNoteService<CustomerNote>
CustomerNoteEndpoint.getCustomerNoteService()
Constructors in com.broadleafcommerce.customer.web.endpoint with parameters of type CustomerNoteServiceModifierConstructorDescriptionCustomerNoteEndpoint
(CustomerNoteService<CustomerNote> customerNoteService)