| Package | Description |
|---|---|
| org.kuali.kra.infrastructure | |
| org.kuali.kra.proposaldevelopment.document.authorizer | |
| org.kuali.kra.proposaldevelopment.service |
Provides the classes for the interface of proposaldevelopment service.
|
| org.kuali.kra.proposaldevelopment.service.impl |
Provides the classes for the implementation of proposaldevelopment services.
|
| Modifier and Type | Method and Description |
|---|---|
static NarrativeRight |
NarrativeRight.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NarrativeRight[] |
NarrativeRight.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
NarrativeAuthorizer.hasNarrativeRight(String userId,
Narrative narrative,
NarrativeRight narrativeRight)
Does the user have the given narrative right for the given narrative?
|
| Modifier and Type | Method and Description |
|---|---|
NarrativeRight |
NarrativeAuthZService.authorize(Narrative narrative,
String userId) |
NarrativeRight |
NarrativeAuthZService.getDefaultNarrativeRight(List<String> roleNames)
Gets the default narrative right for a user.
|
NarrativeRight |
NarrativeAuthZService.getDefaultNarrativeRight(String roleName)
Gets the default narrative right for a user.
|
NarrativeRight |
NarrativeAuthZService.getDefaultNarrativeRight(String userId,
ProposalDevelopmentDocument doc)
Gets the default narrative right for a user.
|
| Modifier and Type | Method and Description |
|---|---|
NarrativeRight |
NarrativeAuthZServiceImpl.authorize(Narrative narrative,
String loggedInUserId) |
NarrativeRight |
NarrativeAuthZServiceImpl.getDefaultNarrativeRight(List<String> roleNames) |
NarrativeRight |
NarrativeAuthZServiceImpl.getDefaultNarrativeRight(String roleName) |
NarrativeRight |
NarrativeAuthZServiceImpl.getDefaultNarrativeRight(String userId,
ProposalDevelopmentDocument doc) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.