google-nomulus/java/google/registry/flows/domain
cgoldfeder b0bcc1bb3d Create *InfoData objects instead of reusing *Resource objects
This is probably best from a code-cleanliness perspective anyways,
but the rationale is that tightly coupling the resources to the
info responses was a straightjacket that required all status
values and fields to be directly available on the resource. With
this change, I already was able to get rid of the preMarshal()
hackery, and I will be able to get rid of cloneWithLinkedStatus()
and most of the contents of cloneProjectedAtTime() for non-domains.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=144252924
2017-01-12 14:11:51 -05:00
..
ClaimsCheckFlow.java Move ConfigModule and LocalTestConfig into RegistryConfig 2017-01-09 12:01:09 -05:00
DomainAllocateFlow.java Move ROID suffix handling from RegistryConfig to ConfigModule 2017-01-09 11:59:04 -05:00
DomainApplicationCreateFlow.java Break domain flow TMCH helper methods into separate injected class 2017-01-09 11:59:04 -05:00
DomainApplicationDeleteFlow.java Remove deprecated extra flow logic and TLD-specific pricing proxy 2016-12-19 11:09:20 -05:00
DomainApplicationInfoFlow.java Create *InfoData objects instead of reusing *Resource objects 2017-01-12 14:11:51 -05:00
DomainApplicationUpdateFlow.java Remove the unused flags extension 2017-01-09 11:59:04 -05:00
DomainCheckFlow.java Move ConfigModule and LocalTestConfig into RegistryConfig 2017-01-09 12:01:09 -05:00
DomainCreateFlow.java Add signed mark parameter to Create flow afterValidation extension point 2017-01-09 12:17:55 -05:00
DomainDeleteFlow.java Remove deprecated extra flow logic and TLD-specific pricing proxy 2016-12-19 11:09:20 -05:00
DomainFlowTmchUtils.java Daggerize TMCH/signed mark util classes 2017-01-09 11:59:04 -05:00
DomainFlowUtils.java Create *InfoData objects instead of reusing *Resource objects 2017-01-12 14:11:51 -05:00
DomainInfoFlow.java Create *InfoData objects instead of reusing *Resource objects 2017-01-12 14:11:51 -05:00
DomainPricingLogic.java Reconcile FeesAndCredits handling in price customization 2016-12-22 16:09:14 -05:00
DomainRenewFlow.java Reconcile FeesAndCredits handling in price customization 2016-12-22 16:09:14 -05:00
DomainRestoreRequestFlow.java Reconcile FeesAndCredits handling in price customization 2016-12-22 16:09:14 -05:00
DomainTransferApproveFlow.java Add otherClientId to HistoryEntry 2017-01-09 12:00:34 -05:00
DomainTransferCancelFlow.java Add otherClientId to HistoryEntry 2017-01-09 12:00:34 -05:00
DomainTransferQueryFlow.java Refactor authInfo validation 2016-11-10 11:07:54 -05:00
DomainTransferRejectFlow.java Add otherClientId to HistoryEntry 2017-01-09 12:00:34 -05:00
DomainTransferRequestFlow.java Add otherClientId to HistoryEntry 2017-01-09 12:00:34 -05:00
DomainUpdateFlow.java Remove the unused flags extension 2017-01-09 11:59:04 -05:00
FeesAndCredits.java Reconcile FeesAndCredits handling in price customization 2016-12-22 16:09:14 -05:00