public class InstitutionalProposalPersonServiceImpl extends Object implements InstitutionalProposalPersonService
| Constructor and Description |
|---|
InstitutionalProposalPersonServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService() |
List<ProposalPerson> |
getInvestigatorsFromDevelopmentProposal(String proposalNumber)
This method will return the list of proposal persons if proposal person
find in development proposal.
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService) |
public InstitutionalProposalPersonServiceImpl()
public List<ProposalPerson> getInvestigatorsFromDevelopmentProposal(String proposalNumber)
getInvestigatorsFromDevelopmentProposal in interface InstitutionalProposalPersonServiceproposalNumber - is a number used to get the proposal persons for this proposal
number.public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.