Interface TypeSystemLocalizationHelper
- All Known Implementing Classes:
DefaultTypeSystemLocalizationHelper
public interface TypeSystemLocalizationHelper
Provides type system localization
-
Method Summary
Modifier and TypeMethodDescriptionvoidlocalizeAttribute(AttributeDescriptorModel attributeDescriptorModel, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute.Builder attrBuilder) Provides localization forAttributeDescriptorModelvoidlocalizeType(TypeModel platformType, com.hybris.cockpitng.dataaccess.facades.type.DataType.Builder typeBuilder) Provides localization forTypeModel
-
Method Details
-
localizeAttribute
void localizeAttribute(AttributeDescriptorModel attributeDescriptorModel, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute.Builder attrBuilder) Provides localization forAttributeDescriptorModel- Parameters:
attributeDescriptorModel- attribute to be localizedattrBuilder- builder that will be updated with localized labels
-
localizeType
void localizeType(TypeModel platformType, com.hybris.cockpitng.dataaccess.facades.type.DataType.Builder typeBuilder) Provides localization forTypeModel- Parameters:
platformType- type to be localizedtypeBuilder- builder that will be updated with localized labels
-