org.kuali.kfs.sys.service
Interface AccountingLineService
- All Known Implementing Classes:
- AccountingLineServiceImpl
public interface AccountingLineService
This interface defines methods that an AccountingLine service implementation must provide.
getByDocumentHeaderId
List getByDocumentHeaderId(Class clazz,
String documentHeaderId)
- Retrieves a list of accounting lines for a given group (i.e. Target/Source) given the associated document id.
- Parameters:
clazz
- documentHeaderId
-
- Returns:
- A list of AccountingLines... to be casted to the appropriate class.
- Throws:
Exception
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.