Package com.portal.browse
Interface PResultsTableBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PResultsTableBeanImpl
-
Method Summary
Modifier and TypeMethodDescriptionaddMarkedData(EventBrowserData ebData) Adds a currently entered marked data to the marked data cachevoidclear(EventBrowserData ebData) Clears the current search results in the controllervoidclearMarkedData(EventBrowserData ebData) Clears the marked results in the controllervoidcloseContext(EventBrowserData ebData) Closes any opened connection to Portal when the client exitsgetEventDetails(EventBrowserData ebData) Get the event details for a particular eventgetEventDetails(EventBrowserData ebData, ArrayList modelRow) Get the event details for a particular eventgetHistoryItems(EventBrowserData ebData) Get detail for a browse windowvoidInitializes the second connection for search purposes.voidinitSearchResults(EventBrowserData ebData) Initialize search results displayremoveMarkedData(EventBrowserData ebData) Remove marked data from the cachevoidsetACLGroupPoid(String acl, String group) Set the ACL and Group Poid on the connectionsvoidsetDisplayedResultsList(ArrayList resList)
-
Method Details
-
clear
Clears the current search results in the controller- Throws:
RemoteException
-
clearMarkedData
Clears the marked results in the controller- Throws:
RemoteException
-
addMarkedData
Adds a currently entered marked data to the marked data cache- Throws:
RemoteException
-
initSearchResults
Initialize search results display- Throws:
RemoteException
-
getHistoryItems
Get detail for a browse window- Throws:
RemoteException
-
getEventDetails
Get the event details for a particular event- Throws:
RemoteException
-
getEventDetails
EventBrowserData getEventDetails(EventBrowserData ebData, ArrayList modelRow) throws RemoteException Get the event details for a particular event- Throws:
RemoteException
-
getResultsList
- Throws:
RemoteException
-
setDisplayedResultsList
- Throws:
RemoteException
-
getDisplayedResultsList
- Throws:
RemoteException
-
closeContext
Closes any opened connection to Portal when the client exits- Throws:
RemoteException
-
removeMarkedData
Remove marked data from the cache- Throws:
RemoteException
-
initializeSecConnection
Initializes the second connection for search purposes.- Throws:
RemoteException
-
setACLGroupPoid
Set the ACL and Group Poid on the connections- Throws:
RemoteException
-