SalesPoint Framework v3.0

Hook: Display User Capability


Requirement

A visualization of a user's capabilities is needed.

Method of Adaptation
Enable Feature
Level of Support
Parameter Pattern  
HotSpot
Standard User Interaction for User Management
Participants
User, user , capabilityName , JCheckBox, checkBox

Changes

  1. select instance user of User.
  2. repeat as needed:
    1. select capabilityName.
    2. call user.getCapabilityCheckBox with parameter capabilityName. returns checkBox instance of JCheckBox.
    3. use checkBox.

Constraints


SalesPoint Framework v3.0