Uses of Interface
com.broadleafcommerce.customer.service.CustomerNoteService
Package
Description
-
Uses of CustomerNoteService in com.broadleafcommerce.customer.service
Modifier and TypeClassDescriptionclass
DefaultCustomerNoteService<P extends CustomerNote>
Default implementation ofCustomerNoteService
-
Uses of CustomerNoteService in com.broadleafcommerce.customer.service.anonymization
Modifier and TypeMethodDescriptionprotected CustomerNoteService<CustomerNote>
CustomerNoteAnonymizationHandler.getCustomerNoteService()
ModifierConstructorDescriptionCustomerNoteAnonymizationHandler
(CustomerNoteService<CustomerNote> customerNoteService) -
Uses of CustomerNoteService in com.broadleafcommerce.customer.web.endpoint
Modifier and TypeMethodDescriptionprotected CustomerNoteService<CustomerNote>
CustomerNoteEndpoint.getCustomerNoteService()
ModifierConstructorDescriptionCustomerNoteEndpoint
(CustomerNoteService<CustomerNote> customerNoteService)