google-nomulus/java/google/registry/reporting/icann
guyben 4097dae3b2 Only inject @Parameter-created variables in the Action itself
Icann reports have 3 parameter-provided injections:

- yearMonth
- subdir
- reportType

We move all of them away from the "inner classes" and only @Inject them in the Actions themselves.

This has 2 benefits:
- it's much clearer what all the parameter inputs of the Actions are
- the "inner injected classes" don't assume anything about the Action that uses them - they will work just as well for JSON actions as for "regular" actions.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=233625765
2019-02-13 16:07:45 -05:00
..
sql Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
ActivityReportingQueryBuilder.java Only inject @Parameter-created variables in the Action itself 2019-02-13 16:07:45 -05:00
BasicDnsCountQueryCoordinator.java Only inject @Parameter-created variables in the Action itself 2019-02-13 16:07:45 -05:00
BUILD Only inject @Parameter-created variables in the Action itself 2019-02-13 16:07:45 -05:00
DnsCountQueryCoordinator.java Only inject @Parameter-created variables in the Action itself 2019-02-13 16:07:45 -05:00
DnsCountQueryCoordinatorModule.java Only inject @Parameter-created variables in the Action itself 2019-02-13 16:07:45 -05:00
IcannHttpReporter.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
IcannReportingModule.java Only inject @Parameter-created variables in the Action itself 2019-02-13 16:07:45 -05:00
IcannReportingStager.java Only inject @Parameter-created variables in the Action itself 2019-02-13 16:07:45 -05:00
IcannReportingStagingAction.java Only inject @Parameter-created variables in the Action itself 2019-02-13 16:07:45 -05:00
IcannReportingUploadAction.java Only inject @Parameter-created variables in the Action itself 2019-02-13 16:07:45 -05:00
QueryBuilder.java Only inject @Parameter-created variables in the Action itself 2019-02-13 16:07:45 -05:00
QueryBuilderUtils.java Only inject @Parameter-created variables in the Action itself 2019-02-13 16:07:45 -05:00
ReportingEmailUtils.java Fix sender email address for invoicing alerts 2018-11-02 14:50:52 -04:00
TransactionsReportingQueryBuilder.java Only inject @Parameter-created variables in the Action itself 2019-02-13 16:07:45 -05:00