Uses of Class
de.hybris.platform.sap.sapmodel.model.SAPLogicalSystemModel
-
Packages that use SAPLogicalSystemModel Package Description de.hybris.platform.sap.core.configuration.model Contains generated models for each type of de.hybris.platform.sap.core.configuration.jalo package.de.hybris.platform.sap.sapcpicustomerexchangeb2b.outbound.services.impl de.hybris.platform.sap.sapcpiorderexchangeoms.service.impl de.hybris.platform.sap.sapmodel.jalo.interceptor de.hybris.platform.sap.sapmodel.jalo.listener de.hybris.platform.sap.sapmodel.model Contains generated models for each type of de.hybris.platform.sap.sapmodel.jalo package.de.hybris.platform.sap.sapmodel.services de.hybris.platform.sap.sapmodel.services.impl -
-
Uses of SAPLogicalSystemModel in de.hybris.platform.sap.core.configuration.model
Methods in de.hybris.platform.sap.core.configuration.model that return types with arguments of type SAPLogicalSystemModel Modifier and Type Method Description java.util.Set<SAPLogicalSystemModel>SAPGlobalConfigurationModel. getSapLogicalSystemGlobalConfig()Generated method - Getter of theSAPGlobalConfiguration.sapLogicalSystemGlobalConfigattribute defined at extensionsapmodel.Method parameters in de.hybris.platform.sap.core.configuration.model with type arguments of type SAPLogicalSystemModel Modifier and Type Method Description voidSAPGlobalConfigurationModel. setSapLogicalSystemGlobalConfig(java.util.Set<SAPLogicalSystemModel> value)Generated method - Setter ofSAPGlobalConfiguration.sapLogicalSystemGlobalConfigattribute defined at extensionsapmodel. -
Uses of SAPLogicalSystemModel in de.hybris.platform.sap.sapcpicustomerexchangeb2b.outbound.services.impl
Methods in de.hybris.platform.sap.sapcpicustomerexchangeb2b.outbound.services.impl that return SAPLogicalSystemModel Modifier and Type Method Description protected SAPLogicalSystemModelSapCpiB2BCustomerDefaultConversionService. readLogicalSystem() -
Uses of SAPLogicalSystemModel in de.hybris.platform.sap.sapcpiorderexchangeoms.service.impl
Methods in de.hybris.platform.sap.sapcpiorderexchangeoms.service.impl that return SAPLogicalSystemModel Modifier and Type Method Description protected SAPLogicalSystemModelSapCpiOmsOrderConversionService. readSapLogicalSystem(java.lang.String sapLogicalSystemName)Methods in de.hybris.platform.sap.sapcpiorderexchangeoms.service.impl with parameters of type SAPLogicalSystemModel Modifier and Type Method Description protected SapCpiTargetSystemSapCpiOmsOrderConversionService. mapTargetSystem(SAPLogicalSystemModel sapLogicalSystem) -
Uses of SAPLogicalSystemModel in de.hybris.platform.sap.sapmodel.jalo.interceptor
Methods in de.hybris.platform.sap.sapmodel.jalo.interceptor with parameters of type SAPLogicalSystemModel Modifier and Type Method Description voidSapLogicalSystemValidationInterceptor. onValidate(SAPLogicalSystemModel sapLogicalSystemModel, InterceptorContext ctx) -
Uses of SAPLogicalSystemModel in de.hybris.platform.sap.sapmodel.jalo.listener
Methods in de.hybris.platform.sap.sapmodel.jalo.listener that return types with arguments of type SAPLogicalSystemModel Modifier and Type Method Description protected java.util.List<SAPLogicalSystemModel>SapLogicalSystemSaveListener. readSapLogicalSystems() -
Uses of SAPLogicalSystemModel in de.hybris.platform.sap.sapmodel.model
Methods in de.hybris.platform.sap.sapmodel.model that return SAPLogicalSystemModel Modifier and Type Method Description SAPLogicalSystemModelSAPPlantLogSysOrgModel. getLogSys()Generated method - Getter of theSAPPlantLogSysOrg.logSysattribute defined at extensionsapmodel.Methods in de.hybris.platform.sap.sapmodel.model with parameters of type SAPLogicalSystemModel Modifier and Type Method Description voidSAPPlantLogSysOrgModel. setLogSys(SAPLogicalSystemModel value)Generated method - Setter ofSAPPlantLogSysOrg.logSysattribute defined at extensionsapmodel. -
Uses of SAPLogicalSystemModel in de.hybris.platform.sap.sapmodel.services
Methods in de.hybris.platform.sap.sapmodel.services that return SAPLogicalSystemModel Modifier and Type Method Description SAPLogicalSystemModelSapPlantLogSysOrgService. getSapLogicalSystemForPlant(BaseStoreModel baseStoreModel, java.lang.String plantCode)Get SAPLogicalSystemModel for given BaseStoreModel and plant code -
Uses of SAPLogicalSystemModel in de.hybris.platform.sap.sapmodel.services.impl
Methods in de.hybris.platform.sap.sapmodel.services.impl that return SAPLogicalSystemModel Modifier and Type Method Description SAPLogicalSystemModelDefaultSapPlantLogSysOrgService. getSapLogicalSystemForPlant(BaseStoreModel baseStoreModel, java.lang.String plantCode)
-