|
SalesPoint Framework v3.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Capability | |
users | Contains all the classes for managing users and their capabilities. |
users.events | Contains events and listeners needed by classes in the users package. |
Uses of Capability in users |
Classes in users that implement Capability | |
class |
AbstractCapability
Convenience class implementing basic capability behavior. |
class |
ActionCapability
A special capability guarding an action object. |
Methods in users that return Capability | |
Capability |
User.setCapability(Capability cap)
Set one capability. |
Capability |
User.getCapability(String sCapName)
Retrieve one of this user's capabilities. |
abstract Capability |
AbstractCapability.getToggled()
Get the capability that is the inverse to this one. |
Capability |
ActionCapability.getToggled()
Get the ActionCapability that is the inverse to this one. |
Capability |
Capability.getToggled()
Return a capability that is the inverse to this one. |
Methods in users with parameters of type Capability | |
void |
UserManager.setDefaultCapability(Capability cap)
Set a capability to be used as a default capability henceforward. |
Capability |
User.setCapability(Capability cap)
Set one capability. |
Uses of Capability in users.events |
Methods in users.events that return Capability | |
Capability |
CapabilityDataEvent.getCapability(String sCapName)
Return a capability if it is affected by this event. |
|
SalesPoint Framework v3.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |