Package google.registry.tmch
Class LordnTaskUtils
java.lang.Object
google.registry.tmch.LordnTaskUtils
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.
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getCsvLineForClaimsDomain
(Domain domain) Returns the corresponding CSV LORDN line for a claims domain.static String
getCsvLineForSunriseDomain
(Domain domain) Returns the corresponding CSV LORDN line for a sunrise domain.
-
Field Details
-
COLUMNS_CLAIMS
- See Also:
-
COLUMNS_SUNRISE
- See Also:
-
-
Method Details
-
getCsvLineForSunriseDomain
Returns the corresponding CSV LORDN line for a sunrise domain. -
getCsvLineForClaimsDomain
Returns the corresponding CSV LORDN line for a claims domain.
-