google-nomulus/java/google/registry/model/domain
Corey Goldfeder d9875ea302 Remove unused and misused methods from EppResourceUtils and DomainBase.
The methods in DomainBase were the only callers for the methods in
EppResourceUtils, so I first inlined them. Then I realized that there
were no callers for loadReferencedContacts() anywhere. For loadNameservers(),
all but one invocation actually wanted to load the foreign keys, and was
repeating that work, so I replaced it with loadNameserverFullyQualifiedHostNames().
The last invocation, in the Rdap code, was incorrectly assuming this was an async
load when in fact it blocks, so I replaced it with a real async load.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=122433897
2016-05-16 18:39:23 -04:00
..
allocate Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
fee Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
launch Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
metadata Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
rgp Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
secdns Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
DesignatedContact.java Remove nearly all uses of ReferenceUnion 2016-05-16 16:36:25 -04:00
DomainApplication.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
DomainAuthInfo.java Remove nearly all uses of ReferenceUnion 2016-05-16 16:36:25 -04:00
DomainBase.java Remove unused and misused methods from EppResourceUtils and DomainBase. 2016-05-16 18:39:23 -04:00
DomainCommand.java Remove nearly all uses of ReferenceUnion 2016-05-16 16:36:25 -04:00
DomainRenewData.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
DomainResource.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
GracePeriod.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
package-info.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
Period.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
ReferenceUnion.java Remove nearly all uses of ReferenceUnion 2016-05-16 16:36:25 -04:00