|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
void save(AccountingLine line)
line - void deleteAccountingLine(AccountingLine line)
line -
ArrayList findByDocumentHeaderId(Class clazz,
String id)
clazz - id -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||