Class TicketEventsComparator
java.lang.Object
de.hybris.platform.ticket.comparator.TicketEventsComparator
- All Implemented Interfaces:
Comparator<CsTicketEventModel>
This will be used to compare the last updated messages by the CS Agent and Customer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(CsTicketEventModel csTicketEventModel1, CsTicketEventModel csTicketEventModel2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
TicketEventsComparator
public TicketEventsComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<CsTicketEventModel>
-