Package it.tidalwave.accounting.model
Interface CustomerRegistry
public interface CustomerRegistry
- Author:
- Fabrizio Giudici
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns aProject.Builder
for adding aCustomer
to the registry.Returns aCustomerRegistry.Finder
for findingCustomer
s.
-
Method Details
-
findCustomers
Returns aCustomerRegistry.Finder
for findingCustomer
s.- Returns:
- the finder
-
addCustomer
Returns aProject.Builder
for adding aCustomer
to the registry.- Returns:
- the builder
-