Uses of Interface
de.uplanet.lucy.server.newsagent.IOrder
-
Packages that use IOrder Package Description de.uplanet.lucy.server.newsagent Used to create and manage persistent Intrexx messages. -
-
Uses of IOrder in de.uplanet.lucy.server.newsagent
Classes in de.uplanet.lucy.server.newsagent that implement IOrder Modifier and Type Class Description class
ApplicationOrder
Order messages by application GUID and creation time.class
CreationOrder
Order messages by their creation timestamp.Methods in de.uplanet.lucy.server.newsagent with parameters of type IOrder Modifier and Type Method Description int
NewsAgent. load(IFilter p_filter, IOrder p_order, int p_iMaxCount)
Load messages from the database.void
NewsAgent. sort(IOrder p_order)
Sort the messages in the filtered messages collection.
-