Class CPSCookieStoreEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
de.hybris.platform.servicelayer.event.events.AbstractEvent
de.hybris.platform.sap.productconfig.runtime.cps.event.CPSCookieStoreEvent
All Implemented Interfaces:
de.hybris.platform.servicelayer.event.ClusterAwareEvent, Serializable

public class CPSCookieStoreEvent extends de.hybris.platform.servicelayer.event.events.AbstractEvent implements de.hybris.platform.servicelayer.event.ClusterAwareEvent
Event indicates that a CPS Cookie was issued for a certain configuration, or if the cookie list is null that cookies shall be removed for this configuration.
See Also:
  • Constructor Details

  • Method Details

    • canPublish

      public boolean canPublish(de.hybris.platform.servicelayer.event.PublishEventContext publishEventContext)
      Specified by:
      canPublish in interface de.hybris.platform.servicelayer.event.ClusterAwareEvent
    • getConfigId

      public String getConfigId()
    • getCookieList

      public List<String> getCookieList()
    • getContextAttr

      public Map<String,String> getContextAttr()