java.lang.Object
de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp.strategy.BaseMapper
de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp.strategy.TextMapper
Direct Known Subclasses:
HeadTextMapper, ItemTextMapper

public abstract class TextMapper extends BaseMapper
Abstract class which provides generic functionality to exchange texts between ERP (via LO-API) and the BOL layer
  • Field Details

    • OBJECT_ID_TEXT

      public static final String OBJECT_ID_TEXT
      ID of LO-API segment dealing with texts
      See Also:
    • configTextId

      protected String configTextId
    • configLangIso

      protected String configLangIso
  • Constructor Details

    • TextMapper

      public TextMapper()
  • Method Details

    • setConfigTextId

      public void setConfigTextId(String configTextId)
      Injected (eventually) text ID
      Parameters:
      configTextId -
    • setConfigLangIso

      public void setConfigLangIso(String configLangIso)
      Injected (eventually) Language Iso code.
      Parameters:
      configLangIso -
    • traceReadTexts

      protected void traceReadTexts(Text text, String description, Log4JWrapper sapLogger)
    • traceText

      protected void traceText(String heading, String id, String langu, Text text, String handle, String parentHandle, Log4JWrapper sapLogger)