|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.crm.business.notification.NotificationFilter
public class NotificationFilter
NotificationFilter
Constructor Summary | |
---|---|
NotificationFilter()
Constructor |
Method Summary | |
---|---|
boolean |
containsIdDemand()
Check if the filter contains the attribute ID Demand |
boolean |
containsIsRead()
Check if the filter contains the attribute is_read |
int |
getIdDemand()
Returns the IdDemand |
boolean |
getIsWideSearch()
Check if the filter is applied to a wide search or not. |
boolean |
isRead()
Check if the notification is read |
void |
setIdDemand(int strIdDemand)
Sets the IdDemand |
void |
setIsRead(boolean bIsRead)
Set the status is_read of the notification |
void |
setIsWideSearch(boolean bIsWideSearch)
Set true if the filter is applied to a wide search. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotificationFilter()
Method Detail |
---|
public void setIsWideSearch(boolean bIsWideSearch)
bIsWideSearch
- true if it a wide search, false otherwisepublic boolean getIsWideSearch()
public int getIdDemand()
public void setIdDemand(int strIdDemand)
strIdDemand
- The IdDemandpublic boolean containsIdDemand()
public void setIsRead(boolean bIsRead)
bIsRead
- true if the notification is read, false otherwisepublic boolean isRead()
public boolean containsIsRead()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |