Uses of Class
de.hybris.platform.util.StrandedItemsRegistry.StrandedItemContext
-
Packages that use StrandedItemsRegistry.StrandedItemContext Package Description de.hybris.platform.cronjob.jalo de.hybris.platform.util -
-
Uses of StrandedItemsRegistry.StrandedItemContext in de.hybris.platform.cronjob.jalo
Subclasses of StrandedItemsRegistry.StrandedItemContext in de.hybris.platform.cronjob.jalo Modifier and Type Class Description static classCronJobManager.StrandedCronJobContext -
Uses of StrandedItemsRegistry.StrandedItemContext in de.hybris.platform.util
Methods in de.hybris.platform.util that return types with arguments of type StrandedItemsRegistry.StrandedItemContext Modifier and Type Method Description java.util.Optional<StrandedItemsRegistry.StrandedItemContext>StrandedItemsRegistry. getStrandedItemContext(PK pk)java.util.Optional<StrandedItemsRegistry.StrandedItemContext>StrandedItemsRegistry.StrandedItemContextProvider. getStrandedItemContext(PK pk)Method parameters in de.hybris.platform.util with type arguments of type StrandedItemsRegistry.StrandedItemContext Modifier and Type Method Description <T extends Item>
voidStrandedItemsRegistry. markOnFailure(T item, java.util.function.Consumer<T> logic, java.util.function.Function<T,StrandedItemsRegistry.StrandedItemContext> itemContextFunction)Executes the logic and in case of exception, the item is registered as stranded.
-