|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uplanet.lucy.server.newsagent.AbstractFilter
de.uplanet.lucy.server.newsagent.SingleAppGuidFilter
@Scriptable public final class SingleAppGuidFilter
Filter by application GUID.
Constructor Summary | |
---|---|
SingleAppGuidFilter()
|
Method Summary | |
---|---|
boolean |
needsSqlPostProcessing()
Indicates if post-processing is needed after SQL retrieval. |
boolean |
pass(Message p_message)
Decide if the given message passes the filter. |
void |
setApplicationGuid(java.lang.String p_strAppGuid)
Set the application GUID to filter for. |
java.lang.String |
sqlQuery()
Provide a SQL search query. |
Methods inherited from class de.uplanet.lucy.server.newsagent.AbstractFilter |
---|
filter, forConnection, forUser |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SingleAppGuidFilter()
Method Detail |
---|
public void setApplicationGuid(java.lang.String p_strAppGuid)
p_strAppGuid
- The application GUID.public boolean needsSqlPostProcessing()
IFilter
false
.IFilter.needsSqlPostProcessing()
public boolean pass(Message p_message)
IFilter
p_message
- The message to be filtered.
true
if the message passes the filter,
false
otherwise.public java.lang.String sqlQuery()
IFilter
null
if the filter
cannot be applied at database level.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |