Interface TypeSystemLocalizationHelper

All Known Implementing Classes:
DefaultTypeSystemLocalizationHelper

public interface TypeSystemLocalizationHelper
Provides type system localization
  • Method Details

    • localizeAttribute

      void localizeAttribute(AttributeDescriptorModel attributeDescriptorModel, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute.Builder attrBuilder)
      Provides localization for AttributeDescriptorModel
      Parameters:
      attributeDescriptorModel - attribute to be localized
      attrBuilder - builder that will be updated with localized labels
    • localizeType

      void localizeType(TypeModel platformType, com.hybris.cockpitng.dataaccess.facades.type.DataType.Builder typeBuilder)
      Provides localization for TypeModel
      Parameters:
      platformType - type to be localized
      typeBuilder - builder that will be updated with localized labels