Class LordnTaskUtils

java.lang.Object
google.registry.tmch.LordnTaskUtils

public final class LordnTaskUtils extends Object
Helper methods for creating tasks containing CSV line data based on DomainBase.getLordnPhase().

Note that, per the TMCH RFC, while the application-datetime data is optional (which we never send because there start-date sunrise has no applications), its presence in the header is still required.

  • Field Details

  • Method Details

    • getCsvLineForSunriseDomain

      public static String getCsvLineForSunriseDomain(Domain domain)
      Returns the corresponding CSV LORDN line for a sunrise domain.
    • getCsvLineForClaimsDomain

      public static String getCsvLineForClaimsDomain(Domain domain)
      Returns the corresponding CSV LORDN line for a claims domain.