Uses of Class
com.broadleafcommerce.customer.domain.CustomerNote
Packages that use CustomerNote
Package
Description
-
Uses of CustomerNote in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service with type parameters of type CustomerNoteModifier and TypeInterfaceDescriptioninterfaceCustomerNoteService<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 CustomerNoteModifier and TypeMethodDescriptionprotected CustomerNoteService<CustomerNote>CustomerNoteAnonymizationHandler.getCustomerNoteService()Method parameters in com.broadleafcommerce.customer.service.anonymization with type arguments of type CustomerNoteModifier and TypeMethodDescriptionprotected 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 CustomerNoteModifierConstructorDescriptionCustomerNoteAnonymizationHandler(CustomerNoteService<CustomerNote> customerNoteService) -
Uses of CustomerNote in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return CustomerNoteModifier 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) Methods in com.broadleafcommerce.customer.web.endpoint that return types with arguments of type CustomerNoteModifier 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) Methods in com.broadleafcommerce.customer.web.endpoint with parameters of type CustomerNoteModifier and TypeMethodDescriptionCustomerNoteEndpoint.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 CustomerNoteModifierConstructorDescriptionCustomerNoteEndpoint(CustomerNoteService<CustomerNote> customerNoteService)