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