google-nomulus/java/google/registry/flows/domain
cgoldfeder a09d48a4a5 Decentralize how registry phase checks are done in flows
Very few flows actually check the phase. Push the checks down to the leaf
flows so that we can remove the inherited code from ResourceFlow and replace
it with utility methods. In the process, document and test two places that
throw the exception but did not previously test it.

This introduces a temporary hack in BaseDomainCreateFlow that does something
specific for DomainApplicationCreateFlow. It will go away literally tomorrow
when I flatten that flow.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=135480538
2016-10-07 15:29:48 -04:00
..
flags Move flags extension exceptions to separate classes 2016-09-14 15:59:10 -04:00
BaseDomainCreateFlow.java Decentralize how registry phase checks are done in flows 2016-10-07 15:29:48 -04:00
ClaimsCheckFlow.java Decentralize how registry phase checks are done in flows 2016-10-07 15:29:48 -04:00
DomainAllocateFlow.java Always use the constructor to make Immutable Collection Builders 2016-10-07 14:37:02 -04:00
DomainApplicationCreateFlow.java Decentralize how registry phase checks are done in flows 2016-10-07 15:29:48 -04:00
DomainApplicationDeleteFlow.java Decentralize how registry phase checks are done in flows 2016-10-07 15:29:48 -04:00
DomainApplicationInfoFlow.java Unify two exceptions that mean the same thing 2016-09-26 13:21:54 -04:00
DomainApplicationUpdateFlow.java Flatten the domain and domain application update flows 2016-10-07 14:34:06 -04:00
DomainCheckFlow.java Decentralize how registry phase checks are done in flows 2016-10-07 15:29:48 -04:00
DomainCreateFlow.java Decentralize how registry phase checks are done in flows 2016-10-07 15:29:48 -04:00
DomainCreateOrAllocateFlow.java Fix Result.Code enum values to use UPPER_CAMEL naming 2016-09-19 12:02:56 -04:00
DomainDeleteFlow.java Decentralize how registry phase checks are done in flows 2016-10-07 15:29:48 -04:00
DomainFlowUtils.java Decentralize how registry phase checks are done in flows 2016-10-07 15:29:48 -04:00
DomainInfoFlow.java Support date and notAfter in fee extension response v12 2016-09-26 13:24:57 -04:00
DomainRenewFlow.java Flatten the domain renew flow 2016-09-26 13:45:39 -04:00
DomainRestoreRequestFlow.java Flatten the domain restore flow 2016-10-03 15:34:34 -04:00
DomainTransferApproveFlow.java Unify two exceptions that mean the same thing 2016-09-26 13:21:54 -04:00
DomainTransferCancelFlow.java Unify two exceptions that mean the same thing 2016-09-26 13:21:54 -04:00
DomainTransferQueryFlow.java Unify two exceptions that mean the same thing 2016-09-26 13:21:54 -04:00
DomainTransferRejectFlow.java Unify two exceptions that mean the same thing 2016-09-26 13:21:54 -04:00
DomainTransferRequestFlow.java Reorganize DomainTransferRequestFlow helper method structure 2016-10-03 15:36:05 -04:00
DomainUpdateFlow.java Flatten the domain and domain application update flows 2016-10-07 14:34:06 -04:00
RegistryExtraFlowLogic.java Remove trailing whitespace in files 2016-10-07 15:29:47 -04:00
RegistryExtraFlowLogicProxy.java Remove trailing whitespace in files 2016-10-07 15:29:47 -04:00
TldSpecificLogicProxy.java Expurgate vestiges of superannuated flow hierarchy 2016-10-07 15:29:48 -04:00