Class OrderEntryModelBuilder
java.lang.Object
de.hybris.platform.warehousing.util.builder.OrderEntryModelBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstatic OrderEntryModelBuilderaModel()build()static OrderEntryModelBuilderfromModel(OrderEntryModel source) withBasePrice(Double basePrice) withCalculated(Boolean calculated) withConsignmentEntries(ConsignmentEntryModel... entries) withDeliveryPointOfService(PointOfServiceModel deliveryPointOfService) withGiveAway(Boolean giveAway) withProduct(ProductModel product) withQuantity(Long quantity) withRejected(Boolean rejected) withTaxes(Collection<TaxValue> taxes) withTotalPrice(Double totalPrice)
-
Method Details
-
aModel
-
fromModel
-
build
-
withProduct
-
withQuantity
-
withUnit
-
withConsignmentEntries
-
withDeliveryPointOfService
public OrderEntryModelBuilder withDeliveryPointOfService(PointOfServiceModel deliveryPointOfService) -
withGiveAway
-
withCalculated
-
withRejected
-
withBasePrice
-
withTotalPrice
-
withTaxes
-