| Package | Description |
|---|---|
| org.kuali.kra.proposaldevelopment.bo |
Provides the classes for business object of proposaldevelopment.
|
| org.kuali.kra.s2s.bo | |
| org.kuali.kra.s2s.service | |
| org.kuali.kra.s2s.service.impl | |
| org.kuali.kra.s2s.validator |
| Modifier and Type | Method and Description |
|---|---|
List<S2sOppForms> |
DevelopmentProposal.getS2sOppForms()
Gets index i from the budget versions list.
|
List<S2sOppForms> |
DevelopmentProposal.getSelectedS2sOppForms() |
| Modifier and Type | Method and Description |
|---|---|
void |
DevelopmentProposal.setS2sOppForms(List<S2sOppForms> oppForms) |
| Modifier and Type | Method and Description |
|---|---|
List<S2sOppForms> |
S2sOpportunity.getS2sOppForms() |
| Modifier and Type | Method and Description |
|---|---|
void |
S2sOpportunity.setS2sOppForms(List<S2sOppForms> oppForms) |
| Modifier and Type | Method and Description |
|---|---|
List<S2sOppForms> |
S2SService.parseOpportunityForms(S2sOpportunity opportunity)
This method returns the list of forms for a given opportunity
|
| Modifier and Type | Method and Description |
|---|---|
List<S2sOppForms> |
KRAS2SServiceImpl.parseOpportunityForms(S2sOpportunity opportunity)
This method returns the list of forms for a given opportunity
|
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
PrintServiceImpl.getSortedNameSpaces(List<S2sOppForms> s2sOppForms)
This method sorts all the forms in order as specified in
S2sFormBinding.xml and returns the list of namespaces in sorted order.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<S2sOppForms> |
OpportunitySchemaParser.getForms(String schema)
This method fetches all the forms required from a given schema of opportunity
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.