public class EntryFilter extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ALL_INT |
static String |
ALL_STRING |
static int |
FILTER_FALSE |
static int |
FILTER_TRUE |
Constructor and Description |
---|
EntryFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsIdDirectory() |
boolean |
containsIdEntryAssociate() |
boolean |
containsIdEntryParent() |
boolean |
containsIdType() |
boolean |
containsIsAutocompleteEntry() |
boolean |
containsIsComment() |
boolean |
containsIsEntryParentNull() |
boolean |
containsIsGroup() |
boolean |
containsIsIndexed() |
boolean |
containsIsIndexedAsSummary() |
boolean |
containsIsIndexedAsTitle() |
boolean |
containsIsMyLuteceUser() |
boolean |
containsIsRoleAssociated() |
boolean |
containsIsShownInCompleteness() |
boolean |
containsIsShownInExport() |
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 |
getIsIndexedAsSummary() |
int |
getIsIndexedAsTitle() |
int |
getIsMyLuteceUser() |
int |
getIsRoleAssociated() |
int |
getIsShownInCompleteness() |
int |
getIsShownInExport() |
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 |
setIsIndexedAsSummary(int isIndexedAsSummary)
set 1 if the entry should be (part of) the summary of the document in
the global index, 0 otherwise
|
void |
setIsIndexedAsTitle(int isIndexedAsTitle)
set 1 if the entry should be (part of) the title of the document in
the global index, 0 otherwise
|
void |
setIsMyLuteceUser(int isMyLuteceUser)
set 1 if the entry must be a MyluteceUser,0 if the entry must not be a
MyluteceUser
|
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 |
setIsShownInCompleteness(int nIsShownInCompleteness)
set 1 if the entry associate to the record field is shown in record
completeness,
O if the entry associate to the record field is shown in record
completeness
|
void |
setIsShownInExport(int nIsShownInExport)
set 1 if the entry associate to the record field is shown in export,
O if the entry associate to the record field is shown in export
|
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
|
public static final String ALL_STRING
public static final int ALL_INT
public static final int FILTER_FALSE
public static final int FILTER_TRUE
public int getPosition()
public void setPosition(int nPosition)
nPosition
- the positionpublic boolean containsPosition()
public int getIdEntryAssociate()
public void setIdEntryAssociate(int idType)
idType
- the entry type 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)
nIsAutocompleteEntry
- 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 getIsIndexedAsTitle()
public void setIsIndexedAsTitle(int isIndexedAsTitle)
isIndexedAsTitle
- 1 if the entry should be (part of) the title of
the document in the global index, 0 otherwisepublic boolean containsIsIndexedAsTitle()
public int getIsIndexedAsSummary()
public void setIsIndexedAsSummary(int isIndexedAsSummary)
isIndexedAsSummary
- 1 if the entry should be (part of) the summary
of the document in the global index, 0 otherwisepublic boolean containsIsIndexedAsSummary()
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()
public int getIsShownInExport()
public void setIsShownInExport(int nIsShownInExport)
nIsShownInExport
- 1 if the entry associate to the record field is
shown in exportpublic boolean containsIsShownInExport()
public int getIsShownInCompleteness()
public void setIsShownInCompleteness(int nIsShownInCompleteness)
nIsShownInCompleteness
- 1 if the entry associate to the record
field is shown in record completenesspublic boolean containsIsShownInCompleteness()
public int getIsMyLuteceUser()
public void setIsMyLuteceUser(int isMyLuteceUser)
isMyLuteceUser
- 1 if the entry must be a MyluteceUser,0 if the
entry must not be a MyluteceUserpublic boolean containsIsMyLuteceUser()
Copyright © 2016 City of Paris. All rights reserved.