mirror of
https://github.com/google/nomulus
synced 2026-01-07 22:15:30 +00:00
Add extra flow logic hook for domain allocation
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138679232
This commit is contained in:
@@ -69,6 +69,15 @@ public interface RegistryExtraFlowLogic {
|
||||
EppInput eppInput,
|
||||
HistoryEntry historyEntry) throws EppException;
|
||||
|
||||
/** Performs additional tasks required for an allocate command. */
|
||||
public void performAdditionalDomainAllocateLogic(
|
||||
DomainResource domain,
|
||||
String clientId,
|
||||
DateTime asOfDate,
|
||||
int years,
|
||||
EppInput eppInput,
|
||||
HistoryEntry historyEntry) throws EppException;
|
||||
|
||||
/** Computes the expected creation fee. */
|
||||
public BaseFee getCreateFeeOrCredit(
|
||||
String domainName,
|
||||
|
||||
Reference in New Issue
Block a user