de.uplanet.lucy.server.newsagent
Class RecipientFilter
java.lang.Object
de.uplanet.lucy.server.newsagent.AbstractFilter
de.uplanet.lucy.server.newsagent.RecipientFilter
- All Implemented Interfaces:
- IFilter
@Scriptable
public class RecipientFilter
- extends AbstractFilter
- Version:
- $Revision: 71685 $
Method Summary |
void |
filter(java.util.List<Message> p_from,
java.util.List<Message> p_to)
Do the filtering, operating on array lists. |
boolean |
needsSqlPostProcessing()
Indicates if post-processing is needed after SQL retrieval. |
boolean |
pass(Message p_message)
Decide if the given message passes the filter. |
java.lang.String |
sqlQuery()
Provide a SQL search query. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecipientFilter
public RecipientFilter()
sqlQuery
public java.lang.String sqlQuery()
- Description copied from interface:
IFilter
- Provide a SQL search query.
- Returns:
- A SQL query, or
null
if the filter
cannot be applied at database level.
needsSqlPostProcessing
public boolean needsSqlPostProcessing()
- Description copied from interface:
IFilter
- Indicates if post-processing is needed after SQL retrieval.
- Returns:
- Always
false
. - See Also:
IFilter.needsSqlPostProcessing()
pass
public boolean pass(Message p_message)
- Decide if the given message passes the filter.
- Parameters:
p_message
- The message to be filtered.
- Returns:
true
for all non-null
messages or
false
if the message parameter is null
.- See Also:
IFilter.pass(Message)
filter
public void filter(java.util.List<Message> p_from,
java.util.List<Message> p_to)
- Description copied from interface:
IFilter
- Do the filtering, operating on array lists.
- Specified by:
filter
in interface IFilter
- Overrides:
filter
in class AbstractFilter
- Parameters:
p_from
- Collection of messages to be filtered.p_to
- The filtered collection.
Last updated: 2011-08-11 10-04
Copyright © 2000-2011 United Planet. All Rights Reserved.