|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.crm.business.demand.DemandFilter
public class DemandFilter
DemandFilter
Constructor Summary | |
---|---|
DemandFilter()
Constructor |
Method Summary | |
---|---|
void |
addDemandSort(DemandSort demandSort)
Add a sort |
boolean |
containsDateModification()
Check if the filter contains the attribute date Modification |
boolean |
containsIdCRMUser()
Check if the filter contains the attribute UserGuid |
boolean |
containsIdDemandType()
Check if the filter contains the attribute ID demand type |
boolean |
containsIdStatusCRM()
Check if the filter contains the attribute IdStatusCRM |
Date |
getDateModification()
Get the Modification date |
int |
getIdCRMUser()
Returns the User crm id |
int |
getIdDemandType()
Returns the IdDemandType |
int |
getIdStatusCRM()
Get the IdStatusCRM |
boolean |
getIsWideSearch()
Check if the filter is applied to a wide search or not. |
List<DemandSort> |
getListDemandSort()
|
String |
getNotification()
Get the notification |
OperatorEnum |
getOperatorDateModification()
Get the operator for the modification date |
void |
setDateModification(Date dateModification)
Set the Modification date |
void |
setIdCRMUser(int nIdCRMUser)
Sets the User crm id |
void |
setIdDemandType(int nIdDemandType)
Sets the nIdDemandType |
void |
setIdStatusCRM(int nIdStatusCRM)
Set the IdStatusCRM |
void |
setIsWideSearch(boolean bIsWideSearch)
Set true if the filter is applied to a wide search. |
void |
setListDemandSort(List<DemandSort> listDemandSort)
|
void |
setNotification(String notification)
Set the notification |
void |
setOperatorDateModification(OperatorEnum operator)
Set the operator for the modification date |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DemandFilter()
Method Detail |
---|
public void setIsWideSearch(boolean bIsWideSearch)
bIsWideSearch
- true if it a wide search, false otherwisepublic boolean getIsWideSearch()
public int getIdCRMUser()
public void setIdCRMUser(int nIdCRMUser)
nIdCRMUser
- The user crm idpublic boolean containsIdCRMUser()
public int getIdDemandType()
public void setIdDemandType(int nIdDemandType)
nIdDemandType
- The nIdDemandTypepublic boolean containsIdDemandType()
public void setDateModification(Date dateModification)
dateModification
- the Modification datepublic Date getDateModification()
public boolean containsDateModification()
public void setIdStatusCRM(int nIdStatusCRM)
nIdStatusCRM
- the IdStatusCRMpublic int getIdStatusCRM()
public boolean containsIdStatusCRM()
public void setOperatorDateModification(OperatorEnum operator)
operator
- the operatorpublic OperatorEnum getOperatorDateModification()
public String getNotification()
public void setNotification(String notification)
public List<DemandSort> getListDemandSort()
public void setListDemandSort(List<DemandSort> listDemandSort)
listDemandSort
- the listDemandSort to setpublic void addDemandSort(DemandSort demandSort)
demandSort
- the demandSort to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |