Class TrackingToLogWriterImpl
java.lang.Object
de.hybris.platform.sap.productconfig.services.tracking.impl.TrackingToLogWriterImpl
- All Implemented Interfaces:
TrackingWriter
Simple TrackingWriter implementation, that just dumps immediately all history data into the Log file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetItemMessage(TrackingItem item) protected Stringprotected voiditemKeyToJson(TrackingItemKey key, javax.json.JsonObjectBuilder builder) protected voiditemToJson(TrackingItem item, javax.json.JsonObjectBuilder builder) voidCallback to notify the write that a new history item was created.
-
Constructor Details
-
TrackingToLogWriterImpl
public TrackingToLogWriterImpl()
-
-
Method Details
-
trackingItemCreated
Description copied from interface:TrackingWriterCallback to notify the write that a new history item was created.- Specified by:
trackingItemCreatedin interfaceTrackingWriter
-
getSessionMessage
-
getItemMessage
-
itemKeyToJson
-
itemToJson
-