mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 00:12:11 +02:00
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 |
||
---|---|---|
.. | ||
ClaimsCheckFlow.java | ||
DomainAllocateFlow.java | ||
DomainApplicationCreateFlow.java | ||
DomainApplicationDeleteFlow.java | ||
DomainApplicationInfoFlow.java | ||
DomainApplicationUpdateFlow.java | ||
DomainCheckFlow.java | ||
DomainCreateFlow.java | ||
DomainDeleteFlow.java | ||
DomainFlowTmchUtils.java | ||
DomainFlowUtils.java | ||
DomainInfoFlow.java | ||
DomainPricingLogic.java | ||
DomainRenewFlow.java | ||
DomainRestoreRequestFlow.java | ||
DomainTransferApproveFlow.java | ||
DomainTransferCancelFlow.java | ||
DomainTransferQueryFlow.java | ||
DomainTransferRejectFlow.java | ||
DomainTransferRequestFlow.java | ||
DomainTransferUtils.java | ||
DomainUpdateFlow.java | ||
FeesAndCredits.java |