Class DummySalesAreaService
java.lang.Object
de.hybris.platform.sap.sapordermgmtbol.transaction.util.DummySalesAreaService
- All Implemented Interfaces:
SalesAreaService
Dummmy implementation of SalesAreaService for test purpose.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
DummySalesAreaService
public DummySalesAreaService()
-
-
Method Details
-
getSalesOrganization
- Specified by:
getSalesOrganizationin interfaceSalesAreaService- Returns:
- Current sales organization. No bundling available, it is the same one for order creation or master data maintenance.
-
getDistributionChannel
- Specified by:
getDistributionChannelin interfaceSalesAreaService- Returns:
- Current distribution channel for order creation. The channel maintained in SAP Configuration
-
getDistributionChannelForConditions
- Specified by:
getDistributionChannelForConditionsin interfaceSalesAreaService- Returns:
- Current channel for condition maintenance
-
getDistributionChannelForCustomerMaterial
- Specified by:
getDistributionChannelForCustomerMaterialin interfaceSalesAreaService- Returns:
- Current channel for customer or material master access.
-
getDivision
- Specified by:
getDivisionin interfaceSalesAreaService- Returns:
- Current division for order creation. The division maintained in SAP Configuration
-
getDivisionForConditions
- Specified by:
getDivisionForConditionsin interfaceSalesAreaService- Returns:
- Current division for condition maintenance
-
getDivisionForCustomerMaterial
- Specified by:
getDivisionForCustomerMaterialin interfaceSalesAreaService- Returns:
- Current division for customer or material master access
-