Class HeadTextMapper
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
de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp.strategy.HeadTextMapper
Responsible to map texts between LO-API and BOL layer
-
Field Summary
Fields inherited from class de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp.strategy.TextMapper
configLangIso, configTextId, OBJECT_ID_TEXT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()Bean initializer.voidReads header text from JCO table provided by LO-APIvoidwrite(Header header, com.sap.conn.jco.JCoTable textV, com.sap.conn.jco.JCoTable textX, com.sap.conn.jco.JCoTable objInst) Writes header text information from BOL to JCO tables used to update the sales document in LO-APIMethods inherited from class de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp.strategy.TextMapper
setConfigLangIso, setConfigTextId, traceReadTexts, traceTextMethods inherited from class de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp.strategy.BaseMapper
addToObjInst
-
Constructor Details
-
HeadTextMapper
public HeadTextMapper()
-
-
Method Details
-
init
public void init()Description copied from class:BaseMapperBean initializer.Check if all mandatory values injected, else throw runtime error.
- Specified by:
initin classBaseMapper
-
write
public void write(Header header, com.sap.conn.jco.JCoTable textV, com.sap.conn.jco.JCoTable textX, com.sap.conn.jco.JCoTable objInst) Writes header text information from BOL to JCO tables used to update the sales document in LO-API- Parameters:
header- BOL representation of headertextV-textX-objInst-
-
read
Reads header text from JCO table provided by LO-API- Parameters:
etHeadTextV-head- BOL representation of header
-