Uses of Class
de.hybris.platform.warehousing.model.CancellationEventModel
-
-
Uses of CancellationEventModel in de.hybris.platform.warehousing.inventoryevent.service
Methods in de.hybris.platform.warehousing.inventoryevent.service that return types with arguments of type CancellationEventModel Modifier and Type Method Description java.util.Collection<CancellationEventModel>InventoryEventService. createCancellationEvents(CancellationEventModel cancellationEventModel)Create multipleCancellationEventModelMethods in de.hybris.platform.warehousing.inventoryevent.service with parameters of type CancellationEventModel Modifier and Type Method Description java.util.Collection<CancellationEventModel>InventoryEventService. createCancellationEvents(CancellationEventModel cancellationEventModel)Create multipleCancellationEventModel -
Uses of CancellationEventModel in de.hybris.platform.warehousing.inventoryevent.service.impl
Methods in de.hybris.platform.warehousing.inventoryevent.service.impl that return types with arguments of type CancellationEventModel Modifier and Type Method Description java.util.List<CancellationEventModel>DefaultInventoryEventService. createCancellationEvents(CancellationEventModel cancellationEventModel)Methods in de.hybris.platform.warehousing.inventoryevent.service.impl with parameters of type CancellationEventModel Modifier and Type Method Description java.util.List<CancellationEventModel>DefaultInventoryEventService. createCancellationEvents(CancellationEventModel cancellationEventModel) -
Uses of CancellationEventModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return CancellationEventModel Modifier and Type Method Description CancellationEventModelCancellationEventModelBuilder. build() -
Uses of CancellationEventModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return CancellationEventModel Modifier and Type Method Description CancellationEventModelCancellationEvents. Camera_Cancellation(java.lang.Long quantity, CancelReason cancelReason, StockLevelModel stockLevel)Methods in de.hybris.platform.warehousing.util.models that return types with arguments of type CancellationEventModel Modifier and Type Method Description WarehousingDao<CancellationEventModel>CancellationEvents. getCancellationEventDao()Method parameters in de.hybris.platform.warehousing.util.models with type arguments of type CancellationEventModel Modifier and Type Method Description voidCancellationEvents. setCancellationEventDao(WarehousingDao<CancellationEventModel> cancellationEventDao)
-