org.kuali.kfs.sys.dataaccess
Interface AccountingLineDao

All Known Implementing Classes:
AccountingLineDaoOjb, ExpenseTransferAccountingLineDaoOjb

public interface AccountingLineDao

The data access interface for persisting AccountingLineBase objects.


Method Summary
 void deleteAccountingLine(AccountingLine line)
          Deletes an accounting line from the DB.
 ArrayList findByDocumentHeaderId(Class clazz, String id)
          Retrieves a list of accounting lines (by class type) associated with a given document.
 void save(AccountingLine line)
          Saves an accounting line to the DB.
 

Method Detail

save

void save(AccountingLine line)
Saves an accounting line to the DB.

Parameters:
line -

deleteAccountingLine

void deleteAccountingLine(AccountingLine line)
Deletes an accounting line from the DB.

Parameters:
line -

findByDocumentHeaderId

ArrayList findByDocumentHeaderId(Class clazz,
                                 String id)
Retrieves a list of accounting lines (by class type) associated with a given document.

Parameters:
clazz -
id -
Returns:


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