Package com.portal.app.ccare.comp
Interface PDeviceHistoryBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PDeviceHistoryBeanImpl
The interface for device history search bean.
-
Method Summary
Modifier and TypeMethodDescriptiongetHistoryTableModel
(PDeviceHistorySearchCriteria searchCriteria) Used to retrieve history data for a device.
-
Method Details
-
getHistoryTableModel
PModelHandle getHistoryTableModel(PDeviceHistorySearchCriteria searchCriteria) throws RemoteException Used to retrieve history data for a device.- Parameters:
searchCriteria
- search criteria needed to retrieve the history data.- Returns:
- PModelHandle search results model handle
- Throws:
RemoteException
-