| Package | Description |
|---|---|
| org.kuali.kra.proposaldevelopment.bo |
Provides the classes for business object of proposaldevelopment.
|
| org.kuali.kra.proposaldevelopment.rule | |
| org.kuali.kra.proposaldevelopment.rule.event | |
| org.kuali.kra.proposaldevelopment.rules |
Provides the classes for the implementation of proposaldevelopment rules.
|
| org.kuali.kra.proposaldevelopment.service.impl |
Provides the classes for the implementation of proposaldevelopment services.
|
| org.kuali.kra.proposaldevelopment.web.struts.form |
Provides the classes for the struts form of proposaldevelopment.
|
| Modifier and Type | Method and Description |
|---|---|
NarrativeUserRights |
Narrative.getNarrativeUserRight(int index)
Gets index i from the narrativeUserRights list.
|
| Modifier and Type | Method and Description |
|---|---|
List<NarrativeUserRights> |
Narrative.getNarrativeUserRights() |
| Modifier and Type | Method and Description |
|---|---|
void |
Narrative.setNarrativeUserRights(List<NarrativeUserRights> narrativeUserRights) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NewNarrativeUserRightsRule.processNewNarrativeUserRightsBusinessRules(ProposalDevelopmentDocument document,
List<NarrativeUserRights> newNarrativeUserRights,
int narrativeIndex)
Determines the legality of editing a Narrative's user rights.
|
| Constructor and Description |
|---|
NewNarrativeUserRightsEvent(ProposalDevelopmentDocument document,
List<NarrativeUserRights> newNarrativeUserRights,
int narrativeIndex)
Constructs a NewNarrativeUserRightsEvent.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProposalDevelopmentNarrativeRule.processNewNarrativeUserRightsBusinessRules(ProposalDevelopmentDocument document,
List<NarrativeUserRights> newNarrativeUserRights,
int narrativeIndex) |
boolean |
ProposalDevelopmentDocumentRule.processNewNarrativeUserRightsBusinessRules(ProposalDevelopmentDocument document,
List<NarrativeUserRights> newNarrativeUserRights,
int narrativeIndex) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
NarrativeServiceImpl.isPersonInNarrativeRights(KcPerson person,
List<NarrativeUserRights> narrativeUserRights)
Is this person in the list of narrative user rights?
|
| Modifier and Type | Method and Description |
|---|---|
NarrativeUserRights |
ProposalDevelopmentForm.getNewNarrativeUserRight(int index)
Get a New Narrative User Right.
|
| Modifier and Type | Method and Description |
|---|---|
List<NarrativeUserRights> |
ProposalDevelopmentForm.getNewNarrativeUserRights()
Get the New Narrative User Rights.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentForm.setNewNarrativeUserRights(List<NarrativeUserRights> newNarrativeUserRights)
Set the New Narrative User Rights.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.