|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.ResponseFilter
public class ResponseFilter
class ResponseFilter
Field Summary | |
---|---|
static int |
ALL_INT
|
Constructor Summary | |
---|---|
ResponseFilter()
|
Method Summary | |
---|---|
boolean |
containsDateFirst()
|
boolean |
containsDateLast()
|
boolean |
containsIdEntry()
|
boolean |
containsIdField()
|
boolean |
containsIdForm()
|
boolean |
containsOrderBy()
Check if the filter contains order by |
java.sql.Timestamp |
getDateFirst()
|
java.sql.Timestamp |
getDateLast()
|
int |
getIdEntry()
|
int |
getIdField()
|
int |
getIdForm()
|
java.lang.String |
getOrderBy()
Get order by |
boolean |
isGroupbyDay()
|
boolean |
isGroupbyMonth()
true if the response must be group by month |
boolean |
isGroupbyWeek()
true if the response must be group by week |
boolean |
isOrderByAsc()
Check if the order by is asc |
void |
setDateFirst(java.sql.Timestamp begin)
set the date of the first submit |
void |
setDateLast(java.sql.Timestamp end)
set the date of the last submit |
void |
setGroupbyDay(boolean groupbyDay)
set true if the response must be group by day |
void |
setGroupbyMonth(boolean groupbyMonth)
set true if the response must be group by month |
void |
setGroupbyWeek(boolean groupbyWeek)
set true if the response must be group by week |
void |
setIdEntry(int idEntry)
set the id of entry depend in the filter |
void |
setIdField(int idField)
set the id of field depend in the filter |
void |
setIdForm(int idForm)
set the id of form in the filter |
void |
setOrderBy(java.lang.String strOrderBy)
Set order by |
void |
setOrderByAsc(boolean bIsOrderByAsc)
Set order by asc |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ALL_INT
Constructor Detail |
---|
public ResponseFilter()
Method Detail |
---|
public int getIdForm()
public void setIdForm(int idForm)
idForm
- the id of form to insert in the filterpublic boolean containsIdForm()
public int getIdField()
public void setIdField(int idField)
idField
- the id of field depend to insert in the filterpublic boolean containsIdField()
public int getIdEntry()
public void setIdEntry(int idEntry)
idEntry
- the id of entry depend to insert in the filterpublic boolean containsIdEntry()
public java.sql.Timestamp getDateFirst()
public void setDateFirst(java.sql.Timestamp begin)
begin
- date of the first submitpublic boolean containsDateFirst()
public java.sql.Timestamp getDateLast()
public void setDateLast(java.sql.Timestamp end)
end
- the date of the last submitpublic boolean containsDateLast()
public boolean isGroupbyDay()
public void setGroupbyDay(boolean groupbyDay)
groupbyDay
- true if the response must be group by daypublic boolean isGroupbyMonth()
public void setGroupbyMonth(boolean groupbyMonth)
groupbyMonth
- true if the response must be group by monthpublic boolean isGroupbyWeek()
public void setGroupbyWeek(boolean groupbyWeek)
groupbyWeek
- true if the response must be group by weekpublic void setOrderBy(java.lang.String strOrderBy)
strOrderBy
- public java.lang.String getOrderBy()
public boolean containsOrderBy()
public void setOrderByAsc(boolean bIsOrderByAsc)
bIsOrderByAsc
- true if the order by is ascpublic boolean isOrderByAsc()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |