Uses of Class
de.hybris.platform.ordersplitting.model.ConsignmentModel
Packages that use ConsignmentModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.order package.
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
-
Uses of ConsignmentModel in de.hybris.platform.b2ctelcofacades.order.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.order.converters.populator with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidTmaConsignmentPopulator.populate(ConsignmentModel source, ConsignmentData target) -
Uses of ConsignmentModel in de.hybris.platform.b2ctelcofulfillmentprocess.actions.consignment
Methods in de.hybris.platform.b2ctelcofulfillmentprocess.actions.consignment with parameters of type ConsignmentModelModifier and TypeMethodDescriptionprotected StringAllowShipmentAction.getTransitionForConsignment(ConsignmentModel consignment) -
Uses of ConsignmentModel in de.hybris.platform.b2ctelcofulfillmentprocess.strategy.impl
Methods in de.hybris.platform.b2ctelcofulfillmentprocess.strategy.impl with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidSplitByAvailableCount.afterSplitting(Object groupingObject, ConsignmentModel createdOne) voidSplitByDeliveryMode.afterSplitting(Object groupingObject, ConsignmentModel createdOne) voidSplitByEntryDeliveryAddress.afterSplitting(Object groupingObject, ConsignmentModel createdOne) voidSplitByPoS.afterSplitting(Object groupingObject, ConsignmentModel consignmentModel) voidSplitByWarehouse.afterSplitting(de.hybris.platform.ordersplitting.strategy.impl.OrderEntryGroup group, ConsignmentModel createdOne) -
Uses of ConsignmentModel in de.hybris.platform.b2ctelcofulfillmentprocess.warehouse
Methods in de.hybris.platform.b2ctelcofulfillmentprocess.warehouse with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidMockProcess2WarehouseAdapter.prepareConsignment(ConsignmentModel consignment) voidDefaultWarehouse2ProcessAdapter.receiveConsignmentStatus(ConsignmentModel consignment, WarehouseConsignmentStatus status) voidMockProcess2WarehouseAdapter.shipConsignment(ConsignmentModel consignment) -
Uses of ConsignmentModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionAbstractOrderModel.getConsignments()Generated method - Getter of theAbstractOrder.consignmentsattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.core.model.order with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionvoidAbstractOrderModel.setConsignments(Set<ConsignmentModel> value) Generated method - Setter ofAbstractOrder.consignmentsattribute defined at extensionbasecommerce. -
Uses of ConsignmentModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return ConsignmentModelModifier and TypeMethodDescriptionConsignmentEntryModel.getConsignment()Generated method - Getter of theConsignmentEntry.consignmentattribute defined at extensionbasecommerce.ConsignmentProcessModel.getConsignment()Generated method - Getter of theConsignmentProcess.consignmentattribute defined at extensionbasecommerce.Methods in de.hybris.platform.ordersplitting.model that return types with arguments of type ConsignmentModelModifier and TypeMethodDescriptionWarehouseModel.getConsignments()Generated method - Getter of theWarehouse.consignmentsattribute defined at extensionbasecommerce.Methods in de.hybris.platform.ordersplitting.model with parameters of type ConsignmentModelModifier and TypeMethodDescriptionvoidConsignmentEntryModel.setConsignment(ConsignmentModel value) Generated method - Initial setter ofConsignmentEntry.consignmentattribute defined at extensionbasecommerce.voidConsignmentProcessModel.setConsignment(ConsignmentModel value) Generated method - Setter ofConsignmentProcess.consignmentattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.ordersplitting.model with type arguments of type ConsignmentModelModifier and TypeMethodDescriptionvoidWarehouseModel.setConsignments(Set<ConsignmentModel> value) Generated method - Setter ofWarehouse.consignmentsattribute defined at extensionbasecommerce.Constructors in de.hybris.platform.ordersplitting.model with parameters of type ConsignmentModelModifierConstructorDescriptionConsignmentEntryModel(ConsignmentModel _consignment, AbstractOrderEntryModel _orderEntry, ItemModel _owner, Long _quantity) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConsignmentEntryModel(ConsignmentModel _consignment, AbstractOrderEntryModel _orderEntry, Long _quantity) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters