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
RemoteException
void clearMarkedData(EventBrowserData ebData) throws RemoteException
RemoteException
EventBrowserData addMarkedData(EventBrowserData ebData) throws RemoteException
RemoteException
void initSearchResults(EventBrowserData ebData) throws RemoteException
RemoteException
EventBrowserData getHistoryItems(EventBrowserData ebData) throws RemoteException
RemoteException
EventBrowserData getEventDetails(EventBrowserData ebData) throws RemoteException
RemoteException
EventBrowserData getEventDetails(EventBrowserData ebData, ArrayList modelRow) throws RemoteException
RemoteException
ArrayList getResultsList() throws RemoteException
RemoteException
void setDisplayedResultsList(ArrayList resList) throws RemoteException
RemoteException
ArrayList getDisplayedResultsList() throws RemoteException
RemoteException
void closeContext(EventBrowserData ebData) throws RemoteException
RemoteException
EventBrowserData removeMarkedData(EventBrowserData ebData) throws RemoteException
RemoteException
void initializeSecConnection() throws RemoteException
RemoteException
void setACLGroupPoid(String acl, String group) throws RemoteException
RemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.