|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.web.action.DefaultDirectorySearchFields
fr.paris.lutece.plugins.directory.web.action.DirectorySiteSearchFields
public class DirectorySiteSearchFields
implementation of IDirectorySearchFields for storing in session the search filter and sort filter used in DirectoryApp
Field Summary |
---|
Fields inherited from class fr.paris.lutece.plugins.directory.web.action.DefaultDirectorySearchFields |
---|
ALL_INT |
Constructor Summary | |
---|---|
DirectorySiteSearchFields()
|
Method Summary | |
---|---|
String |
getDefaultIdSortEntry(Directory directory)
return the default entry used for sorting the records |
List<String> |
getRoleKeyList()
a list of key role |
boolean |
isDefaultAscendingSort(Directory directory)
return true if the record must be sorted by ascending sort |
boolean |
isIncludeRoleNone()
|
boolean |
isIncludeRoleNull()
|
void |
setIncludeRoleNone(boolean bIncludeRoleNone)
used if the record must be filter by role |
void |
setIncludeRoleNull(boolean _bIncludeRoleNull)
used if the record must be filter by role |
void |
setRoleKeyList(List<String> roleKeyList)
a list of key role |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirectorySiteSearchFields()
Method Detail |
---|
public boolean isIncludeRoleNone()
public void setIncludeRoleNone(boolean bIncludeRoleNone)
bIncludeRoleNone
- true if the filter must included the role nonepublic void setRoleKeyList(List<String> roleKeyList)
roleKeyList
- a list of key rolepublic List<String> getRoleKeyList()
public void setIncludeRoleNull(boolean _bIncludeRoleNull)
_bIncludeRoleNull
- true if the filter must included the role nullpublic boolean isIncludeRoleNull()
public String getDefaultIdSortEntry(Directory directory)
IDirectorySearchFields
getDefaultIdSortEntry
in interface IDirectorySearchFields
getDefaultIdSortEntry
in class DefaultDirectorySearchFields
directory
- the directory
public boolean isDefaultAscendingSort(Directory directory)
IDirectorySearchFields
isDefaultAscendingSort
in interface IDirectorySearchFields
isDefaultAscendingSort
in class DefaultDirectorySearchFields
directory
- the directory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |