Package com.portal.web.comp
Interface PAccountActivityBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PAccountActivityBeanImpl
PAccountActivityBean is a Remote interface
that describes the abilities needed for an account activity component.- Version:
- %version: 7 % %date_modified: Tue Nov 13 18:35:29 2001 %
- Author:
- sujata
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccountactivity(PModelHandle mH, ResourceBundle bundle) Deprecated.Gets the account's activity events when the bean is loaded.getEvents(int index) Gets the event at the specified index when the bean is loaded.Gets a list of the IPT events when the bean is loaded.getIPTEvents(int index) Gets the IPT event at the specified index when the bean is loaded.booleangetIsIPT()Determines whether an IPT event is present when the bean is loaded.voidsearchEvents(Map eventInfo) Searches for an event.voidsetEndTime(Date endDate) Sets the end time for the account activity search.voidEstablishes the model handle for this componentvoidsetStartTime(Date startDate) Sets the start time for the account activity search.
-
Method Details
-
setStartTime
Sets the start time for the account activity search.- Parameters:
startDate- the start time to use for the search- Throws:
RemoteException- thrown for errors
-
setEndTime
Sets the end time for the account activity search.- Parameters:
endDate- the end time to use for the search- Throws:
RemoteException- thrown for errors
-
setModelHandle
Establishes the model handle for this component- Parameters:
mH- thePModelHandlefor the account- Throws:
RemoteException- thrown for errors
-
getEvents
Gets the account's activity events when the bean is loaded.- Returns:
- A list of events.
- Throws:
RemoteException
-
getEvents
Gets the event at the specified index when the bean is loaded.- Parameters:
index- the index for the event to retrieve- Returns:
- The
Activityevent. - Throws:
RemoteException
-
getIsIPT
Determines whether an IPT event is present when the bean is loaded.- Returns:
- True if this is an IPT event; false otherwise.
- Throws:
RemoteException
-
getIPTEvents
Gets a list of the IPT events when the bean is loaded.- Returns:
- A list of the IPT events.
- Throws:
RemoteException
-
getIPTEvents
Gets the IPT event at the specified index when the bean is loaded.- Parameters:
index- the index for the event to retrieve- Returns:
- The IPT
CallActivityevent. - Throws:
RemoteException
-
accountactivity
Deprecated.As of 6.2, this method is deprecated and replaced by thesearchEvents(Map)method.Retrieves activity information for the account.- Parameters:
mH- thePModelHandlefor the accountbundle- the resource bundle- Throws:
RemoteException- thrown for errors
-
searchEvents
Searches for an event.- Parameters:
eventInfo- contains details about the event to be searched- Throws:
RemoteException- thrown for null contexts or invalid field descriptions
-
searchEvents(Map)method.