Uses of Interface
it.tidalwave.accounting.model.Customer
-
Packages that use Customer Package Description it.tidalwave.accounting.model it.tidalwave.accounting.model.spi -
-
Uses of Customer in it.tidalwave.accounting.model
Methods in it.tidalwave.accounting.model that return Customer Modifier and Type Method Description Customer
Customer.Builder. create()
Customer
Project. getCustomer()
Methods in it.tidalwave.accounting.model with parameters of type Customer Modifier and Type Method Description void
Customer.Builder.Callback. register(Customer customer)
-
Uses of Customer in it.tidalwave.accounting.model.spi
Subinterfaces of Customer in it.tidalwave.accounting.model.spi Modifier and Type Interface Description interface
CustomerSpi
Methods in it.tidalwave.accounting.model.spi that return Customer Modifier and Type Method Description Customer
ObjectFactory. createCustomer(Customer.Builder builder)
-