org.kuali.kfs.pdp.util
Interface PdpBatchQuestionCallback
public interface PdpBatchQuestionCallback
PDP Batch Question Callback defines a callback method for post processing handling in the question interface.
Method Summary |
boolean |
doPostQuestion(String batchIdString,
String note,
org.kuali.rice.kim.bo.Person user)
Hooks for performing different actions on batch after a question has been performed. |
doPostQuestion
boolean doPostQuestion(String batchIdString,
String note,
org.kuali.rice.kim.bo.Person user)
- Hooks for performing different actions on batch after a question has been performed.
- Parameters:
batchIdString
- the id of the batchnote
- 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.