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.
 

Method Detail

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 batch
note - a note from the user
user - the user that perfoms the action
Returns:
true if succesful, false otherwise


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