Class InMemoryInvoiceRegistry
- java.lang.Object
-
- it.tidalwave.accounting.model.impl.InMemoryInvoiceRegistry
-
- All Implemented Interfaces:
InvoiceRegistry
public class InMemoryInvoiceRegistry extends java.lang.Object implements InvoiceRegistry
- Author:
- Fabrizio Giudici
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface it.tidalwave.accounting.model.InvoiceRegistry
InvoiceRegistry.Finder
-
-
Constructor Summary
Constructors Constructor Description InMemoryInvoiceRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Invoice.Builder
addInvoice()
InvoiceRegistry.Finder
findInvoices()
-
-
-
Method Detail
-
findInvoices
@Nonnull public InvoiceRegistry.Finder findInvoices()
- Specified by:
findInvoices
in interfaceInvoiceRegistry
-
addInvoice
@Nonnull public Invoice.Builder addInvoice()
- Specified by:
addInvoice
in interfaceInvoiceRegistry
-
-