Interface ModuleConfigurationAccess
-
- All Superinterfaces:
ConfigurationPropertyAccess,SAPConfigurationService
- All Known Implementing Classes:
ModuleConfigurationAccessImpl
public interface ModuleConfigurationAccess extends SAPConfigurationService
Interface to access runtime module configuration data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetModuleId()Returns the module id of the module configuration access.-
Methods inherited from interface de.hybris.platform.sap.core.configuration.ConfigurationPropertyAccess
getAllProperties, getAllPropertyAccessCollections, getAllPropertyAccesses, getProperty, getPropertyAccess, getPropertyAccessCollection
-
Methods inherited from interface de.hybris.platform.sap.core.configuration.SAPConfigurationService
getBackendType, getBaseStoreProperty, getRFCDestination, getSAPConfigurationName, isBaseStoreActive, isSAPConfigurationActive
-
-