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.
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 documentnoteText
- - user entered note
- Throws:
Exception
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.