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:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionIgnoredOutboundSyncEvent(@NotNull PK cronJobPk) Instantiates this eventIgnoredOutboundSyncEvent(@NotNull OutboundItemDTO item) Instantiates this event -
Method Summary
Methods inherited from class de.hybris.platform.outboundsync.events.OutboundSyncEvent
getCronJobPkMethods inherited from class de.hybris.platform.servicelayer.event.events.AbstractEvent
getScope, getSource, isFromCluster, setFromCluster, setScopeMethods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
-
Constructor Details
-
IgnoredOutboundSyncEvent
Instantiates this event- Parameters:
item- item change that has been ignored
-
IgnoredOutboundSyncEvent
Instantiates this event- Parameters:
cronJobPk- primary key of the job, for which the change was ignored
-
-
Method Details
-
equals
- Overrides:
equalsin classOutboundSyncEvent
-
hashCode
public int hashCode()- Overrides:
hashCodein classOutboundSyncEvent
-
toString
- Overrides:
toStringin classAbstractEvent
-