org.kuali.student.enrollment.lpr.infc
Interface LprTransactionItemResult

All Known Implementing Classes:
LprTransactionItemResultInfo

public interface LprTransactionItemResult


Method Summary
 String getMessage()
          The message for the transaction In case of success, there may still be warning messages
 String getResultingLprId()
          The resulting LPR for this LPR transaction item if its successful.
 Boolean getStatus()
          The status of the transaction.
 

Method Detail

getStatus

Boolean getStatus()
The status of the transaction. Returns true in case transaction item had a successful result, false otherwise.

Returns:

getResultingLprId

String getResultingLprId()
The resulting LPR for this LPR transaction item if its successful. Returns null if unsuccessful, valid lpr id in case of success

Returns:

getMessage

String getMessage()
The message for the transaction In case of success, there may still be warning messages



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