Uses of Class
de.hybris.platform.warehousing.process.BusinessProcessException
-
Packages that use BusinessProcessException Package Description de.hybris.platform.warehousing.process de.hybris.platform.warehousing.shipping.service de.hybris.platform.warehousing.shipping.service.impl -
-
Uses of BusinessProcessException in de.hybris.platform.warehousing.process
Methods in de.hybris.platform.warehousing.process that throw BusinessProcessException Modifier and Type Method Description abstract java.lang.StringAbstractWarehousingBusinessProcessService. getProcessCode(T item)java.lang.StringWarehousingBusinessProcessService. getProcessCode(T item)Get the business process associated with an itemvoidAbstractWarehousingBusinessProcessService. triggerChoiceEvent(T item, java.lang.String eventName, java.lang.String choice)voidWarehousingBusinessProcessService. triggerChoiceEvent(T item, java.lang.String eventName, java.lang.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 BusinessProcessException Modifier and Type Method Description voidWarehousingShippingService. 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 BusinessProcessException Modifier and Type Method Description voidDefaultWarehousingShippingService. confirmPickupConsignment(ConsignmentModel consignment)voidDefaultWarehousingShippingService. confirmShipConsignment(ConsignmentModel consignment)
-