Uses of Interface
de.hybris.platform.sap.core.configuration.ConfigurationPropertyAccess
Packages that use ConfigurationPropertyAccess
Package
Description
-
Uses of ConfigurationPropertyAccess in de.hybris.platform.sap.core.configuration
Subinterfaces of ConfigurationPropertyAccess in de.hybris.platform.sap.core.configurationModifier and TypeInterfaceDescriptioninterfaceInterface to access the SAP runtime configuration.Methods in de.hybris.platform.sap.core.configuration that return ConfigurationPropertyAccessModifier and TypeMethodDescriptionConfigurationPropertyAccess.getPropertyAccess(String propertyAccessName) Returns the requested related property access (1:1 relation).Methods in de.hybris.platform.sap.core.configuration that return types with arguments of type ConfigurationPropertyAccessModifier and TypeMethodDescriptionConfigurationPropertyAccess.getAllPropertyAccessCollections()Returns all related property access collections (1:n relation).ConfigurationPropertyAccess.getAllPropertyAccesses()Returns all related property accesses (1:1 relation).ConfigurationPropertyAccess.getPropertyAccessCollection(String propertyAccessCollectionName) Returns the requested related property access collection (1:n relation). -
Uses of ConfigurationPropertyAccess in de.hybris.platform.sap.core.configuration.global
Subinterfaces of ConfigurationPropertyAccess in de.hybris.platform.sap.core.configuration.globalModifier and TypeInterfaceDescriptioninterfaceInterface to read global configuration properties. -
Uses of ConfigurationPropertyAccess in de.hybris.platform.sap.core.configuration.global.impl
Classes in de.hybris.platform.sap.core.configuration.global.impl that implement ConfigurationPropertyAccessModifier and TypeClassDescriptionclassDefault Implementation to read global configuration properties.classExemplary Implementation to read global configuration properties.Methods in de.hybris.platform.sap.core.configuration.global.impl that return ConfigurationPropertyAccessModifier and TypeMethodDescriptionDefaultSAPGlobalConfigurationService.getPropertyAccess(String propertyAccessName) SAPGlobalConfigurationServiceImpl.getPropertyAccess(String propertyAccessName) protected ConfigurationPropertyAccessSAPGlobalConfigurationServiceImpl.getSAPGlobalConfigurationCPA()Returns the sap configuration configuration property access.Methods in de.hybris.platform.sap.core.configuration.global.impl that return types with arguments of type ConfigurationPropertyAccessModifier and TypeMethodDescriptionDefaultSAPGlobalConfigurationService.getAllPropertyAccessCollections()SAPGlobalConfigurationServiceImpl.getAllPropertyAccessCollections()DefaultSAPGlobalConfigurationService.getAllPropertyAccesses()SAPGlobalConfigurationServiceImpl.getAllPropertyAccesses()DefaultSAPGlobalConfigurationService.getPropertyAccessCollection(String propertyAccessCollectionName) SAPGlobalConfigurationServiceImpl.getPropertyAccessCollection(String propertyAccessCollectionName) Method parameters in de.hybris.platform.sap.core.configuration.global.impl with type arguments of type ConfigurationPropertyAccessModifier and TypeMethodDescriptionvoidDefaultSAPGlobalConfigurationService.setPropertyAccessCollections(Map<String, Collection<ConfigurationPropertyAccess>> propertyAccessCollections) Injection setter for property access collections (1:n relations).voidDefaultSAPGlobalConfigurationService.setPropertyAccesses(Map<String, ConfigurationPropertyAccess> propertyAccesses) Injection setter for property accesses (1:1 relations). -
Uses of ConfigurationPropertyAccess in de.hybris.platform.sap.core.configuration.impl
Classes in de.hybris.platform.sap.core.configuration.impl that implement ConfigurationPropertyAccessModifier and TypeClassDescriptionclassDefault implementation ofConfigurationPropertyAccessinterface.classDefault implementation ofConfigurationPropertyAccessinterface.classDefault implementation ofSAPConfigurationService.classModel implementation ofSAPConfigurationService.Methods in de.hybris.platform.sap.core.configuration.impl that return ConfigurationPropertyAccessModifier and TypeMethodDescriptionConfigurationPropertyAccessImpl.getPropertyAccess(String propertyAccessName) DefaultConfigurationPropertyAccess.getPropertyAccess(String propertyAccessName) DefaultSAPConfigurationService.getPropertyAccess(String propertyAccessName) SAPConfigurationServiceImpl.getPropertyAccess(String propertyAccessName) Methods in de.hybris.platform.sap.core.configuration.impl that return types with arguments of type ConfigurationPropertyAccessModifier and TypeMethodDescriptionConfigurationPropertyAccessImpl.getAllPropertyAccessCollections()DefaultConfigurationPropertyAccess.getAllPropertyAccessCollections()DefaultSAPConfigurationService.getAllPropertyAccessCollections()SAPConfigurationServiceImpl.getAllPropertyAccessCollections()ConfigurationPropertyAccessImpl.getAllPropertyAccesses()DefaultConfigurationPropertyAccess.getAllPropertyAccesses()DefaultSAPConfigurationService.getAllPropertyAccesses()SAPConfigurationServiceImpl.getAllPropertyAccesses()ConfigurationPropertyAccessImpl.getPropertyAccessCollection(String propertyAccessCollectionName) DefaultConfigurationPropertyAccess.getPropertyAccessCollection(String propertyAccessCollectionName) DefaultSAPConfigurationService.getPropertyAccessCollection(String propertyAccessCollectionName) SAPConfigurationServiceImpl.getPropertyAccessCollection(String propertyAccessCollectionName) Method parameters in de.hybris.platform.sap.core.configuration.impl with type arguments of type ConfigurationPropertyAccessModifier and TypeMethodDescriptionvoidDefaultConfigurationPropertyAccess.setPropertyAccessCollections(Map<String, Collection<ConfigurationPropertyAccess>> propertyAccessCollections) Injection setter for property access collections (1:n relations).voidDefaultConfigurationPropertyAccess.setPropertyAccesses(Map<String, ConfigurationPropertyAccess> propertyAccesses) Injection setter for property accesses (1:1 relations). -
Uses of ConfigurationPropertyAccess in de.hybris.platform.sap.core.module
Subinterfaces of ConfigurationPropertyAccess in de.hybris.platform.sap.core.moduleModifier and TypeInterfaceDescriptioninterfaceInterface to access runtime module configuration data. -
Uses of ConfigurationPropertyAccess in de.hybris.platform.sap.core.module.impl
Classes in de.hybris.platform.sap.core.module.impl that implement ConfigurationPropertyAccessModifier and TypeClassDescriptionclassAccess to module configuration.Methods in de.hybris.platform.sap.core.module.impl that return ConfigurationPropertyAccessModifier and TypeMethodDescriptionModuleConfigurationAccessImpl.getPropertyAccess(String propertyAccessName) Methods in de.hybris.platform.sap.core.module.impl that return types with arguments of type ConfigurationPropertyAccessModifier and TypeMethodDescriptionModuleConfigurationAccessImpl.getAllPropertyAccessCollections()ModuleConfigurationAccessImpl.getAllPropertyAccesses()ModuleConfigurationAccessImpl.getPropertyAccessCollection(String propertyAccessCollectionName) Method parameters in de.hybris.platform.sap.core.module.impl with type arguments of type ConfigurationPropertyAccessModifier and TypeMethodDescriptionvoidModuleConfigurationAccessImpl.setPropertyAccessCollections(Map<String, Collection<ConfigurationPropertyAccess>> propertyAccessCollections) Injection setter for property access collections (1:n relations).voidModuleConfigurationAccessImpl.setPropertyAccesses(Map<String, ConfigurationPropertyAccess> propertyAccesses) Injection setter for property accesses (1:1 relations).