org.kuali.kfs.module.ar.dataaccess
Interface InvoiceRecurrenceDao
- All Known Implementing Classes:
- InvoiceRecurrenceDaoOjb
public interface InvoiceRecurrenceDao
getByPrimaryId
InvoiceRecurrence getByPrimaryId(String invoiceNumber)
- Retrieves a InvoiceRecurrence object by primary key.
- Parameters:
documentNumber
- - primary key
- Returns:
- InvoiceRecurrence
getAllActiveInvoiceRecurrences
Iterator<InvoiceRecurrence> getAllActiveInvoiceRecurrences()
getAllInvoiceRecurrences
Iterator<InvoiceRecurrence> getAllInvoiceRecurrences()
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.