fr.paris.lutece.plugins.form.business
Class FormFilter

java.lang.Object
  extended by fr.paris.lutece.plugins.form.business.FormFilter

public class FormFilter
extends java.lang.Object

class FormFilter


Field Summary
static int ALL_INT
           
static java.lang.String ALL_STRING
           
 
Constructor Summary
FormFilter()
           
 
Method Summary
 boolean containsDateEndDisponibilityBeforeCurrentDate()
           
 boolean containsIdState()
           
 boolean containsWorkgroupCriteria()
           
 int getIdState()
           
 java.lang.String getWorkgroup()
           
 void setDateEndDisponibilityBeforeCurrentDate(boolean bCurrentDate)
          set true if the date end disponibility must be before current date
 void setIdState(int idState)
          Set 1 if the forms return must be enabled 0 if the forms return must be disabled
 void setWorkGroup(java.lang.String workgroup)
          set the workgroup of the search forms
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_STRING

public static final java.lang.String ALL_STRING
See Also:
Constant Field Values

ALL_INT

public static final int ALL_INT
See Also:
Constant Field Values
Constructor Detail

FormFilter

public FormFilter()
Method Detail

getIdState

public int getIdState()
Returns:
1 if the forms return must be enabled 0 if the forms return must be disabled

setIdState

public void setIdState(int idState)
Set 1 if the forms return must be enabled 0 if the forms return must be disabled

Parameters:
idState - 1 if the forms return must be enabled 0 if the forms return must be disabled

containsIdState

public boolean containsIdState()
Returns:
true if the filter contain form state

getWorkgroup

public java.lang.String getWorkgroup()
Returns:
the workgroup of the search forms

setWorkGroup

public void setWorkGroup(java.lang.String workgroup)
set the workgroup of the search forms

Parameters:
workgroup - the workgroup of the search forms

containsWorkgroupCriteria

public boolean containsWorkgroupCriteria()
Returns:
true if the filter contaion workgroup criteria

setDateEndDisponibilityBeforeCurrentDate

public void setDateEndDisponibilityBeforeCurrentDate(boolean bCurrentDate)
set true if the date end disponibility must be before current date

Parameters:
bCurrentDate - true if the date end disponibility must be before current date

containsDateEndDisponibilityBeforeCurrentDate

public boolean containsDateEndDisponibilityBeforeCurrentDate()
Returns:
true if the date end disponibility must be before current date


Copyright © 2008 Mairie de Paris. All Rights Reserved.