Package com.portal.app.ccare.comp
Class PDeviceHistoryBeanImpl
java.lang.Object
com.portal.bas.PControllerImpl
com.portal.bas.comp.PIAComponentCollectionBean
com.portal.app.ccare.comp.PDeviceHistoryBeanImpl
- All Implemented Interfaces:
PDeviceHistoryBean
,PIACollectionBean
,PControllerBean
,Serializable
,Remote
,Unreferenced
public class PDeviceHistoryBeanImpl
extends PIAComponentCollectionBean
implements PDeviceHistoryBean
Controller class for device history search.
- See Also:
-
Field Summary
Fields inherited from class com.portal.bas.PControllerImpl
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHistoryTableModel
(PDeviceHistorySearchCriteria searchCriteria) Used to retrieve history data for a device.Methods inherited from class com.portal.bas.comp.PIAComponentCollectionBean
addChild, getCollectedData, getSelectionDataFor, removeChild, update
Methods inherited from class com.portal.bas.PControllerImpl
addRemoteListener, closeSecContext, createClientException, distributeEventToListeners, fireModelChangeEvent, getAppController, getArrayRange, getContext, getField, getField, getField, getFieldWithRestriction, getFieldWithRestriction, getFieldWithRestriction, getModel, getRemoteListenerHandle, getSecContext, handleDistributeToListener, isLight, register, releaseContext, releaseRemoteListener, removeRemoteListener, setField, setField, setModel, unreferenced
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.portal.bas.PControllerBean
addRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
-
Constructor Details
-
PDeviceHistoryBeanImpl
Creates an instance of this controller class.- Throws:
RemoteException
-
-
Method Details
-
getHistoryTableModel
public PModelHandle getHistoryTableModel(PDeviceHistorySearchCriteria searchCriteria) throws RemoteException Used to retrieve history data for a device.- Specified by:
getHistoryTableModel
in interfacePDeviceHistoryBean
- Parameters:
searchCriteria
- search criteria needed to retrieve the history data.- Returns:
- PModelHandle search results model handle
- Throws:
RemoteException
-