| Modifier and Type | Method and Description |
|---|---|
SavedValues |
GeneratedSavedValueEntry.getParent()
Generated method - Getter of the
SavedValueEntry.parent attribute. |
SavedValues |
GeneratedSavedValueEntry.getParent(SessionContext ctx)
Generated method - Getter of the
SavedValueEntry.parent attribute. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GeneratedSavedValueEntry.setParent(SavedValues value)
Generated method - Setter of the
SavedValueEntry.parent attribute. |
protected void |
GeneratedSavedValueEntry.setParent(SessionContext ctx,
SavedValues value)
Generated method - Setter of the
SavedValueEntry.parent attribute. |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
ImpExImportJob.MyImportProcessor.getSavedValuesMessage(SavedValues savedValues,
Item existingItem,
ValueLine valueLine) |
protected java.lang.String |
ImpExImportJob.MyMultiThreadedImportProcessor.getSavedValuesMessage(SavedValues savedValues,
Item existingItem,
ValueLine valueLine) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
DefaultImportProcessor.getSavedValuesMessage(SavedValues savedValues,
Item existingItem,
ValueLine valueLine) |
| Modifier and Type | Method and Description |
|---|---|
SavedValues |
JaloConnection.logItemCreation(Item item,
java.util.Map values)
Deprecated.
since ages - use
JaloConnection.logItemCreation(PK, Map) |
SavedValues |
JaloConnection.logItemCreation(PK itemPk,
java.util.Map values)
Creates a new
SavedValues marking a item creation. |
SavedValues |
JaloConnection.logItemModification(Item item,
java.util.Map<java.lang.String,java.lang.Object> values,
java.util.Map<java.lang.String,java.lang.Object> previousValues,
boolean detectRemovedValues)
Deprecated.
since ages - use
JaloConnection.logItemModification(PK, Map, Map, boolean) instead |
SavedValues |
JaloConnection.logItemModification(PK itemPk,
java.util.Map<java.lang.String,java.lang.Object> values,
java.util.Map<java.lang.String,java.lang.Object> previousValues,
boolean detectRemovedValues)
Creates a new
SavedValues marking a item modification. |
SavedValues |
JaloConnection.logItemRemoval(Item item,
boolean saveAttributes)
Deprecated.
since ages - use
JaloConnection.logItemRemoval(PK, boolean) instead |
SavedValues |
JaloConnection.logItemRemoval(PK itemPk,
boolean saveAttributes)
Creates a new
SavedValues marking a item removal. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<SavedValues> |
JaloConnection.getSavedValues(SessionContext ctx,
Item item,
int start,
int count) |
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<SavedValues> |
ServicelayerManager.ITEMSAVEDVALUESRELATIONSAVEDVALUESHANDLER
for hmc legacy
OneToManyHandler for handling 1:n SAVEDVALUES's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
SavedValues |
GeneratedServicelayerManager.createSavedValues(java.util.Map attributeValues) |
SavedValues |
GeneratedServicelayerManager.createSavedValues(SessionContext ctx,
java.util.Map attributeValues) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<SavedValues> |
ServicelayerManager.getSavedValues(Item item)
Getter of the
Item.savedValues attribute. |
Copyright © 2018 SAP SE. All Rights Reserved.