Uses of Class
de.hybris.platform.hmc.jalo.SavedValues
Packages that use SavedValues
Package
Description
-
Uses of SavedValues in de.hybris.platform.hmc.jalo
Methods in de.hybris.platform.hmc.jalo that return SavedValuesModifier and TypeMethodDescriptionGeneratedSavedValueEntry.getParent()Generated method - Getter of theSavedValueEntry.parentattribute.GeneratedSavedValueEntry.getParent(SessionContext ctx) Generated method - Getter of theSavedValueEntry.parentattribute.Methods in de.hybris.platform.hmc.jalo with parameters of type SavedValuesModifier and TypeMethodDescriptionprotected voidGeneratedSavedValueEntry.setParent(SavedValues value) Generated method - Setter of theSavedValueEntry.parentattribute.protected voidGeneratedSavedValueEntry.setParent(SessionContext ctx, SavedValues value) Generated method - Setter of theSavedValueEntry.parentattribute. -
Uses of SavedValues in de.hybris.platform.impex.jalo.cronjob
Methods in de.hybris.platform.impex.jalo.cronjob with parameters of type SavedValuesModifier and TypeMethodDescriptionprotected StringImpExImportJob.MyImportProcessor.getSavedValuesMessage(SavedValues savedValues, Item existingItem, ValueLine valueLine) protected StringImpExImportJob.MyMultiThreadedImportProcessor.getSavedValuesMessage(SavedValues savedValues, Item existingItem, ValueLine valueLine) -
Uses of SavedValues in de.hybris.platform.impex.jalo.imp
Methods in de.hybris.platform.impex.jalo.imp with parameters of type SavedValuesModifier and TypeMethodDescriptionprotected StringDefaultImportProcessor.getSavedValuesMessage(SavedValues savedValues, Item existingItem, ValueLine valueLine) -
Uses of SavedValues in de.hybris.platform.jalo
Methods in de.hybris.platform.jalo that return SavedValuesModifier and TypeMethodDescriptionJaloConnection.logItemCreation(PK itemPk, Map values) Creates a newSavedValuesmarking a item creation.JaloConnection.logItemCreation(Item item, Map values) Deprecated.JaloConnection.logItemModification(PK itemPk, Map<String, Object> values, Map<String, Object> previousValues, boolean detectRemovedValues) Creates a newSavedValuesmarking a item modification.JaloConnection.logItemModification(Item item, Map<String, Object> values, Map<String, Object> previousValues, boolean detectRemovedValues) Deprecated.since ages - useJaloConnection.logItemModification(PK, Map, Map, boolean)insteadJaloConnection.logItemRemoval(PK itemPk, boolean saveAttributes) Creates a newSavedValuesmarking a item removal.JaloConnection.logItemRemoval(Item item, boolean saveAttributes) Deprecated.since ages - useJaloConnection.logItemRemoval(PK, boolean)insteadMethods in de.hybris.platform.jalo that return types with arguments of type SavedValuesModifier and TypeMethodDescriptionprotected Collection<SavedValues>JaloConnection.getSavedValues(SessionContext ctx, Item item, int start, int count) -
Uses of SavedValues in de.hybris.platform.servicelayer.internal.jalo
Fields in de.hybris.platform.servicelayer.internal.jalo with type parameters of type SavedValuesModifier and TypeFieldDescriptionprotected static final OneToManyHandler<SavedValues>ServicelayerManager.ITEMSAVEDVALUESRELATIONSAVEDVALUESHANDLERfor hmc legacy
OneToManyHandlerfor handling 1:n SAVEDVALUES's relation attributes from 'many' side.Methods in de.hybris.platform.servicelayer.internal.jalo that return SavedValuesModifier and TypeMethodDescriptionGeneratedServicelayerManager.createSavedValues(SessionContext ctx, Map attributeValues) GeneratedServicelayerManager.createSavedValues(Map attributeValues) Methods in de.hybris.platform.servicelayer.internal.jalo that return types with arguments of type SavedValuesModifier and TypeMethodDescriptionServicelayerManager.getSavedValues(Item item) Getter of theItem.savedValuesattribute.
JaloConnection.logItemCreation(PK, Map)