Uses of Interface
de.hybris.platform.sap.productconfig.services.tracking.TrackingRecorder
-
-
Uses of TrackingRecorder in de.hybris.platform.sap.productconfig.services.impl
Methods in de.hybris.platform.sap.productconfig.services.impl that return TrackingRecorder Modifier and Type Method Description protected TrackingRecorderProductConfigAddToCartHookImpl. getRecorder()protected TrackingRecorderProductConfigurationOrderIntegrationServiceImpl. getRecorder()protected TrackingRecorderProductConfigurationServiceImpl. getRecorder()protected TrackingRecorderProductConfigurationUpdateCartEntryHookImpl. getRecorder()Methods in de.hybris.platform.sap.productconfig.services.impl with parameters of type TrackingRecorder Modifier and Type Method Description voidProductConfigAddToCartHookImpl. setRecorder(TrackingRecorder recorder)voidProductConfigurationOrderIntegrationServiceImpl. setRecorder(TrackingRecorder recorder)voidProductConfigurationServiceImpl. setRecorder(TrackingRecorder recorder)voidProductConfigurationUpdateCartEntryHookImpl. setRecorder(TrackingRecorder recorder) -
Uses of TrackingRecorder in de.hybris.platform.sap.productconfig.services.ssc.strategies.lifecycle.impl
Methods in de.hybris.platform.sap.productconfig.services.ssc.strategies.lifecycle.impl that return TrackingRecorder Modifier and Type Method Description protected TrackingRecorderDefaultConfigurationAbstractOrderIntegrationStrategyImpl. getRecorder()Methods in de.hybris.platform.sap.productconfig.services.ssc.strategies.lifecycle.impl with parameters of type TrackingRecorder Modifier and Type Method Description voidDefaultConfigurationAbstractOrderIntegrationStrategyImpl. setRecorder(TrackingRecorder recorder) -
Uses of TrackingRecorder in de.hybris.platform.sap.productconfig.services.tracking.impl
Classes in de.hybris.platform.sap.productconfig.services.tracking.impl that implement TrackingRecorder Modifier and Type Class Description classTrackingRecorderImplService-Layer implementation of theAbstractTrackingRecorderImpl.
-