| Package | Description |
|---|---|
| de.hybris.platform.catalog | |
| de.hybris.platform.catalog.jalo.synchronization | |
| de.hybris.platform.catalog.synchronization |
| Modifier and Type | Method and Description |
|---|---|
ENTITY |
SynchronizationPersistenceAdapter.create(TYPE type,
java.util.Map<java.lang.String,java.lang.Object> attributes)
Creates an entity of given type, with set of initial attributes
|
java.util.Map<java.lang.String,java.lang.Object> |
SynchronizationPersistenceAdapter.read(ENTITY entity,
java.util.Set<java.lang.String> attributes)
Reads attributes of a given entity
|
java.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 entity
|
void |
SynchronizationPersistenceAdapter.remove(ENTITY entity)
Removes a given entity
|
void |
SynchronizationPersistenceAdapter.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 attribute
|
void |
SynchronizationPersistenceAdapter.update(ENTITY entity,
java.util.Map<java.lang.String,java.lang.Object> attributes)
Updates a given entity with map of attribute at once
|
| Modifier and Type | Method and Description |
|---|---|
Item |
LegacySynchronizationPersistenceAdapter.create(ComposedType expectedType,
java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
CatalogVersionSyncCopyContext.delete(Item original)
Delegates delete to
SynchronizationPersistenceAdapter.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 vanish
|
protected void |
LegacySynchronizationPersistenceAdapter.handleRemovalException(Item itemToRemove,
java.lang.Throwable exception)
Override this method in order to rethrow a
SynchronizationPersistenceException or
RecoverableSynchronizationPersistenceException in 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) |
void |
LegacySynchronizationPersistenceAdapter.remove(Item entity) |
void |
LegacySynchronizationPersistenceAdapter.update(Item entity,
java.util.Map.Entry<java.lang.String,java.lang.Object> attribute) |
void |
LegacySynchronizationPersistenceAdapter.update(Item entity,
java.util.Map<java.lang.String,java.lang.Object> attributes) |
| Modifier and Type | Method and Description |
|---|---|
Item |
ServiceLayerSynchronizationPersistenceAdapter.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) |
void |
ServiceLayerSynchronizationPersistenceAdapter.remove(Item item) |
void |
ServiceLayerSynchronizationPersistenceAdapter.update(Item toUpdate,
java.util.Map.Entry<java.lang.String,java.lang.Object> attributes) |
void |
ServiceLayerSynchronizationPersistenceAdapter.update(Item toUpdate,
java.util.Map<java.lang.String,java.lang.Object> attributes) |
Copyright © 2018 SAP SE. All Rights Reserved.