Add a nomulus tool command to bulk ACK poll messages

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=252674014
This commit is contained in:
mcilwain 2019-06-11 12:28:19 -07:00 committed by jianglai
parent 0ed0455100
commit 691220748d
5 changed files with 246 additions and 1 deletions

View file

@ -26,7 +26,7 @@ public final class PollFlowUtils {
private PollFlowUtils() {}
/** Returns a query for poll messages for the logged in registrar which are not in the future. */
static Query<PollMessage> getPollMessagesQuery(String clientId, DateTime now) {
public static Query<PollMessage> getPollMessagesQuery(String clientId, DateTime now) {
return ofy().load()
.type(PollMessage.class)
.filter("clientId", clientId)