Package com.portal.browse
Class PBrowserBeanImpl
java.lang.Object
com.portal.bas.PControllerImpl
com.portal.bas.comp.PIAComponentCollectionBean
com.portal.browse.PBrowserBeanImpl
- All Implemented Interfaces:
PIACollectionBean
,PControllerBean
,PBrowserBean
,Serializable
,Remote
,Unreferenced
Controller class for the BrowserPanel.
- Version:
- %version: 9 % %date_modified: Tue Dec 04 12:18:14 2001 %
- Author:
- mgaines
- 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 TypeMethodDescriptiondisplayData
(EventBrowserData ebData) Retrieves detailed information from Portal for an event/template/object.void
setMaskedFields
(String[] mask) Set masked field locallyMethods 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
-
PBrowserBeanImpl
Creates an instance of this controller class.- Throws:
RemoteException
-
-
Method Details
-
displayData
Retrieves detailed information from Portal for an event/template/object.- Specified by:
displayData
in interfacePBrowserBean
- Parameters:
ebData
- The details of the data template to be retrieved from Portal- Returns:
- an object encapsulating information required by the client
- Throws:
RemoteException
-
setMaskedFields
Set masked field locally- Specified by:
setMaskedFields
in interfacePBrowserBean
- Parameters:
mask
- array of field name that are to be masked (invisible)- Throws:
RemoteException
-