google-nomulus/java/google/registry/model/reporting
larryruili c40dc67c5b Record transaction for domain adds, renews and allocates
This is the second of many cls adding explicit logging in all our domain
mutation flows to facilitate transaction reporting.

Adds and renews each result in a +1 counter for the NET_ADDS/RENEWS_#_YR field,
which I've added simple (# of years, add or renew) -> Enum functions to get.
Allocates are just a special case of adds, and are counted in a similar manner.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=165963249
2017-08-29 16:56:19 -04:00
..
DomainTransactionRecord.java Record transaction for domain adds, renews and allocates 2017-08-29 16:56:19 -04:00
HistoryEntry.java Add TransactionRecord to HistoryEntry for transaction reporting 2017-08-29 16:34:16 -04:00
IcannReportingTypes.java Make FlowRunner log ICANN activity report field name 2017-03-27 13:32:57 -04:00