mirror of
https://github.com/google/nomulus.git
synced 2025-06-26 06:14:54 +02:00
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 |
||
---|---|---|
.. | ||
sql | ||
ActivityReportingQueryBuilder.java | ||
BasicDnsCountQueryCoordinator.java | ||
BUILD | ||
DnsCountQueryCoordinator.java | ||
DnsCountQueryCoordinatorModule.java | ||
IcannHttpReporter.java | ||
IcannReportingModule.java | ||
IcannReportingStager.java | ||
IcannReportingStagingAction.java | ||
IcannReportingUploadAction.java | ||
QueryBuilder.java | ||
QueryBuilderUtils.java | ||
ReportingEmailUtils.java | ||
TransactionsReportingQueryBuilder.java |