Uses of Interface
org.broadleafcommerce.core.order.domain.DiscreteOrderItemFeePrice
Packages that use DiscreteOrderItemFeePrice
Package
Description
-
Uses of DiscreteOrderItemFeePrice in org.broadleafcommerce.core.order.domain
Classes in org.broadleafcommerce.core.order.domain that implement DiscreteOrderItemFeePriceFields in org.broadleafcommerce.core.order.domain with type parameters of type DiscreteOrderItemFeePriceModifier and TypeFieldDescriptionprotected List<DiscreteOrderItemFeePrice>DiscreteOrderItemImpl.discreteOrderItemFeePricesMethods in org.broadleafcommerce.core.order.domain that return DiscreteOrderItemFeePriceModifier and TypeMethodDescriptionDiscreteOrderItemFeePrice.clone()DiscreteOrderItemFeePriceImpl.clone()Methods in org.broadleafcommerce.core.order.domain that return types with arguments of type DiscreteOrderItemFeePriceModifier and TypeMethodDescriptionorg.broadleafcommerce.common.copy.CreateResponse<DiscreteOrderItemFeePrice>DiscreteOrderItemFeePriceImpl.createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) DiscreteOrderItem.getDiscreteOrderItemFeePrices()DiscreteOrderItemImpl.getDiscreteOrderItemFeePrices()Methods in org.broadleafcommerce.core.order.domain with parameters of type DiscreteOrderItemFeePriceModifier and TypeMethodDescriptionvoidDiscreteOrderItemFeePriceImpl.checkCloneable(DiscreteOrderItemFeePrice discreteFeePrice) Method parameters in org.broadleafcommerce.core.order.domain with type arguments of type DiscreteOrderItemFeePriceModifier and TypeMethodDescriptionvoidDiscreteOrderItem.setDiscreteOrderItemFeePrices(List<DiscreteOrderItemFeePrice> orderItemFeePrices) voidDiscreteOrderItemImpl.setDiscreteOrderItemFeePrices(List<DiscreteOrderItemFeePrice> discreteOrderItemFeePrices) -
Uses of DiscreteOrderItemFeePrice in org.broadleafcommerce.core.order.service.call
Fields in org.broadleafcommerce.core.order.service.call with type parameters of type DiscreteOrderItemFeePriceModifier and TypeFieldDescriptionprotected List<DiscreteOrderItemFeePrice>DiscreteOrderItemRequest.discreteOrderItemFeePricesMethods in org.broadleafcommerce.core.order.service.call that return types with arguments of type DiscreteOrderItemFeePriceMethod parameters in org.broadleafcommerce.core.order.service.call with type arguments of type DiscreteOrderItemFeePriceModifier and TypeMethodDescriptionvoidDiscreteOrderItemRequest.setDiscreteOrderItemFeePrices(List<DiscreteOrderItemFeePrice> discreteOrderItemFeePrices)