Package de.uplanet.lucy.server.newsagent
Class SingleAppIdFilter
java.lang.Object
de.uplanet.lucy.server.newsagent.AbstractFilter
de.uplanet.lucy.server.newsagent.SingleAppIdFilter
- All Implemented Interfaces:
IFilter
Deprecated.
Filter by application GUID.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Indicates if post-processing is needed after SQL retrieval.boolean
Deprecated.Decide if the given message passes the filter.void
setApplicationGuid
(String p_strAppGuid) Deprecated.Set the application GUID to filter for.void
setApplicationId
(String p_strAppGuid) Deprecated.sqlQuery()
Deprecated.Provide a SQL search query.Methods inherited from class de.uplanet.lucy.server.newsagent.AbstractFilter
filter, forConnection, forUser
-
Constructor Details
-
SingleAppIdFilter
public SingleAppIdFilter()Deprecated.
-
-
Method Details
-
setApplicationId
Deprecated.- See Also:
-
setApplicationGuid
Deprecated.Set the application GUID to filter for.- Parameters:
p_strAppGuid
- The application GUID.
-
needsSqlPostProcessing
public boolean needsSqlPostProcessing()Deprecated.Description copied from interface:IFilter
Indicates if post-processing is needed after SQL retrieval.- Returns:
- Always
false
. - See Also:
-
pass
Deprecated.Description copied from interface:IFilter
Decide if the given message passes the filter.- Parameters:
p_message
- The message to be filtered.- Returns:
true
if the message passes the filter,false
otherwise.
-
sqlQuery
Deprecated.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.
-
SingleAppGuidFilter
instead.