Package de.uplanet.lucy.server.newsagent
Class AppIdFilter
java.lang.Object
de.uplanet.lucy.server.newsagent.AbstractFilter
de.uplanet.lucy.server.newsagent.AppIdFilter
- All Implemented Interfaces:
IFilter
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Indicates if post-processing is needed after SQL retrieval.booleanDeprecated.Decide if the given message passes the filter.voidsetApplicationGuidList(List<String> p_listAppGuid) Deprecated.Set a list of application GUIDs to filter for.voidsetApplicationIdList(List<String> p_listAppGuid) Deprecated.voidsetComplement(boolean p_bComplement) Deprecated.sqlQuery()Deprecated.Provide a SQL search query.Methods inherited from class de.uplanet.lucy.server.newsagent.AbstractFilter
filter, forConnection, forUser
-
Constructor Details
-
AppIdFilter
public AppIdFilter()Deprecated.
-
-
Method Details
-
setApplicationIdList
Deprecated.- See Also:
-
setApplicationGuidList
Deprecated.Set a list of application GUIDs to filter for.- Parameters:
p_listAppGuid- A list of application GUIDs.
-
setComplement
public void setComplement(boolean p_bComplement) Deprecated.- Parameters:
p_bComplement-trueif the complement set should be returned,falseotherwise (default isfalse).
-
needsSqlPostProcessing
public boolean needsSqlPostProcessing()Deprecated.Description copied from interface:IFilterIndicates if post-processing is needed after SQL retrieval.- Returns:
- Always
false. - See Also:
-
pass
Deprecated.Description copied from interface:IFilterDecide if the given message passes the filter.- Parameters:
p_message- The message to be filtered.- Returns:
trueif the message passes the filter,falseotherwise.
-
sqlQuery
Deprecated.Description copied from interface:IFilterProvide a SQL search query.- Returns:
- A SQL query, or
nullif the filter cannot be applied at database level.
-
AppGuidFilterinstead.