Class OrderModelBuilder
java.lang.Object
de.hybris.platform.warehousing.util.builder.OrderModelBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstatic OrderModelBuilderaModel()build()withBaseSite(BaseSiteModel baseSite) withCurrency(CurrencyModel currency) withCustomser(CustomerModel customer) withDeliveryAddress(AddressModel deliveryAddress) withDeliveryMode(DeliveryModeModel deliveryMode) withEntries(AbstractOrderEntryModel... entries) withPaymentInfo(PaymentInfoModel paymentInfo) withPaymentTransactions(List<PaymentTransactionModel> paymentTransactions) withStore(BaseStoreModel store)
-
Method Details
-
aModel
-
build
-
withCode
-
withDeliveryMode
-
withCurrency
-
withStore
-
withDeliveryAddress
-
withDate
-
withUser
-
withCustomser
-
withBaseSite
-
withEntries
-
withPaymentInfo
-
withPaymentTransactions
-