public class ProposalLogPrintingServiceImpl extends Object implements ProposalLogPrintingService
PROPOSAL_LOG_KEY, PROPOSAL_LOG_REPORT_TYPE| Constructor and Description |
|---|
ProposalLogPrintingServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService() |
protected Map<String,String> |
getFieldValues(String attr,
String value) |
PrintingService |
getPrintingService() |
ProposalLogPrint |
getProposalLogPrint() |
AttachmentDataSource |
printProposalLog(ProposalLog log)
Print proposal log report
|
AttachmentDataSource |
printProposalLog(String proposalLogNumber)
Print proposal log report
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService) |
void |
setPrintingService(PrintingService printingService) |
void |
setProposalLogPrint(ProposalLogPrint proposalLogPrint) |
public AttachmentDataSource printProposalLog(String proposalLogNumber) throws PrintingException
ProposalLogPrintingServiceprintProposalLog in interface ProposalLogPrintingServicePrintingExceptionpublic AttachmentDataSource printProposalLog(ProposalLog log) throws PrintingException
ProposalLogPrintingServiceprintProposalLog in interface ProposalLogPrintingServicePrintingExceptionpublic PrintingService getPrintingService()
public void setPrintingService(PrintingService printingService)
public ProposalLogPrint getProposalLogPrint()
public void setProposalLogPrint(ProposalLogPrint proposalLogPrint)
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.