Uses of Class
de.hybris.platform.ordersplitting.model.ConsignmentProcessModel
-
Packages that use ConsignmentProcessModel Package Description de.hybris.platform.b2ctelcofulfillmentprocess.actions.consignment de.hybris.platform.b2ctelcoservices.actions de.hybris.platform.orderprocessing.model Contains generated models for each type of de.hybris.platform.orderprocessing.jalo package.de.hybris.platform.ordersplitting.model Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package. -
-
Uses of ConsignmentProcessModel in de.hybris.platform.b2ctelcofulfillmentprocess.actions.consignment
Methods in de.hybris.platform.b2ctelcofulfillmentprocess.actions.consignment with parameters of type ConsignmentProcessModel Modifier and Type Method Description java.lang.StringAllowShipmentAction. execute(ConsignmentProcessModel process)java.lang.StringConfirmConsignmentPickupAction. execute(ConsignmentProcessModel process)java.lang.StringReceiveConsignmentStatusAction. execute(ConsignmentProcessModel process)voidCancelConsignmentAction. executeAction(ConsignmentProcessModel process)voidSendCancelMessageAction. executeAction(ConsignmentProcessModel process)voidSendConsignmentToWarehouseAction. executeAction(ConsignmentProcessModel process)voidSendDeliveryMessageAction. executeAction(ConsignmentProcessModel process)voidSendPickedUpMessageAction. executeAction(ConsignmentProcessModel process)voidSendReadyForPickupMessageAction. executeAction(ConsignmentProcessModel process)voidSubprocessEndAction. executeAction(ConsignmentProcessModel process)de.hybris.platform.processengine.action.AbstractSimpleDecisionAction.TransitionWaitBeforeTransmissionAction. executeAction(ConsignmentProcessModel process)protected de.hybris.platform.orderprocessing.events.SendDeliveryMessageEventSendDeliveryMessageAction. getEvent(ConsignmentProcessModel process)protected de.hybris.platform.orderprocessing.events.SendPickedUpMessageEventSendPickedUpMessageAction. getEvent(ConsignmentProcessModel process)protected de.hybris.platform.orderprocessing.events.SendReadyForPickupMessageEventSendReadyForPickupMessageAction. getEvent(ConsignmentProcessModel process) -
Uses of ConsignmentProcessModel in de.hybris.platform.b2ctelcoservices.actions
Methods in de.hybris.platform.b2ctelcoservices.actions with parameters of type ConsignmentProcessModel Modifier and Type Method Description voidSendDeliveryMessageActionStub. executeAction(ConsignmentProcessModel process) -
Uses of ConsignmentProcessModel in de.hybris.platform.orderprocessing.model
Methods in de.hybris.platform.orderprocessing.model that return types with arguments of type ConsignmentProcessModel Modifier and Type Method Description java.util.Collection<ConsignmentProcessModel>OrderProcessModel. getConsignmentProcesses()Generated method - Getter of theOrderProcess.consignmentProcessesattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.orderprocessing.model with type arguments of type ConsignmentProcessModel Modifier and Type Method Description voidOrderProcessModel. setConsignmentProcesses(java.util.Collection<ConsignmentProcessModel> value)Generated method - Setter ofOrderProcess.consignmentProcessesattribute defined at extensionbasecommerce. -
Uses of ConsignmentProcessModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return types with arguments of type ConsignmentProcessModel Modifier and Type Method Description java.util.Collection<ConsignmentProcessModel>ConsignmentModel. getConsignmentProcesses()Generated method - Getter of theConsignment.consignmentProcessesattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.ordersplitting.model with type arguments of type ConsignmentProcessModel Modifier and Type Method Description voidConsignmentModel. setConsignmentProcesses(java.util.Collection<ConsignmentProcessModel> value)Generated method - Setter ofConsignment.consignmentProcessesattribute defined at extensionbasecommerce.
-