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 voidupdateSegments(CxUpdateSegmentContext context)Strategy for update segments
-
-
-
Method Detail
-
updateSegments
public void updateSegments(CxUpdateSegmentContext context)
Description copied from interface:UpdateSegmentStrategyStrategy for update segments- Specified by:
updateSegmentsin interfaceUpdateSegmentStrategy- Parameters:
context- - Context containing additional parameters for segment update e.g providers
-
-