- PageConfig - Class in org.jboss.aerogear.android.pipeline.paging
-
- PageConfig() - Constructor for class org.jboss.aerogear.android.pipeline.paging.PageConfig
-
- PageConfig.MetadataLocations - Enum in org.jboss.aerogear.android.pipeline.paging
-
- PagedList<T> - Interface in org.jboss.aerogear.android.pipeline.paging
-
This class wraps a result and provides methods for retrieving the next and previous result sets.
- PageResultExtractor<T extends PageConfig> - Interface in org.jboss.aerogear.android.pipeline.paging
-
Classes which implement this interface are responsible for consuming a response from a server and extracting paging information (if any).
- ParameterProvider - Interface in org.jboss.aerogear.android.pipeline.paging
-
Classes which implement this interface should provide the necessary parameters for paging to a Pipe's read request.
- parse(String) - Static method in class org.jboss.aerogear.android.impl.util.WebLinkParser
-
- ParseException - Exception in org.jboss.aerogear.android.impl.util
-
This exception is thrown by something which parses if parsing fails(ex
WebLinkParser)
- ParseException(String) - Constructor for exception org.jboss.aerogear.android.impl.util.ParseException
-
- Pipe<T> - Interface in org.jboss.aerogear.android.pipeline
-
A
Pipe represents a server connection.
- pipe(Class) - Method in class org.jboss.aerogear.android.Pipeline
-
- pipe(Class, PipeConfig) - Method in class org.jboss.aerogear.android.Pipeline
-
- PipeConfig - Class in org.jboss.aerogear.android.impl.pipeline
-
- PipeConfig(URL, Class) - Constructor for class org.jboss.aerogear.android.impl.pipeline.PipeConfig
-
- PipeFactory - Interface in org.jboss.aerogear.android.pipeline
-
- Pipeline - Class in org.jboss.aerogear.android
-
A
Pipeline represents a ‘collection’ of server connections (aka
Pipes).
- Pipeline(URL) - Constructor for class org.jboss.aerogear.android.Pipeline
-
An initializer method to instantiate the Pipeline,
- Pipeline(URL, PipeFactory) - Constructor for class org.jboss.aerogear.android.Pipeline
-
An initializer method to instantiate the Pipeline,
- Pipeline(String) - Constructor for class org.jboss.aerogear.android.Pipeline
-
An initializer method to instantiate the Pipeline,
- PipeType - Interface in org.jboss.aerogear.android.pipeline
-
- PipeTypes - Enum in org.jboss.aerogear.android.impl.pipeline
-
Types of pipes
- post(String) - Method in interface org.jboss.aerogear.android.http.HttpProvider
-
Issues an HTTP request, consumes the content, and cleans up
after itself.
- post(String) - Method in class org.jboss.aerogear.android.impl.http.HttpRestProvider
-
Issues an HTTP request, consumes the content, and cleans up
after itself.
- previous(Callback<List<T>>) - Method in class org.jboss.aerogear.android.impl.pipeline.paging.WrappingPagedList
-
- previous(Callback<List<T>>) - Method in interface org.jboss.aerogear.android.pipeline.paging.PagedList
-
Retrieve the previous result set.
- Property - Class in org.jboss.aerogear.android.impl.reflection
-
Helper to access property with reflection
- Property(Class, String) - Constructor for class org.jboss.aerogear.android.impl.reflection.Property
-
Constructor to access field with get/set
- PropertyNotFoundException - Exception in org.jboss.aerogear.android.impl.reflection
-
Thrown when a property cannot be found.
- PropertyNotFoundException(Class, String) - Constructor for exception org.jboss.aerogear.android.impl.reflection.PropertyNotFoundException
-
Constructs with class and fieldName cannot be found.
- Provider<T> - Interface in org.jboss.aerogear.android
-
- put(String, String) - Method in interface org.jboss.aerogear.android.http.HttpProvider
-
Issues an HTTP request, consumes the content, and cleans up
after itself.
- put(String, String) - Method in class org.jboss.aerogear.android.impl.http.HttpRestProvider
-
Issues an HTTP request, consumes the content, and cleans up
after itself.
- R - Class in org.jboss.aerogear
-
- R() - Constructor for class org.jboss.aerogear.R
-
- R.attr - Class in org.jboss.aerogear
-
- R.attr() - Constructor for class org.jboss.aerogear.R.attr
-
- R.string - Class in org.jboss.aerogear
-
- R.string() - Constructor for class org.jboss.aerogear.R.string
-
- read(Serializable) - Method in interface org.jboss.aerogear.android.datamanager.Store
-
Reads a specific object/record from the underlying storage system.
- read(Serializable) - Method in class org.jboss.aerogear.android.impl.datamanager.MemoryStorage
-
Reads a specific object/record from the underlying storage system.
- read(Serializable) - Method in class org.jboss.aerogear.android.impl.datamanager.SQLStore
-
Reads a specific object/record from the underlying storage system.
- read(Callback<List<T>>) - Method in class org.jboss.aerogear.android.impl.pipeline.RestAdapter
-
Reads all the data from the underlying server connection.
- read(Callback<List<T>>) - Method in interface org.jboss.aerogear.android.pipeline.Pipe
-
Reads all the data from the underlying server connection.
- readAll() - Method in interface org.jboss.aerogear.android.datamanager.Store
-
Reads all the data from the underlying storage system.
- readAll() - Method in class org.jboss.aerogear.android.impl.datamanager.MemoryStorage
-
Reads all the data from the underlying storage system.
- readAll() - Method in class org.jboss.aerogear.android.impl.datamanager.SQLStore
-
Reads all the data from the underlying storage system.
- ReadFilter - Class in org.jboss.aerogear.android
-
This class wraps and builds the query parameters for filtering and pagination
- ReadFilter() - Constructor for class org.jboss.aerogear.android.ReadFilter
-
- readWithFilter(ReadFilter) - Method in interface org.jboss.aerogear.android.datamanager.Store
-
Search for objects/records from the underlying storage system.
- readWithFilter(ReadFilter) - Method in class org.jboss.aerogear.android.impl.datamanager.MemoryStorage
-
Search for objects/records from the underlying storage system.
- readWithFilter(ReadFilter) - Method in class org.jboss.aerogear.android.impl.datamanager.SQLStore
-
Search for objects/records from the underlying storage system.
- readWithFilter(ReadFilter, Callback<List<T>>) - Method in class org.jboss.aerogear.android.impl.pipeline.RestAdapter
-
- readWithFilter(ReadFilter, Callback<List<T>>) - Method in interface org.jboss.aerogear.android.pipeline.Pipe
-
Reads all the data from the underlying server connection.
- RecordId - Annotation Type in org.jboss.aerogear.android
-
Specifies field represent a key of an entity
This needs an pair of accessor methods (getter/setter)
- recordIdFieldNameIn(Class) - Static method in class org.jboss.aerogear.android.impl.reflection.Scan
-
Search field with @RecordId
- RecordIdNotFoundException - Exception in org.jboss.aerogear.android.impl.reflection
-
Thrown when a @RecordId cannot be found.
- RecordIdNotFoundException(Class) - Constructor for exception org.jboss.aerogear.android.impl.reflection.RecordIdNotFoundException
-
Constructs with class cannot be found.
- remove(String) - Method in class org.jboss.aerogear.android.authentication.impl.Authenticator
-
Removes a AuthenticationModule for name
- remove(String) - Method in class org.jboss.aerogear.android.DataManager
-
Removes a Store implementation from the DataManager.
- remove(Serializable) - Method in interface org.jboss.aerogear.android.datamanager.Store
-
Removes a specific object/record from the underlying storage system.
- remove(Serializable) - Method in class org.jboss.aerogear.android.impl.datamanager.MemoryStorage
-
Removes a specific object/record from the underlying storage system.
- remove(Serializable) - Method in class org.jboss.aerogear.android.impl.datamanager.SQLStore
-
Removes a specific object/record from the underlying storage system.
- remove(String, Callback<Void>) - Method in class org.jboss.aerogear.android.impl.pipeline.RestAdapter
-
Removes an object from the underlying server connection.
- remove(String, Callback<Void>) - Method in interface org.jboss.aerogear.android.pipeline.Pipe
-
Removes an object from the underlying server connection.
- remove(String) - Method in class org.jboss.aerogear.android.Pipeline
-
Removes a pipe from the Pipeline object
- reset() - Method in interface org.jboss.aerogear.android.datamanager.Store
-
Resets the entire storage system.
- reset() - Method in class org.jboss.aerogear.android.impl.datamanager.MemoryStorage
-
Resets the entire storage system.
- reset() - Method in class org.jboss.aerogear.android.impl.datamanager.SQLStore
-
Resets the entire storage system.
- RestAdapter<T> - Class in org.jboss.aerogear.android.impl.pipeline
-
Rest implementation of
Pipe.
- RestAdapter(Class<T>, URL) - Constructor for class org.jboss.aerogear.android.impl.pipeline.RestAdapter
-
- RestAdapter(Class<T>, URL, GsonBuilder) - Constructor for class org.jboss.aerogear.android.impl.pipeline.RestAdapter
-
- RestAdapter(Class<T>, URL, PageConfig) - Constructor for class org.jboss.aerogear.android.impl.pipeline.RestAdapter
-
- RestAdapter(Class<T>, URL, GsonBuilder, PageConfig) - Constructor for class org.jboss.aerogear.android.impl.pipeline.RestAdapter
-