mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
Use cursor to track updating of registrar sheet
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138221931
This commit is contained in:
parent
3a75486c72
commit
cef07f6bc5
9 changed files with 58 additions and 42 deletions
|
@ -71,7 +71,14 @@ public class Cursor extends ImmutableObject {
|
|||
* for which Recurring billing events have been expanded (i.e. the inclusive first billing time
|
||||
* for the next expansion job).
|
||||
*/
|
||||
RECURRING_BILLING(EntityGroupRoot.class);
|
||||
RECURRING_BILLING(EntityGroupRoot.class),
|
||||
|
||||
/**
|
||||
* Cursor for {@link google.registry.export.sheet.SyncRegistrarsSheetAction}. The DateTime
|
||||
* stored is the last time that registrar changes were successfully synced to the sheet. If
|
||||
* there were no changes since the last time the action run, the cursor is not updated.
|
||||
*/
|
||||
SYNC_REGISTRAR_SHEET(EntityGroupRoot.class);
|
||||
|
||||
/** See the definition of scope on {@link #getScopeClass}. */
|
||||
private final Class<? extends ImmutableObject> scope;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue