public interface PResultsTableBean extends Remote
| Modifier and Type | Method and Description |
|---|---|
EventBrowserData |
addMarkedData(EventBrowserData ebData)
Adds a currently entered marked data to the marked data cache
|
void |
clear(EventBrowserData ebData)
Clears the current search results in the controller
|
void |
clearMarkedData(EventBrowserData ebData)
Clears the marked results in the controller
|
void |
closeContext(EventBrowserData ebData)
Closes any opened connection to Portal when the client exits
|
ArrayList |
getDisplayedResultsList() |
EventBrowserData |
getEventDetails(EventBrowserData ebData)
Get the event details for a particular event
|
EventBrowserData |
getEventDetails(EventBrowserData ebData,
ArrayList modelRow)
Get the event details for a particular event
|
EventBrowserData |
getHistoryItems(EventBrowserData ebData)
Get detail for a browse window
|
ArrayList |
getResultsList() |
void |
initializeSecConnection()
Initializes the second connection for search purposes.
|
void |
initSearchResults(EventBrowserData ebData)
Initialize search results display
|
EventBrowserData |
removeMarkedData(EventBrowserData ebData)
Remove marked data from the cache
|
void |
setACLGroupPoid(String acl,
String group)
Set the ACL and Group Poid on the connections
|
void |
setDisplayedResultsList(ArrayList resList) |
void clear(EventBrowserData ebData) throws RemoteException
RemoteExceptionvoid clearMarkedData(EventBrowserData ebData) throws RemoteException
RemoteExceptionEventBrowserData addMarkedData(EventBrowserData ebData) throws RemoteException
RemoteExceptionvoid initSearchResults(EventBrowserData ebData) throws RemoteException
RemoteExceptionEventBrowserData getHistoryItems(EventBrowserData ebData) throws RemoteException
RemoteExceptionEventBrowserData getEventDetails(EventBrowserData ebData) throws RemoteException
RemoteExceptionEventBrowserData getEventDetails(EventBrowserData ebData, ArrayList modelRow) throws RemoteException
RemoteExceptionArrayList getResultsList() throws RemoteException
RemoteExceptionvoid setDisplayedResultsList(ArrayList resList) throws RemoteException
RemoteExceptionArrayList getDisplayedResultsList() throws RemoteException
RemoteExceptionvoid closeContext(EventBrowserData ebData) throws RemoteException
RemoteExceptionEventBrowserData removeMarkedData(EventBrowserData ebData) throws RemoteException
RemoteExceptionvoid initializeSecConnection()
throws RemoteException
RemoteExceptionvoid setACLGroupPoid(String acl, String group) throws RemoteException
RemoteExceptionCopyright © 2003, 2023, Oracle and/or its affiliates.