@Transactional public class FaxServiceImpl extends Object implements FaxService
| Modifier and Type | Field and Description | 
|---|---|
| protected org.kuali.rice.krad.service.BusinessObjectService | businessObjectService | 
| protected org.kuali.rice.location.api.country.CountryService | countryService | 
| protected org.kuali.rice.core.api.config.property.ConfigurationService | kualiConfigurationService | 
| protected org.kuali.rice.coreservice.framework.parameter.ParameterService | parameterService | 
| protected VendorService | vendorService | 
| Constructor and Description | 
|---|
| FaxServiceImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | faxPDF(String[] files,
            PurchaseOrderParameters transmitParameters)Here is where the PDF is actually faxed, needs to be implemented at each institution | 
| void | faxPurchaseOrderPdf(PurchaseOrderDocument po,
                                      boolean isRetransmit)Create the Purchase Order Pdf document and send it via fax to the recipient in the PO | 
| 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 | 
| void | faxPurchaseOrderQuotePdf(PurchaseOrderDocument po,
                                                PurchaseOrderVendorQuote povq)Create the Purchase Order Quote Pdf document and send it via
 fax to the recipient in the PO Quote | 
| org.kuali.rice.krad.service.BusinessObjectService | getBusinessObjectService() | 
| org.kuali.rice.core.api.config.property.ConfigurationService | getConfigurationService() | 
| org.kuali.rice.location.api.country.CountryService | getCountryService() | 
| org.kuali.rice.coreservice.framework.parameter.ParameterService | getParameterService() | 
| String | getPdfFileLocation() | 
| PurchaseOrderParameters | getPurchaseOrderParameters() | 
| VendorService | getVendorService() | 
| void | setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService) | 
| void | setConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService) | 
| void | setCountryService(org.kuali.rice.location.api.country.CountryService countryService) | 
| void | setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService) | 
| void | setVendorService(VendorService vendorService) | 
protected org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService
protected org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService
protected VendorService vendorService
protected org.kuali.rice.krad.service.BusinessObjectService businessObjectService
protected org.kuali.rice.location.api.country.CountryService countryService
public FaxServiceImpl()
public void faxPurchaseOrderPdf(PurchaseOrderDocument po, boolean isRetransmit)
faxPurchaseOrderPdf in interface FaxServicepo - PurchaseOrder that holds the QuoteisRetransmit - if passed true then PO is being retransmittedpublic void faxPurchaseOrderPdf(PurchaseOrderDocument po, String pdfFileLocation, String imageTempLocation, boolean isRetransmit)
faxPurchaseOrderPdf in interface FaxServicepo - PurchaseOrder that holds the QuoteisRetransmit - if passed true then PO is being retransmittedpublic void faxPurchaseOrderQuotePdf(PurchaseOrderDocument po, PurchaseOrderVendorQuote povq)
FaxServicefaxPurchaseOrderQuotePdf in interface FaxServicepo - PurchaseOrder that holds the Quoteprotected void faxPDF(String[] files, PurchaseOrderParameters transmitParameters)
public org.kuali.rice.core.api.config.property.ConfigurationService getConfigurationService()
public void setConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService)
public org.kuali.rice.coreservice.framework.parameter.ParameterService getParameterService()
public void setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
public VendorService getVendorService()
public void setVendorService(VendorService vendorService)
public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
public org.kuali.rice.location.api.country.CountryService getCountryService()
public PurchaseOrderParameters getPurchaseOrderParameters()
public void setCountryService(org.kuali.rice.location.api.country.CountryService countryService)
public String getPdfFileLocation()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.