Uses of Class
de.hybris.platform.sap.productconfig.occ.ConfigurationWsDTO
Packages that use ConfigurationWsDTO
Package
Description
-
Uses of ConfigurationWsDTO in de.hybris.platform.sap.productconfig.occ.controllers
Fields in de.hybris.platform.sap.productconfig.occ.controllers declared as ConfigurationWsDTOModifier and TypeFieldDescriptionprotected final ConfigurationWsDTOAbstractProductConfiguratorCCPControllerTCBase.backendUpdatedWsConfigurationprotected final ConfigurationWsDTOProductConfiguratorCCPControllerTest.backendUpdatedWsConfigurationprotected final ConfigurationWsDTOAbstractProductConfiguratorCCPControllerTCBase.updatedConfigurationprotected final ConfigurationWsDTOProductConfiguratorCCPControllerTest.updatedConfigurationMethods in de.hybris.platform.sap.productconfig.occ.controllers that return ConfigurationWsDTOModifier and TypeMethodDescriptionProductConfiguratorCCPCartIntegrationController.configureCartEntry(String baseSiteId, int entryNumber) ProductConfiguratorCCPController.getConfiguration(String configId, String groupId) ProductConfiguratorCCPController.getDefaultConfiguration(String productCode, boolean provideAllAttributes) protected ConfigurationWsDTOProductConfiguratorCCPController.mapDTOData(ConfigurationData configData) Deprecated, for removal: This API element is subject to removal in a future version.ProductConfiguratorCCPController.updateConfiguration(String configId, ConfigurationWsDTO updatedConfiguration) Methods in de.hybris.platform.sap.productconfig.occ.controllers with parameters of type ConfigurationWsDTOModifier and TypeMethodDescriptionProductConfiguratorCCPController.updateConfiguration(String configId, ConfigurationWsDTO updatedConfiguration) -
Uses of ConfigurationWsDTO in de.hybris.platform.sap.productconfig.occ.mappers
Methods in de.hybris.platform.sap.productconfig.occ.mappers with parameters of type ConfigurationWsDTOModifier and TypeMethodDescriptionvoidConfigurationDataMapper.mapAtoB(ConfigurationData configurationData, ConfigurationWsDTO configurationWsDto, ma.glasnost.orika.MappingContext context) voidConfigurationDataMapper.mapBtoA(ConfigurationWsDTO configurationWsDto, ConfigurationData configurationData, ma.glasnost.orika.MappingContext context) -
Uses of ConfigurationWsDTO in de.hybris.platform.sap.productconfig.occ.util
Methods in de.hybris.platform.sap.productconfig.occ.util that return ConfigurationWsDTOModifier and TypeMethodDescriptionCCPControllerHelper.mapDTOData(ConfigurationData configData) Maps configuration from DTO to WS representationMethods in de.hybris.platform.sap.productconfig.occ.util with parameters of type ConfigurationWsDTOModifier and TypeMethodDescriptionvoidImageHandler.convertImages(ConfigurationData configData, ConfigurationWsDTO configurationWs) Converts image data -
Uses of ConfigurationWsDTO in de.hybris.platform.sap.productconfig.occ.util.impl
Methods in de.hybris.platform.sap.productconfig.occ.util.impl that return ConfigurationWsDTOModifier and TypeMethodDescriptionCCPControllerHelperImpl.mapDTOData(ConfigurationData configData) Methods in de.hybris.platform.sap.productconfig.occ.util.impl with parameters of type ConfigurationWsDTOModifier and TypeMethodDescriptionvoidImageHandlerImpl.convertImages(ConfigurationData configData, ConfigurationWsDTO configurationWs)
ProductConfiguratorCCPController.getConfigurationHandler()and delegate