Uses of Class
de.hybris.platform.catalog.SynchronizationPersistenceException
-
Packages that use SynchronizationPersistenceException Package Description de.hybris.platform.catalog de.hybris.platform.catalog.jalo.synchronization de.hybris.platform.catalog.synchronization -
-
Uses of SynchronizationPersistenceException in de.hybris.platform.catalog
Methods in de.hybris.platform.catalog that throw SynchronizationPersistenceException Modifier and Type Method Description ENTITYSynchronizationPersistenceAdapter. create(TYPE type, java.util.Map<java.lang.String,java.lang.Object> attributes)Creates an entity of given type, with set of initial attributesjava.util.Map<java.lang.String,java.lang.Object>SynchronizationPersistenceAdapter. read(ENTITY entity, java.util.Set<java.lang.String> attributes)Reads attributes of a given entityjava.util.Map<java.lang.String,java.lang.Object>SynchronizationPersistenceAdapter. readLocalized(ENTITY entity, java.util.Set<java.lang.String> attributes, java.util.Set<Language> languages)Reads localized attributes of a given entityvoidSynchronizationPersistenceAdapter. remove(ENTITY entity)Removes a given entityvoidSynchronizationPersistenceAdapter. update(ENTITY entity, java.util.Map.Entry<java.lang.String,java.lang.Object> attributes)Updates a given entity with attribute value pair as its part of or other attributevoidSynchronizationPersistenceAdapter. update(ENTITY entity, java.util.Map<java.lang.String,java.lang.Object> attributes)Updates 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 SynchronizationPersistenceException Modifier and Type Method Description ItemLegacySynchronizationPersistenceAdapter. create(ComposedType expectedType, java.util.Map<java.lang.String,java.lang.Object> attributes)voidCatalogVersionSyncCopyContext. delete(Item original)Delegates 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, java.lang.Throwable exception)Override this method in order to rethrow aSynchronizationPersistenceExceptionorRecoverableSynchronizationPersistenceExceptionin certain situation so upper layer can abort or recover during removal.java.util.Map<java.lang.String,java.lang.Object>LegacySynchronizationPersistenceAdapter. read(Item item, java.util.Set<java.lang.String> attributes)java.util.Map<java.lang.String,java.lang.Object>LegacySynchronizationPersistenceAdapter. readLocalized(Item item, java.util.Set<java.lang.String> attributes, java.util.Set<Language> languages)voidLegacySynchronizationPersistenceAdapter. remove(Item entity)voidLegacySynchronizationPersistenceAdapter. update(Item entity, java.util.Map.Entry<java.lang.String,java.lang.Object> attribute)voidLegacySynchronizationPersistenceAdapter. update(Item entity, java.util.Map<java.lang.String,java.lang.Object> attributes) -
Uses of SynchronizationPersistenceException in de.hybris.platform.catalog.synchronization
Methods in de.hybris.platform.catalog.synchronization that throw SynchronizationPersistenceException Modifier and Type Method Description ItemServiceLayerSynchronizationPersistenceAdapter. create(ComposedType targetType, java.util.Map<java.lang.String,java.lang.Object> attributes)java.util.Map<java.lang.String,java.lang.Object>ServiceLayerSynchronizationPersistenceAdapter. read(Item item, java.util.Set<java.lang.String> attributes)java.util.Map<java.lang.String,java.lang.Object>ServiceLayerSynchronizationPersistenceAdapter. readLocalized(Item item, java.util.Set<java.lang.String> attributes, java.util.Set<Language> languages)voidServiceLayerSynchronizationPersistenceAdapter. remove(Item item)voidServiceLayerSynchronizationPersistenceAdapter. update(Item toUpdate, java.util.Map.Entry<java.lang.String,java.lang.Object> attributes)voidServiceLayerSynchronizationPersistenceAdapter. update(Item toUpdate, java.util.Map<java.lang.String,java.lang.Object> attributes)
-