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_LABEL
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
Fields 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 TypeMethodDescriptionvoid
Action performed handler.void
HoldingsChangeEvent is created when a deal/product with a service is purchased.void
Property Change Handler.Opened an accountvoid
Called when an event is sent out that impacts a servicevoid
serviceSelectionChange
(PModelHandle newService) void
Called when status information is changedMethods inherited from class com.portal.bas.PBASAction
equals, getComponent, getHelpID, getPreferredMenu, getTag, handleError, setActionHelpOn, setPreferredMenu
Methods 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:
actionPerformed
in interfaceActionListener
-
propertyChange
Property Change Handler.Opened an account- Specified by:
propertyChange
in interfacePropertyChangeListener
-
holdingsChange
HoldingsChangeEvent is created when a deal/product with a service is purchased.- Specified by:
holdingsChange
in interfaceHoldingsChangeListener
- Parameters:
e
- a HoldingsChangeEvent encapsulating the event information
-
statusChange
Description copied from interface:StatusChangeListener
Called when status information is changed- Specified by:
statusChange
in interfaceStatusChangeListener
- Parameters:
se
- a StatusChangeEvent encapsulating the event information
-
serviceChange
Description copied from interface:ServiceChangeListener
Called when an event is sent out that impacts a service- Specified by:
serviceChange
in interfaceServiceChangeListener
- Parameters:
ser
- a ServiceChangeEvent encapsulating the event information
-
serviceSelectionChange
-