Class EmptyUpdateSegmentStrategy
- java.lang.Object
-
- de.hybris.platform.personalizationservices.strategies.impl.EmptyUpdateSegmentStrategy
-
- All Implemented Interfaces:
UpdateSegmentStrategy
public class EmptyUpdateSegmentStrategy extends java.lang.Object implements UpdateSegmentStrategy
-
-
Constructor Summary
Constructors Constructor Description EmptyUpdateSegmentStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
updateSegments(CxUpdateSegmentContext context)
Strategy for update segments
-
-
-
Method Detail
-
updateSegments
public void updateSegments(CxUpdateSegmentContext context)
Description copied from interface:UpdateSegmentStrategy
Strategy for update segments- Specified by:
updateSegments
in interfaceUpdateSegmentStrategy
- Parameters:
context
- - Context containing additional parameters for segment update e.g providers
-
-