Uses of Enum Class
de.hybris.platform.core.enums.SavedValueEntryType
Packages that use SavedValueEntryType
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.hmc.jalo package.
-
Uses of SavedValueEntryType in de.hybris.platform.core.enums
Methods in de.hybris.platform.core.enums that return SavedValueEntryTypeModifier and TypeMethodDescriptionstatic SavedValueEntryTypeReturns the enum constant of this class with the specified name.static SavedValueEntryType[]SavedValueEntryType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SavedValueEntryType in de.hybris.platform.hmc.model
Methods in de.hybris.platform.hmc.model that return SavedValueEntryTypeModifier and TypeMethodDescriptionSavedValuesModel.getModificationType()Generated method - Getter of theSavedValues.modificationTypeattribute defined at extensioncore.Methods in de.hybris.platform.hmc.model with parameters of type SavedValueEntryTypeModifier and TypeMethodDescriptionvoidSavedValuesModel.setModificationType(SavedValueEntryType value) Generated method - Setter ofSavedValues.modificationTypeattribute defined at extensioncore.Constructors in de.hybris.platform.hmc.model with parameters of type SavedValueEntryTypeModifierConstructorDescriptionSavedValuesModel(SavedValueEntryType _modificationType, ItemModel _modifiedItem, String _modifiedItemDisplayString, ComposedTypeModel _modifiedItemType, ItemModel _owner, Date _timestamp, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSavedValuesModel(SavedValueEntryType _modificationType, String _modifiedItemDisplayString, ComposedTypeModel _modifiedItemType, Date _timestamp, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters