Uses of Class
de.hybris.platform.hmc.model.SavedValueEntryModel
-
Packages that use SavedValueEntryModel Package Description com.hybris.backoffice.solrsearch.aspects de.hybris.platform.hmc.model Contains generated models for each type of de.hybris.platform.hmc.jalo package.de.hybris.platform.platformbackoffice.renderers -
-
Uses of SavedValueEntryModel in com.hybris.backoffice.solrsearch.aspects
Methods in com.hybris.backoffice.solrsearch.aspects that return types with arguments of type SavedValueEntryModel Modifier and Type Method Description protected java.util.Optional<SavedValueEntryModel>ObjectFacadeSolrIndexingAspect. getLastSavedValuesForProducts(CategoryModel model) -
Uses of SavedValueEntryModel in de.hybris.platform.hmc.model
Methods in de.hybris.platform.hmc.model that return types with arguments of type SavedValueEntryModel Modifier and Type Method Description java.util.Set<SavedValueEntryModel>SavedValuesModel. getSavedValuesEntries()Generated method - Getter of theSavedValues.savedValuesEntriesattribute defined at extensioncore. -
Uses of SavedValueEntryModel in de.hybris.platform.platformbackoffice.renderers
Methods in de.hybris.platform.platformbackoffice.renderers with parameters of type SavedValueEntryModel Modifier and Type Method Description protected com.hybris.cockpitng.components.EditorSavedValueEntryRenderer. createEditor(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, SavedValueEntryModel savedValueEntryModel, java.lang.String modifiedAttributeName, java.lang.String qualifier)voidSavedValueEntryRenderer. render(org.zkoss.zk.ui.Component component, T abstractSection, SavedValueEntryModel savedValueEntryModel, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)
-