Interface TextConverter
- All Superinterfaces:
de.hybris.platform.sap.productconfig.runtime.interf.TextConverterBase
- All Known Implementing Classes:
TextConverterImpl
public interface TextConverter
extends de.hybris.platform.sap.productconfig.runtime.interf.TextConverterBase
Text Converter class for converting SSC/backend texts from ITF format into plain text format to be used within
hybris.
-
Method Summary
Modifier and TypeMethodDescriptionconvertDependencyText(com.sap.custdev.projects.fbs.slc.cfg.client.ITextDescription[] textDescriptionArray) Converts the text array we got from SSC into a text.Methods inherited from interface de.hybris.platform.sap.productconfig.runtime.interf.TextConverterBase
convertLongText
-
Method Details
-
convertDependencyText
String convertDependencyText(com.sap.custdev.projects.fbs.slc.cfg.client.ITextDescription[] textDescriptionArray) Converts the text array we got from SSC into a text. Also takes care of different sections of the text in the modeling environment. Removes all meta text elements (bold, underline, etc.)- Parameters:
textDescriptionArray-- Returns:
- Dependency text
-