Uses of Class
de.hybris.platform.sap.productconfig.runtime.cps.model.external.CPSExternalConfiguration
Packages that use CPSExternalConfiguration
Package
Description
-
Uses of CPSExternalConfiguration in de.hybris.platform.sap.productconfig.cpiorderexchange.cps.service.impl
Methods in de.hybris.platform.sap.productconfig.cpiorderexchange.cps.service.impl with parameters of type CPSExternalConfigurationModifier and TypeMethodDescriptionprotected CPSFlatListContainerCPSConfigurationOrderEntryMapper.createFlatListContainer(CPSExternalConfiguration configuration) protected voidCPSConfigurationOrderEntryMapper.mapConfigurationHeader(CPSExternalConfiguration externalConfiguration, SAPCpiOutboundOrderModel orderModel, String entryNumber) -
Uses of CPSExternalConfiguration in de.hybris.platform.sap.productconfig.runtime.cps
Methods in de.hybris.platform.sap.productconfig.runtime.cps that return CPSExternalConfigurationModifier and TypeMethodDescriptionRequestErrorHandler.processGetExternalConfigurationError(com.hybris.charon.exp.HttpException ex, String configId) processes exception from get external configuration requestMethods in de.hybris.platform.sap.productconfig.runtime.cps with parameters of type CPSExternalConfigurationModifier and TypeMethodDescriptionCharonFacade.createConfigurationFromExternal(CPSExternalConfiguration externalConfigStructured, String contextProduct) Creates a new runtime configuration from the external typed representation of the configuration -
Uses of CPSExternalConfiguration in de.hybris.platform.sap.productconfig.runtime.cps.client
Methods in de.hybris.platform.sap.productconfig.runtime.cps.client that return types with arguments of type CPSExternalConfigurationModifier and TypeMethodDescriptionrx.Observable<CPSExternalConfiguration>ConfigurationClientBase.getExternalConfiguration(String cfgId, String sapPassport) Get the external representation of a configuration runtime objectrx.Observable<CPSExternalConfiguration>ConfigurationClientBase.getExternalConfiguration(String cfgId, String sessionCookieAsString, String cfCookieAsString, String sapPassport) Get the external representation of a configuration runtime objectMethods in de.hybris.platform.sap.productconfig.runtime.cps.client with parameters of type CPSExternalConfigurationModifier and TypeMethodDescriptionrx.Observable<com.hybris.charon.RawResponse<CPSConfiguration>>ConfigurationClientBase.createRuntimeConfigurationFromExternal(String sapPassport, CPSExternalConfiguration externalConfiguration, String autoCleanup, String select) Create a configuration runtime object based on a external representation -
Uses of CPSExternalConfiguration in de.hybris.platform.sap.productconfig.runtime.cps.impl
Fields in de.hybris.platform.sap.productconfig.runtime.cps.impl declared as CPSExternalConfigurationModifier and TypeFieldDescriptionprotected final CPSExternalConfigurationCharonFacadeImplTest.externalConfigurationMethods in de.hybris.platform.sap.productconfig.runtime.cps.impl that return CPSExternalConfigurationModifier and TypeMethodDescriptionprotected CPSExternalConfigurationCharonFacadeImpl.convertFromStringToStructured(String externalConfiguration) protected CPSExternalConfigurationCharonFacadeImpl.placeGetExternalConfigurationRequest(String configId) RequestErrorHandlerImpl.processGetExternalConfigurationError(com.hybris.charon.exp.HttpException ex, String configId) Methods in de.hybris.platform.sap.productconfig.runtime.cps.impl with parameters of type CPSExternalConfigurationModifier and TypeMethodDescriptionCharonFacadeImpl.createConfigurationFromExternal(CPSExternalConfiguration externalConfigStructured, String contextProduct) CharonFacadeImplTest.CharonFacadeForDefaultTest.createConfigurationFromExternal(CPSExternalConfiguration externalConfigStructured, String contextProduct) -
Uses of CPSExternalConfiguration in de.hybris.platform.sap.productconfig.runtime.cps.model.external
Methods in de.hybris.platform.sap.productconfig.runtime.cps.model.external that return CPSExternalConfigurationMethods in de.hybris.platform.sap.productconfig.runtime.cps.model.external with parameters of type CPSExternalConfigurationModifier and TypeMethodDescriptionvoidCPSCommerceExternalConfiguration.setExternalConfiguration(CPSExternalConfiguration externalConfiguration) -
Uses of CPSExternalConfiguration in de.hybris.platform.sap.productconfig.runtime.cps.strategy
Methods in de.hybris.platform.sap.productconfig.runtime.cps.strategy that return CPSExternalConfigurationModifier and TypeMethodDescriptionExternalConfigurationFromVariantStrategy.createExternalConfiguration(String productcode, String kbId) Creates an external configuration that corresponds to the variant's characteristic value assignmentsCommerceExternalConfigurationStrategy.extractCPSFormatFromCommerceRepresentation(CPSCommerceExternalConfiguration commerceExternalConfiguration) Extracts the engine format from the commerce representation of the external configurationMethods in de.hybris.platform.sap.productconfig.runtime.cps.strategy with parameters of type CPSExternalConfigurationModifier and TypeMethodDescriptionCommerceExternalConfigurationStrategy.createCommerceFormatFromCPSRepresentation(CPSExternalConfiguration externalConfiguration) Creates a commerce format of the external configuration from the CPS engine format -
Uses of CPSExternalConfiguration in de.hybris.platform.sap.productconfig.runtime.cps.strategy.impl
Methods in de.hybris.platform.sap.productconfig.runtime.cps.strategy.impl that return CPSExternalConfigurationModifier and TypeMethodDescriptionExternalConfigurationFromVariantStrategyImpl.createExternalConfiguration(String productcode, String kbId) CommerceExternalConfigurationStrategyImpl.extractCPSFormatFromCommerceRepresentation(CPSCommerceExternalConfiguration commerceExternalConfiguration) Methods in de.hybris.platform.sap.productconfig.runtime.cps.strategy.impl with parameters of type CPSExternalConfigurationModifier and TypeMethodDescriptionCommerceExternalConfigurationStrategyImpl.createCommerceFormatFromCPSRepresentation(CPSExternalConfiguration externalConfiguration)