Uses of Class
com.broadleafcommerce.order.domain.OrderFulfillmentView
Packages that use OrderFulfillmentView
Package
Description
-
Uses of OrderFulfillmentView in com.broadleafcommerce.order.service
Classes in com.broadleafcommerce.order.service with type parameters of type OrderFulfillmentViewModifier and TypeClassDescriptionclass
The default implementation ofOrderFulfillmentViewService
.class
A contributor capable of mappingOrderFulfillment
andOrderFulfillmentItem
data into anOrderFulfillmentView
.interface
A contributor capable of mapping some data into anOrderFulfillmentView
.class
A specialized component that understands how to take data fromOrderFulfillment
and build aOrderFulfillmentView
from it, hydrating additional data as necessary.class
interface
OrderFulfillmentViewService<P extends OrderFulfillmentView>
Enables users to viewOrderFulfillment
data in a view containing additional limited data fromOrder
. -
Uses of OrderFulfillmentView in com.broadleafcommerce.order.service.autoconfigure
Methods in com.broadleafcommerce.order.service.autoconfigure that return types with arguments of type OrderFulfillmentViewModifier and TypeMethodDescriptionOrderServiceAutoConfiguration.orderFulfillmentViewFulfillmentDataContributor
(com.broadleafcommerce.common.extension.TypeFactory typeFactory) OrderServiceAutoConfiguration.orderFulfillmentViewMappingService
(com.broadleafcommerce.common.extension.TypeFactory typeFactory, List<OrderFulfillmentViewMappingContributor<OrderFulfillmentView>> contributors) OrderServiceAutoConfiguration.orderFulfillmentViewOrderDataContributor
(com.broadleafcommerce.common.extension.TypeFactory typeFactory, OrderService<com.broadleafcommerce.order.client.domain.Order> orderService) OrderServiceAutoConfiguration.orderFulfillmentViewService
(OrderFulfillmentService<com.broadleafcommerce.order.client.domain.OrderFulfillment> orderFulfillmentService, OrderFulfillmentViewMappingService<OrderFulfillmentView> orderFulfillmentViewMappingService) Method parameters in com.broadleafcommerce.order.service.autoconfigure with type arguments of type OrderFulfillmentViewModifier and TypeMethodDescriptionOrderServiceAutoConfiguration.orderFulfillmentViewMappingService
(com.broadleafcommerce.common.extension.TypeFactory typeFactory, List<OrderFulfillmentViewMappingContributor<OrderFulfillmentView>> contributors) OrderServiceAutoConfiguration.orderFulfillmentViewService
(OrderFulfillmentService<com.broadleafcommerce.order.client.domain.OrderFulfillment> orderFulfillmentService, OrderFulfillmentViewMappingService<OrderFulfillmentView> orderFulfillmentViewMappingService) -
Uses of OrderFulfillmentView in com.broadleafcommerce.order.service.hydration
Methods in com.broadleafcommerce.order.service.hydration that return types with arguments of type OrderFulfillmentViewModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<OrderFulfillmentView>
DefaultOrderFulfillmentHydrationService.hydrate
(org.springframework.data.domain.Page<OrderFulfillmentView> orderFulfillmentViews, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) org.springframework.data.domain.Page<OrderFulfillmentView>
OrderFulfillmentHydrationService.hydrate
(org.springframework.data.domain.Page<OrderFulfillmentView> orderFulfillmentViews, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Hook point to hydrate entities fetched from the internal search endpoint.Method parameters in com.broadleafcommerce.order.service.hydration with type arguments of type OrderFulfillmentViewModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<OrderFulfillmentView>
DefaultOrderFulfillmentHydrationService.hydrate
(org.springframework.data.domain.Page<OrderFulfillmentView> orderFulfillmentViews, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) org.springframework.data.domain.Page<OrderFulfillmentView>
OrderFulfillmentHydrationService.hydrate
(org.springframework.data.domain.Page<OrderFulfillmentView> orderFulfillmentViews, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Hook point to hydrate entities fetched from the internal search endpoint. -
Uses of OrderFulfillmentView in com.broadleafcommerce.order.service.util
Methods in com.broadleafcommerce.order.service.util with parameters of type OrderFulfillmentViewModifier and TypeMethodDescriptionjavax.money.MonetaryAmount
InclusiveTaxHelper.getFulfillmentIncludedTax
(OrderFulfillmentView orderFulfillmentView) Get the sum of fulfillment inclusive taxes from the givenOrderFulfillmentView
.javax.money.MonetaryAmount
InclusiveTaxHelper.getMerchIncludedTax
(OrderFulfillmentView orderFulfillmentView) Get the sum of merchandise inclusive taxes from the givenOrderFulfillmentView
.protected void
InclusiveTaxHelper.updateIncludedTaxFields
(OrderFulfillmentView orderFulfillmentView) protected void
InclusiveTaxHelper.updateItemTotal
(OrderFulfillmentView orderFulfillmentView) protected void
InclusiveTaxHelper.updateNonIncludedTaxFields
(OrderFulfillmentView orderFulfillmentView) void
InclusiveTaxHelper.updateTaxRelatedFields
(OrderFulfillmentView orderFulfillmentView) -
Uses of OrderFulfillmentView in com.broadleafcommerce.order.web.endpoint
Methods in com.broadleafcommerce.order.web.endpoint that return OrderFulfillmentViewModifier and TypeMethodDescriptionOrderFulfillmentViewEndpoint.readOrderFulfillmentViewById
(String id, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Methods in com.broadleafcommerce.order.web.endpoint that return types with arguments of type OrderFulfillmentViewModifier and TypeMethodDescriptionprotected OrderFulfillmentViewService<OrderFulfillmentView>
OrderFulfillmentViewEndpoint.getOrderFulfillmentViewService()
org.springframework.data.domain.Page<OrderFulfillmentView>
OrderFulfillmentViewEndpoint.readAllOrderFulfillmentViews
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, cz.jirutka.rsql.parser.ast.Node filters, org.springframework.data.domain.Pageable page) org.springframework.data.domain.Page<OrderFulfillmentView>
OrderFulfillmentViewEndpoint.readAllOrderFulfillmentViews
(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String query, boolean hydrateChildEntities, org.springframework.data.domain.Pageable page, cz.jirutka.rsql.parser.ast.Node filters) OrderFulfillmentViewEndpoint.readOrderFulfillmentViewsByOrderId
(String orderId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Constructor parameters in com.broadleafcommerce.order.web.endpoint with type arguments of type OrderFulfillmentViewModifierConstructorDescriptionOrderFulfillmentViewEndpoint
(OrderFulfillmentViewService<OrderFulfillmentView> orderFulfillmentViewService)