|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.EntryFilter
public class EntryFilter
class EntryFilter
Field Summary | |
---|---|
static int |
ALL_INT
|
static java.lang.String |
ALL_STRING
|
static int |
FILTER_FALSE
|
static int |
FILTER_TRUE
|
Constructor Summary | |
---|---|
EntryFilter()
|
Method Summary | |
---|---|
boolean |
containsEntryParentNull()
|
boolean |
containsFieldDependNull()
|
boolean |
containsIdEntryParent()
|
boolean |
containsIdField()
|
boolean |
containsIdForm()
|
boolean |
containsIdIsComment()
|
boolean |
containsIdIsGroup()
|
int |
getEntryParentNull()
|
int |
getFieldDependNull()
|
int |
getIdEntryParent()
|
int |
getIdFieldDepend()
|
int |
getIdForm()
|
int |
getIdIsComment()
|
int |
getIdIsGroup()
|
void |
setEntryParentNull(int idEntryParentNull)
set 1 if the id of parent entry must be null |
void |
setFieldDependNull(int idFieldDependNull)
set 1 if the id of field depend must be null |
void |
setIdEntryParent(int idEntryParent)
set the id of parent entry |
void |
setIdFieldDepend(int idField)
set the id of field depend in the filter |
void |
setIdForm(int idForm)
set the id of form in the filter |
void |
setIdIsComment(int idComment)
set 1 if the entry must be a comment,0 if the entry must not be a comment |
void |
setIdIsGroup(int idIsGroup)
set 1 if the entry must be a group,0 if the entry must not be a group |
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 EntryFilter()
Method Detail |
---|
public int getIdForm()
public void setIdForm(int idForm)
idForm
- the id of form to insert in the filterpublic boolean containsIdForm()
public int getIdFieldDepend()
public void setIdFieldDepend(int idField)
idField
- the id of field depend to insert in the filterpublic boolean containsIdField()
public int getIdEntryParent()
public void setIdEntryParent(int idEntryParent)
idEntryParent
- the id of parent entry to insert in the filterpublic boolean containsIdEntryParent()
public int getEntryParentNull()
public void setEntryParentNull(int idEntryParentNull)
idEntryParentNull
- 1 if the id of parent entry must be nullpublic boolean containsEntryParentNull()
public int getFieldDependNull()
public void setFieldDependNull(int idFieldDependNull)
idFieldDependNull
- 1 if the id of field depend must be nullpublic boolean containsFieldDependNull()
public int getIdIsGroup()
public void setIdIsGroup(int idIsGroup)
idIsGroup
- 1 if the entry must be a group,0 if the entry must not be a grouppublic boolean containsIdIsGroup()
public int getIdIsComment()
public void setIdIsComment(int idComment)
idComment
- 1 if the entry must be a comment,0 if the entry must not be a commentpublic boolean containsIdIsComment()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |