Package com.portal.browse
Class PSummaryBeanImpl
java.lang.Object
com.portal.bas.PControllerImpl
com.portal.bas.comp.PIAComponentCollectionBean
com.portal.browse.PSummaryBeanImpl
- All Implemented Interfaces:
PIACollectionBean
,PControllerBean
,PSummaryBean
,Serializable
,Remote
,Unreferenced
This class processes all the data and passes back the information
through a class object - SummaryData.
- Version:
- %version: 8 % %date_modified: Tue Oct 23 15:28:31 2001 %
- Author:
- lalita
- 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 TypeMethodDescriptiongetSummaryData
(SummaryData sumData) Returns event(s) summary from controller to the panelMethods 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
-
PSummaryBeanImpl
Creates a controller for the summary panel. This controller process the information that goes into the view of the Summary dialog- Throws:
RemoteException
-
-
Method Details
-
getSummaryData
Description copied from interface:PSummaryBean
Returns event(s) summary from controller to the panel- Specified by:
getSummaryData
in interfacePSummaryBean
- Throws:
RemoteException
-