Uses of Class
de.hybris.platform.ordersplitting.model.ConsignmentProcessModel
Packages that use ConsignmentProcessModel
Package
Description
Contains generated models for each type of de.hybris.platform.orderprocessing.jalo package.
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 ConsignmentProcessModelModifier and TypeMethodDescriptionAllowShipmentAction.execute(ConsignmentProcessModel process) ConfirmConsignmentPickupAction.execute(ConsignmentProcessModel process) ReceiveConsignmentStatusAction.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 ConsignmentProcessModelModifier and TypeMethodDescriptionvoidSendDeliveryMessageActionStub.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 ConsignmentProcessModelModifier and TypeMethodDescriptionOrderProcessModel.getConsignmentProcesses()Generated method - Getter of theOrderProcess.consignmentProcessesattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.orderprocessing.model with type arguments of type ConsignmentProcessModelModifier and TypeMethodDescriptionvoidOrderProcessModel.setConsignmentProcesses(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 ConsignmentProcessModelModifier and TypeMethodDescriptionConsignmentModel.getConsignmentProcesses()Generated method - Getter of theConsignment.consignmentProcessesattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.ordersplitting.model with type arguments of type ConsignmentProcessModelModifier and TypeMethodDescriptionvoidConsignmentModel.setConsignmentProcesses(Collection<ConsignmentProcessModel> value) Generated method - Setter ofConsignment.consignmentProcessesattribute defined at extensionbasecommerce.