org.kuali.kfs.module.purap.util
Interface ReceivingQuestionCallback


public interface ReceivingQuestionCallback

Receiving Question Callback Defines a callback method for post processing handling in the question interface.


Field Summary
static boolean questionComplete
           
 
Method Summary
 ReceivingDocument doPostQuestion(ReceivingDocument document, String noteText)
          Hooks for doing processing on the document after a question has been performed.
 String getCorrectionDocumentCreationNoteText()
          Getter for correction document note text
 boolean isQuestionComplete()
          Has the question been answered completely to move forward.
 void setCorrectionDocumentCreationNoteText(String noteText)
          Setter for correction document note text
 void setQuestionComplete(boolean questionComplete)
          Setter for question complete
 

Field Detail

questionComplete

static final boolean questionComplete
See Also:
Constant Field Values
Method Detail

doPostQuestion

ReceivingDocument doPostQuestion(ReceivingDocument document,
                                 String noteText)
                                 throws Exception
Hooks for doing processing on the document after a question has been performed.

Parameters:
document - - receiving document
noteText - - user entered note
Throws:
Exception

isQuestionComplete

boolean isQuestionComplete()
Has the question been answered completely to move forward.

Returns:

setQuestionComplete

void setQuestionComplete(boolean questionComplete)
Setter for question complete

Parameters:
questionComplete -

setCorrectionDocumentCreationNoteText

void setCorrectionDocumentCreationNoteText(String noteText)
Setter for correction document note text

Parameters:
noteText -

getCorrectionDocumentCreationNoteText

String getCorrectionDocumentCreationNoteText()
Getter for correction document note text



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