Interface SAPGlobalConfigurationService
-
- All Superinterfaces:
ConfigurationPropertyAccess
- All Known Implementing Classes:
DefaultSAPGlobalConfigurationService,SAPGlobalConfigurationServiceImpl
public interface SAPGlobalConfigurationService extends ConfigurationPropertyAccess
Interface to read global configuration properties.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleansapGlobalConfigurationExists()Returns true if a SAPGlobalConfiguration exists.-
Methods inherited from interface de.hybris.platform.sap.core.configuration.ConfigurationPropertyAccess
getAllProperties, getAllPropertyAccessCollections, getAllPropertyAccesses, getProperty, getPropertyAccess, getPropertyAccessCollection
-
-