.. java:import:: android.net Uri .. java:import:: android.os AsyncTask .. java:import:: org.springframework.http.converter StringHttpMessageConverter .. java:import:: org.springframework.web.client HttpClientErrorException .. java:import:: org.springframework.web.client HttpServerErrorException .. java:import:: org.springframework.web.client ResourceAccessException .. java:import:: org.springframework.web.client RestTemplate .. java:import:: java.io IOException .. java:import:: java.io StringReader .. java:import:: java.util ArrayList .. java:import:: java.util LinkedList .. java:import:: java.util List .. java:import:: au.com.bytecode.opencsv CSVReader StringResourcesHandler ====================== .. java:package:: ar.uba.fi.drtinder :noindex: .. java:type:: public final class StringResourcesHandler Fields ------ INTEREST_DATA_DIVIDER ^^^^^^^^^^^^^^^^^^^^^ .. java:field:: public static final String INTEREST_DATA_DIVIDER :outertype: StringResourcesHandler Interest group divider (divide between class and id) INTEREST_DIVIDER ^^^^^^^^^^^^^^^^ .. java:field:: public static final String INTEREST_DIVIDER :outertype: StringResourcesHandler Interest string divider (divide 2 diferent interest groups) SERVICE_CHAT ^^^^^^^^^^^^ .. java:field:: public static final int SERVICE_CHAT :outertype: StringResourcesHandler Query type: New matches for the service SERVICE_MATCHES ^^^^^^^^^^^^^^^ .. java:field:: public static final int SERVICE_MATCHES :outertype: StringResourcesHandler Query type: New matches for the service USER_CANDIDATES ^^^^^^^^^^^^^^^ .. java:field:: public static final int USER_CANDIDATES :outertype: StringResourcesHandler Query type: Candidates for the user USER_CHAT ^^^^^^^^^ .. java:field:: public static final int USER_CHAT :outertype: StringResourcesHandler Query type: Chat for the user USER_INFO ^^^^^^^^^ .. java:field:: public static final int USER_INFO :outertype: StringResourcesHandler Query type: Information of the user USER_MATCHES ^^^^^^^^^^^^ .. java:field:: public static final int USER_MATCHES :outertype: StringResourcesHandler Query type: Matches for the user Methods ------- executeQuery ^^^^^^^^^^^^ .. java:method:: public static void executeQuery(int requestType, String token, CallbackOperation operation) :outertype: StringResourcesHandler Executes a query in a detached thread. Once it finishes executes the callback :param requestType: Request type (One of the listed request types) :param token: Session token :param operation: Callback operation executeQuery ^^^^^^^^^^^^ .. java:method:: public static void executeQuery(String resId, int requestType, String token, CallbackOperation operation) :outertype: StringResourcesHandler Executes a query in a detached thread. Once it finishes executes the callback :param resId: Queried resource id :param requestType: Request type (One of the listed request types) :param token: Session token :param operation: Callback operation