Uses of Class
de.hybris.platform.warehousing.process.BusinessProcessException
Packages that use BusinessProcessException
Package
Description
-
Uses of BusinessProcessException in de.hybris.platform.warehousing.process
Methods in de.hybris.platform.warehousing.process that throw BusinessProcessExceptionModifier and TypeMethodDescriptionabstract StringAbstractWarehousingBusinessProcessService.getProcessCode(T item) WarehousingBusinessProcessService.getProcessCode(T item) Get the business process associated with an itemvoidAbstractWarehousingBusinessProcessService.triggerChoiceEvent(T item, String eventName, String choice) voidWarehousingBusinessProcessService.triggerChoiceEvent(T item, String eventName, String choice) Trigger a business process event to move a workflow out of a wait state. -
Uses of BusinessProcessException in de.hybris.platform.warehousing.shipping.service
Methods in de.hybris.platform.warehousing.shipping.service that throw BusinessProcessExceptionModifier and TypeMethodDescriptionvoidWarehousingShippingService.confirmPickupConsignment(ConsignmentModel consignment) Confirms the pickup ofConsignmentModelvoidWarehousingShippingService.confirmShipConsignment(ConsignmentModel consignment) Confirms the shipping ofConsignmentModel -
Uses of BusinessProcessException in de.hybris.platform.warehousing.shipping.service.impl
Methods in de.hybris.platform.warehousing.shipping.service.impl that throw BusinessProcessExceptionModifier and TypeMethodDescriptionvoidDefaultWarehousingShippingService.confirmPickupConsignment(ConsignmentModel consignment) voidDefaultWarehousingShippingService.confirmShipConsignment(ConsignmentModel consignment)