google-nomulus/javatests/google/registry/flows/dotapp/testdata
mountford 78a36925f4 Remove commitAdditionalLogicChanges(), part 1
Now that the flows are flattened, the commitAdditionalLogicChanges() call, which used to come later in the flow to actually save the Datastore objects, is now happening right after the performAdditionalXXXLogic() call. So we can instead just do the saves in performAdditionalXXXLogic(), and get rid of the separate call. As a first step, this CL simply makes commitAdditionalLogicChanges() a private method that gets called internally by the extra logic manager. Later, we can move the saves into their proper position, affecting only the extra logic class itself.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=137529991
2016-11-02 15:19:34 -04:00
..
domain_create_no_flags.xml Add TLD extra create flow logic 2016-10-14 16:58:07 -04:00
domain_create_one_flag.xml Add TLD extra create flow logic 2016-10-14 16:58:07 -04:00
domain_create_two_flags.xml Add TLD extra create flow logic 2016-10-14 16:58:07 -04:00
domain_delete.xml Add TLD extra delete flow logic 2016-10-14 16:58:07 -04:00
domain_renew.xml Add TLD extra renew flow logic 2016-10-14 16:58:07 -04:00
domain_update_add_one_flag.xml Implement extra logic for update flow 2016-08-22 13:58:56 -04:00
domain_update_add_one_flag_remove_one_flag.xml Implement extra logic for update flow 2016-08-22 13:58:56 -04:00
domain_update_add_two_flags.xml Implement extra logic for update flow 2016-08-22 13:58:56 -04:00
domain_update_remove_one_flag.xml Implement extra logic for update flow 2016-08-22 13:58:56 -04:00
domain_update_restore_request.xml Remove commitAdditionalLogicChanges(), part 1 2016-11-02 15:19:34 -04:00