Uses of Interface
com.broadleafcommerce.customer.service.CustomerNoteService
-
Packages that use CustomerNoteService Package Description com.broadleafcommerce.customer.service com.broadleafcommerce.customer.service.anonymization com.broadleafcommerce.customer.web.endpoint -
-
Uses of CustomerNoteService in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service that implement CustomerNoteService Modifier and Type Class Description classDefaultCustomerNoteService<P extends CustomerNote>Default implementation ofCustomerNoteService -
Uses of CustomerNoteService in com.broadleafcommerce.customer.service.anonymization
Methods in com.broadleafcommerce.customer.service.anonymization that return CustomerNoteService Modifier and Type Method Description protected CustomerNoteService<CustomerNote>CustomerNoteAnonymizationHandler. getCustomerNoteService()Constructors in com.broadleafcommerce.customer.service.anonymization with parameters of type CustomerNoteService Constructor Description CustomerNoteAnonymizationHandler(CustomerNoteService<CustomerNote> customerNoteService) -
Uses of CustomerNoteService in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return CustomerNoteService Modifier and Type Method Description protected CustomerNoteService<CustomerNote>CustomerNoteEndpoint. getCustomerNoteService()Constructors in com.broadleafcommerce.customer.web.endpoint with parameters of type CustomerNoteService Constructor Description CustomerNoteEndpoint(CustomerNoteService<CustomerNote> customerNoteService)
-