Classes, interfaces and traits
AbstractInvoiceServiceFactory¶
Class AbstractInvoiceServiceFactory
« More »
InvoiceArchiveReadService¶
Class InvoiceListArchiveReadService
« More »
InvoiceArchiveWriteService¶
Class InvoiceArchiveWriteService
« More »
InvoiceFileEntitler¶
Class InvoiceFileEntitler
« More »
InvoiceListGenerator¶
Class InvoiceListGenerator
« More »
InvoiceListItem¶
Class InvoiceListItem
« More »
InvoiceListItemCollection¶
Class InvoiceListItemCollection
« More »
InvoiceRepository¶
Class InvoiceRepository
« More »
InvoiceServiceFactory¶
Class InvoiceServiceFactory
« More »
Classes, interfaces and traits
InvoiceArchiveReadServiceInterface¶
Interface InvoiceFileEntitlerInterface
« More »
InvoiceArchiveWriteServiceInterface¶
Interface InvoiceArchiveWriteServiceInterface
« More »
InvoiceFileEntitlerInterface¶
Interface InvoiceFileEntitlerInterface
« More »
InvoiceListGeneratorInterface¶
Interface InvoiceListGeneratorInterface
« More »
InvoiceRepositoryInterface¶
Interface InvoiceRepositoryInterface
« More »
InvoiceServiceSettingsInterface¶
Interface InvoiceServiceSettingsInterface
This class contains the file system path to the invoice directory by using specific constants which are defined in
the config. It is used by the factory to build the proper service environment.
By encapsulating this dependency the code becomes more explicit and testable.
« More »