Class BaseMapper
java.lang.Object
de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp.strategy.BaseMapper
- Direct Known Subclasses:
HeaderMapper,ItemMapper,PartnerMapper,TextMapper
Base class for LO-API / BOL mappers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToObjInst(com.sap.conn.jco.JCoTable objInst, String handle, String headHandle, String objectId) Adds an entry to the table of object instances we need to exchange with LO-APIabstract voidinit()Bean initializer.
-
Constructor Details
-
BaseMapper
public BaseMapper()
-
-
Method Details
-
init
public abstract void init()Bean initializer.Check if all mandatory values injected, else throw runtime error.
-
addToObjInst
public void addToObjInst(com.sap.conn.jco.JCoTable objInst, String handle, String headHandle, String objectId) Adds an entry to the table of object instances we need to exchange with LO-API- Parameters:
objInst-handle-headHandle-objectId-
-