|
||||||||||
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.DirectoryAdminSearchFields
public final class DirectoryAdminSearchFields
Visualisation of all needed session values. Many features depends on search result or paginator. Thoses fields may be required for actions.
Constructor Summary | |
---|---|
DirectoryAdminSearchFields()
|
Method Summary | |
---|---|
int |
get_nIdWorkflowSate()
Id workfow state |
int |
getCountLine()
Count line |
int |
getCountLineFailure()
Count line failure |
java.lang.String |
getCurrentPageIndex()
Current page index |
java.lang.String |
getCurrentPageIndexDirectory()
Current page index directory |
java.lang.String |
getCurrentPageIndexDirectoryRecord()
Current page index directory record |
java.lang.String |
getCurrentPageIndexEntry()
Current page index entry |
java.lang.String |
getCurrentPageIndexPrintMass()
Current page index print mass |
java.util.Date |
getDateCreationBeginRecord()
Date creation begin record |
java.util.Date |
getDateCreationEndRecord()
Date creation end record |
java.util.Date |
getDateCreationRecord()
Date creation record |
int |
getDefaultItemsPerPage()
Default items per page |
java.lang.StringBuffer |
getError()
Error |
int |
getIdActive()
Id active |
int |
getIdDirectory()
Id directory |
int |
getIdEntry()
Id entry |
fr.paris.lutece.util.html.ItemNavigator |
getItemNavigatorHistory()
Get the item navigator |
fr.paris.lutece.util.html.ItemNavigator |
getItemNavigatorViewRecords()
Get the item navigator |
int |
getItemsPerPage()
Items per page |
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 |
java.util.List<java.lang.Integer> |
getListIdsResultRecord()
Get the list of ids result record |
java.util.HashMap<java.lang.String,java.util.List<RecordField>> |
getMapQuery()
Map query |
java.lang.String |
getRedirectUrl()
Get the redirect url |
java.util.List<java.lang.String> |
getSelectedRecords()
Gets the selected records |
java.lang.String |
getWorkGroup()
Workgroup |
void |
setCountLine(int nCountLine)
Count line |
void |
setCountLineFailure(int nCountLineFailure)
Count line failure |
void |
setCurrentPageIndex(java.lang.String strCurrentPageIndex)
Current page index |
void |
setCurrentPageIndexDirectory(java.lang.String strCurrentPageIndexDirectory)
Current page index directory |
void |
setCurrentPageIndexDirectoryRecord(java.lang.String strCurrentPageIndexDirectoryRecord)
Current page index directory record |
void |
setCurrentPageIndexEntry(java.lang.String strCurrentPageIndexEntry)
Current page index entry |
void |
setCurrentPageIndexPrintMass(java.lang.String strCurrentPageIndexPrintMass)
Current page index print mass |
void |
setDateCreationBeginRecord(java.util.Date dateCreationBeginRecord)
Date creation begin record |
void |
setDateCreationEndRecord(java.util.Date dateCreationEndRecord)
Date creation end record |
void |
setDateCreationRecord(java.util.Date dateCreationRecord)
Date creation record |
void |
setDefaultItemsPerPage(int nDefaultItemsPerPage)
Default items per page |
void |
setError(java.lang.StringBuffer strError)
Error |
void |
setIdActive(int nIdActive)
Id active |
void |
setIdDirectory(int nIdDirectory)
Id directory |
void |
setIdEntry(int nIdEntry)
Id entry |
void |
setIdWorkflowSate(int nIdWorkflowSate)
Id workflow state |
void |
setItemNavigatorHistory(int nCurrentIdRecord,
java.lang.String strUrl,
java.lang.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,
java.lang.String strUrl,
java.lang.String strParameterName)
Set the item navigator for records |
void |
setItemNavigatorViewRecords(fr.paris.lutece.util.html.ItemNavigator itemNavigator)
Set the item navigator |
void |
setItemsPerPage(int nItemsPerPage)
Items per page |
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(java.util.List<java.lang.Integer> listIdsResultRecord)
Set the list of ids result record |
void |
setMapQuery(java.util.HashMap<java.lang.String,java.util.List<RecordField>> mapQuery)
Map query |
void |
setRedirectUrl(javax.servlet.http.HttpServletRequest request)
Set the redirect url |
void |
setSelectedRecords(java.util.List<java.lang.String> listSelectedRecords)
Sets the selected records |
void |
setWorkGroup(java.lang.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 java.util.List<java.lang.String> getSelectedRecords()
public void setSelectedRecords(java.util.List<java.lang.String> listSelectedRecords)
listSelectedRecords
- the selected recordspublic int getDefaultItemsPerPage()
public void setDefaultItemsPerPage(int nDefaultItemsPerPage)
nDefaultItemsPerPage
- default items per pagepublic java.lang.String getCurrentPageIndexDirectory()
public void setCurrentPageIndexDirectory(java.lang.String strCurrentPageIndexDirectory)
strCurrentPageIndexDirectory
- current page index directorypublic int getItemsPerPageDirectory()
public void setItemsPerPageDirectory(int nItemsPerPageDirectory)
nItemsPerPageDirectory
- items per page directorypublic java.lang.String getCurrentPageIndexEntry()
public void setCurrentPageIndexEntry(java.lang.String strCurrentPageIndexEntry)
strCurrentPageIndexEntry
- current page index entrypublic int getItemsPerPageEntry()
public void setItemsPerPageEntry(int nItemsPerPageEntry)
nItemsPerPageEntry
- items per page entrypublic java.lang.String getCurrentPageIndexPrintMass()
public void setCurrentPageIndexPrintMass(java.lang.String strCurrentPageIndexPrintMass)
strCurrentPageIndexPrintMass
- current page index print masspublic int getItemsPerPagePrintMass()
public void setItemsPerPagePrintMass(int nItemsPerPagePrintMass)
nItemsPerPagePrintMass
- items per page print masspublic java.lang.String getCurrentPageIndex()
public void setCurrentPageIndex(java.lang.String strCurrentPageIndex)
strCurrentPageIndex
- current page indexpublic java.lang.String getCurrentPageIndexDirectoryRecord()
public void setCurrentPageIndexDirectoryRecord(java.lang.String strCurrentPageIndexDirectoryRecord)
strCurrentPageIndexDirectoryRecord
- current page index directory recordpublic int getItemsPerPageDirectoryRecord()
public void setItemsPerPageDirectoryRecord(int nItemsPerPageDirectoryRecord)
nItemsPerPageDirectoryRecord
- items per page directory recordpublic int getItemsPerPage()
public void setItemsPerPage(int nItemsPerPage)
nItemsPerPage
- items per pagepublic int getIdActive()
public void setIdActive(int nIdActive)
nIdActive
- id activepublic java.lang.String getWorkGroup()
public void setWorkGroup(java.lang.String strWorkGroup)
strWorkGroup
- workgrouppublic int getIdDirectory()
public void setIdDirectory(int nIdDirectory)
nIdDirectory
- id directorypublic int getIdEntry()
public void setIdEntry(int nIdEntry)
nIdEntry
- id entrypublic 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 java.lang.StringBuffer getError()
public void setError(java.lang.StringBuffer strError)
strError
- errorpublic java.util.HashMap<java.lang.String,java.util.List<RecordField>> getMapQuery()
public void setMapQuery(java.util.HashMap<java.lang.String,java.util.List<RecordField>> mapQuery)
mapQuery
- map querypublic java.util.Date getDateCreationBeginRecord()
public void setDateCreationBeginRecord(java.util.Date dateCreationBeginRecord)
dateCreationBeginRecord
- date creation begin recordpublic java.util.Date getDateCreationEndRecord()
public void setDateCreationEndRecord(java.util.Date dateCreationEndRecord)
dateCreationEndRecord
- date creation end recordpublic java.util.Date getDateCreationRecord()
public void setDateCreationRecord(java.util.Date dateCreationRecord)
dateCreationRecord
- date creation recordpublic void setListIdsResultRecord(java.util.List<java.lang.Integer> listIdsResultRecord)
listIdsResultRecord
- the list of id result recordpublic java.util.List<java.lang.Integer> getListIdsResultRecord()
public void setItemNavigatorViewRecords(int nCurrentIdRecord, java.lang.String strUrl, java.lang.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, java.lang.String strUrl, java.lang.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)
_strRedirectUrl
- public java.lang.String getRedirectUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |