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 TypeMethodDescriptionvoid
OrderFulfillmentView.setFulfillmentItems
(List<OrderFulfillmentItemView> fulfillmentItems) -
Uses of OrderFulfillmentItemView in com.broadleafcommerce.order.service
Methods in com.broadleafcommerce.order.service that return OrderFulfillmentItemViewModifier and TypeMethodDescriptionprotected OrderFulfillmentItemView
OrderFulfillmentViewFulfillmentDataContributor.initializeFulfillmentItemView
(com.broadleafcommerce.order.client.domain.OrderFulfillmentItem from) Given anOrderFulfillmentItem
, initialize a newOrderFulfillmentItemView
with 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.MonetaryAmount
InclusiveTaxHelper.getFulfillmentIncludedTax
(OrderFulfillmentItemView orderFulfillmentItemView, javax.money.CurrencyUnit currency) Get the sum of fulfillment inclusive taxes from the givenOrderFulfillmentItemView
.javax.money.MonetaryAmount
InclusiveTaxHelper.getFulfillmentNonIncludedTax
(OrderFulfillmentItemView orderFulfillmentItemView, javax.money.CurrencyUnit currency) Get the sum of fulfillment non-included taxes from the givenOrderFulfillmentItemView
.javax.money.MonetaryAmount
InclusiveTaxHelper.getMerchIncludedTax
(OrderFulfillmentItemView orderFulfillmentItemView, javax.money.CurrencyUnit currency) Get the sum of inclusive merchandise taxes from the givenOrderFulfillmentItemView
.