| org.kuali.module.purap.util.PurQuestionCallback
PurQuestionCallback | public interface PurQuestionCallback (Code) | | Purchasing Accounts Payable Question Callback
Defines a callback method for post processing handling in the question interface.
|
doPostQuestion | public void doPostQuestion(AccountsPayableDocument document, String noteText) throws Exception(Code) | | Hooks for doing processing on the document after a question has been performed.
Parameters: document - - AP document Parameters: noteText - - user entered note |
|
|