Uses of Interface
de.hybris.platform.cockpit.services.values.ValueService
-
-
Uses of ValueService in de.hybris.platform.cmscockpit.components.contentbrowser
Methods in de.hybris.platform.cmscockpit.components.contentbrowser that return ValueService Modifier and Type Method Description ValueServiceCMSContentEditorInjector. getValueService() -
Uses of ValueService in de.hybris.platform.cmscockpit.injectors.impl
Methods in de.hybris.platform.cmscockpit.injectors.impl that return ValueService Modifier and Type Method Description ValueServiceDefaultPropertyInjector. getValueService()ValueServiceDefaultReferenceInjector. getValueService() -
Uses of ValueService in de.hybris.platform.cockpit.components.contentbrowser
Methods in de.hybris.platform.cockpit.components.contentbrowser that return ValueService Modifier and Type Method Description ValueServiceCommentMainAreaBrowserComponent. getValueService() -
Uses of ValueService in de.hybris.platform.cockpit.components.editorarea.renderer
Methods in de.hybris.platform.cockpit.components.editorarea.renderer that return ValueService Modifier and Type Method Description ValueServiceCommentsSectionRenderer. getValueService()ValueServiceCommentTooltipRenderer. getValueService() -
Uses of ValueService in de.hybris.platform.cockpit.components.inspector.impl
Methods in de.hybris.platform.cockpit.components.inspector.impl that return ValueService Modifier and Type Method Description ValueServiceAbstractInspectorRenderer. getValueService()Methods in de.hybris.platform.cockpit.components.inspector.impl with parameters of type ValueService Modifier and Type Method Description voidAbstractInspectorRenderer. setValueService(ValueService valueService) -
Uses of ValueService in de.hybris.platform.cockpit.model.listview.impl
Methods in de.hybris.platform.cockpit.model.listview.impl that return ValueService Modifier and Type Method Description protected ValueServiceListView. getValueService() -
Uses of ValueService in de.hybris.platform.cockpit.services.values.impl
Classes in de.hybris.platform.cockpit.services.values.impl that implement ValueService Modifier and Type Class Description classDefaultValueServiceDefault implementation of the ValueService. -
Uses of ValueService in de.hybris.platform.cockpit.services.xmlprovider.impl
Methods in de.hybris.platform.cockpit.services.xmlprovider.impl with parameters of type ValueService Modifier and Type Method Description voidDefaultXmlDataProvider. setValueService(ValueService valueService)voidLocalizedXmlDataProvider. setValueService(ValueService valueService)Deprecated.since 6.3, service not used anymore -
Uses of ValueService in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl that return ValueService Modifier and Type Method Description protected ValueServiceEditorArea. getValueService()protected ValueServiceNewItemSection. getValueService()Methods in de.hybris.platform.cockpit.session.impl with parameters of type ValueService Modifier and Type Method Description voidEditorArea. setValueService(ValueService valueService) -
Uses of ValueService in de.hybris.platform.cockpit.util
Methods in de.hybris.platform.cockpit.util with parameters of type ValueService Modifier and Type Method Description static java.lang.ObjectTypeTools. getPropertyValue(ValueService valueService, TypedObject object, PropertyDescriptor propertyDescriptor)Reads the value of the given pd.static java.lang.StringTypeTools. getPropertyValueAsString(ValueService valueService, TypedObject object, PropertyDescriptor propertyDescriptor)Reads the value of the given pd and retuns is as a String.static booleanViewUpdateUtils. isUpdateNeeded(java.util.Map<java.lang.String,java.lang.Object> ctx, TypedObject item, PropertyDescriptor propertyDescriptor, TypeService typeService, ValueService valueService)Utility method to check, if an update is needed regarding to changes of an item.
-