google-nomulus/java/google/registry/flows/domain
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
..
flags Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
ClaimsCheckFlow.java Remove LoggedInFlow 2016-11-02 15:19:34 -04:00
DomainAllocateFlow.java Replace command.applyTo() with inlined builder operations 2016-11-02 15:19:34 -04:00
DomainApplicationCreateFlow.java Remove commitAdditionalLogicChanges(), part 1 2016-11-02 15:19:34 -04:00
DomainApplicationDeleteFlow.java Remove LoggedInFlow 2016-11-02 15:19:34 -04:00
DomainApplicationInfoFlow.java Remove LoggedInFlow 2016-11-02 15:19:34 -04:00
DomainApplicationUpdateFlow.java Replace command.applyTo() with inlined builder operations 2016-11-02 15:19:34 -04:00
DomainCheckFlow.java Remove LoggedInFlow 2016-11-02 15:19:34 -04:00
DomainCreateFlow.java Remove commitAdditionalLogicChanges(), part 1 2016-11-02 15:19:34 -04:00
DomainDeleteFlow.java Remove commitAdditionalLogicChanges(), part 1 2016-11-02 15:19:34 -04:00
DomainFlowUtils.java Replace command.applyTo() with inlined builder operations 2016-11-02 15:19:34 -04:00
DomainInfoFlow.java Remove LoggedInFlow 2016-11-02 15:19:34 -04:00
DomainRenewFlow.java Remove commitAdditionalLogicChanges(), part 1 2016-11-02 15:19:34 -04:00
DomainRestoreRequestFlow.java Remove commitAdditionalLogicChanges(), part 1 2016-11-02 15:19:34 -04:00
DomainTransferApproveFlow.java Remove LoggedInFlow 2016-11-02 15:19:34 -04:00
DomainTransferCancelFlow.java Remove LoggedInFlow 2016-11-02 15:19:34 -04:00
DomainTransferQueryFlow.java Remove LoggedInFlow 2016-11-02 15:19:34 -04:00
DomainTransferRejectFlow.java Remove LoggedInFlow 2016-11-02 15:19:34 -04:00
DomainTransferRequestFlow.java Remove commitAdditionalLogicChanges(), part 1 2016-11-02 15:19:34 -04:00
DomainUpdateFlow.java Remove commitAdditionalLogicChanges(), part 1 2016-11-02 15:19:34 -04:00
RegistryExtraFlowLogic.java Remove commitAdditionalLogicChanges(), part 1 2016-11-02 15:19:34 -04:00
RegistryExtraFlowLogicProxy.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
TldSpecificLogicProxy.java Fix missing LRP token during LRP period behavior 2016-11-02 15:19:34 -04:00