google-nomulus/java/google/registry/flows/host
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
..
HostCheckFlow.java Move ConfigModule and LocalTestConfig into RegistryConfig 2017-01-09 12:01:09 -05:00
HostCreateFlow.java Move ConfigModule and LocalTestConfig into RegistryConfig 2017-01-09 12:01:09 -05:00
HostDeleteFlow.java Make host flows only accept canonicalized host names as input 2016-11-10 11:29:03 -05:00
HostFlowUtils.java Fix uncaught LEADING_HYPHEN IllegalArgumentException in host flows 2016-11-16 17:09:45 -05:00
HostInfoFlow.java Create *InfoData objects instead of reusing *Resource objects 2017-01-12 14:11:51 -05:00
HostUpdateFlow.java Make host flows only accept canonicalized host names as input 2016-11-10 11:29:03 -05:00