Uses of Class
com.broadleafcommerce.order.domain.OrderFulfillmentItemView
Packages that use OrderFulfillmentItemView
Package
Description
- 
Uses of OrderFulfillmentItemView in com.broadleafcommerce.order.domain
Methods in com.broadleafcommerce.order.domain that return types with arguments of type OrderFulfillmentItemViewMethod parameters in com.broadleafcommerce.order.domain with type arguments of type OrderFulfillmentItemViewModifier and TypeMethodDescriptionvoidOrderFulfillmentView.setFulfillmentItems(List<OrderFulfillmentItemView> fulfillmentItems)  - 
Uses of OrderFulfillmentItemView in com.broadleafcommerce.order.service
Methods in com.broadleafcommerce.order.service that return OrderFulfillmentItemViewModifier and TypeMethodDescriptionprotected OrderFulfillmentItemViewOrderFulfillmentViewFulfillmentDataContributor.initializeFulfillmentItemView(com.broadleafcommerce.order.client.domain.OrderFulfillmentItem from) Given anOrderFulfillmentItem, initialize a newOrderFulfillmentItemViewwith basic matching data. - 
Uses of OrderFulfillmentItemView in com.broadleafcommerce.order.service.util
Methods in com.broadleafcommerce.order.service.util with parameters of type OrderFulfillmentItemViewModifier and TypeMethodDescriptionjavax.money.MonetaryAmountInclusiveTaxHelper.getFulfillmentIncludedTax(OrderFulfillmentItemView orderFulfillmentItemView, javax.money.CurrencyUnit currency) Get the sum of fulfillment inclusive taxes from the givenOrderFulfillmentItemView.javax.money.MonetaryAmountInclusiveTaxHelper.getFulfillmentNonIncludedTax(OrderFulfillmentItemView orderFulfillmentItemView, javax.money.CurrencyUnit currency) Get the sum of fulfillment non-included taxes from the givenOrderFulfillmentItemView.javax.money.MonetaryAmountInclusiveTaxHelper.getMerchIncludedTax(OrderFulfillmentItemView orderFulfillmentItemView, javax.money.CurrencyUnit currency) Get the sum of inclusive merchandise taxes from the givenOrderFulfillmentItemView.