Uses of Interface
de.hybris.platform.odata2services.odata.persistence.hook.PostPersistHook
Packages that use PostPersistHook
Package
Description
-
Uses of PostPersistHook in de.hybris.platform.odata2services.odata.persistence.hook.impl
Methods in de.hybris.platform.odata2services.odata.persistence.hook.impl that return PostPersistHookModifier and TypeMethodDescriptionDefaultPersistenceHookRegistry.getPostPersistHook(String hookName, String integrationKey) Deprecated, for removal: This API element is subject to removal in a future version.PersistenceHookRegistry.getPostPersistHook(String hookName, String integrationKey) Retrieves aPostPersistHookby the hook name.Methods in de.hybris.platform.odata2services.odata.persistence.hook.impl with parameters of type PostPersistHookModifier and TypeMethodDescriptionvoidDefaultPersistenceHookRegistry.addHook(String hookName, PostPersistHook hook) Deprecated, for removal: This API element is subject to removal in a future version.protected voidDefaultPersistHookExecutor.executePostPersistHook(String hookName, PostPersistHook hook, ItemModel item, String integrationKey) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in de.hybris.platform.odata2services.odata.persistence.hook.impl with parameters of type PostPersistHookModifierConstructorDescriptionPostPersistHookAdapter(@NotNull PostPersistHook hook) Deprecated, for removal: This API element is subject to removal in a future version.Instantiates this adapter -
Uses of PostPersistHook in de.hybris.platform.odata2webservices.odata.persistence.hooks
Classes in de.hybris.platform.odata2webservices.odata.persistence.hooks that implement PostPersistHook