Interface CommonSalesArea
public interface CommonSalesArea
Interface to get the backend information for the common sales area. Gets common distribution channel and division
from back end.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet shop configuration key from BE.Loads common distribution channel dataLoads common division data
-
Field Details
-
BE_TYPE
Back end object for the backendobject-config- See Also:
-
-
Method Details
-
loadDistChannelMappingFromBackend
Map<DistChannelMappingKey,DistChannelMapping> loadDistChannelMappingFromBackend() throws BackendExceptionLoads common distribution channel data- Returns:
- content of the table TVKOS
- Throws:
BackendException
-
loadDivisionMappingFromBackend
Loads common division data- Returns:
- content of the table TVKOV
- Throws:
BackendException
-
getConfigurationKey
Get shop configuration key from BE.- Returns:
- configuration key
- Throws:
BackendException
-