CreateGroupsAction |
Action that creates Google Groups for a registrar's mailing lists.
|
CreateOrUpdatePremiumListAction |
Abstract base class for actions that update premium lists.
|
CreatePremiumListAction |
An action that creates a premium list, for use by the nomulus create_premium_list
command.
|
DeleteEntityAction |
An action to delete entities in Datastore specified by raw key ids, which can be found in
Datastore Viewer in the AppEngine console - it's the really long alphanumeric key that is labeled
"Entity key" on the page for an individual entity.
|
GenerateZoneFilesAction |
MapReduce that requests generation of BIND zone files for a set of TLDs at a given time.
|
KillAllCommitLogsAction |
Deletes all commit logs in Datastore.
|
KillAllEntitiesReducer |
Reducer that deletes a group of keys, identified by a shared ancestor key.
|
KillAllEppResourcesAction |
Deletes all EppResource objects in Datastore, including indices and descendants.
|
ListDomainsAction |
An action that lists domains, for use by the nomulus list_domains command.
|
ListHostsAction |
An action that lists hosts, for use by the nomulus list_hosts command.
|
ListObjectsAction<T extends ImmutableObject> |
Abstract base class for actions that list ImmutableObjects.
|
ListPremiumListsAction |
An action that lists premium lists, for use by the nomulus list_premium_lists command.
|
ListRegistrarsAction |
An action that lists registrars, for use by the nomulus list_registrars command.
|
ListReservedListsAction |
A that lists reserved lists, for use by the nomulus list_reserved_lists command.
|
ListTldsAction |
An action that lists top-level domains, for use by the nomulus list_tlds command.
|
RefreshDnsForAllDomainsAction |
A mapreduce that enqueues DNS publish tasks on all active domains on the specified TLD(s).
|
RefreshDnsForAllDomainsAction.RefreshDnsForAllDomainsActionMapper |
Mapper to refresh DNS for all active domain resources.
|
ResaveAllHistoryEntriesAction |
|
ResaveAllHistoryEntriesAction.ResaveAllHistoryEntriesActionMapper |
Mapper to re-save all HistoryEntry entities.
|
ToolsServerModule |
Dagger module for the tools package.
|
UpdatePremiumListAction |
An action that creates a premium list, for use by the nomulus create_premium_list
command.
|
VerifyOteAction |
A servlet that verifies a registrar's OTE status.
|