|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
---|---|
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 | |
---|---|
Message |
NewsAgent.createNewMessage()
Create a new message. |
Message |
NewsAgent.createNewMessage(java.lang.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(java.lang.String p_strMessageId)
Load the specified message from the database. |
Methods in de.uplanet.lucy.server.newsagent with parameters of type Message | |
---|---|
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 |
IFilter.pass(Message p_message)
Decide if the given message passes the filter. |
boolean |
IdentityFilter.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 | |
---|---|
void |
AbstractFilter.filter(java.util.List<Message> p_from,
java.util.List<Message> p_to)
|
void |
AbstractFilter.filter(java.util.List<Message> p_from,
java.util.List<Message> p_to)
|
void |
IFilter.filter(java.util.List<Message> p_from,
java.util.List<Message> p_to)
Do the filtering, operating on array lists. |
void |
IFilter.filter(java.util.List<Message> p_from,
java.util.List<Message> p_to)
Do the filtering, operating on array lists. |
void |
IdentityFilter.filter(java.util.List<Message> p_from,
java.util.List<Message> p_to)
|
void |
IdentityFilter.filter(java.util.List<Message> p_from,
java.util.List<Message> p_to)
|
void |
NotExpiredFilter.filter(java.util.List<Message> p_from,
java.util.List<Message> p_to)
|
void |
NotExpiredFilter.filter(java.util.List<Message> p_from,
java.util.List<Message> p_to)
|
void |
RecipientFilter.filter(java.util.List<Message> p_from,
java.util.List<Message> p_to)
|
void |
RecipientFilter.filter(java.util.List<Message> p_from,
java.util.List<Message> p_to)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |