public class FormFilter extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ALL_INT |
static String |
ALL_STRING |
Constructor and Description |
---|
FormFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsDateBeginDisponibilityAfterCurrentDate() |
boolean |
containsDateEndDisponibilityBeforeCurrentDate() |
boolean |
containsIdAutoPublication() |
boolean |
containsIdState() |
boolean |
containsWorkgroupCriteria() |
int |
getIdAutoPublicationState() |
int |
getIdState() |
String |
getWorkgroup() |
boolean |
isDateBeginDisponibilityAfterCurrentDate() |
void |
setDateBeginDisponibilityAfterCurrentDate(boolean _bDateBeginDisponibilityAfterCurrentDate)
Set true if the date begin disponibility must be after current date
|
void |
setDateEndDisponibilityBeforeCurrentDate(boolean bCurrentDate)
set true if the date end disponibility must be before current date
|
void |
setIdAutoPublicationState(int idAutoPublicationState)
Set 1 if the forms return must be in auto publication enabled
0 if the forms return must be in auto publication disabled
|
void |
setIdState(int idState)
Set 1 if the forms return must be enabled
0 if the forms return must be disabled
|
void |
setWorkGroup(String workgroup)
set the workgroup of the search forms
|
public static final String ALL_STRING
public static final int ALL_INT
public int getIdState()
public void setIdState(int idState)
idState
- 1 if the forms return must be enabled
0 if the forms return must be disabledpublic boolean containsIdState()
public String getWorkgroup()
public void setWorkGroup(String workgroup)
workgroup
- the workgroup of the search formspublic boolean containsWorkgroupCriteria()
public void setDateEndDisponibilityBeforeCurrentDate(boolean bCurrentDate)
bCurrentDate
- true if the date end disponibility must be before current datepublic boolean containsDateEndDisponibilityBeforeCurrentDate()
public void setDateBeginDisponibilityAfterCurrentDate(boolean _bDateBeginDisponibilityAfterCurrentDate)
_bDateBeginDisponibilityAfterCurrentDate
- public boolean isDateBeginDisponibilityAfterCurrentDate()
public boolean containsDateBeginDisponibilityAfterCurrentDate()
public int getIdAutoPublicationState()
public void setIdAutoPublicationState(int idAutoPublicationState)
idAutoPublicationState
- 1 if the forms return must be in auto publication enabled
0 if the forms return must be in auto publication disabledpublic boolean containsIdAutoPublication()
Copyright © 2016 City of Paris. All rights reserved.