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 permissionvoidsave(EventBrowserData ebData) Saves to a file sent in eventbrowser datavoidsetCredentials(String acl, String group) Set Credentials.Methods inherited from class com.portal.bas.comp.PIAComponentCollectionBean
addChild, getCollectedData, getSelectionDataFor, removeChild, updateMethods 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, unreferencedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:PBrowseWinBeanReads the permission- Specified by:
readPermissionsin interfacePBrowseWinBean- Throws:
RemoteException
-
setCredentials
Set Credentials. Sets the credentials on a brand server- Specified by:
setCredentialsin interfacePBrowseWinBean- Throws:
RemoteException
-
getPrintData
Read print data. Return null if none found- Specified by:
getPrintDatain interfacePBrowseWinBean- Throws:
RemoteException
-
save
Saves to a file sent in eventbrowser data- Specified by:
savein interfacePBrowseWinBean- Throws:
RemoteException
-