Uses of Class
com.broadleafcommerce.order.domain.OrderNote
Packages that use OrderNote
Package
Description
- 
Uses of OrderNote in com.broadleafcommerce.order.anonymization
Methods in com.broadleafcommerce.order.anonymization that return types with arguments of type OrderNoteModifier and TypeMethodDescriptionprotected OrderNoteService<OrderNote>OrderNoteAnonymizationHandler.getNoteService()Method parameters in com.broadleafcommerce.order.anonymization with type arguments of type OrderNoteModifier and TypeMethodDescriptionprotected List<com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord>OrderNoteAnonymizationHandler.handleRecords(String boundedContextIdentifier, Stream<OrderNote> members, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Constructor parameters in com.broadleafcommerce.order.anonymization with type arguments of type OrderNoteModifierConstructorDescriptionOrderNoteAnonymizationHandler(OrderService<com.broadleafcommerce.order.client.domain.Order> orderService, OrderNoteService<OrderNote> noteService)  - 
Uses of OrderNote in com.broadleafcommerce.order.service
Classes in com.broadleafcommerce.order.service with type parameters of type OrderNoteModifier and TypeClassDescriptionclassDefaultOrderNoteService<P extends OrderNote>Default implementation ofOrderNoteServiceinterfaceOrderNoteService<P extends OrderNote>Service API forOrderNotes. - 
Uses of OrderNote in com.broadleafcommerce.order.service.autoconfigure
Methods in com.broadleafcommerce.order.service.autoconfigure that return types with arguments of type OrderNoteModifier and TypeMethodDescriptionOrderServiceAutoConfiguration.orderNoteService(OrderNoteRepository<com.broadleafcommerce.data.tracking.core.Trackable> orderNoteRepository, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper)  - 
Uses of OrderNote in com.broadleafcommerce.order.service.validation
Classes in com.broadleafcommerce.order.service.validation with type parameters of type OrderNoteModifier and TypeClassDescriptionclassOrderNoteValidator<P extends OrderNote>Validations forOrderNote. - 
Uses of OrderNote in com.broadleafcommerce.order.service.validation.autoconfigure
Methods in com.broadleafcommerce.order.service.validation.autoconfigure that return types with arguments of type OrderNote - 
Uses of OrderNote in com.broadleafcommerce.order.web.endpoint
Methods in com.broadleafcommerce.order.web.endpoint that return OrderNoteModifier and TypeMethodDescriptionOrderNoteEndpoint.createOrderNote(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String orderId, OrderNote orderNote) protected OrderNoteOrderNoteEndpoint.ensureNoteBelongsToOrderAndReturn(@NonNull String orderId, @NonNull String orderNoteId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Ensures that theOrderNoteis associated with the specified order ID.OrderNoteEndpoint.readOrderNoteById(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String orderId, String orderNoteId) Methods in com.broadleafcommerce.order.web.endpoint that return types with arguments of type OrderNoteModifier and TypeMethodDescriptionprotected OrderNoteService<OrderNote>OrderNoteEndpoint.getOrderNoteService()org.springframework.data.domain.Page<OrderNote>OrderNoteEndpoint.readAllOrderNotes(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String orderId, cz.jirutka.rsql.parser.ast.Node filters, org.springframework.data.domain.Pageable page) Methods in com.broadleafcommerce.order.web.endpoint with parameters of type OrderNoteModifier and TypeMethodDescriptionOrderNoteEndpoint.createOrderNote(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String orderId, OrderNote orderNote) Constructor parameters in com.broadleafcommerce.order.web.endpoint with type arguments of type OrderNoteModifierConstructorDescriptionOrderNoteEndpoint(OrderNoteService<OrderNote> orderNoteService, OrderService<com.broadleafcommerce.order.client.domain.Order> orderService)