| Package | Description |
|---|---|
| org.kuali.kra.proposaldevelopment.bo |
Provides the classes for business object of proposaldevelopment.
|
| 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 |
|---|---|
ProposalPersonUnit |
ProposalPerson.getUnit(int index)
Gets index i from the units list.
|
ProposalPersonUnit |
ProposalPerson.getUnit(String unitNumber)
Gets unit with unitNumber from the units list.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProposalPersonUnit> |
ProposalPerson.getUnits()
Gets the value of units
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalPerson.addUnit(ProposalPersonUnit unit)
Adds a new unit to the collection in the person
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalPerson.setUnits(List<ProposalPersonUnit> argUnits)
Sets the value of units
|
| Modifier and Type | Method and Description |
|---|---|
ProposalPersonUnit |
KeyPersonnelService.createProposalPersonUnit(String unitId,
ProposalPerson person)
Uses a
obtained from the lookup on the
to create a instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyPersonnelService.addUnitToPerson(ProposalPerson person,
ProposalPersonUnit unit)
Add a
instance to a . |
| Modifier and Type | Method and Description |
|---|---|
protected ProposalPersonUnit |
ProposalCopyServiceImpl.createProposalPersonUnit(ProposalPerson person,
String unitNumber,
boolean isLeadUnit,
boolean isDeletable,
List<ProposalPersonUnit> oldProposalPersonUnits) |
ProposalPersonUnit |
KeyPersonnelServiceImpl.createProposalPersonUnit(String unitId,
ProposalPerson person)
Uses a
obtained from the lookup on the
to create a instance. |
protected ProposalPersonUnit |
ProposalCopyServiceImpl.findProposalPersonUnit(String unitNumber,
List<ProposalPersonUnit> proposalPersonUnits) |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyPersonnelServiceImpl.addUnitToPerson(ProposalPerson person,
ProposalPersonUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
protected ProposalPersonUnit |
ProposalCopyServiceImpl.createProposalPersonUnit(ProposalPerson person,
String unitNumber,
boolean isLeadUnit,
boolean isDeletable,
List<ProposalPersonUnit> oldProposalPersonUnits) |
protected ProposalPersonUnit |
ProposalCopyServiceImpl.findProposalPersonUnit(String unitNumber,
List<ProposalPersonUnit> proposalPersonUnits) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.