Uses of Class
de.uplanet.lucy.server.newsagent.Message
-
Packages that use Message Package Description de.uplanet.lucy.server.newsagent Used to create and manage persistent Intrexx messages. -
-
Uses of Message in de.uplanet.lucy.server.newsagent
Methods in de.uplanet.lucy.server.newsagent that return Message Modifier and Type Method Description Message
NewsAgent. createNewMessage()
Create a new message.Message
NewsAgent. createNewMessage(String p_strMessageId)
Create a new message with the given message identifier.Message
NewsAgent. get(int p_iIndex)
Get the message at the specified index out of the filtered collection.Message
NewsAgent. loadMessage(String p_strMessageId)
Load the specified message from the database.Methods in de.uplanet.lucy.server.newsagent with parameters of type Message Modifier and Type Method Description boolean
AppGuidFilter. pass(Message p_message)
boolean
AppGuidNullFilter. pass(Message p_message)
boolean
AppIdFilter. pass(Message p_message)
Deprecated.boolean
AppIdNullFilter. pass(Message p_message)
Deprecated.boolean
IdentityFilter. pass(Message p_message)
Decide if the given message passes the filter.boolean
IFilter. pass(Message p_message)
Decide if the given message passes the filter.boolean
NewsArchiveReceivedFilter. pass(Message p_message)
boolean
NewsArchiveSentFilter. pass(Message p_message)
boolean
NotExpiredFilter. pass(Message p_message)
boolean
RecipientFilter. pass(Message p_message)
Decide if the given message passes the filter.boolean
SingleAppGuidFilter. pass(Message p_message)
boolean
SingleAppIdFilter. pass(Message p_message)
Deprecated.boolean
NewsAgent. save(Message p_message)
Save the message to the database.Method parameters in de.uplanet.lucy.server.newsagent with type arguments of type Message Modifier and Type Method Description void
AbstractFilter. filter(List<Message> p_from, List<Message> p_to)
void
IdentityFilter. filter(List<Message> p_from, List<Message> p_to)
void
IFilter. filter(List<Message> p_from, List<Message> p_to)
Do the filtering, operating on array lists.void
NotExpiredFilter. filter(List<Message> p_from, List<Message> p_to)
void
RecipientFilter. filter(List<Message> p_from, List<Message> p_to)
-