public interface AlertPatchService
Modifier and Type | Method and Description |
---|---|
void |
apply(AlertPatch alertPatch) |
void |
expire(Set<String> ids) |
void |
expireAll() |
void |
expireAllExcept(Set<String> ids) |
Collection<AlertPatch> |
getAllAlertPatches() |
Collection<AlertPatch> |
getRoutePatches(FeedScopedId route) |
Collection<AlertPatch> |
getStopPatches(FeedScopedId stop) |
Collection<AlertPatch> getAllAlertPatches()
Collection<AlertPatch> getStopPatches(FeedScopedId stop)
Collection<AlertPatch> getRoutePatches(FeedScopedId route)
void apply(AlertPatch alertPatch)
void expireAll()
Copyright © 2019. All rights reserved.