Interface DepartmentalPersonService
- All Known Implementing Classes:
DepartmentalPersonServiceImpl
public interface DepartmentalPersonService
-
Method Summary
Modifier and TypeMethodDescriptiongetContactPerson(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract pdDoc) This method is used to get the details of Contact persongetDepartmentalPerson(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract pdDoc) This method populates and returns the Departmental Person object for a given proposal document
-
Method Details
-
getDepartmentalPerson
DepartmentalPersonDto getDepartmentalPerson(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract pdDoc) This method populates and returns the Departmental Person object for a given proposal document- Parameters:
pdDoc- Proposal Development Document.- Returns:
- DepartmentalPerson departmental Person object for a given proposal document.
-
getContactPerson
DepartmentalPersonDto getContactPerson(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract pdDoc) This method is used to get the details of Contact person- Parameters:
pdDoc- (ProposalDevelopmentDocument) proposal development document. for which the DepartmentalPerson has to be found.- Returns:
- depPerson(DepartmentalPerson) corresponding to the contact type.
-