google-nomulus/java/google/registry/flows/domain
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
..
flags Move flags extension exceptions to separate classes 2016-09-14 15:59:10 -04:00
BaseDomainCheckFlow.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
BaseDomainCreateFlow.java Replace loadByUniqueId() with methods that don't overload unique id 2016-09-26 13:20:22 -04:00
BaseDomainInfoFlow.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
BaseDomainUpdateFlow.java HistoryEntry for extra logic; update fee check 2016-09-14 15:28:03 -04:00
ClaimsCheckFlow.java Flatten the domain check flows 2016-09-26 13:17:04 -04:00
DomainAllocateFlow.java Replace loadByUniqueId() with methods that don't overload unique id 2016-09-26 13:20:22 -04:00
DomainApplicationCreateFlow.java Fix Result.Code enum values to use UPPER_CAMEL naming 2016-09-19 12:02:56 -04:00
DomainApplicationDeleteFlow.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
DomainApplicationInfoFlow.java Replace loadByUniqueId() with methods that don't overload unique id 2016-09-26 13:20:22 -04:00
DomainApplicationUpdateFlow.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
DomainCheckFlow.java Flatten the domain check flows 2016-09-26 13:17:04 -04:00
DomainCreateFlow.java HistoryEntry for extra logic; update fee check 2016-09-14 15:28:03 -04:00
DomainCreateOrAllocateFlow.java Fix Result.Code enum values to use UPPER_CAMEL naming 2016-09-19 12:02:56 -04:00
DomainDeleteFlow.java Fix Result.Code enum values to use UPPER_CAMEL naming 2016-09-19 12:02:56 -04:00
DomainFlowUtils.java Rename "clientIdentifier" to "clientId" almost everywhere 2016-09-22 14:30:05 -04:00
DomainInfoFlow.java Flatten the domain info flows 2016-09-22 14:30:05 -04:00
DomainRenewFlow.java Fix Result.Code enum values to use UPPER_CAMEL naming 2016-09-19 12:02:56 -04:00
DomainRestoreRequestFlow.java Fix Result.Code enum values to use UPPER_CAMEL naming 2016-09-19 12:02:56 -04:00
DomainTransferApproveFlow.java Add javadoc to contact/host flows and mark them final 2016-09-22 14:30:05 -04:00
DomainTransferCancelFlow.java Add javadoc to contact/host flows and mark them final 2016-09-22 14:30:05 -04:00
DomainTransferQueryFlow.java Add javadoc to contact/host flows and mark them final 2016-09-22 14:30:05 -04:00
DomainTransferRejectFlow.java Add javadoc to contact/host flows and mark them final 2016-09-22 14:30:05 -04:00
DomainTransferRequestFlow.java Add javadoc to contact/host flows and mark them final 2016-09-22 14:30:05 -04:00
DomainUpdateFlow.java HistoryEntry for extra logic; update fee check 2016-09-14 15:28:03 -04:00
RegistryExtraFlowLogic.java Rename "clientIdentifier" to "clientId" almost everywhere 2016-09-22 14:30:05 -04:00
RegistryExtraFlowLogicProxy.java Add extra logic for all relevant flows 2016-09-14 15:26:36 -04:00
TldSpecificLogicProxy.java Replace loadByUniqueId() with methods that don't overload unique id 2016-09-26 13:20:22 -04:00