org.kuali.kfs.module.purap.util
Interface PurQuestionCallback


public interface PurQuestionCallback

Purchasing Accounts Payable Question Callback Defines a callback method for post processing handling in the question interface.


Method Summary
 AccountsPayableDocument doPostQuestion(AccountsPayableDocument document, String noteText)
          Hooks for doing processing on the document after a question has been performed.
 

Method Detail

doPostQuestion

AccountsPayableDocument doPostQuestion(AccountsPayableDocument document,
                                       String noteText)
                                       throws Exception
Hooks for doing processing on the document after a question has been performed.

Parameters:
document - - AP document
noteText - - user entered note
Throws:
Exception


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