Package | Description |
---|---|
org.transitime.db.webstructs |
Database classes used for the website.
|
Modifier and Type | Method and Description |
---|---|
static WebAgency |
WebAgency.getCachedWebAgency(java.lang.String agencyId)
Gets specified WebAgency from the cache.
|
static WebAgency |
WebAgency.getCachedWebAgency(java.lang.String agencyId,
long rereadIfOlderThanMsecs)
Gets specified WebAgency from the cache.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<WebAgency> |
WebAgency.getCachedOrderedListOfWebAgencies()
Gets list of web agencies, ordered by their agency names.
|