google-nomulus/java/google/registry/flows/domain
jianglai 74d64f502e Modify create price custom logic to return FeesAndCredits
Previously DomainPricingCustomLogic#customizeCreatePrice takes in the create
price itself and modifies it. Change it to take in the entire FeesAndCredits (previously named EppCommandOperations) which may contain other fees related to domain creation,
such as EAP fees, and returns FeesAndCredits that may either change the
fees or add new type of fees.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=141600614
2016-12-13 15:59:16 -05:00
..
flags Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
ClaimsCheckFlow.java Turn Flow into an interface and inject all its fields 2016-11-02 15:19:34 -04:00
DomainAllocateFlow.java Modify create price custom logic to return FeesAndCredits 2016-12-13 15:59:16 -05:00
DomainApplicationCreateFlow.java Modify create price custom logic to return FeesAndCredits 2016-12-13 15:59:16 -05:00
DomainApplicationDeleteFlow.java Scope down TransferData to only ContactResource and DomainResource 2016-11-15 13:47:28 -05:00
DomainApplicationInfoFlow.java Add extra flow logic hook for application info 2016-11-10 12:30:44 -05:00
DomainApplicationUpdateFlow.java Add extra flow logic hooks for application delete and update 2016-11-10 11:24:32 -05:00
DomainCheckFlow.java Migrate getCreatePrice() call to DomainPricingLogic 2016-12-06 11:52:46 -05:00
DomainCreateFlow.java Modify create price custom logic to return FeesAndCredits 2016-12-13 15:59:16 -05:00
DomainDeleteFlow.java Do not cancel pending transfers unless there is one to cancel 2016-12-06 11:52:46 -05:00
DomainFlowUtils.java Modify create price custom logic to return FeesAndCredits 2016-12-13 15:59:16 -05:00
DomainInfoFlow.java Migrate getCreatePrice() call to DomainPricingLogic 2016-12-06 11:52:46 -05:00
DomainPricingLogic.java Modify create price custom logic to return FeesAndCredits 2016-12-13 15:59:16 -05:00
DomainRenewFlow.java Add extensible custom logic to the domain renew flow 2016-11-28 11:32:47 -05:00
DomainRestoreRequestFlow.java Add explicit generic type parameters to make Java 7 build happy 2016-11-16 17:11:14 -05:00
DomainTransferApproveFlow.java Add extra flow logic hooks for transfer approve, cancel and reject 2016-11-15 13:52:01 -05:00
DomainTransferCancelFlow.java Add extra flow logic hooks for transfer approve, cancel and reject 2016-11-15 13:52:01 -05:00
DomainTransferQueryFlow.java Refactor authInfo validation 2016-11-10 11:07:54 -05:00
DomainTransferRejectFlow.java Add extra flow logic hooks for transfer approve, cancel and reject 2016-11-15 13:52:01 -05:00
DomainTransferRequestFlow.java Add explicit generic type parameters to make Java 7 build happy 2016-11-16 17:11:14 -05:00
DomainUpdateFlow.java Add extensible custom logic to the domain update flow 2016-11-28 11:28:16 -05:00
RegistryExtraFlowLogic.java Add extensible custom logic to the domain check flow 2016-11-16 17:06:43 -05:00
RegistryExtraFlowLogicProxy.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
TldSpecificLogicProxy.java Add extra flow logic hooks for application delete and update 2016-11-10 11:24:32 -05:00