Package com.portal.browse
Class PBrowseWinBeanImpl
java.lang.Object
com.portal.bas.PControllerImpl
com.portal.bas.comp.PIAComponentCollectionBean
com.portal.browse.PBrowseWinBeanImpl
- All Implemented Interfaces:
PIACollectionBean
,PControllerBean
,PBrowseWinBean
,Serializable
,Remote
,Unreferenced
Bean Impl(previously controller) class for the BrowseWin (Panel).
- 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 TypeMethodDescriptiongetPrintData
(EventBrowserData ebData) Read print data.readPermissions
(EventBrowserData ebData) Reads the permissionvoid
save
(EventBrowserData ebData) Saves to a file sent in eventbrowser datavoid
setCredentials
(String acl, String group) Set Credentials.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
-
PBrowseWinBeanImpl
- Throws:
RemoteException
-
-
Method Details
-
readPermissions
Description copied from interface:PBrowseWinBean
Reads the permission- Specified by:
readPermissions
in interfacePBrowseWinBean
- Throws:
RemoteException
-
setCredentials
Set Credentials. Sets the credentials on a brand server- Specified by:
setCredentials
in interfacePBrowseWinBean
- Throws:
RemoteException
-
getPrintData
Read print data. Return null if none found- Specified by:
getPrintData
in interfacePBrowseWinBean
- Throws:
RemoteException
-
save
Saves to a file sent in eventbrowser data- Specified by:
save
in interfacePBrowseWinBean
- Throws:
RemoteException
-