google-nomulus/java/google/registry/flows
nickfelt df53080f78 Reorganize DomainTransferRequestFlow helper method structure
This attempts to improve the organization of the helper methods in
DomainTransferRequestFlow created by the flattening in []

The primary changes are:

 - new createTransferServerApproveEntities() method that now makes
   all the server approve entities in one centralized place

 - new createPendingTransferData() method that takes the server
   approve entities and hides the slightly hacky code that parses out
   the right ones to stuff into the TransferData

This seems like an overall simpler structure to me.  With this change,
run() is 20 lines shorter and the flow overall is 40 lines shorter (not
counting a big blob of javadoc I added).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=134315295
2016-10-03 15:36:05 -04:00
..
async Cut over to batched async deletion for contacts/hosts 2016-09-22 14:08:14 -04:00
contact Fix duplicate '/**' at the beginning of class javadocs 2016-09-26 13:36:45 -04:00
domain Reorganize DomainTransferRequestFlow helper method structure 2016-10-03 15:36:05 -04:00
exceptions Unify two exceptions that mean the same thing 2016-09-26 13:21:54 -04:00
host Unify two exceptions that mean the same thing 2016-09-26 13:21:54 -04:00
picker Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
poll Add documentation on poll messages and an outline of Code structure 2016-09-22 14:06:32 -04:00
session Fix Result.Code enum values to use UPPER_CAMEL naming 2016-09-19 12:02:56 -04:00
soy Add --set_current_tld_state to UpdateTldCommand 2016-08-02 19:02:19 -04:00
BUILD Improve logging/reduce shard count on async deletion [] 2016-09-19 11:56:37 -04:00
CheckApiAction.java Support version 0.12 of the EPP Fee Extension 2016-07-21 14:55:08 -04:00
EppConsoleAction.java Decouple GaeUserCredentials from UserService and simplify tests 2016-09-14 15:36:53 -04:00
EppController.java Fix Result.Code enum values to use UPPER_CAMEL naming 2016-09-19 12:02:56 -04:00
EppException.java Fix Result.Code enum values to use UPPER_CAMEL naming 2016-09-19 12:02:56 -04:00
EppMetrics.java Remove toString() method on Result.Code and fix metrics recording 2016-09-19 12:11:44 -04:00
EppRequestHandler.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
EppRequestSource.java Break SessionSource out of SessionMetadata and rename it EppRequestSource. 2016-06-27 16:19:21 -04:00
EppTlsAction.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
EppToolAction.java Rename "clientIdentifier" to "clientId" almost everywhere 2016-09-22 14:30:05 -04:00
EppXmlTransformer.java Add XML support for new Flags EPP extension 2016-08-02 19:03:26 -04:00
Flow.java Flatten and inject the poll flows 2016-09-19 11:59:48 -04:00
FlowComponent.java Improve efficiency of async contact and host deletion with batching 2016-09-19 11:47:55 -04:00
FlowModule.java Flatten the domain info flows 2016-09-22 14:30:05 -04:00
FlowRunner.java Get rid of @Nullable on the injected client id 2016-09-14 16:08:38 -04:00
FlowScope.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
GaeUserCredentials.java Decouple GaeUserCredentials from UserService and simplify tests 2016-09-14 15:36:53 -04:00
HttpSessionMetadata.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
LoggedInFlow.java Inject clientId into LoggedInFlow 2016-09-19 11:51:11 -04:00
OwnedResourceMutateFlow.java Decouple superuser from SessionMetadata 2016-06-27 16:17:57 -04:00
PasswordOnlyTransportCredentials.java Refactor SessionMetadata and TransportCredentials toString() methods 2016-06-27 16:43:12 -04:00
ResourceCreateFlow.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
ResourceCreateOrMutateFlow.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
ResourceFlow.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
ResourceFlowUtils.java Unify two exceptions that mean the same thing 2016-09-26 13:21:54 -04:00
ResourceMutateFlow.java Unify two exceptions that mean the same thing 2016-09-26 13:21:54 -04:00
ResourceQueryFlow.java Unify two exceptions that mean the same thing 2016-09-26 13:21:54 -04:00
ResourceUpdateFlow.java Fix Result.Code enum values to use UPPER_CAMEL naming 2016-09-19 12:02:56 -04:00
SessionMetadata.java Refactor SessionMetadata and TransportCredentials toString() methods 2016-06-27 16:43:12 -04:00
SingleResourceFlow.java Replace loadByUniqueId() with methods that don't overload unique id 2016-09-26 13:20:22 -04:00
StatelessRequestSessionMetadata.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
TlsCredentials.java Rename "clientIdentifier" to "clientId" almost everywhere 2016-09-22 14:30:05 -04:00
TransactionalFlow.java Make javadoc <p> style guide compliant 2016-05-18 13:09:01 -04:00
TransportCredentials.java Decouple SessionMetadata and TransportCredentials 2016-06-27 16:14:57 -04:00