Class IgnoredOutboundSyncEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- de.hybris.platform.servicelayer.event.events.AbstractEvent
-
- de.hybris.platform.outboundsync.events.OutboundSyncEvent
-
- de.hybris.platform.outboundsync.events.IgnoredOutboundSyncEvent
-
- All Implemented Interfaces:
java.io.Serializable
@Immutable public final class IgnoredOutboundSyncEvent extends OutboundSyncEvent
Event indicates that a single item change was not processed. This is because it happened to an item that is related to the root item in the integration object but itself is not included in the integration object; or, if the outbound sync does not process this kind of changes, e.g. DELETE.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IgnoredOutboundSyncEvent(@NotNull PK cronJobPk)Instantiates this event
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()-
Methods inherited from class de.hybris.platform.outboundsync.events.OutboundSyncEvent
getCronJobPk
-
Methods inherited from class de.hybris.platform.servicelayer.event.events.AbstractEvent
getScope, getSource, isFromCluster, setFromCluster, setScope
-
-
-
-
Constructor Detail
-
IgnoredOutboundSyncEvent
public IgnoredOutboundSyncEvent(@NotNull @NotNull PK cronJobPk)Instantiates this event- Parameters:
cronJobPk- primary key of the job, for which the change was ignored
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classOutboundSyncEvent
-
hashCode
public int hashCode()
- Overrides:
hashCodein classOutboundSyncEvent
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractEvent
-
-