org.kuali.kfs.gl.batch.service
Interface VerifyTransaction

All Known Implementing Classes:
LaborPosterTransactionValidator, VerifyTransactionImpl

public interface VerifyTransaction

An interface declaring methods needed by the Poster to ascertain if a transaction is suitable for posting


Method Summary
 List<Message> verifyTransaction(Transaction t)
          Verify a transaction is good for posting
 

Method Detail

verifyTransaction

List<Message> verifyTransaction(Transaction t)
Verify a transaction is good for posting

Parameters:
t - Transaction to verify
Returns:
List of error messages, empty list means no errors


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