org.kuali.kfs.module.ld.service
Interface LaborTransactionDescriptionService

All Known Implementing Classes:
LaborTransactionDescriptionServiceImpl

public interface LaborTransactionDescriptionService

This class...


Method Summary
 String getTransactionDescription(String descriptionKey)
          get the transaction description from the description map with the given key
 String getTransactionDescription(Transaction transaction)
          get the transaction description from the description map for the given transaction, where the description map can be defined and injected.
 

Method Detail

getTransactionDescription

String getTransactionDescription(Transaction transaction)
get the transaction description from the description map for the given transaction, where the description map can be defined and injected.

Parameters:
transaction - the given transaction
Returns:
the transaction description indexed by the document type of the given transaction

getTransactionDescription

String getTransactionDescription(String descriptionKey)
get the transaction description from the description map with the given key

Parameters:
descriptionKey - the given key that indexes a description in the description map, where the description map can be defined and injected.
Returns:
the transaction description indexed by the given key


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