fr.paris.lutece.plugins.directory.business
Class DirectoryFilter

java.lang.Object
  extended by fr.paris.lutece.plugins.directory.business.DirectoryFilter

public class DirectoryFilter
extends Object

class DirectoryFilter


Field Summary
static int ALL_INT
           
static String ALL_STRING
           
static int FILTER_FALSE
           
static int FILTER_TRUE
           
 
Constructor Summary
DirectoryFilter()
           
 
Method Summary
 boolean containsIdWorkflow()
           
 boolean containsIsDisabled()
          Check if the filter contains isDisabled state
 boolean containsIsIndexed()
          Check if the filter contains isIndexed state
 boolean containsWorkgroupCriteria()
           
 int getIdWorkflow()
           
 int getIsDisabled()
           
 int getIsIndexed()
           
 String getWorkgroup()
           
 void setIdWorkflow(int idWorkflow)
          Set 1 if the forms have workflow 0 if the forms have not workflow
 void setIsDisabled(int idState)
          Set 1 if the directories return must be enabled 0 if the forms return must be disabled
 void setIsIndexed(int idState)
          Set 1 if the directories return must be indexed 0 if the directories return must be indexed
 void setWorkGroup(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 String ALL_STRING
See Also:
Constant Field Values

ALL_INT

public static final int ALL_INT
See Also:
Constant Field Values

FILTER_FALSE

public static final int FILTER_FALSE
See Also:
Constant Field Values

FILTER_TRUE

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

DirectoryFilter

public DirectoryFilter()
Method Detail

getIsDisabled

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

setIsDisabled

public void setIsDisabled(int idState)
Set 1 if the directories 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 directories return must be disabled

containsIsDisabled

public boolean containsIsDisabled()
Check if the filter contains isDisabled state

Returns:
true if the filter contain isDisabled state

getWorkgroup

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

setWorkGroup

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

Parameters:
workgroup - the workgroup of the workflow

containsWorkgroupCriteria

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

getIdWorkflow

public int getIdWorkflow()
Returns:
1 if the forms have workflow 0 if the forms have not workflow

setIdWorkflow

public void setIdWorkflow(int idWorkflow)
Set 1 if the forms have workflow 0 if the forms have not workflow

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

containsIdWorkflow

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

getIsIndexed

public int getIsIndexed()
Returns:
1 if the directories return must be Indexed 0 if the forms return must not be Indexed

setIsIndexed

public void setIsIndexed(int idState)
Set 1 if the directories return must be indexed 0 if the directories return must be indexed

Parameters:
idState - 1 if the directories return must be indexed 0 if the forms return must not be indexed

containsIsIndexed

public boolean containsIsIndexed()
Check if the filter contains isIndexed state

Returns:
true if the filter contains isIndexed state


Copyright © 2013 Mairie de Paris. All Rights Reserved.