google-nomulus/java/google/registry/model/reporting
larryruili 16e8286dca Record domain transaction for domain transfers
This is the last of many cls adding explicit logging in all our domain
mutation flows to facilitate transaction reporting.

The transfer process is as follows:
GAINING sends a TransferRequest to LOSING
LOSING either acks (TransferApprove), nacks (TransferReject) or does nothing
(auto approve). For acks and autoapproves, we produce a +1 counter for GAINING
and LOSING for domain-gaining/losing-successful for each registrar, to be
reported on the approve date + the transfer grace period. For nacks, we produce
a +1 counter for domain-gaining/losing-nacked for each registrar.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=166535579
2017-08-29 17:17:07 -04:00
..
DomainTransactionRecord.java Record domain transaction for domain transfers 2017-08-29 17:17:07 -04:00
HistoryEntry.java Parent recurring billing events under separate HistoryEntries 2017-08-29 17:08:27 -04:00
IcannReportingTypes.java Make FlowRunner log ICANN activity report field name 2017-03-27 13:32:57 -04:00