|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.business.DirectoryFilter
public class DirectoryFilter
class DirectoryFilter
Field Summary | |
---|---|
static int |
ALL_INT
|
static java.lang.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()
|
java.lang.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(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 |
---|
public static final java.lang.String ALL_STRING
public static final int ALL_INT
public static final int FILTER_FALSE
public static final int FILTER_TRUE
Constructor Detail |
---|
public DirectoryFilter()
Method Detail |
---|
public int getIsDisabled()
public void setIsDisabled(int idState)
idState
- 1 if the forms return must be enabled
0 if the directories return must be disabledpublic boolean containsIsDisabled()
public java.lang.String getWorkgroup()
public void setWorkGroup(java.lang.String workgroup)
workgroup
- the workgroup of the workflowpublic boolean containsWorkgroupCriteria()
public int getIdWorkflow()
public void setIdWorkflow(int idWorkflow)
idState
- 1 if the forms return must be enabled
0 if the forms return must be disabledpublic boolean containsIdWorkflow()
public int getIsIndexed()
public void setIsIndexed(int idState)
idState
- 1 if the directories return must be indexed
0 if the forms return must not be indexedpublic boolean containsIsIndexed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |