Uses of Class
de.hybris.platform.ordersplitting.model.ConsignmentModel
-
Packages that use ConsignmentModel Package Description de.hybris.platform.b2ctelcofulfillmentprocess.actions.consignment de.hybris.platform.b2ctelcofulfillmentprocess.strategy.impl de.hybris.platform.b2ctelcofulfillmentprocess.warehouse de.hybris.platform.core.model.order Contains generated models for each type of de.hybris.platform.jalo.order package.de.hybris.platform.ordersplitting.model Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package. -
-
Uses of ConsignmentModel in de.hybris.platform.b2ctelcofulfillmentprocess.actions.consignment
Methods in de.hybris.platform.b2ctelcofulfillmentprocess.actions.consignment with parameters of type ConsignmentModel Modifier and Type Method Description protected java.lang.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 ConsignmentModel Modifier and Type Method Description voidSplitByAvailableCount. afterSplitting(java.lang.Object groupingObject, ConsignmentModel createdOne)voidSplitByDeliveryMode. afterSplitting(java.lang.Object groupingObject, ConsignmentModel createdOne)voidSplitByEntryDeliveryAddress. afterSplitting(java.lang.Object groupingObject, ConsignmentModel createdOne)voidSplitByPoS. afterSplitting(java.lang.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 ConsignmentModel Modifier and Type Method Description voidMockProcess2WarehouseAdapter. 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 ConsignmentModel Modifier and Type Method Description java.util.Set<ConsignmentModel>AbstractOrderModel. getConsignments()Generated method - Getter of theAbstractOrder.consignmentsattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.core.model.order with type arguments of type ConsignmentModel Modifier and Type Method Description voidAbstractOrderModel. setConsignments(java.util.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 ConsignmentModel Modifier and Type Method Description ConsignmentModelConsignmentEntryModel. getConsignment()Generated method - Getter of theConsignmentEntry.consignmentattribute defined at extensionbasecommerce.ConsignmentModelConsignmentProcessModel. getConsignment()Generated method - Getter of theConsignmentProcess.consignmentattribute defined at extensionbasecommerce.Methods in de.hybris.platform.ordersplitting.model that return types with arguments of type ConsignmentModel Modifier and Type Method Description java.util.Set<ConsignmentModel>WarehouseModel. getConsignments()Generated method - Getter of theWarehouse.consignmentsattribute defined at extensionbasecommerce.Methods in de.hybris.platform.ordersplitting.model with parameters of type ConsignmentModel Modifier and Type Method Description voidConsignmentEntryModel. 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 ConsignmentModel Modifier and Type Method Description voidWarehouseModel. setConsignments(java.util.Set<ConsignmentModel> value)Generated method - Setter ofWarehouse.consignmentsattribute defined at extensionbasecommerce.Constructors in de.hybris.platform.ordersplitting.model with parameters of type ConsignmentModel Constructor Description ConsignmentEntryModel(ConsignmentModel _consignment, AbstractOrderEntryModel _orderEntry, ItemModel _owner, java.lang.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, java.lang.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
-