public interface TimeZonesStoreI extends Serializable
| Modifier and Type | Method and Description |
|---|---|
UpdateFromTimeZonesInfo |
updateFromTimeZones(String colHref,
int limit,
boolean checkOnly,
UpdateFromTimeZonesInfo info)
Update the system after changes to timezones.
|
UpdateFromTimeZonesInfo updateFromTimeZones(String colHref, int limit, boolean checkOnly, UpdateFromTimeZonesInfo info) throws CalFacadeException
To restart the update, call the method again, giving it the result from the last call as a parameter.
If called again after all events have been checked the process will be redone using timestamps to limit the check to events added or updated since the first check. Keep calling until the number of updated events is zero.
colHref - collection to fixlimit - -1 for no limitcheckOnly - don't update if true.info - null on first call, returned object from previous calls.CalFacadeException - on errorCopyright © 2019 Bedework. All rights reserved.