org.kuali.kfs.module.cab.document.service
Interface PurApLineDocumentService

All Known Implementing Classes:
PurApLineDocumentServiceImpl

public interface PurApLineDocumentService

This class declares methods used by CAB PurAp Line process


Method Summary
 String processApplyPayment(PurchasingAccountsPayableItemAsset selectedItem, List<PurchasingAccountsPayableDocument> purApDocs, PurApLineSession purApLineSession, Integer requistionIdentifer)
          Create CAMS asset payment document.
 String processCreateAsset(PurchasingAccountsPayableItemAsset selectedItem, List<PurchasingAccountsPayableDocument> purApDocs, PurApLineSession purApLineSession, Integer requisitionIdentifier)
          Create CAMs asset global document.
 

Method Detail

processCreateAsset

String processCreateAsset(PurchasingAccountsPayableItemAsset selectedItem,
                          List<PurchasingAccountsPayableDocument> purApDocs,
                          PurApLineSession purApLineSession,
                          Integer requisitionIdentifier)
                          throws org.kuali.rice.kew.exception.WorkflowException
Create CAMs asset global document.

Parameters:
selectedItem -
purApDocs -
purApLineSession -
requisitionIdentifier -
Returns:
Throws:
org.kuali.rice.kew.exception.WorkflowException

processApplyPayment

String processApplyPayment(PurchasingAccountsPayableItemAsset selectedItem,
                           List<PurchasingAccountsPayableDocument> purApDocs,
                           PurApLineSession purApLineSession,
                           Integer requistionIdentifer)
                           throws org.kuali.rice.kew.exception.WorkflowException
Create CAMS asset payment document.

Parameters:
selectedItem -
purApDocs -
purApLineSession -
requistionIdentifer -
Returns:
Throws:
org.kuali.rice.kew.exception.WorkflowException


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.