google-nomulus/java/google/registry/flows/custom
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
..
BaseFlowCustomLogic.java Add a custom logic framework to provide pluggable extensibility 2016-11-15 15:19:32 -05:00
CustomLogicFactory.java Add extensible custom logic to domain application create flow 2016-12-06 11:52:46 -05:00
CustomLogicFactoryModule.java Add a custom logic framework to provide pluggable extensibility 2016-11-15 15:19:32 -05:00
CustomLogicModule.java Add extensible custom logic to domain application create flow 2016-12-06 11:52:46 -05:00
DomainApplicationCreateFlowCustomLogic.java Add extensible custom logic to domain application create flow 2016-12-06 11:52:46 -05:00
DomainCheckFlowCustomLogic.java Add extensible custom logic to the domain check flow 2016-11-16 17:06:43 -05:00
DomainCreateFlowCustomLogic.java Migrate getCreatePrice() call to DomainPricingLogic 2016-12-06 11:52:46 -05:00
DomainDeleteFlowCustomLogic.java Add extensible custom logic to the domain delete flow 2016-12-06 11:52:46 -05:00
DomainInfoFlowCustomLogic.java Add extensible custom logic to the domain info flow 2016-11-28 11:26:42 -05:00
DomainPricingCustomLogic.java Modify create price custom logic to return FeesAndCredits 2016-12-13 15:59:16 -05:00
DomainRenewFlowCustomLogic.java Add extensible custom logic to the domain renew flow 2016-11-28 11:32:47 -05:00
DomainUpdateFlowCustomLogic.java Add extensible custom logic to the domain update flow 2016-11-28 11:28:16 -05:00
EntityChanges.java Add a custom logic framework to provide pluggable extensibility 2016-11-15 15:19:32 -05:00