public interface PAccountActivityBean extends Remote
PAccountActivityBean is a Remote interface
that describes the abilities needed for an account activity component.| Modifier and Type | Method and Description |
|---|---|
void |
accountactivity(PModelHandle mH,
ResourceBundle bundle)
Deprecated.
As of 6.2, this method is deprecated and replaced by the
searchEvents(Map) method. |
List |
getEvents()
Gets the account's activity events when the bean is loaded.
|
Activity |
getEvents(int index)
Gets the event at the specified index when the bean is loaded.
|
List |
getIPTEvents()
Gets a list of the IPT events when the bean is loaded.
|
CallActivity |
getIPTEvents(int index)
Gets the IPT event at the specified index when the bean is loaded.
|
boolean |
getIsIPT()
Determines whether an IPT event is present when the bean is loaded.
|
void |
searchEvents(Map eventInfo)
Searches for an event.
|
void |
setEndTime(Date endDate)
Sets the end time for the account activity search.
|
void |
setModelHandle(PModelHandle mH)
Establishes the model handle for this component
|
void |
setStartTime(Date startDate)
Sets the start time for the account activity search.
|
void setStartTime(Date startDate) throws RemoteException
startDate - the start time to use for the searchRemoteException - thrown for errorsvoid setEndTime(Date endDate) throws RemoteException
endDate - the end time to use for the searchRemoteException - thrown for errorsvoid setModelHandle(PModelHandle mH) throws RemoteException
mH - the PModelHandle for the accountRemoteException - thrown for errorsList getEvents() throws RemoteException
RemoteExceptionActivity getEvents(int index) throws RemoteException
index - the index for the event to retrieveActivity event.RemoteExceptionboolean getIsIPT()
throws RemoteException
RemoteExceptionList getIPTEvents() throws RemoteException
RemoteExceptionCallActivity getIPTEvents(int index) throws RemoteException
index - the index for the event to retrieveCallActivity event.RemoteExceptionvoid accountactivity(PModelHandle mH, ResourceBundle bundle) throws RemoteException
searchEvents(Map) method.mH - the PModelHandle for the accountbundle - the resource bundleRemoteException - thrown for errorsvoid searchEvents(Map eventInfo) throws RemoteException
eventInfo - contains details about the event to be searchedRemoteException - thrown for null contexts or invalid field descriptionsCopyright © 2003, 2023, Oracle and/or its affiliates.