|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.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 |
containsIdDirectory()
|
boolean |
containsIdEntryAssociate()
|
boolean |
containsIdEntryParent()
|
boolean |
containsIdType()
|
boolean |
containsIsAutocompleteEntry()
|
boolean |
containsIsComment()
|
boolean |
containsIsEntryParentNull()
|
boolean |
containsIsGroup()
|
boolean |
containsIsIndexed()
|
boolean |
containsIsRoleAssociated()
|
boolean |
containsIsShownInHistory()
|
boolean |
containsIsShownInResultList()
|
boolean |
containsIsShownInResultRecord()
|
boolean |
containsIsWorkgroupAssociated()
|
boolean |
containsPosition()
|
int |
getIdDirectory()
|
int |
getIdEntryAssociate()
|
int |
getIdEntryParent()
|
int |
getIdType()
|
int |
getIsAutocompleteEntry()
|
int |
getIsComment()
|
int |
getIsEntryParentNull()
|
int |
getIsGroup()
|
int |
getIsIndexed()
|
int |
getIsRoleAssociated()
|
int |
getIsShownInHistory()
|
int |
getIsShownInResultList()
|
int |
getIsShownInResultRecord()
|
int |
getIsWorkgroupAssociated()
|
int |
getPosition()
|
void |
setIdDirectory(int idDirectory)
set the id of the directory in the filter |
void |
setIdEntryAssociate(int idType)
set the entry associate id |
void |
setIdEntryParent(int idEntryParent)
set the id of parent entry |
void |
setIdType(int idType)
set the entry type id |
void |
setIsAutocompleteEntry(int nIsAutocompleteEntry)
set 1 if the entry associate to the record field is autocompleted, O if the entry associate to the record field is autocompleted |
void |
setIsComment(int isComment)
set 1 if the entry must be a comment,0 if the entry must not be a comment |
void |
setIsEntryParentNull(int nEntryParentNull)
set 1 if parent entry must be null 0 if parent entry must not be null |
void |
setIsGroup(int isGroup)
set 1 if the entry must be a group,0 if the entry must not a group |
void |
setIsIndexed(int isIndexed)
set 1 if the entry must be indexed,0 if the entry must not be a indexed |
void |
setIsRoleAssociated(int isRoleAssociated)
set 1 if the entry must be associated with role,0 if the entry must not be associated with role |
void |
setIsShownInHistory(int nIsShown)
set 1 if the entry associate to the record field must be in the history, O if the entry associate to the record field must not be in the history |
void |
setIsShownInResultList(int nIsShown)
set 1 if the entry associate to the record field must be in the result list, O if the entry associate to the record field must not be in the result list |
void |
setIsShownInResultRecord(int nIsShownInResultRecord)
set 1 if the entry associate to the record field must be in the result record, 0 if the entry associate to the record field must not be in the result record |
void |
setIsWorkgroupAssociated(int isWorkgroupAssociated)
set 1 if the entry must be associated with workgroup ,0 if the entry must not be associated with workgroup |
void |
setPosition(int nPosition)
set position |
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 getPosition()
public void setPosition(int nPosition)
nPosition
- the positionpublic boolean containsPosition()
public int getIdEntryAssociate()
public void setIdEntryAssociate(int idType)
idEntryAssociate
- the entry associatepublic boolean containsIdEntryAssociate()
public int getIdType()
public void setIdType(int idType)
idType
- the entry typrpublic boolean containsIdType()
public int getIdDirectory()
public void setIdDirectory(int idDirectory)
idDirectory
- the id of the directory to insert in the filterpublic boolean containsIdDirectory()
public int getIdEntryParent()
public void setIdEntryParent(int idEntryParent)
idEntryParent
- the id of parent entry to insert in the filterpublic boolean containsIdEntryParent()
public int getIsEntryParentNull()
public void setIsEntryParentNull(int nEntryParentNull)
nEntryParentNull
- 1 if parent entry must be null 0 if parent entry must not be nullpublic boolean containsIsEntryParentNull()
public int getIsGroup()
public void setIsGroup(int isGroup)
isGroup
- 1 if the entry must be a group,0 if the entry must not be a grouppublic boolean containsIsGroup()
public int getIsComment()
public void setIsComment(int isComment)
isComment
- 1 if the entry must be a comment,0 if the entry must not be a commentpublic boolean containsIsComment()
public int getIsShownInResultList()
public void setIsShownInResultList(int nIsShown)
nIsShown
- 1 if the entry associate to the record field must be in the result listpublic boolean containsIsShownInResultList()
public int getIsShownInResultRecord()
public void setIsShownInResultRecord(int nIsShownInResultRecord)
nIsShownInResultRecord
- 1 if the entry associate to the record field must be in the result listpublic boolean containsIsShownInResultRecord()
public int getIsShownInHistory()
public void setIsShownInHistory(int nIsShown)
nIsShown
- 1 if the entry associate to the record field must be in the historypublic boolean containsIsShownInHistory()
public int getIsAutocompleteEntry()
public void setIsAutocompleteEntry(int nIsAutocompleteEntry)
nIsShown
- 1 if the entry associate to the record field is autocompletedpublic boolean containsIsAutocompleteEntry()
public int getIsIndexed()
public void setIsIndexed(int isIndexed)
isIndexed
- 1 if the entry must be indexed,0 if the entry must not be indexedpublic boolean containsIsIndexed()
public int getIsWorkgroupAssociated()
public void setIsWorkgroupAssociated(int isWorkgroupAssociated)
isWorkgroupAssociated
- 1 if the entry must be associated with workgroup ,0 if the entry must not be associated with workgrouppublic boolean containsIsWorkgroupAssociated()
public int getIsRoleAssociated()
public void setIsRoleAssociated(int isRoleAssociated)
isRoleAssociated
- 1 if the entry must be associated with role ,0 if the entry must not be associated with rolepublic boolean containsIsRoleAssociated()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |