public interface Locations extends EventProperties<BwLocation>
These are maintained in the database but completely cached by the indexer and in memory. There are methods to retrieve only the cached objects for the many cases where speed is important.
EventProperties.EnsureEntityExistsResult<T>| Modifier and Type | Method and Description |
|---|---|
GetEntityResponse<BwLocation> |
fetchLocationByKey(String keyName,
String keyVal)
Uses named keys to locate the location.
|
void |
init(boolean adminCanEditAllPublic)
Initialize the object
|
add, delete, ensureExists, find, find, findPersistent, get, get, getByUid, getByUids, getEditable, getPersistent, getPublic, getRefs, init, reindex, updatevoid init(boolean adminCanEditAllPublic)
adminCanEditAllPublic - True if administrators can edit all public entitiesGetEntityResponse<BwLocation> fetchLocationByKey(String keyName, String keyVal)
keyName - name of keykeyVal - the valueCopyright © 2019 Bedework. All rights reserved.