Package com.portal.app.cc
Class PPermissionAction
java.lang.Object
javax.swing.AbstractAction
com.portal.bas.PBASAction
com.portal.app.cc.PPermissionAction
- All Implemented Interfaces:
HoldingsChangeListener,ServiceChangeListener,StatusChangeListener,ActionListener,PropertyChangeListener,Serializable,Cloneable,EventListener,Action
public class PPermissionAction
extends PBASAction
implements PropertyChangeListener, HoldingsChangeListener, StatusChangeListener, ServiceChangeListener
PPermissionAction contains the dialog PPermissionDialog to set permissions
for accounts which have /service/admin_client as one of the services.
Controller referenced :
PPermissionInfoBean
- See Also:
-
Field Summary
FieldsFields inherited from class com.portal.bas.PBASAction
ACCEL, ICON_DISABLED, ICON_DISABLED_SELECTED, ICON_PRESSED, ICON_ROLLOVER, ICON_ROLLOVER_SELECTED, ICON_SELECTED, MNEM, TOOL_TITLE, TOOLBAR_LABELFields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new action to launch the permission dialog Constructor for PPermissionAction -
Method Summary
Modifier and TypeMethodDescriptionvoidAction performed handler.voidHoldingsChangeEvent is created when a deal/product with a service is purchased.voidProperty Change Handler.Opened an accountvoidCalled when an event is sent out that impacts a servicevoidserviceSelectionChange(PModelHandle newService) voidCalled when status information is changedMethods inherited from class com.portal.bas.PBASAction
equals, getComponent, getHelpID, getPreferredMenu, getTag, handleError, setActionHelpOn, setPreferredMenuMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Field Details
-
CONTROLLER_PERMISSION_ACTION
- See Also:
-
-
Constructor Details
-
PPermissionAction
Create a new action to launch the permission dialog Constructor for PPermissionAction- Parameters:
comp- The base component- Throws:
RuntimeException
-
-
Method Details
-
actionPerformed
Action performed handler. Called to put the permission dialog on the screen.- Specified by:
actionPerformedin interfaceActionListener
-
propertyChange
Property Change Handler.Opened an account- Specified by:
propertyChangein interfacePropertyChangeListener
-
holdingsChange
HoldingsChangeEvent is created when a deal/product with a service is purchased.- Specified by:
holdingsChangein interfaceHoldingsChangeListener- Parameters:
e- a HoldingsChangeEvent encapsulating the event information
-
statusChange
Description copied from interface:StatusChangeListenerCalled when status information is changed- Specified by:
statusChangein interfaceStatusChangeListener- Parameters:
se- a StatusChangeEvent encapsulating the event information
-
serviceChange
Description copied from interface:ServiceChangeListenerCalled when an event is sent out that impacts a service- Specified by:
serviceChangein interfaceServiceChangeListener- Parameters:
ser- a ServiceChangeEvent encapsulating the event information
-
serviceSelectionChange
-