Class DefaultSapPlantLogSysOrgService
java.lang.Object
de.hybris.platform.sap.sapmodel.services.impl.DefaultSapPlantLogSysOrgService
- All Implemented Interfaces:
SapPlantLogSysOrgService
Default implementation of SapPlatLogSysOrgService interface to provide business logic for interface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.model.ModelServicegetSapLogicalSystemForPlant(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 codevoidsetModelService(de.hybris.platform.servicelayer.model.ModelService modelService)
-
Constructor Details
-
DefaultSapPlantLogSysOrgService
public DefaultSapPlantLogSysOrgService()
-
-
Method Details
-
getSapLogicalSystemForPlant
public SAPLogicalSystemModel getSapLogicalSystemForPlant(BaseStoreModel baseStoreModel, String plantCode) Description copied from interface:SapPlantLogSysOrgServiceGet SAPLogicalSystemModel for given BaseStoreModel and plant code- Specified by:
getSapLogicalSystemForPlantin interfaceSapPlantLogSysOrgService- Parameters:
baseStoreModel- a BaseStoreModelplantCode- the plant's code- Returns:
- SAP logical system for given base store and plant
-
getSapSalesOrganizationForPlant
public SAPSalesOrganizationModel getSapSalesOrganizationForPlant(BaseStoreModel baseStoreModel, String plantCode) Description copied from interface:SapPlantLogSysOrgServiceGet SAPSalesOrganizationModel for a given BaseStoreModel and plant code- Specified by:
getSapSalesOrganizationForPlantin interfaceSapPlantLogSysOrgService- Parameters:
baseStoreModel- a BaseStoreModelplantCode- the plant's code- Returns:
- SAP sales organization for given base store and plant
-
getSapPlantLogSysOrgForPlant
public SAPPlantLogSysOrgModel getSapPlantLogSysOrgForPlant(BaseStoreModel baseStoreModel, String plantCode) Description copied from interface:SapPlantLogSysOrgServiceGet SAPPlantLogSysOrgModel for a given BaseStoreModel and plant code- Specified by:
getSapPlantLogSysOrgForPlantin interfaceSapPlantLogSysOrgService- Parameters:
baseStoreModel- a BaseStoreModelplantCode- the plant's code- Returns:
- SAP logical system and sales organization for given base store and plant
-
getModelService
protected de.hybris.platform.servicelayer.model.ModelService getModelService() -
setModelService
public void setModelService(de.hybris.platform.servicelayer.model.ModelService modelService)
-