Class WarehouseModelBuilder
java.lang.Object
de.hybris.platform.warehousing.util.builder.WarehouseModelBuilder
You cannot set the relation to
PointOfServiceModel from this builder, instead you have to use
PointOfServiceModelBuilder#withWarehouses().-
Method Summary
Modifier and TypeMethodDescriptionstatic WarehouseModelBuilderaModel()build()static WarehouseModelBuilderfromModel(WarehouseModel model) withBaseStores(BaseStoreModel... baseStores) withDefault(Boolean _default) withDeliveryModes(DeliveryModeModel... deliveryModes) withExternal(Boolean isExternal) withIsAllowRestock(Boolean isAllowRestock) withVendor(VendorModel vendor)
-
Method Details
-
aModel
-
fromModel
-
build
-
withCode
-
withIsAllowRestock
-
withName
-
withVendor
-
withDefault
-
withBaseStores
-
withDeliveryModes
-
withExternal
-