- abortTransaction() - Method in interface no.tellu.findit.client.api.AsyncService
-
Cancels any transaction currently in progress.
- abortTransaction() - Method in class no.tellu.findit.client.api.AsyncServiceImpl
-
- ACCESS_DELETE - Static variable in class no.tellu.findit.client.api.ServiceSpec
-
- ACCESS_GET - Static variable in class no.tellu.findit.client.api.ServiceSpec
-
- ACCESS_POST - Static variable in class no.tellu.findit.client.api.ServiceSpec
-
- ACCESS_PUT - Static variable in class no.tellu.findit.client.api.ServiceSpec
-
- AccountTransaction - Class in no.tellu.findit.client.api
-
Transaction getting account details, filling in a ServiceSpec object.
- AccountTransaction() - Constructor for class no.tellu.findit.client.api.AccountTransaction
-
- addFilter(Filter) - Method in class no.tellu.findit.client.api.GetTransaction
-
Add a filter, to specify which resource objects to
retrieve.
- API_URL - Static variable in class no.tellu.findit.client.api.ServiceSpec
-
- AsyncService - Interface in no.tellu.findit.client.api
-
An asynchronous version of the REST API Service class,
with callback interfaces instead of blocking methods.
- AsyncService.AccountCallback - Interface in no.tellu.findit.client.api
-
Defines callback methods for transactions establishing the
customer account context for the API service.
- AsyncService.DataRetrieveCallback - Interface in no.tellu.findit.client.api
-
Callback interface for GetTransaction.
- AsyncService.TransactionCallback - Interface in no.tellu.findit.client.api
-
Generic transaction callback interface.
- AsyncServiceImpl - Class in no.tellu.findit.client.api
-
An implementation of the AsyncService interface for Android,
for asynchronous handling of API transactions.
- AsyncServiceImpl(String) - Constructor for class no.tellu.findit.client.api.AsyncServiceImpl
-
- AsyncServiceImpl(String, int, int) - Constructor for class no.tellu.findit.client.api.AsyncServiceImpl
-