Interface TransactionConfigurationBackend
- All Superinterfaces:
BackendBusinessObject
- All Known Implementing Classes:
TransactionConfigurationBase,TransactionConfigurationERP
Communication interface between a shop and a back end.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringidentifies the field 'County' of the ResultData for the taxCom tablestatic final Stringidentifies the field 'OUTOF_CITY' of the ResultData for the taxCom tablestatic final Stringidentifies the field 'State' of the ResultData for the taxCom tablestatic final Stringidentifies the field 'City' of the ResultData for the taxCom tablestatic final Stringidentifies the field 'Country' of the ResultData for the taxCom tablestatic final Stringidentifies the field 'TXJCD' of the ResultData for the taxCom tablestatic final Stringidentifies the field 'TXJCD_L1' of the ResultData for the taxCom tablestatic final Stringidentifies the field 'TXJCD_L2' of the ResultData for the taxCom tablestatic final Stringidentifies the field 'TXJCD_L3' of the ResultData for the taxCom tablestatic final Stringidentifies the field 'TXJCD_L4' of the ResultData for the taxCom tablestatic final Stringidentifies the field 'ZipCode' of the ResultData for the taxCom table -
Method Summary
Modifier and TypeMethodDescriptionRead delivery types from cache (or from back-end, if cache is not ready) CRM table crmc_ship_cond, value help crm_ship_cond ERP table tvsb, value help h_tvsbRead delivery types from back-end.Methods inherited from interface de.hybris.platform.sap.core.bol.backend.BackendBusinessObject
destroyBackendObject, initBackendObject
-
Field Details
-
T_COUNTRY
identifies the field 'Country' of the ResultData for the taxCom table- See Also:
-
STATE
identifies the field 'State' of the ResultData for the taxCom table- See Also:
-
COUNTY
identifies the field 'County' of the ResultData for the taxCom table- See Also:
-
T_CITY
identifies the field 'City' of the ResultData for the taxCom table- See Also:
-
ZIPCODE
identifies the field 'ZipCode' of the ResultData for the taxCom table- See Also:
-
TXJCD_L1
identifies the field 'TXJCD_L1' of the ResultData for the taxCom table- See Also:
-
TXJCD_L2
identifies the field 'TXJCD_L2' of the ResultData for the taxCom table- See Also:
-
TXJCD_L3
identifies the field 'TXJCD_L3' of the ResultData for the taxCom table- See Also:
-
TXJCD_L4
identifies the field 'TXJCD_L4' of the ResultData for the taxCom table- See Also:
-
TXJCD
identifies the field 'TXJCD' of the ResultData for the taxCom table- See Also:
-
OUTOF_CITY
identifies the field 'OUTOF_CITY' of the ResultData for the taxCom table- See Also:
-
-
Method Details
-
getAllowedDeliveryTypes
Read delivery types from cache (or from back-end, if cache is not ready)- CRM table crmc_ship_cond, value help crm_ship_cond
- ERP table tvsb, value help h_tvsb
- Returns:
- Map with < value(char 3), description>
- Throws:
BackendException- in case of issues with the JCO-Connection or ABAP-errors in the back-end
-
getAllowedDeliveryTypesFromBackend
Read delivery types from back-end.- CRM table crmc_ship_cond, value help crm_ship_cond
- ERP table tvsb, value help h_tvsb
- Returns:
- Map with < value(char 3), description>
- Throws:
BackendException- in case of issues with the JCO-Connection or ABAP-errors in the back-end
-