Class DocumentTypeMapping
java.lang.Object
de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp.strategy.DocumentTypeMapping
Class to Map R3 backend specific documents to Ecommerce specific ones.
-
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentTypeMethod maps the R3 type (VBTYP) to document type.static DocumentTypeMethod maps the R3 type (TRANS_GROUP or TRVOG) to document type.
-
Method Details
-
getDocumentTypeByProcess
Method maps the R3 type (VBTYP) to document type.- Parameters:
type- (R3 type)- Returns:
- String document type
-
getDocumentTypeByTransactionGroup
Method maps the R3 type (TRANS_GROUP or TRVOG) to document type.- Parameters:
type- (R3 type)- Returns:
- String document type
-