Class CreateOrderEntityUtility
java.lang.Object
org.broadleafcommerce.core.offer.service.CreateOrderEntityUtility
- Author:
- Chad Harchar (charchar)
-
Constructor Summary
ConstructorsConstructorDescriptionCreateOrderEntityUtility(CatalogService catalogService, org.broadleafcommerce.core.order.service.OrderItemService orderItemService, org.broadleafcommerce.common.i18n.service.ISOService isoService, org.broadleafcommerce.profile.core.service.CountryService countryService) -
Method Summary
Modifier and TypeMethodDescriptioncreateDiscreteOrderItem(Long skuId, Double retailPrice, Double salePrice, boolean isDiscountable, int quantity, Order order) createFulfillmentGroup1(FulfillmentOption option, Double shippingPrice, Order order) createFulfillmentGroup2(FulfillmentOption option, Double shippingPrice, Order order) createFulfillmentGroups(FulfillmentOption option, Double shippingPrice, Order order)
-
Constructor Details
-
CreateOrderEntityUtility
public CreateOrderEntityUtility(CatalogService catalogService, org.broadleafcommerce.core.order.service.OrderItemService orderItemService, org.broadleafcommerce.common.i18n.service.ISOService isoService, org.broadleafcommerce.profile.core.service.CountryService countryService)
-
-
Method Details
-
createFulfillmentGroups
public List<FulfillmentGroup> createFulfillmentGroups(FulfillmentOption option, Double shippingPrice, Order order) -
createFulfillmentGroup1
public FulfillmentGroup createFulfillmentGroup1(FulfillmentOption option, Double shippingPrice, Order order) -
createFulfillmentGroup2
public FulfillmentGroup createFulfillmentGroup2(FulfillmentOption option, Double shippingPrice, Order order) -
createDiscreteOrderItem
public DiscreteOrderItem createDiscreteOrderItem(Long skuId, Double retailPrice, Double salePrice, boolean isDiscountable, int quantity, Order order)
-