google-nomulus/java/google/registry/dns
mcilwain 21a98b899c Replace loadByUniqueId() with methods that don't overload unique id
It is replaced by loadByForeignKey(), which does the same thing that
loadByUniqueId() did for contacts, hosts, and domains, and also
loadDomainApplication(), which loads domain application by ROID. This eliminates
the ugly mode-switching of attemping to load by other foreign key or ROID.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=133980156
2016-09-26 13:20:22 -04:00
..
writer Replace loadByUniqueId() with methods that don't overload unique id 2016-09-26 13:20:22 -04:00
BUILD Add metrics to PublishDnsUpdatesAction 2016-08-26 09:43:30 -04:00
DnsConstants.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
DnsMetrics.java Don't use modules to instantiate classes 2016-09-07 12:17:58 -04:00
DnsModule.java Add dagger map for injecting DnsWriter implementations 2016-08-05 20:38:21 -04:00
DnsQueue.java Remove old DNS queue processing code. 2016-07-21 14:55:18 -04:00
DnsWriterProxy.java Add dagger map for injecting DnsWriter implementations 2016-08-05 20:38:21 -04:00
PublishDnsUpdatesAction.java Add metrics to PublishDnsUpdatesAction 2016-08-26 09:43:30 -04:00
ReadDnsQueueAction.java Remove old DNS queue processing code. 2016-07-21 14:55:18 -04:00
RefreshDnsAction.java Replace loadByUniqueId() with methods that don't overload unique id 2016-09-26 13:20:22 -04:00