|
||||||||||
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.DemandTypeFilter
public class DemandTypeFilter
DemandTypeFilter
Constructor Summary | |
---|---|
DemandTypeFilter()
Constructor |
Method Summary | |
---|---|
boolean |
containsDateBegin()
Check if the filter contains the attribute date begin |
boolean |
containsDateEnd()
Check if the filter contains the attribute date end |
boolean |
containsIdCategory()
Check if the filter contains the attribute ID category |
boolean |
containsLabel()
Check if the filter contains the attribute Label |
boolean |
containsOrder()
Check if the filter contains the attribute order |
boolean |
containsRole()
Check whether the filter contains or not the role |
boolean |
containsUrlDelete()
Check if the filter contains the attribute UrlDelete |
boolean |
containsUrlResource()
Check if the filter contains the attribute UrlResource |
boolean |
containsWorkgroup()
Check whether the filter contains or not the workgroup |
Date |
getDateBegin()
Get the beginning date |
Date |
getDateEnd()
Get the closing date |
int |
getIdCategory()
Returns the IdCategory |
boolean |
getIsWideSearch()
Check if the filter is applied to a wide search or not. |
String |
getLabel()
Returns the Label |
OperatorEnum |
getOperatorDateBegin()
Get the operator for the beginning date |
OperatorEnum |
getOperatorDateEnd()
Get the operator for the closing date |
OperatorEnum |
getOperatorOrder()
Get the operator for the order |
int |
getOrder()
Get the order |
String |
getRole()
Get role |
String |
getUrlDelete()
Returns the UrlDelete |
String |
getUrlResource()
Returns the UrlResource |
String |
getWorkgroup()
Get the workgroup |
void |
setDateBegin(Date dateBegin)
Set the beginning date |
void |
setDateEnd(Date dateEnd)
Set the closing date |
void |
setIdCategory(int nIdCategory)
Sets the IdCategory |
void |
setIsWideSearch(boolean bIsWideSearch)
Set true if the filter is applied to a wide search. |
void |
setLabel(String strLabel)
Sets the Label |
void |
setOperatorDateBegin(OperatorEnum operator)
Set the operator for the beginning date |
void |
setOperatorDateEnd(OperatorEnum operator)
Set the operator for the closing date |
void |
setOperatorOrder(OperatorEnum operator)
Set the operator for the order |
void |
setOrder(int nOrder)
Set the order |
void |
setRole(String strRoleKey)
Set role |
void |
setUrlDelete(String strUrlDelete)
Sets the UrlDelete |
void |
setUrlResource(String strUrlResource)
Sets the UrlResource |
void |
setWorkgroup(String strWorkgroupKey)
Set the workgroup |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DemandTypeFilter()
Method Detail |
---|
public void setIsWideSearch(boolean bIsWideSearch)
bIsWideSearch
- true if it a wide search, false otherwisepublic boolean getIsWideSearch()
public String getLabel()
public void setLabel(String strLabel)
strLabel
- The Labelpublic boolean containsLabel()
public String getUrlResource()
public void setUrlResource(String strUrlResource)
strUrlResource
- The UrlResourcepublic boolean containsUrlResource()
public int getIdCategory()
public void setIdCategory(int nIdCategory)
nIdCategory
- The IdCategorypublic boolean containsIdCategory()
public void setDateBegin(Date dateBegin)
dateBegin
- the beginning datepublic Date getDateBegin()
public boolean containsDateBegin()
public void setDateEnd(Date dateEnd)
dateEnd
- the closing datepublic Date getDateEnd()
public boolean containsDateEnd()
public void setWorkgroup(String strWorkgroupKey)
strWorkgroupKey
- the workgroup keypublic String getWorkgroup()
public boolean containsWorkgroup()
public void setRole(String strRoleKey)
strRoleKey
- the role keypublic String getRole()
public boolean containsRole()
public void setOrder(int nOrder)
nOrder
- the orderpublic int getOrder()
public boolean containsOrder()
public void setOperatorOrder(OperatorEnum operator)
operator
- the operatorpublic OperatorEnum getOperatorOrder()
public void setOperatorDateBegin(OperatorEnum operator)
operator
- the operatorpublic OperatorEnum getOperatorDateBegin()
public void setOperatorDateEnd(OperatorEnum operator)
operator
- the operatorpublic OperatorEnum getOperatorDateEnd()
public String getUrlDelete()
public void setUrlDelete(String strUrlDelete)
strUrlDelete
- The UrlDeletepublic boolean containsUrlDelete()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |