|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GeocachingApiException | |
|---|---|
| com.arcao.geocaching.api | |
| com.arcao.geocaching.api.exception | |
| com.arcao.geocaching.api.impl | |
| com.arcao.geocaching.api.impl.live_geocaching_api.exception | |
| Uses of GeocachingApiException in com.arcao.geocaching.api |
|---|
| Methods in com.arcao.geocaching.api that throw GeocachingApiException | |
|---|---|
CacheLog |
GeocachingApi.createFieldNoteAndPublish(FieldNote fieldNote,
boolean publish,
ImageData imageData,
boolean favoriteThisCache)
Create field note and publish them or store them to list of Field notes on Geocaching site. |
abstract CacheLog |
GeocachingApi.createFieldNoteAndPublish(String cacheCode,
LogType logType,
Date dateLogged,
String note,
boolean publish,
ImageData imageData,
boolean favoriteThisCache)
Create field note and publish them or store them to list of Field notes on Geocaching site. |
Geocache |
GeocachingApi.getCache(String cacheCode,
int cacheLogCount,
int trackableCount)
Get a full information about cache. |
abstract List<CacheLog> |
GeocachingApi.getCacheLogsByCacheCode(String cacheCode,
int startIndex,
int maxPerPage)
Get a list of cache logs in given cache. |
SimpleGeocache |
GeocachingApi.getCacheSimple(String cacheCode)
Get a basic information about cache. |
abstract List<SimpleGeocache> |
GeocachingApi.getMoreGeocaches(boolean isLite,
int startIndex,
int maxPerPage,
int geocacheLogCount,
int trackableLogCount)
|
abstract Trackable |
GeocachingApi.getTrackable(String trackableCode,
int trackableLogCount)
Get a trackable object for given trackable code. |
abstract List<Trackable> |
GeocachingApi.getTrackablesByCacheCode(String cacheCode,
int startIndex,
int maxPerPage,
int trackableLogCount)
Get a list of trackables which is currently placed in a cache. |
abstract UserProfile |
GeocachingApi.getYourUserProfile(boolean favoritePointData,
boolean geocacheData,
boolean publicProfileData,
boolean souvenirData,
boolean trackableData)
Get a information about user |
void |
GeocachingApi.openSession(String session)
Open a session with giving session id of already logged-in user |
abstract void |
GeocachingApi.openSession(String userName,
String password)
Open a new session and log-in user |
abstract List<SimpleGeocache> |
GeocachingApi.searchForGeocaches(boolean isLite,
int maxPerPage,
int geocacheLogCount,
int trackableLogCount,
Filter[] filters)
Search for geocaches and return list of found. |
| Uses of GeocachingApiException in com.arcao.geocaching.api.exception |
|---|
| Subclasses of GeocachingApiException in com.arcao.geocaching.api.exception | |
|---|---|
class |
InvalidCredentialsException
|
class |
InvalidSessionException
|
| Uses of GeocachingApiException in com.arcao.geocaching.api.impl |
|---|
| Methods in com.arcao.geocaching.api.impl that throw GeocachingApiException | |
|---|---|
protected JsonReader |
LiveGeocachingApi.callGet(String function)
|
protected JsonReader |
LiveGeocachingApi.callPost(String function,
String postBody)
|
CacheLog |
LiveGeocachingApi.createFieldNoteAndPublish(String cacheCode,
LogType logType,
Date dateLogged,
String note,
boolean publish,
ImageData imageData,
boolean favoriteThisCache)
|
List<CacheLog> |
LiveGeocachingApi.getCacheLogsByCacheCode(String cacheCode,
int startIndex,
int maxPerPage)
|
List<SimpleGeocache> |
LiveGeocachingApi.getMoreGeocaches(boolean isLite,
int startIndex,
int maxPerPage,
int geocacheLogCount,
int trackableLogCount)
|
Trackable |
LiveGeocachingApi.getTrackable(String trackableCode,
int trackableLogCount)
|
List<Trackable> |
LiveGeocachingApi.getTrackablesByCacheCode(String cacheCode,
int startIndex,
int maxPerPage,
int trackableLogCount)
|
UserProfile |
LiveGeocachingApi.getYourUserProfile(boolean favoritePointData,
boolean geocacheData,
boolean publicProfileData,
boolean souvenirData,
boolean trackableData)
|
protected void |
LiveGeocachingApi.checkError(JsonReader r)
|
void |
LiveGeocachingApi.openSession(String userName,
String password)
|
List<SimpleGeocache> |
LiveGeocachingApi.searchForGeocaches(boolean isLite,
int maxPerPage,
int geocacheLogCount,
int trackableLogCount,
Filter[] filters)
|
| Uses of GeocachingApiException in com.arcao.geocaching.api.impl.live_geocaching_api.exception |
|---|
| Subclasses of GeocachingApiException in com.arcao.geocaching.api.impl.live_geocaching_api.exception | |
|---|---|
class |
LiveGeocachingApiException
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||