|
||||||||||
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.DirectoryAdminSearchFields
public final class DirectoryAdminSearchFields
Visualization of all needed session values. Many features depends on search result or paginator. Those fields may be required for actions.
Field Summary |
---|
Fields inherited from class fr.paris.lutece.plugins.directory.web.action.DefaultDirectorySearchFields |
---|
ALL_INT |
Constructor Summary | |
---|---|
DirectoryAdminSearchFields()
|
Method Summary | |
---|---|
int |
get_nIdWorkflowSate()
Id workfow state |
int |
getCountLine()
Count line |
int |
getCountLineFailure()
Count line failure |
String |
getCurrentPageIndex()
Current page index |
String |
getCurrentPageIndexDirectory()
Current page index directory |
String |
getCurrentPageIndexDirectoryRecord()
Current page index directory record |
String |
getCurrentPageIndexEntry()
Current page index entry |
String |
getCurrentPageIndexPrintMass()
Current page index print mass |
String |
getDefaultIdSortEntry(Directory directory)
return the default entry used for sorting the records |
StringBuffer |
getError()
Error |
int |
getIdActive()
Id active |
fr.paris.lutece.util.html.ItemNavigator |
getItemNavigatorHistory()
Get the history item navigator |
fr.paris.lutece.util.html.ItemNavigator |
getItemNavigatorViewRecords()
Get the item navigator |
int |
getItemsPerPageDirectory()
Items per page directory |
int |
getItemsPerPageDirectoryRecord()
Items per page directory record |
int |
getItemsPerPageEntry()
Items per page entry |
int |
getItemsPerPagePrintMass()
Items per page print mass |
List<Integer> |
getListIdsResultRecord()
Get the list of ids result record |
String |
getRedirectUrl()
Get the redirect url |
List<String> |
getSelectedRecords()
Gets the selected records |
String |
getWorkGroup()
Workgroup |
boolean |
isDefaultAscendingSort(Directory directory)
return true if the record must be sorted by ascending sort |
void |
setCountLine(int nCountLine)
Count line |
void |
setCountLineFailure(int nCountLineFailure)
Count line failure |
void |
setCurrentPageIndex(String strCurrentPageIndex)
Current page index |
void |
setCurrentPageIndexDirectory(String strCurrentPageIndexDirectory)
Current page index directory |
void |
setCurrentPageIndexDirectoryRecord(String strCurrentPageIndexDirectoryRecord)
Current page index directory record |
void |
setCurrentPageIndexEntry(String strCurrentPageIndexEntry)
Current page index entry |
void |
setCurrentPageIndexPrintMass(String strCurrentPageIndexPrintMass)
Current page index print mass |
void |
setError(StringBuffer strError)
Error |
void |
setIdActive(int nIdActive)
Id active |
void |
setIdWorkflowSate(int nIdWorkflowSate)
Id workflow state |
void |
setItemNavigatorHistory(int nCurrentIdRecord,
String strUrl,
String strParameterName)
Set the item navigator for records |
void |
setItemNavigatorHistory(fr.paris.lutece.util.html.ItemNavigator itemNavigator)
Set the item navigator |
void |
setItemNavigatorViewRecords(int nCurrentIdRecord,
String strUrl,
String strParameterName)
Set the item navigator for records |
void |
setItemNavigatorViewRecords(fr.paris.lutece.util.html.ItemNavigator itemNavigator)
Set the item navigator |
void |
setItemsPerPageDirectory(int nItemsPerPageDirectory)
Items per page directory |
void |
setItemsPerPageDirectoryRecord(int nItemsPerPageDirectoryRecord)
Items per page directory record |
void |
setItemsPerPageEntry(int nItemsPerPageEntry)
Items per page entry |
void |
setItemsPerPagePrintMass(int nItemsPerPagePrintMass)
Items per page print mass |
void |
setListIdsResultRecord(List<Integer> listIdsResultRecord)
Set the list of ids result record |
void |
setRedirectUrl(javax.servlet.http.HttpServletRequest request)
Set the redirect url |
void |
setSelectedRecords(List<String> listSelectedRecords)
Sets the selected records |
void |
setWorkGroup(String strWorkGroup)
Workgroup |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirectoryAdminSearchFields()
Method Detail |
---|
public List<String> getSelectedRecords()
public void setSelectedRecords(List<String> listSelectedRecords)
listSelectedRecords
- the selected recordspublic String getCurrentPageIndexDirectory()
public void setCurrentPageIndexDirectory(String strCurrentPageIndexDirectory)
strCurrentPageIndexDirectory
- current page index directorypublic int getItemsPerPageDirectory()
public void setItemsPerPageDirectory(int nItemsPerPageDirectory)
nItemsPerPageDirectory
- items per page directorypublic String getCurrentPageIndexEntry()
public void setCurrentPageIndexEntry(String strCurrentPageIndexEntry)
strCurrentPageIndexEntry
- current page index entrypublic int getItemsPerPageEntry()
public void setItemsPerPageEntry(int nItemsPerPageEntry)
nItemsPerPageEntry
- items per page entrypublic String getCurrentPageIndexPrintMass()
public void setCurrentPageIndexPrintMass(String strCurrentPageIndexPrintMass)
strCurrentPageIndexPrintMass
- current page index print masspublic int getItemsPerPagePrintMass()
public void setItemsPerPagePrintMass(int nItemsPerPagePrintMass)
nItemsPerPagePrintMass
- items per page print masspublic String getCurrentPageIndex()
getCurrentPageIndex
in interface IDirectorySearchFields
getCurrentPageIndex
in class DefaultDirectorySearchFields
public void setCurrentPageIndex(String strCurrentPageIndex)
setCurrentPageIndex
in interface IDirectorySearchFields
setCurrentPageIndex
in class DefaultDirectorySearchFields
strCurrentPageIndex
- current page indexpublic String getCurrentPageIndexDirectoryRecord()
public void setCurrentPageIndexDirectoryRecord(String strCurrentPageIndexDirectoryRecord)
strCurrentPageIndexDirectoryRecord
- current page index directory recordpublic int getItemsPerPageDirectoryRecord()
public void setItemsPerPageDirectoryRecord(int nItemsPerPageDirectoryRecord)
nItemsPerPageDirectoryRecord
- items per page directory recordpublic int getIdActive()
public void setIdActive(int nIdActive)
nIdActive
- id activepublic String getWorkGroup()
public void setWorkGroup(String strWorkGroup)
strWorkGroup
- workgrouppublic int getCountLine()
public void setCountLine(int nCountLine)
nCountLine
- count linepublic int getCountLineFailure()
public void setCountLineFailure(int nCountLineFailure)
nCountLineFailure
- count line failurepublic int get_nIdWorkflowSate()
public void setIdWorkflowSate(int nIdWorkflowSate)
nIdWorkflowSate
- id workflow statepublic StringBuffer getError()
public void setError(StringBuffer strError)
strError
- errorpublic void setListIdsResultRecord(List<Integer> listIdsResultRecord)
listIdsResultRecord
- the list of id result recordpublic List<Integer> getListIdsResultRecord()
public void setItemNavigatorViewRecords(int nCurrentIdRecord, String strUrl, String strParameterName)
nCurrentIdRecord
- the current id recordstrUrl
- the urlstrParameterName
- the parameter namepublic void setItemNavigatorViewRecords(fr.paris.lutece.util.html.ItemNavigator itemNavigator)
itemNavigator
- the item navigatorpublic fr.paris.lutece.util.html.ItemNavigator getItemNavigatorViewRecords()
public void setItemNavigatorHistory(int nCurrentIdRecord, String strUrl, String strParameterName)
nCurrentIdRecord
- the current id recordstrUrl
- the urlstrParameterName
- the parameter namepublic void setItemNavigatorHistory(fr.paris.lutece.util.html.ItemNavigator itemNavigator)
itemNavigator
- the item navigatorpublic fr.paris.lutece.util.html.ItemNavigator getItemNavigatorHistory()
public void setRedirectUrl(javax.servlet.http.HttpServletRequest request)
request
- The requestpublic String getRedirectUrl()
public String getDefaultIdSortEntry(Directory directory)
getDefaultIdSortEntry
in interface IDirectorySearchFields
getDefaultIdSortEntry
in class DefaultDirectorySearchFields
directory
- the directory
public boolean isDefaultAscendingSort(Directory directory)
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 |