org.kuali.kfs.pdp.util
Interface PdpPaymentDetailQuestionCallback
public interface PdpPaymentDetailQuestionCallback
PDP PaymentDetail Question Callback defines a callback method for post processing handling in the question interface.
Method Summary |
boolean |
doPostQuestion(int paymentDetailId,
String note,
org.kuali.rice.kim.bo.Person user)
Hooks for performing different actions on payment detail after a question has been performed. |
doPostQuestion
boolean doPostQuestion(int paymentDetailId,
String note,
org.kuali.rice.kim.bo.Person user)
- Hooks for performing different actions on payment detail after a question has been performed.
- Parameters:
paymentDetailId
- the id of the paymentnote
- a note from the useruser
- the user that perfoms the action
- Returns:
- true if succesful, false otherwise
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.