Uses of Class
de.hybris.platform.personalizationservices.CxUpdateSegmentContext
-
-
Uses of CxUpdateSegmentContext in de.hybris.platform.personalizationintegration.strategies.impl
Methods in de.hybris.platform.personalizationintegration.strategies.impl that return CxUpdateSegmentContext Modifier and Type Method Description protected CxUpdateSegmentContext
DefaultCxUpdateSegmentStrategyIntegrationTest. createUpdateContext(boolean fullUpdate)
protected CxUpdateSegmentContext
DefaultCxUpdateSegmentStrategyIntegrationTest. createUpdateContext(BaseSiteModel baseSite, boolean fullUpdate, java.lang.String... provider)
protected CxUpdateSegmentContext
DefaultCxUpdateSegmentStrategyTest. createUpdateContext(boolean fullUpdate)
protected CxUpdateSegmentContext
DefaultCxUpdateSegmentStrategyTest. createUpdateContext(java.util.Set<java.lang.String> providers, boolean fullUpdate, java.util.Set<BaseSiteModel> baseSites)
Methods in de.hybris.platform.personalizationintegration.strategies.impl with parameters of type CxUpdateSegmentContext Modifier and Type Method Description protected java.util.List<SegmentsProvider>
DefaultCxUpdateSegmentStrategy. getUpdateSegmentsProviders(java.util.List<SegmentsProvider> providers, CxUpdateSegmentContext context)
void
DefaultCxUpdateSegmentStrategy. updateSegments(CxUpdateSegmentContext context)
protected void
DefaultCxUpdateSegmentStrategy. updateSegments(CxUpdateSegmentContext context, java.util.List<SegmentsProvider> updateProviders, boolean fullUpdate)
-
Uses of CxUpdateSegmentContext in de.hybris.platform.personalizationservices.cronjob
Methods in de.hybris.platform.personalizationservices.cronjob that return CxUpdateSegmentContext Modifier and Type Method Description protected CxUpdateSegmentContext
CxUpdateSegmentsJob. createUpdateSegmentContext(CxUpdateSegmentsCronJobModel job)
-
Uses of CxUpdateSegmentContext in de.hybris.platform.personalizationservices.segment
Methods in de.hybris.platform.personalizationservices.segment with parameters of type CxUpdateSegmentContext Modifier and Type Method Description void
CxSegmentService. updateSegments(CxUpdateSegmentContext context)
Update segments -
Uses of CxUpdateSegmentContext in de.hybris.platform.personalizationservices.segment.impl
Methods in de.hybris.platform.personalizationservices.segment.impl with parameters of type CxUpdateSegmentContext Modifier and Type Method Description void
DefaultCxSegmentService. updateSegments(CxUpdateSegmentContext context)
-
Uses of CxUpdateSegmentContext in de.hybris.platform.personalizationservices.strategies
Methods in de.hybris.platform.personalizationservices.strategies with parameters of type CxUpdateSegmentContext Modifier and Type Method Description void
UpdateSegmentStrategy. updateSegments(CxUpdateSegmentContext context)
Strategy for update segments -
Uses of CxUpdateSegmentContext in de.hybris.platform.personalizationservices.strategies.impl
Methods in de.hybris.platform.personalizationservices.strategies.impl with parameters of type CxUpdateSegmentContext Modifier and Type Method Description void
EmptyUpdateSegmentStrategy. updateSegments(CxUpdateSegmentContext context)
-