Uses of Class
de.hybris.platform.orderprocessing.events.ConsignmentProcessingEvent
-
Packages that use ConsignmentProcessingEvent Package Description com.hybris.yprofile.listeners de.hybris.platform.orderprocessing.events de.hybris.platform.yacceleratorordermanagement.actions.consignment -
-
Uses of ConsignmentProcessingEvent in com.hybris.yprofile.listeners
Methods in com.hybris.yprofile.listeners with parameters of type ConsignmentProcessingEvent Modifier and Type Method Description protected voidConsignmentEventListener. onSiteEvent(ConsignmentProcessingEvent event)protected voidConsignmentEventListener. setCurrentBaseSite(ConsignmentProcessingEvent event)protected booleanConsignmentEventListener. shouldHandleEvent(ConsignmentProcessingEvent event) -
Uses of ConsignmentProcessingEvent in de.hybris.platform.orderprocessing.events
Subclasses of ConsignmentProcessingEvent in de.hybris.platform.orderprocessing.events Modifier and Type Class Description classPickupConfirmationEventclassSendDeliveryMessageEventclassSendNotPickedUpConsignmentCanceledMessageEventclassSendPickedUpMessageEventclassSendReadyForPickupMessageEvent -
Uses of ConsignmentProcessingEvent in de.hybris.platform.yacceleratorordermanagement.actions.consignment
Methods in de.hybris.platform.yacceleratorordermanagement.actions.consignment that return ConsignmentProcessingEvent Modifier and Type Method Description protected ConsignmentProcessingEventAbstractConsignmentAction. getEvent(ConsignmentProcessModel process)Retrieves aConsignmentProcessingEventout of the consignment process model
-