google-nomulus/java/google/registry/flows/domain
mcilwain b03bd3b525 Remove UNRESERVED as a reservation type
This is a follow-up to Lai's refactoring of the get reservation types
code to return a set rather than a single type. Since we're always
returning a set now, the more natural way to represent a label that is
not reserved is to return an empty set rather than a set containing
UNRESERVED.

Also fixes some minor style issues I ran across regarding static
importing and test method naming that I ran across (no logic
implications).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=151132116
2017-03-27 13:31:33 -04:00
..
ClaimsCheckFlow.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
DomainAllocateFlow.java Clean up flow validation of registration periods 2017-03-27 13:04:19 -04:00
DomainApplicationCreateFlow.java Clean up flow validation of registration periods 2017-03-27 13:04:19 -04:00
DomainApplicationDeleteFlow.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
DomainApplicationInfoFlow.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
DomainApplicationUpdateFlow.java Add nameserver validation in domain update related flows 2017-03-27 12:58:19 -04:00
DomainCheckFlow.java Remove UNRESERVED as a reservation type 2017-03-27 13:31:33 -04:00
DomainCreateFlow.java Clean up flow validation of registration periods 2017-03-27 13:04:19 -04:00
DomainDeleteFlow.java Add test and commentary for "phantom autorenew" in pendingDelete 2017-03-07 13:37:40 -05:00
DomainFlowTmchUtils.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
DomainFlowUtils.java Remove UNRESERVED as a reservation type 2017-03-27 13:31:33 -04:00
DomainInfoFlow.java Restrict domain transfer pricing to 1 year 2017-03-21 15:33:29 -04:00
DomainPricingLogic.java Restrict domain transfer pricing to 1 year 2017-03-21 15:33:29 -04:00
DomainRenewFlow.java Clean up flow validation of registration periods 2017-03-27 13:04:19 -04:00
DomainRestoreRequestFlow.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
DomainTransferApproveFlow.java Remove obsolete TransferData.extendedRegistrationYears 2017-03-21 15:35:00 -04:00
DomainTransferCancelFlow.java Standardize usage of some transfer flow verification helpers 2017-03-21 15:18:33 -04:00
DomainTransferQueryFlow.java Remove obsolete TransferData.extendedRegistrationYears 2017-03-21 15:35:00 -04:00
DomainTransferRejectFlow.java Refactor common domain transfer logic into a utility class 2017-02-08 17:42:51 -05:00
DomainTransferRequestFlow.java Remove obsolete TransferData.extendedRegistrationYears 2017-03-21 15:35:00 -04:00
DomainTransferUtils.java Remove straggler references to extended registration years 2017-03-27 12:59:48 -04:00
DomainUpdateFlow.java Add nameserver validation in domain update related flows 2017-03-27 12:58:19 -04:00
FeesAndCredits.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00