Class ListRegistrarsAction

java.lang.Object
google.registry.tools.server.ListObjectsAction<Registrar>
google.registry.tools.server.ListRegistrarsAction
All Implemented Interfaces:
Runnable

public final class ListRegistrarsAction extends ListObjectsAction<Registrar>
An action that lists registrars, for use by the nomulus list_registrars command.
  • Field Details

  • Method Details

    • getPrimaryKeyFields

      public com.google.common.collect.ImmutableSet<String> getPrimaryKeyFields()
    • loadObjects

      public com.google.common.collect.ImmutableSet<Registrar> loadObjects()
    • getFieldAliases

      public com.google.common.collect.ImmutableBiMap<String,String> getFieldAliases()
    • getFieldOverrides

      public com.google.common.collect.ImmutableMap<String,String> getFieldOverrides(Registrar registrar)