Uses of Class
de.hybris.platform.sap.core.configuration.model.SAPGlobalConfigurationModel
-
Packages that use SAPGlobalConfigurationModel Package Description de.hybris.platform.sap.core.configuration.global.dao de.hybris.platform.sap.core.configuration.global.dao.impl de.hybris.platform.sap.core.configuration.global.interceptor de.hybris.platform.sap.sapmodel.model Contains generated models for each type of de.hybris.platform.sap.sapmodel.jalo package. -
-
Uses of SAPGlobalConfigurationModel in de.hybris.platform.sap.core.configuration.global.dao
Methods in de.hybris.platform.sap.core.configuration.global.dao that return SAPGlobalConfigurationModel Modifier and Type Method Description SAPGlobalConfigurationModelSAPGlobalConfigurationDAO. getSAPGlobalConfiguration()Finds theSAPGlobalConfigurationModelby performing a FlexibleSearch using theFlexibleSearchService. -
Uses of SAPGlobalConfigurationModel in de.hybris.platform.sap.core.configuration.global.dao.impl
Methods in de.hybris.platform.sap.core.configuration.global.dao.impl that return SAPGlobalConfigurationModel Modifier and Type Method Description SAPGlobalConfigurationModelSAPGlobalConfigurationDAOImpl. getSAPGlobalConfiguration() -
Uses of SAPGlobalConfigurationModel in de.hybris.platform.sap.core.configuration.global.interceptor
Methods in de.hybris.platform.sap.core.configuration.global.interceptor with parameters of type SAPGlobalConfigurationModel Modifier and Type Method Description voidSAPGlobalConfigurationPrepareInterceptor. onPrepare(SAPGlobalConfigurationModel sapGlobalConfiguration, InterceptorContext interceptorContext) -
Uses of SAPGlobalConfigurationModel in de.hybris.platform.sap.sapmodel.model
Methods in de.hybris.platform.sap.sapmodel.model that return SAPGlobalConfigurationModel Modifier and Type Method Description SAPGlobalConfigurationModelSAPPricingSalesAreaToCatalogModel. getSapcommon_sapGlobalConfiguration()Generated method - Getter of theSAPPricingSalesAreaToCatalog.sapcommon_sapGlobalConfigurationattribute defined at extensionsapmodel.SAPGlobalConfigurationModelSAPLogicalSystemModel. getSapGlobalConfiguration()Generated method - Getter of theSAPLogicalSystem.sapGlobalConfigurationattribute defined at extensionsapmodel.SAPGlobalConfigurationModelSAPProductSalesAreaToCatalogMappingModel. getSapGlobalConfiguration()Generated method - Getter of theSAPProductSalesAreaToCatalogMapping.sapGlobalConfigurationattribute defined at extensionsapmodel.Methods in de.hybris.platform.sap.sapmodel.model with parameters of type SAPGlobalConfigurationModel Modifier and Type Method Description voidSAPPricingSalesAreaToCatalogModel. setSapcommon_sapGlobalConfiguration(SAPGlobalConfigurationModel value)Generated method - Setter ofSAPPricingSalesAreaToCatalog.sapcommon_sapGlobalConfigurationattribute defined at extensionsapmodel.voidSAPLogicalSystemModel. setSapGlobalConfiguration(SAPGlobalConfigurationModel value)Generated method - Setter ofSAPLogicalSystem.sapGlobalConfigurationattribute defined at extensionsapmodel.voidSAPProductSalesAreaToCatalogMappingModel. setSapGlobalConfiguration(SAPGlobalConfigurationModel value)Generated method - Setter ofSAPProductSalesAreaToCatalogMapping.sapGlobalConfigurationattribute defined at extensionsapmodel.Constructors in de.hybris.platform.sap.sapmodel.model with parameters of type SAPGlobalConfigurationModel Constructor Description SAPProductSalesAreaToCatalogMappingModel(CatalogVersionModel _catalogVersion, ItemModel _owner, SAPGlobalConfigurationModel _sapGlobalConfiguration)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPProductSalesAreaToCatalogMappingModel(CatalogVersionModel _catalogVersion, SAPGlobalConfigurationModel _sapGlobalConfiguration)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-