Interface PeriodSubReportsTestableHandler

  • All Superinterfaces:
    PeriodSubReportsHandler, SubReportsHandler
    All Known Implementing Classes:
    PeriodSubReportsHandlerImpl

    public interface PeriodSubReportsTestableHandler
    extends PeriodSubReportsHandler
    declares the methods for actual data retrieval in this SubReportsHandler. The reason for this interface is testing: it makes the actual data retrieval methods available for testing. Classes in the test project should use this interface; classes in the impl project should use the normal PeriodSubReportsHandler interface.