| Modifier and Type | Method and Description |
|---|---|
List<T> |
Store.readWithFilter(ReadFilter filter)
Search for objects/records from the underlying storage system.
|
| Modifier and Type | Method and Description |
|---|---|
List<T> |
SQLStore.readWithFilter(ReadFilter filter)
Search for objects/records from the underlying storage system.
|
List<T> |
MemoryStorage.readWithFilter(ReadFilter filter)
Search for objects/records from the underlying storage system.
|
List<T> |
EncryptedSQLStore.readWithFilter(ReadFilter filter)
Search for objects/records from the underlying storage system.
|
List<T> |
EncryptedMemoryStore.readWithFilter(ReadFilter filter)
Search for objects/records from the underlying storage system.
|
| Modifier and Type | Method and Description |
|---|---|
List<T> |
RestRunner.onReadWithFilter(ReadFilter filter,
Pipe<T> requestingPipe) |
void |
SupportLoaderAdapter.read(ReadFilter filter,
Callback<List<T>> callback) |
void |
RestAdapter.read(ReadFilter filter,
Callback<List<T>> callback) |
void |
LoaderAdapter.read(ReadFilter filter,
Callback<List<T>> callback) |
void |
SupportLoaderAdapter.readWithFilter(ReadFilter filter,
Callback<List<T>> callback) |
void |
RestAdapter.readWithFilter(ReadFilter filter,
Callback<List<T>> callback) |
void |
LoaderAdapter.readWithFilter(ReadFilter filter,
Callback<List<T>> callback) |
| Constructor and Description |
|---|
ReadLoader(android.content.Context context,
Callback<List<T>> callback,
PipeHandler<T> runner,
ReadFilter filter,
Pipe<T> pipe) |
| Constructor and Description |
|---|
SupportReadLoader(android.content.Context context,
Callback<List<T>> callback,
PipeHandler<T> runner,
ReadFilter filter,
Pipe<T> pipe) |
| Modifier and Type | Method and Description |
|---|---|
ReadFilter |
WrappingPagedList.getNextFilter() |
ReadFilter |
URIPageHeaderParser.getNextFilter(HeaderAndBody result,
PageConfig config) |
ReadFilter |
URIBodyPageParser.getNextFilter(HeaderAndBody result,
PageConfig config) |
ReadFilter |
WrappingPagedList.getPreviousFilter() |
ReadFilter |
URIPageHeaderParser.getPreviousFilter(HeaderAndBody result,
PageConfig config) |
ReadFilter |
URIBodyPageParser.getPreviousFilter(HeaderAndBody result,
PageConfig config) |
| Modifier and Type | Method and Description |
|---|---|
URI |
DefaultParameterProvider.getParameters(ReadFilter filter) |
| Constructor and Description |
|---|
WrappingPagedList(Pipe<T> pipe,
List<T> data,
ReadFilter nextFilter,
ReadFilter previousFilter) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
PipeHandler.onReadWithFilter(ReadFilter filter,
Pipe<T> requestingPipe) |
void |
Pipe.read(ReadFilter filter,
Callback<List<T>> callback)
Reads all the data from the underlying server connection.
|
void |
Pipe.readWithFilter(ReadFilter filter,
Callback<List<T>> callback)
Deprecated.
in 1.1. Please use
Pipe.read(org.jboss.aerogear.android.ReadFilter, org.jboss.aerogear.android.Callback) instead |
| Modifier and Type | Method and Description |
|---|---|
ReadFilter |
PageParameterExtractor.getNextFilter(HeaderAndBody response,
T config)
Extracts a usable ReadFilter from the response of a server for the "next" result set.
|
ReadFilter |
PageParameterExtractor.getPreviousFilter(HeaderAndBody response,
T config)
Extracts a usable ReadFilter from the response of a server for the "previous" result set.
|
| Modifier and Type | Method and Description |
|---|---|
URI |
ParameterProvider.getParameters(ReadFilter filter) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.