Uses of Class
com.broadleafcommerce.customer.domain.CustomerNote
Package
Description
-
Uses of CustomerNote in com.broadleafcommerce.customer.service
Modifier and TypeInterfaceDescriptioninterface
CustomerNoteService<P extends CustomerNote>
Service API forCustomerNotes
.class
DefaultCustomerNoteService<P extends CustomerNote>
Default implementation ofCustomerNoteService
-
Uses of CustomerNote in com.broadleafcommerce.customer.service.anonymization
Modifier and TypeMethodDescriptionprotected CustomerNoteService<CustomerNote>
CustomerNoteAnonymizationHandler.getCustomerNoteService()
Modifier and TypeMethodDescriptionprotected List<com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord>
CustomerNoteAnonymizationHandler.handleRecords
(String boundedContextIdentifier, Stream<CustomerNote> members, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) ModifierConstructorDescriptionCustomerNoteAnonymizationHandler
(CustomerNoteService<CustomerNote> customerNoteService) -
Uses of CustomerNote in com.broadleafcommerce.customer.web.endpoint
Modifier and TypeMethodDescriptionCustomerNoteEndpoint.createCustomerNote
(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String customerId, CustomerNote customerNote) CustomerNoteEndpoint.readCustomerNoteById
(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String customerId, String customerNoteId) Modifier and TypeMethodDescriptionprotected CustomerNoteService<CustomerNote>
CustomerNoteEndpoint.getCustomerNoteService()
org.springframework.data.domain.Page<CustomerNote>
CustomerNoteEndpoint.readAllCustomerNotes
(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String customerId, cz.jirutka.rsql.parser.ast.Node filters, org.springframework.data.domain.Pageable page) Modifier and TypeMethodDescriptionCustomerNoteEndpoint.createCustomerNote
(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String customerId, CustomerNote customerNote) ModifierConstructorDescriptionCustomerNoteEndpoint
(CustomerNoteService<CustomerNote> customerNoteService)