Interface SapPlantLogSysOrgService
- All Known Implementing Classes:
DefaultSapPlantLogSysOrgService
public interface SapPlantLogSysOrgService
Interface to provide access to Sap Logical system information for a given base store and plant combination
-
Method Summary
Modifier and TypeMethodDescriptiongetSapLogicalSystemForPlant(BaseStoreModel baseStoreModel, String plantCode) Get SAPLogicalSystemModel for given BaseStoreModel and plant codegetSapPlantLogSysOrgForPlant(BaseStoreModel baseStoreModel, String plantCode) Get SAPPlantLogSysOrgModel for a given BaseStoreModel and plant codegetSapSalesOrganizationForPlant(BaseStoreModel baseStoreModel, String plantCode) Get SAPSalesOrganizationModel for a given BaseStoreModel and plant code
-
Method Details
-
getSapLogicalSystemForPlant
Get SAPLogicalSystemModel for given BaseStoreModel and plant code- Parameters:
baseStoreModel- a BaseStoreModelplantCode- the plant's code- Returns:
- SAP logical system for given base store and plant
-
getSapSalesOrganizationForPlant
SAPSalesOrganizationModel getSapSalesOrganizationForPlant(BaseStoreModel baseStoreModel, String plantCode) Get SAPSalesOrganizationModel for a given BaseStoreModel and plant code- Parameters:
baseStoreModel- a BaseStoreModelplantCode- the plant's code- Returns:
- SAP sales organization for given base store and plant
-
getSapPlantLogSysOrgForPlant
SAPPlantLogSysOrgModel getSapPlantLogSysOrgForPlant(BaseStoreModel baseStoreModel, String plantCode) Get SAPPlantLogSysOrgModel for a given BaseStoreModel and plant code- Parameters:
baseStoreModel- a BaseStoreModelplantCode- the plant's code- Returns:
- SAP logical system and sales organization for given base store and plant
-