Uses of Class
de.hybris.platform.catalog.SynchronizationPersistenceException
Packages that use SynchronizationPersistenceException
Package
Description
-
Uses of SynchronizationPersistenceException in de.hybris.platform.catalog
Methods in de.hybris.platform.catalog that throw SynchronizationPersistenceExceptionModifier and TypeMethodDescriptionCreates an entity of given type, with set of initial attributesReads attributes of a given entitySynchronizationPersistenceAdapter.readLocalized(ENTITY entity, Set<String> attributes, Set<Language> languages) Reads localized attributes of a given entityvoidRemoves a given entityvoidUpdates a given entity with attribute value pair as its part of or other attributevoidUpdates a given entity with map of attribute at once -
Uses of SynchronizationPersistenceException in de.hybris.platform.catalog.jalo.synchronization
Methods in de.hybris.platform.catalog.jalo.synchronization that throw SynchronizationPersistenceExceptionModifier and TypeMethodDescriptionLegacySynchronizationPersistenceAdapter.create(ComposedType expectedType, Map<String, Object> attributes) voidDelegates delete toSynchronizationPersistenceAdapter.remove(Object)Throws two kind of exceptions SynchronizationPersistenceException - which is unrecoverable and it is propagated to upper layer RecoverableSynchronizationPersistenceException - which can be temporary issue and after rerun can vanishprotected voidLegacySynchronizationPersistenceAdapter.handleRemovalException(Item itemToRemove, Throwable exception) Override this method in order to rethrow aSynchronizationPersistenceExceptionorRecoverableSynchronizationPersistenceExceptionin certain situation so upper layer can abort or recover during removal.LegacySynchronizationPersistenceAdapter.readLocalized(Item item, Set<String> attributes, Set<Language> languages) voidvoidvoid -
Uses of SynchronizationPersistenceException in de.hybris.platform.catalog.synchronization
Methods in de.hybris.platform.catalog.synchronization that throw SynchronizationPersistenceExceptionModifier and TypeMethodDescriptionServiceLayerSynchronizationPersistenceAdapter.create(ComposedType targetType, Map<String, Object> attributes) ServiceLayerSynchronizationPersistenceAdapter.readLocalized(Item item, Set<String> attributes, Set<Language> languages) voidvoidServiceLayerSynchronizationPersistenceAdapter.update(Item toUpdate, Map.Entry<String, Object> attributes) void