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 classApplicationOrderOrder messages by application GUID and creation time.classCreationOrderOrder messages by their creation timestamp.Methods in de.uplanet.lucy.server.newsagent with parameters of type IOrder Modifier and Type Method Description intNewsAgent. load(IFilter p_filter, IOrder p_order, int p_iMaxCount)Load messages from the database.voidNewsAgent. sort(IOrder p_order)Sort the messages in the filtered messages collection.
-