public class ProposalPersonBiographyServiceImpl extends Object implements ProposalPersonBiographyService
| Constructor and Description |
|---|
ProposalPersonBiographyServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProposalPersonBiography(ProposalDevelopmentDocument proposaldevelopmentDocument,
ProposalPersonBiography proposalPersonBiography)
This method to add personnel attachment
|
void |
deleteProposalPersonBiography(ProposalDevelopmentDocument proposaldevelopmentDocument,
int lineToDelete)
This method to delete personnel attachment from the list.
|
AttachmentDao |
getAttachmentDao() |
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService()
Gets the businessObjectService attribute.
|
protected ProposalPerson |
getPerson(ProposalDevelopmentDocument proposaldevelopmentDocument,
Integer proposalPersonNumber)
This method find the matched person in key person list
|
org.kuali.rice.kim.api.identity.PersonService |
getPersonService() |
void |
removePersonnelAttachmentForDeletedPerson(ProposalDevelopmentDocument proposaldevelopmentDocument,
ProposalPerson person)
This method to delete personnel attachment when the key personnel is deleted
|
void |
setAttachmentDao(AttachmentDao attachmentDao) |
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value.
|
void |
setPersonnelBioTimeStampUser(List<ProposalPersonBiography> proposalPersonBios)
This method is to set up timestamp and upload user for personnel attachments.
|
void |
setPersonService(org.kuali.rice.kim.api.identity.PersonService personService) |
public void addProposalPersonBiography(ProposalDevelopmentDocument proposaldevelopmentDocument, ProposalPersonBiography proposalPersonBiography)
ProposalPersonBiographyServicepublic void removePersonnelAttachmentForDeletedPerson(ProposalDevelopmentDocument proposaldevelopmentDocument, ProposalPerson person)
ProposalPersonBiographyServiceremovePersonnelAttachmentForDeletedPerson in interface ProposalPersonBiographyServiceProposalPersonBiographyService.removePersonnelAttachmentForDeletedPerson(org.kuali.kra.proposaldevelopment.document.ProposalDevelopmentDocument,
org.kuali.kra.proposaldevelopment.bo.ProposalPerson)public void deleteProposalPersonBiography(ProposalDevelopmentDocument proposaldevelopmentDocument, int lineToDelete)
ProposalPersonBiographyServiceprotected ProposalPerson getPerson(ProposalDevelopmentDocument proposaldevelopmentDocument, Integer proposalPersonNumber)
proposaldevelopmentDocument - proposalPersonNumber - public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
businessObjectService - The businessObjectService to set.public void setPersonnelBioTimeStampUser(List<ProposalPersonBiography> proposalPersonBios)
ProposalPersonBiographyServicesetPersonnelBioTimeStampUser in interface ProposalPersonBiographyServiceProposalPersonBiographyService.setPersonnelBioTimeStampUser(java.util.List)public AttachmentDao getAttachmentDao()
public void setAttachmentDao(AttachmentDao attachmentDao)
public org.kuali.rice.kim.api.identity.PersonService getPersonService()
public void setPersonService(org.kuali.rice.kim.api.identity.PersonService personService)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.