Class DefaultAbstractOrderIntegrationService
java.lang.Object
de.hybris.platform.cpq.productconfig.services.impl.DefaultAbstractOrderIntegrationService
- All Implemented Interfaces:
AbstractOrderIntegrationService
public class DefaultAbstractOrderIntegrationService
extends Object
implements AbstractOrderIntegrationService
Default implementation of
AbstractOrderIntegrationService-
Constructor Summary
ConstructorsConstructorDescriptionDefaultAbstractOrderIntegrationService(de.hybris.platform.servicelayer.model.ModelService modelService) Deprecated, for removal: This API element is subject to removal in a future version.Since 22.05 not needed anymore -
Method Summary
Modifier and TypeMethodDescriptionprotected CloudCPQOrderEntryProductInfoModelRetrieve configuration ID for abstract order entryvoidsetConfigIdForAbstractOrderEntry(AbstractOrderEntryModel entry, String newConfigId) * Save new configuration ID for abstract order entry
-
Constructor Details
-
DefaultAbstractOrderIntegrationService
@Deprecated(since="2205", forRemoval=true) public DefaultAbstractOrderIntegrationService(de.hybris.platform.servicelayer.model.ModelService modelService) Deprecated, for removal: This API element is subject to removal in a future version.Since 22.05 not needed anymoreDefault Constructor. Expects all required dependencies as constructor args- Parameters:
modelService- model service
-
-
Method Details
-
getConfigIdForAbstractOrderEntry
Description copied from interface:AbstractOrderIntegrationServiceRetrieve configuration ID for abstract order entry- Specified by:
getConfigIdForAbstractOrderEntryin interfaceAbstractOrderIntegrationService- Parameters:
entry- Abstract order entry- Returns:
- Configuration ID
-
setConfigIdForAbstractOrderEntry
Description copied from interface:AbstractOrderIntegrationService* Save new configuration ID for abstract order entry- Specified by:
setConfigIdForAbstractOrderEntryin interfaceAbstractOrderIntegrationService- Parameters:
entry- Abstract order entrynewConfigId- new configuration ID
-
getCloudCPQOrderEntryProductInfoModel
protected CloudCPQOrderEntryProductInfoModel getCloudCPQOrderEntryProductInfoModel(AbstractOrderEntryModel entry)
-