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 Details

    • getSapLogicalSystemForPlant

      SAPLogicalSystemModel getSapLogicalSystemForPlant(BaseStoreModel baseStoreModel, String plantCode)
      Get SAPLogicalSystemModel for given BaseStoreModel and plant code
      Parameters:
      baseStoreModel - a BaseStoreModel
      plantCode - 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 BaseStoreModel
      plantCode - 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 BaseStoreModel
      plantCode - the plant's code
      Returns:
      SAP logical system and sales organization for given base store and plant