org.kuali.student.r2.common.infc
Interface OperationStatus

All Known Implementing Classes:
OperationStatusInfo

public interface OperationStatus

Represents the status information for a transactional operation.

Author:
Kuali Student Team (sambit)

Method Summary
 List<String> getErrors()
          Returns the error messages for this transaction.
 List<String> getMessages()
          Gets the informational message as a result of this transaction.
 String getStatus()
          Gets the operation status for the transaction.
 List<String> getWarnings()
          Returns the warning messages for this transaction.
 

Method Detail

getStatus

String getStatus()
Gets the operation status for the transaction.


getMessages

List<String> getMessages()
Gets the informational message as a result of this transaction.


getWarnings

List<String> getWarnings()
Returns the warning messages for this transaction. Returns an empty list if there are no warnings.


getErrors

List<String> getErrors()
Returns the error messages for this transaction. Returns an empty list if there are no errors.



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