Uses of Class
de.hybris.platform.odata2services.converter.LocalizedAttributes
Packages that use LocalizedAttributes
-
Uses of LocalizedAttributes in de.hybris.platform.odata2services.converter
Fields in de.hybris.platform.odata2services.converter declared as LocalizedAttributesModifier and TypeFieldDescriptionstatic final LocalizedAttributesLocalizedAttributes.EMPTYAn emptyLocalizedAttributesobject that does not contain a single attribute value.Methods in de.hybris.platform.odata2services.converter that return LocalizedAttributesModifier and TypeMethodDescriptionLocalizedAttributes.combine(LocalizedAttributes another) Combines this localized attributes with the attributes present in the other instance ofLocalizedAttributesstatic LocalizedAttributesLocalizedAttributes.createFrom(org.apache.olingo.odata2.api.ep.entry.ODataEntry entry) Creates instance ofLocalizedAttributesand populates it from the provided OData entrystatic LocalizedAttributesLocalizedAttributes.createWithValues(Map<String, LocalizedValue> values) Creates instance ofLocalizedAttributesand populates it with the provided attribute valuesprotected LocalizedAttributesCollectionValueConverter.handleLocalizedAttributes(ConversionParameters parameters) Converts a collection of Localized___xxx entities representing localized attribute in the type system.protected LocalizedAttributesReplaceAttributeCollectionValueConverter.handleLocalizedAttributes(ConversionParameters parameters) LocalizedAttributes.setAll(LocalizedValue value) Resets all localized attributes to the provided value without mutating thisLocalizedAttributesinstance.Methods in de.hybris.platform.odata2services.converter with parameters of type LocalizedAttributesModifier and TypeMethodDescriptionLocalizedAttributes.combine(LocalizedAttributes another) Combines this localized attributes with the attributes present in the other instance ofLocalizedAttributes