mirror of
https://github.com/google/nomulus.git
synced 2025-07-13 14:35:16 +02:00
Implement input for MRs over child entities
Also throwing in a proof-of-concept MR that I'd like to run in production, and then scrap once the meaty MR is finished (e.g. exploding Recurring billing events into OneTimes). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=119881471
This commit is contained in:
parent
27c034c080
commit
fbe076b5da
13 changed files with 671 additions and 24 deletions
|
@ -37,6 +37,7 @@ import com.google.domain.registry.tools.server.ResaveAllEppResourcesAction;
|
|||
import com.google.domain.registry.tools.server.ToolsServerModule;
|
||||
import com.google.domain.registry.tools.server.UpdatePremiumListAction;
|
||||
import com.google.domain.registry.tools.server.VerifyOteAction;
|
||||
import com.google.domain.registry.tools.server.javascrap.CountRecurringBillingEventsAction;
|
||||
|
||||
import dagger.Subcomponent;
|
||||
|
||||
|
@ -50,6 +51,7 @@ import dagger.Subcomponent;
|
|||
ToolsServerModule.class,
|
||||
})
|
||||
interface ToolsRequestComponent {
|
||||
CountRecurringBillingEventsAction countRecurringBillingEventsAction();
|
||||
CreateGroupsAction createGroupsAction();
|
||||
CreatePremiumListAction createPremiumListAction();
|
||||
DeleteEntityAction deleteEntityAction();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue