Add TLD-specific logic for application creates

This CL applies the status flag logic, but doesn't yet do any name checking

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=138769004
This commit is contained in:
mountford 2016-11-10 09:28:22 -08:00 committed by Ben McIlwain
parent 274b070b54
commit 8d97fa5858
6 changed files with 88 additions and 3 deletions

View file

@ -41,7 +41,6 @@ public interface RegistryExtraFlowLogic {
public void performAdditionalApplicationCreateLogic(
DomainApplication application,
String clientId,
DateTime asOfDate,
int years,
EppInput eppInput,
HistoryEntry historyEntry) throws EppException;