| Package | Description |
|---|---|
| org.kuali.kra.proposaldevelopment.bo |
Provides the classes for business object of proposaldevelopment.
|
| org.kuali.kra.proposaldevelopment.rule.event | |
| org.kuali.kra.proposaldevelopment.service.impl |
Provides the classes for the implementation of proposaldevelopment services.
|
| org.kuali.kra.proposaldevelopment.web.struts.action |
Provides the classes for the struts action of proposaldevelopment.
|
| org.kuali.kra.proposaldevelopment.web.struts.form |
Provides the classes for the struts form of proposaldevelopment.
|
| Modifier and Type | Method and Description |
|---|---|
ProposalSite |
DevelopmentProposal.getApplicantOrganization() |
ProposalSite |
DevelopmentProposal.getPerformingOrganization() |
| Modifier and Type | Method and Description |
|---|---|
List<ProposalSite> |
DevelopmentProposal.getOtherOrganizations() |
List<ProposalSite> |
DevelopmentProposal.getPerformanceSites() |
List<ProposalSite> |
DevelopmentProposal.getProposalSites()
This method returns all proposal sites associated with the document
|
| Modifier and Type | Method and Description |
|---|---|
void |
DevelopmentProposal.addOtherOrganization(ProposalSite otherOrganization) |
void |
DevelopmentProposal.addPerformanceSite(ProposalSite performanceSite) |
void |
DevelopmentProposal.addProposalSite(ProposalSite proposalSite) |
void |
DevelopmentProposal.setApplicantOrganization(ProposalSite applicantOrganization) |
void |
DevelopmentProposal.setPerformingOrganization(ProposalSite performingOrganization) |
| Modifier and Type | Method and Description |
|---|---|
void |
DevelopmentProposal.setOtherOrganizations(List<ProposalSite> otherOrganizations) |
void |
DevelopmentProposal.setPerformanceSites(List<ProposalSite> performanceSites) |
void |
DevelopmentProposal.setProposalSites(List<ProposalSite> proposalSites) |
| Modifier and Type | Method and Description |
|---|---|
ProposalSite |
BasicProposalSiteEvent.getProposalSite()
This method returns the proposal site at the index pointed to by siteIndex.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProposalSite> |
BasicProposalSiteEvent.getProposalSites() |
| Constructor and Description |
|---|
AddProposalCongressionalDistrictEvent(String errorPathPrefix,
ProposalDevelopmentDocument proposalDevelopmentDocument,
ProposalSite proposalSite,
CongressionalDistrictHelper proposalSiteHelper) |
AddProposalSiteEvent(String errorPathPrefix,
ProposalDevelopmentDocument document,
ProposalSite proposalSite)
Constructs an AddProposalSiteEvent with the given errorPathPrefix, document, and proposalSite.
|
BasicProposalSiteEvent(String description,
String errorPathPrefix,
ProposalDevelopmentDocument proposalDevelopmentDocument,
ProposalSite proposalSite)
This constructor takes a single ProposalSite.
|
DeleteProposalCongressionalDistrictEvent(String errorPathPrefix,
ProposalDevelopmentDocument proposalDevelopmentDocument,
ProposalSite proposalSite,
String districtIndex)
Constructor for use with a ProposalSite reference.
|
| Constructor and Description |
|---|
AddProposalCongressionalDistrictEvent(String errorPathPrefix,
ProposalDevelopmentDocument proposalDevelopmentDocument,
List<ProposalSite> proposalSites,
List<CongressionalDistrictHelper> proposalSiteHelpers,
String siteIndex) |
BasicProposalSiteEvent(String description,
String errorPathPrefix,
ProposalDevelopmentDocument proposalDevelopmentDocument,
List<ProposalSite> proposalSites,
String siteIndex)
This constructor takes a List of ProposalSites and an index that points to one of them.
|
DeleteProposalCongressionalDistrictEvent(String errorPathPrefix,
ProposalDevelopmentDocument proposalDevelopmentDocument,
List<ProposalSite> proposalSites,
String siteIndex,
String districtIndex)
Constructor for use with a List of ProposalSites, and an index into the List.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProposalSite |
ProposalDevelopmentServiceImpl.createProposalSite(String organizationId,
int siteNumber)
Constructs a ProposalSite; initializes the organization, and locationName fields, and sets the default district if there is
one defined for the Organization.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.struts.action.ActionForward |
ProposalDevelopmentProposalAction.deleteCongressionalDistrict(org.apache.struts.action.ActionMapping mapping,
List<ProposalSite> proposalSites,
ProposalDevelopmentForm proposalDevelopmentForm,
String siteIndexStr,
String districtIndexStr)
This method deletes the districtIndexStr-th congressional district from the siteIndexStr-th Proposal Site.
|
| Modifier and Type | Method and Description |
|---|---|
ProposalSite |
ProposalDevelopmentForm.getNewOtherOrganization() |
ProposalSite |
ProposalDevelopmentForm.getNewPerformanceSite() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentForm.setNewOtherOrganization(ProposalSite newOtherOrganization) |
void |
ProposalDevelopmentForm.setNewPerformanceSite(ProposalSite newPerformanceSite) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.