Uses of Class
com.broadleafcommerce.customer.domain.CustomerNote
-
Packages that use CustomerNote Package Description com.broadleafcommerce.customer.service com.broadleafcommerce.customer.service.anonymization com.broadleafcommerce.customer.web.endpoint -
-
Uses of CustomerNote in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service with type parameters of type CustomerNote Modifier and Type Interface Description interfaceCustomerNoteService<P extends CustomerNote>Service API forCustomerNotes.classDefaultCustomerNoteService<P extends CustomerNote>Default implementation ofCustomerNoteService -
Uses of CustomerNote in com.broadleafcommerce.customer.service.anonymization
Methods in com.broadleafcommerce.customer.service.anonymization that return types with arguments of type CustomerNote Modifier and Type Method Description protected CustomerNoteService<CustomerNote>CustomerNoteAnonymizationHandler. getCustomerNoteService()Method parameters in com.broadleafcommerce.customer.service.anonymization with type arguments of type CustomerNote Modifier and Type Method Description protected List<com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord>CustomerNoteAnonymizationHandler. handleRecords(String boundedContextIdentifier, Stream<CustomerNote> members, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)Constructor parameters in com.broadleafcommerce.customer.service.anonymization with type arguments of type CustomerNote Constructor Description CustomerNoteAnonymizationHandler(CustomerNoteService<CustomerNote> customerNoteService) -
Uses of CustomerNote in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return CustomerNote Modifier and Type Method Description CustomerNoteCustomerNoteEndpoint. createCustomerNote(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String customerId, CustomerNote customerNote)CustomerNoteCustomerNoteEndpoint. readCustomerNoteById(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String customerId, String customerNoteId)Methods in com.broadleafcommerce.customer.web.endpoint that return types with arguments of type CustomerNote Modifier and Type Method Description protected 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)Methods in com.broadleafcommerce.customer.web.endpoint with parameters of type CustomerNote Modifier and Type Method Description CustomerNoteCustomerNoteEndpoint. createCustomerNote(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String customerId, CustomerNote customerNote)Constructor parameters in com.broadleafcommerce.customer.web.endpoint with type arguments of type CustomerNote Constructor Description CustomerNoteEndpoint(CustomerNoteService<CustomerNote> customerNoteService)
-