public class PResultsTableBeanImpl extends PIAComponentCollectionBean implements ResultsListener, PResultsTableBean
Modifier and Type | Class and Description |
---|---|
class |
PResultsTableBeanImpl.TimezoneHolder |
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY
Constructor and Description |
---|
PResultsTableBeanImpl()
Creates an instance of this controller class.
|
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)
Close the secondary connection created for the purpose of searching.
|
ArrayList |
getDisplayedResultsList() |
EventBrowserData |
getEventBrowserDetails(EventBrowserData data) |
EventBrowserData |
getEventDetails(EventBrowserData ebData)
Get the event details for a particular event
|
EventBrowserData |
getEventDetails(EventBrowserData data,
ArrayList modelRow)
Get the event details for a particular event
|
EventBrowserData |
getHistoryItems(EventBrowserData ebData)
Get detail for a browse window
|
Object |
getRemoteListenerHandle(String type)
Returns a handle to the remote listener of the given type.
|
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 |
results(SearchEvent evt)
Processes the search results.
|
void |
setACLGroupPoid(String acl,
String group)
Set ACL and create the connection
|
void |
setDisplayedResultsList(ArrayList resList) |
addChild, getCollectedData, getSelectionDataFor, removeChild, update
addRemoteListener, closeSecContext, createClientException, distributeEventToListeners, fireModelChangeEvent, getAppController, getArrayRange, getContext, getField, getField, getField, getFieldWithRestriction, getFieldWithRestriction, getFieldWithRestriction, getModel, getSecContext, handleDistributeToListener, isLight, register, releaseContext, releaseRemoteListener, removeRemoteListener, setField, setField, setModel, unreferenced
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addRemoteListener, getArrayRange, getModel, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
public PResultsTableBeanImpl() throws RemoteException
RemoteException
public Object getRemoteListenerHandle(String type) throws RemoteException
getRemoteListenerHandle
in interface PControllerBean
getRemoteListenerHandle
in class PControllerImpl
type
- the listener typeRemoteException
- thrown for errorspublic void results(SearchEvent evt)
results
in interface ResultsListener
evt
- the search eventpublic EventBrowserData getEventBrowserDetails(EventBrowserData data) throws RemoteException
RemoteException
public EventBrowserData getEventDetails(EventBrowserData ebData) throws RemoteException
PResultsTableBean
getEventDetails
in interface PResultsTableBean
RemoteException
public EventBrowserData getEventDetails(EventBrowserData data, ArrayList modelRow) throws RemoteException
PResultsTableBean
getEventDetails
in interface PResultsTableBean
RemoteException
public EventBrowserData addMarkedData(EventBrowserData ebData) throws RemoteException
PResultsTableBean
addMarkedData
in interface PResultsTableBean
RemoteException
public EventBrowserData removeMarkedData(EventBrowserData ebData)
PResultsTableBean
removeMarkedData
in interface PResultsTableBean
public EventBrowserData getHistoryItems(EventBrowserData ebData) throws RemoteException
PResultsTableBean
getHistoryItems
in interface PResultsTableBean
RemoteException
public void clear(EventBrowserData ebData) throws RemoteException
PResultsTableBean
clear
in interface PResultsTableBean
RemoteException
public void clearMarkedData(EventBrowserData ebData) throws RemoteException
PResultsTableBean
clearMarkedData
in interface PResultsTableBean
RemoteException
public void initSearchResults(EventBrowserData ebData) throws RemoteException
PResultsTableBean
initSearchResults
in interface PResultsTableBean
RemoteException
public ArrayList getResultsList() throws RemoteException
getResultsList
in interface PResultsTableBean
RemoteException
public void setDisplayedResultsList(ArrayList resList)
setDisplayedResultsList
in interface PResultsTableBean
public ArrayList getDisplayedResultsList()
getDisplayedResultsList
in interface PResultsTableBean
public void closeContext(EventBrowserData ebData) throws RemoteException
closeContext
in interface PResultsTableBean
RemoteException
public void initializeSecConnection() throws RemoteException
initializeSecConnection
in interface PResultsTableBean
RemoteException
public void setACLGroupPoid(String acl, String group)
setACLGroupPoid
in interface PResultsTableBean
Copyright © 2003, 2023, Oracle and/or its affiliates.