org.kuali.kfs.module.purap.document.service.impl
Class FaxServiceImpl
java.lang.Object
org.kuali.kfs.module.purap.document.service.impl.FaxServiceImpl
- All Implemented Interfaces:
- FaxService
@Transactional
public class FaxServiceImpl
- extends Object
- implements FaxService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
kualiConfigurationService
protected org.kuali.rice.kns.service.KualiConfigurationService kualiConfigurationService
parameterService
protected org.kuali.rice.kns.service.ParameterService parameterService
vendorService
protected VendorService vendorService
businessObjectService
protected org.kuali.rice.kns.service.BusinessObjectService businessObjectService
countryService
protected org.kuali.rice.kns.service.CountryService countryService
imageDao
protected ImageDao imageDao
FaxServiceImpl
public FaxServiceImpl()
faxPurchaseOrderPdf
public void faxPurchaseOrderPdf(PurchaseOrderDocument po,
boolean isRetransmit)
- Create the Purchase Order Pdf document and send it via fax to the recipient in the PO
- Specified by:
faxPurchaseOrderPdf
in interface FaxService
- Parameters:
po
- PurchaseOrder that holds the QuoteisRetransmit
- if passed true then PO is being retransmitted
faxPurchaseOrderPdf
public void faxPurchaseOrderPdf(PurchaseOrderDocument po,
String pdfFileLocation,
String imageTempLocation,
boolean isRetransmit)
- Create the Purchase Order Pdf document and send it via fax to the recipient in the PO
- Specified by:
faxPurchaseOrderPdf
in interface FaxService
- Parameters:
po
- PurchaseOrder that holds the QuoteisRetransmit
- if passed true then PO is being retransmitted
faxPurchaseOrderQuotePdf
public void faxPurchaseOrderQuotePdf(PurchaseOrderDocument po,
PurchaseOrderVendorQuote povq)
- Description copied from interface:
FaxService
- Create the Purchase Order Quote Pdf document and send it via
fax to the recipient in the PO Quote
- Specified by:
faxPurchaseOrderQuotePdf
in interface FaxService
- Parameters:
po
- PurchaseOrder that holds the Quote
faxPDF
protected void faxPDF(String[] files,
PurchaseOrderParameters transmitParameters)
- Here is where the PDF is actually faxed, needs to be implemented at each institution
getKualiConfigurationService
public org.kuali.rice.kns.service.KualiConfigurationService getKualiConfigurationService()
setKualiConfigurationService
public void setKualiConfigurationService(org.kuali.rice.kns.service.KualiConfigurationService kualiConfigurationService)
getParameterService
public org.kuali.rice.kns.service.ParameterService getParameterService()
setParameterService
public void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
getVendorService
public VendorService getVendorService()
setVendorService
public void setVendorService(VendorService vendorService)
getBusinessObjectService
public org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
setBusinessObjectService
public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
getCountryService
public org.kuali.rice.kns.service.CountryService getCountryService()
getPurchaseOrderParameters
public PurchaseOrderParameters getPurchaseOrderParameters()
setCountryService
public void setCountryService(org.kuali.rice.kns.service.CountryService countryService)
getImageDao
public ImageDao getImageDao()
setImageDao
public void setImageDao(ImageDao imageDao)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.