org.kuali.kfs.module.purap.document.service.impl
Class FaxBatchDocumentsServiceImpl
java.lang.Object
org.kuali.kfs.module.purap.document.service.impl.FaxBatchDocumentsServiceImpl
- All Implemented Interfaces:
- FaxBatchDocumentsService
public class FaxBatchDocumentsServiceImpl
- extends Object
- implements FaxBatchDocumentsService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FaxBatchDocumentsServiceImpl
public FaxBatchDocumentsServiceImpl()
faxPendingPurchaseOrders
public boolean faxPendingPurchaseOrders()
- Faxes pending documents. Currently only PO documents set to Pending Fax
Status inside workflow.
- Specified by:
faxPendingPurchaseOrders
in interface FaxBatchDocumentsService
- Returns:
- Collection of ServiceError objects
setPurchaseOrderService
public void setPurchaseOrderService(PurchaseOrderService purchaseOrderService)
setFaxService
public void setFaxService(FaxService faxService)
setPurapService
public void setPurapService(PurapService purapService)
setDateTimeService
public void setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.