Index
All Classes and Interfaces|All Packages
A
- authorizationHeaderValue - Variable in class de.qytera.qtaf.core.net.http.HTTPDao
-
Authorization header value
B
- buildItemPath(int) - Method in class de.qytera.qtaf.core.net.http.HTTPJsonEntityRepository
-
Build path where to look for single entities
- buildItemPath(String) - Method in class de.qytera.qtaf.core.net.http.HTTPJsonEntityRepository
-
Build path where to look for single entities
- buildItemPath(T) - Method in class de.qytera.qtaf.core.net.http.HTTPJsonEntityRepository
-
Build path where to look for single entities
C
- client - Variable in class de.qytera.qtaf.core.net.http.HTTPDao
-
Web Client that can perform HTTP Requests
- createOne(T) - Method in class de.qytera.qtaf.core.net.http.HTTPJsonEntityRepository
-
Create single entity
D
- dao - Variable in class de.qytera.qtaf.core.net.http.HTTPJsonEntityRepository
-
HTTP JSON DAO Object
- de.qytera.qtaf.core.net.http - package de.qytera.qtaf.core.net.http
- delete(String, Class<T>) - Method in class de.qytera.qtaf.core.net.http.HTTPJsonDao
-
Send DELETE Request
- delete(String, String) - Method in class de.qytera.qtaf.core.net.http.HTTPDao
-
Perform DELETE Requests
- delete(String, String, Class<T>) - Method in class de.qytera.qtaf.core.net.http.HTTPDao
-
Perform DELETE Requests
- deleteAsString(String, String) - Method in class de.qytera.qtaf.core.net.http.HTTPDao
-
Perform DELETE Requests
- deleteOne(T) - Method in class de.qytera.qtaf.core.net.http.HTTPJsonEntityRepository
-
Find single entity by ID
E
- entityClass - Variable in class de.qytera.qtaf.core.net.http.HTTPJsonEntityRepository
-
Entity class
F
- findOne(int) - Method in class de.qytera.qtaf.core.net.http.HTTPJsonEntityRepository
-
Find single entity by ID
G
- get(String, Class<T>) - Method in class de.qytera.qtaf.core.net.http.HTTPJsonDao
-
Send GET Request
- get(String, String) - Method in class de.qytera.qtaf.core.net.http.HTTPDao
-
Perform GET Requests
- get(String, String, Class<T>) - Method in class de.qytera.qtaf.core.net.http.HTTPDao
-
Perform GET Requests
- getAsString(String, String) - Method in class de.qytera.qtaf.core.net.http.HTTPDao
-
Perform GET Requests
- getAuthorizationHeaderValue() - Method in class de.qytera.qtaf.core.net.http.HTTPDao
-
Get authorizationHeaderValue
- gson - Variable in class de.qytera.qtaf.core.net.http.HTTPDao
-
String to JSON converter
H
- host - Variable in class de.qytera.qtaf.core.net.http.HTTPDao
-
Host: domain name (i.e.
- HTTPDao - Class in de.qytera.qtaf.core.net.http
-
HTTP DAO
- HTTPDao(String) - Constructor for class de.qytera.qtaf.core.net.http.HTTPDao
-
Constructor
- HTTPJsonDao - Class in de.qytera.qtaf.core.net.http
- HTTPJsonDao(String) - Constructor for class de.qytera.qtaf.core.net.http.HTTPJsonDao
-
Constructor
- HTTPJsonEntityRepository<T> - Class in de.qytera.qtaf.core.net.http
-
Class that is responsible for loading entities from an HTTP server that returns JSON Responses (i.e. a REST API)
- HTTPJsonEntityRepository(HTTPJsonDao, String, Class<T>) - Constructor for class de.qytera.qtaf.core.net.http.HTTPJsonEntityRepository
-
Constructor
P
- path - Variable in class de.qytera.qtaf.core.net.http.HTTPJsonEntityRepository
-
URL Path
- post(String, Class<T>, Object) - Method in class de.qytera.qtaf.core.net.http.HTTPJsonDao
-
Send POST Request
- post(String, String, Class<T>, Object) - Method in class de.qytera.qtaf.core.net.http.HTTPDao
-
Perform POST Requests
- post(String, String, Object) - Method in class de.qytera.qtaf.core.net.http.HTTPDao
-
Perform POST Requests
- postAsString(String, String, Object) - Method in class de.qytera.qtaf.core.net.http.HTTPDao
-
Perform POST Requests
- put(String, Class<T>, Object) - Method in class de.qytera.qtaf.core.net.http.HTTPJsonDao
-
Send PUT Request
- put(String, String, Class<T>, Object) - Method in class de.qytera.qtaf.core.net.http.HTTPDao
-
Perform PUT Requests
- put(String, String, Object) - Method in class de.qytera.qtaf.core.net.http.HTTPDao
-
Perform PUT Requests
- putAsString(String, String, Object) - Method in class de.qytera.qtaf.core.net.http.HTTPDao
-
Perform PUT Requests
S
- setAuthorizationHeaderValue(String) - Method in class de.qytera.qtaf.core.net.http.HTTPDao
-
Set authorizationHeaderValue
U
- updateOne(T) - Method in class de.qytera.qtaf.core.net.http.HTTPJsonEntityRepository
-
Update single entity
All Classes and Interfaces|All Packages