.class public interface abstract Lcom/jdlf/compass/util/managers/api/CompassApi; .super Ljava/lang/Object; .source "CompassApi.java" # static fields .field public static final ACTION_CENTRE_SERVICE:Ljava/lang/String; = "/services/mobile/actioncentre.svc/" .field public static final ADMIN_SERVICE:Ljava/lang/String; = "/services/admin.svc/" .field public static final ANDROID_SERVICE:Ljava/lang/String; = "/services/ios.svc/" .field public static final API_HEADER_KEY:Ljava/lang/String; = "CompassApiKey" .field public static final APP_REVIEW_SERVICE:Ljava/lang/String; = "/services/mobile/appreview.svc/" .field public static final CHRONICLE_SERVICE:Ljava/lang/String; = "/services/mobile/chronicle.svc/" .field public static final COURSE_CONF_SERVICE:Ljava/lang/String; = "/services/mobile/courseconfirmation.svc/" .field public static final DOOR_SERVICE:Ljava/lang/String; = "/services/door.svc/" .field public static final FILE_ASSET_SERVICE:Ljava/lang/String; = "/services/fileassets.svc/" .field public static final LEARNING_TASK_SERVICE:Ljava/lang/String; = "/services/mobile/learningtasks.svc/" .field public static final MOBILE_SERVICE:Ljava/lang/String; = "/services/mobile.svc/" .field public static final MOBILE_SERVICE_USER:Ljava/lang/String; = "/services/mobileuser.svc/" .field public static final NEWS_SERVICE:Ljava/lang/String; = "/services/mobile/news.svc/" .field public static final PHOTOS_SERVICE:Ljava/lang/String; = "/services/mobile/Photo.svc/" .field public static final REF_SERVICE:Ljava/lang/String; = "/services/referencedata.svc/" .field public static final SESSION_COOKIE_HEADER:Ljava/lang/String; = "Cookie" .field public static final SESSION_STATE_READONLY:Ljava/lang/String; = "?sessionstate=readonly" # virtual methods .method public abstract GetChronicleEntryById(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Integer;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Lcom/jdlf/compass/model/chronicle/ChronicleEntry;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile/chronicle.svc/GetChronicleEntryById" .end annotation .end method .method public abstract GetEntryInstancesByActivityId(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Integer;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "[", "Lcom/jdlf/compass/model/chronicle/ChronicleEntryInstance;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile/chronicle.svc/GetEntryInstancesByActivityId" .end annotation .end method .method public abstract anyClashingApprovals(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Object;", ">;", "Lretrofit/Callback<", "Ljava/lang/String;", ">;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile/chronicle.svc/AnyClashingApprovals" .end annotation .end method .method public abstract archiveChronicleEntry(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Integer;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/lang/String;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile/chronicle.svc/ArchiveChronicleEntry" .end annotation .end method .method public abstract authenticate2FAUser(Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/String;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/twoFactorAuth/AuthenticationResult;", ">;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/admin.svc/Authenticate2FAUser" .end annotation .end method .method public abstract authenticateUserCredentials(Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/String;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/twoFactorAuth/AuthenticationResult;", ">;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/admin.svc/AuthenticateUserCredentials" .end annotation .end method .method public abstract cancelCurrentLrfr(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/String;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Lcom/jdlf/compass/model/LongRunningFileRequest/LrfrTask;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/CancelLRFRTask" .end annotation .end method .method public abstract changeParentPassword(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/String;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/lang/String;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/ChangeParentPassword" .end annotation .end method .method public abstract checkForClashingApprovals(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Object;", ">;", "Lretrofit/Callback<", "Ljava/lang/String;", ">;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile/chronicle.svc/CheckForClashingApprovals" .end annotation .end method .method public abstract chooseDeviceToRecieveAccessCode(Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/String;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/BoolOutcome<", "Ljava/lang/String;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/admin.svc/ChooseDeviceToRecieveAccessCode" .end annotation .end method .method public abstract createChronicleEntry(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Object;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/lang/String;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile/chronicle.svc/CreateChronicleEntry" .end annotation .end method .method public abstract createComment(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Object;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/lang/String;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/CreateTaskStudentComment" .end annotation .end method .method public abstract createNewsItem(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Lcom/jdlf/compass/model/news/NewsItem;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/lang/String;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/CreateNewsItem" .end annotation .end method .method public abstract createPstBooking(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Lcom/jdlf/compass/model/pst/PstBooking;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Lcom/jdlf/compass/model/pst/PstBooking;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/CreatePstBooking" .end annotation .end method .method public abstract deletePstBooking(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Integer;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/lang/String;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/DeletePstBooking" .end annotation .end method .method public abstract deregisterDevice(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "CompassApiKey" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Object;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse;", ">;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/DeregisterDevice" .end annotation .end method .method public abstract dismissAlert(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Long;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/lang/String;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/DismissAlert" .end annotation .end method .method public abstract downloadFileWithPost(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/lang/String; .annotation runtime Lretrofit/http/Field; value = "id" .end annotation .end param .param p3 # Ljava/lang/String; .annotation runtime Lretrofit/http/Field; value = "originalFileName" .end annotation .end param .param p4 # Ljava/lang/String; .annotation runtime Lretrofit/http/Field; value = "nodeId" .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/lang/String;", "Ljava/lang/String;", "Ljava/lang/String;", "Lretrofit/Callback<", "Lretrofit/client/Response;", ">;)V" } .end annotation .annotation runtime Lretrofit/http/FormUrlEncoded; .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/fileassets.svc/DownloadFileWithPost" .end annotation .annotation runtime Lretrofit/http/Streaming; .end annotation .end method .method public abstract enableFile(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "[", "Ljava/lang/String;", ">;", "Lretrofit/Callback<", "Ljava/lang/String;", ">;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/fileasset.svc/EnableFiles" .end annotation .end method .method public abstract generateNotesForChronicle(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Object;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/lang/String;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile/chronicle.svc/GenerateNotesForChronicle" .end annotation .end method .method public abstract getAlerts(Ljava/lang/String;Ljava/lang/String;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/lang/String; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/lang/String;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/util/ArrayList<", "Lcom/jdlf/compass/model/alerts/AlertItem;", ">;>;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetAlerts" .end annotation .end method .method public abstract getAllDoors(Ljava/lang/String;Ljava/lang/String;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/lang/String; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/lang/String;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/util/ArrayList<", "Lcom/jdlf/compass/model/door/Door;", ">;>;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetAllDoors" .end annotation .end method .method public abstract getAllLocations(Ljava/lang/String;Ljava/lang/String;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/lang/String; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/lang/String;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "[", "Lcom/jdlf/compass/model/misc/Location;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetAllLocations" .end annotation .end method .method public abstract getApiKey(Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/String;", ">;", "Lretrofit/Callback<", "Ljava/lang/String;", ">;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/admin.svc/GetApiKey" .end annotation .end method .method public abstract getAppGroups(Ljava/lang/String;Ljava/lang/String;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/lang/String; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/lang/String;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/util/ArrayList<", "Ljava/lang/String;", ">;>;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetPersonalAppGroups" .end annotation .end method .method public abstract getApprovalsByUser(Ljava/lang/String;Ljava/util/Map;)Lcom/jdlf/compass/model/util/GenericMobileResponse; .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Integer;", ">;)", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/util/ArrayList<", "Lcom/jdlf/compass/model/parentapprovals/ParentApproval;", ">;>;" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetParentApprovalsByUser" .end annotation .end method .method public abstract getApprovalsByUser(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Integer;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/util/ArrayList<", "Lcom/jdlf/compass/model/parentapprovals/ParentApproval;", ">;>;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetParentApprovalsByUser" .end annotation .end method .method public abstract getAttendanceSummary(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Object;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Lcom/jdlf/compass/model/rolls/UserAttendanceSummaryLine;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetAttendanceSummaryByUser" .end annotation .end method .method public abstract getAttendeesByEntryId(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Integer;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "[", "Lcom/jdlf/compass/model/chronicle/ChronicleAttendee;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile/chronicle.svc/GetAttendeesByEntryId" .end annotation .end method .method public abstract getChronicleAttendees(Ljava/lang/String;Ljava/lang/String;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/lang/String; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/lang/String;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "[", "Lcom/jdlf/compass/model/chronicle/ChronicleAttendee;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile/chronicle.svc/GetChronicleAttendees" .end annotation .end method .method public abstract getChronicleEntriesForStaff(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Integer;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "[", "Lcom/jdlf/compass/model/chronicle/ChronicleEntry;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile/chronicle.svc/GetChronicleEntriesForStaff" .end annotation .end method .method public abstract getChronicleEntriesForUser(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Integer;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "[", "Lcom/jdlf/compass/model/chronicle/ChronicleEntry;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile/chronicle.svc/GetChronicleEntriesForUser" .end annotation .end method .method public abstract getChronicleTemplates(Ljava/lang/String;Ljava/lang/String;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/lang/String; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/lang/String;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "[", "Lcom/jdlf/compass/model/chronicle/ChronicleTemplate;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile/chronicle.svc/GetChronicleTemplates" .end annotation .end method .method public abstract getDailySummary(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Object;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Lcom/jdlf/compass/model/instance/ActivityInstanceLine;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetDailySummaryByUser" .end annotation .end method .method public abstract getEventsRequiringActionCount(Ljava/lang/String;Ljava/lang/String;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/lang/String; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/lang/String;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Lcom/jdlf/compass/model/actionCentre/ActionCentreEventCount;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile/actioncentre.svc/GetEventsRequiringActionCount" .end annotation .end method .method public abstract getExtendedUser(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Integer;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Lcom/jdlf/compass/model/account/ExtendedUser;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetExtendedUser" .end annotation .end method .method public abstract getFilesFromServer(Ljava/lang/String;Ljava/lang/String;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/lang/String; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/lang/String;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/util/ArrayList<", "Lcom/jdlf/compass/model/files/FileAsset;", ">;>;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetMyFiles" .end annotation .end method .method public abstract getInstanceByInstanceId(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Object;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Lcom/jdlf/compass/model/instance/Instance;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetInstanceById" .end annotation .end method .method public abstract getLanguagePack(Ljava/lang/String;Ljava/lang/String;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/lang/String; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/lang/String;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/lang/String;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetLanguagePack" .end annotation .end method .method public abstract getLatestInstanceByActivityId(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Object;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Lcom/jdlf/compass/model/instance/Instance;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetLatestInstanceByActivityId" .end annotation .end method .method public abstract getLatestLogs(Ljava/lang/String;Ljava/lang/String;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/lang/String; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/lang/String;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/util/ArrayList<", "Lcom/jdlf/compass/model/door/AccessLog;", ">;>;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetLatestLogs" .end annotation .end method .method public abstract getLearningTasksByActivityId(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Object;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/util/ArrayList<", "Lcom/jdlf/compass/model/learningtasks/LearningTask;", ">;>;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile/learningtasks.svc/GetAllTasksByActivityId" .end annotation .end method .method public abstract getLearningTasksByUser(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Object;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/util/ArrayList<", "Lcom/jdlf/compass/model/learningtasks/LearningTask;", ">;>;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile/learningtasks.svc/GetAllTasksByUserId" .end annotation .end method .method public abstract getLearningTasksByWikiNodeId(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Object;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/util/ArrayList<", "Lcom/jdlf/compass/model/learningtasks/LearningTask;", ">;>;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile/learningtasks.svc/GetLearningTasksByWikiNodeId" .end annotation .end method .method public abstract getLrfrSemesterReportFile(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/String;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Lcom/jdlf/compass/model/LongRunningFileRequest/LrfrTask;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetLRFRTask" .end annotation .end method .method public abstract getMultipleUserDetailsById(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "[I>;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/util/ArrayList<", "Lcom/jdlf/compass/model/account/User;", ">;>;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetMultipleUsersDetailsByIds" .end annotation .end method .method public abstract getNews(Ljava/lang/String;Ljava/lang/String;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/lang/String; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/lang/String;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/util/ArrayList<", "Lcom/jdlf/compass/model/news/NewsItem;", ">;>;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetNewsFeed" .end annotation .end method .method public abstract getNewsByActivityId(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Integer;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/util/ArrayList<", "Lcom/jdlf/compass/model/news/NewsItem;", ">;>;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile/news.svc/GetActivityNews" .end annotation .end method .method public abstract getNewsFeedItemById(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Integer;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Lcom/jdlf/compass/model/news/NewsItem;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetNewsItemById" .end annotation .end method .method public abstract getNotifications(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/String;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/util/ArrayList<", "Lcom/jdlf/compass/model/notifications/Notification;", ">;>;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetMessages" .end annotation .end method .method public abstract getOtherUsersDetails(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Long;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Lcom/jdlf/compass/model/account/User;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetUserDetails" .end annotation .end method .method public abstract getParentApprovalInfo(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Integer;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Lcom/jdlf/compass/model/parentapprovals/ParentApproval;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetParentApprovalInformation" .end annotation .end method .method public abstract getParentDetails(Ljava/lang/String;Ljava/lang/String;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/lang/String; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/lang/String;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Lcom/jdlf/compass/model/account/ParentLoginDetail;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/CheckParentDetailsNew" .end annotation .end method .method public abstract getParentHasIncompleteCourseConfs(Ljava/lang/String;Ljava/lang/String;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/lang/String; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/lang/String;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/lang/Boolean;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile/courseconfirmation.svc/GetParentHasIncompleteCourseConfs" .end annotation .end method .method public abstract getPersonalInformationWithFlagsMedical(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Integer;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Lcom/jdlf/compass/model/account/UserPersonalInformation/UserPersonalInformationContainer;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetPersonalInformationWithFlagsMedical" .end annotation .end method .method public abstract getPstBookings(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Integer;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "[", "Lcom/jdlf/compass/model/pst/PstBooking;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetPstBookings" .end annotation .end method .method public abstract getPstContexts(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Object;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/util/ArrayList<", "Lcom/jdlf/compass/model/pst/PstContext;", ">;>;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetPstContexts" .end annotation .end method .method public abstract getPstCycles(Ljava/lang/String;Ljava/lang/String;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/lang/String; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/lang/String;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/util/ArrayList<", "Lcom/jdlf/compass/model/pst/PstCycle;", ">;>;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetPstCycles" .end annotation .end method .method public abstract getPstHostsUnavailabilities(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Object;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "[", "Lcom/jdlf/compass/model/pst/PstHostUnavaliablites;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetPstHostsUnavailabilities" .end annotation .end method .method public abstract getPstStore(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Integer;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Lcom/jdlf/compass/model/pst/PstStore;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetPstStore" .end annotation .end method .method public abstract getReports(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Integer;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/util/ArrayList<", "Lcom/jdlf/compass/model/reports/ReportLine;", ">;>;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetSemesterReportsListByUser" .end annotation .end method .method public abstract getRollLineExtendedInfo(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Object;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Lcom/jdlf/compass/model/rolls/UserRollBlob;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetRollLineExtendedInfo" .end annotation .end method .method public abstract getRollMarkingInfo(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Long;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Lcom/jdlf/compass/model/rolls/RollPackage;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetRollPackage" .end annotation .end method .method public abstract getScheduleForDate(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Object;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/util/ArrayList<", "Lcom/jdlf/compass/model/instance/Instance;", ">;>;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetUsersScheduleForDate" .end annotation .end method .method public abstract getScheduleLinesForDate(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Object;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/util/ArrayList<", "Lcom/jdlf/compass/model/instance/CalendarEvent;", ">;>;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetScheduleLinesForDate" .end annotation .end method .method public abstract getScheduleRange(Ljava/lang/String;Ljava/util/Map;)Lcom/jdlf/compass/model/util/GenericMobileResponse; .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/String;", ">;)", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/util/ArrayList<", "Lcom/jdlf/compass/model/instance/Instance;", ">;>;" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetUsersScheduleForRange" .end annotation .end method .method public abstract getScheduleRange(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Object;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/util/ArrayList<", "Lcom/jdlf/compass/model/instance/Instance;", ">;>;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetUsersScheduleForRange" .end annotation .end method .method public abstract getSchoolDetail(Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/String;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/School;", ">;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/admin.svc/GetSchoolDetailBasic" .end annotation .end method .method public abstract getSchoolList(Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/String;", ">;", "Lretrofit/Callback<", "Ljava/util/ArrayList<", "Ljava/lang/String;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/admin.svc/GetSchoolName" .end annotation .end method .method public abstract getSearchResults(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/String;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/util/ArrayList<", "Lcom/jdlf/compass/model/search/AutoSuggestResult;", ">;>;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetSearchSuggestions" .end annotation .end method .method public abstract getStatuses(Ljava/lang/String;Ljava/lang/String;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/lang/String; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/lang/String;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/util/ArrayList<", "Lcom/jdlf/compass/model/parentapprovals/ParentApprovalExtendedStatus;", ">;>;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetExtendedStatuses" .end annotation .end method .method public abstract getSyncNews(Ljava/lang/String;Ljava/lang/String;)Lcom/jdlf/compass/model/util/GenericMobileResponse; .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/lang/String; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/lang/String;", ")", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/util/ArrayList<", "Lcom/jdlf/compass/model/news/NewsItem;", ">;>;" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetNewsFeed" .end annotation .end method .method public abstract getTeachingDaysForPeriod(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/String;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/lang/Integer;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetTeachingDaysForPeriod" .end annotation .end method .method public abstract getUser(Ljava/lang/String;Ljava/lang/String;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/lang/String; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/lang/String;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Lcom/jdlf/compass/model/account/User;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetPersonalDetails" .end annotation .end method .method public abstract getUserCampusEmail(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Integer;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/lang/String;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetUserCampusEmail" .end annotation .end method .method public abstract getUserSchedule(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Object;", ">;", "Lretrofit/Callback<", "Ljava/util/ArrayList<", "Lcom/jdlf/compass/model/instance/Instance;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/ios.svc/GetUserScheduleForDay?sessionstate=readonly" .end annotation .end method .method public abstract getUsersNameById(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Integer;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/lang/String;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/GetUsersNameById" .end annotation .end method .method public abstract linkFileToTask(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Integer;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Lcom/jdlf/compass/model/learningtasks/LearningTaskStudentSubmission;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/AttachFileToLearningTaskSubmissionItem?sessionstate=readonly" .end annotation .end method .method public abstract linkGoogleDriveFileToTask(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Object;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Lcom/jdlf/compass/model/learningtasks/LearningTaskStudentSubmission;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/AttachDriveLinkToLearningTaskSubmissionV2?sessionstate=readonly" .end annotation .end method .method public abstract openDoor(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Integer;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/lang/Boolean;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/OpenDoor" .end annotation .end method .method public abstract pollForLrfrSemesterReportsStatus(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/String;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Lcom/jdlf/compass/model/LongRunningFileRequest/PollResponse;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/PollLRFRTaskStatus" .end annotation .end method .method public abstract queueLrfrSemesterReportsTask(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Object;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Lcom/jdlf/compass/model/LongRunningFileRequest/LrfrTask;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/QueueLRFRTask" .end annotation .end method .method public abstract registerDevice(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Object;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse;", ">;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/RegisterDevice" .end annotation .end method .method public abstract removeSubmittedTimestamp(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Integer;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/lang/String;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/RemoveSubmittedTimestamp" .end annotation .end method .method public abstract saveApproval(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Lcom/jdlf/compass/model/parentapprovals/ParentApproval;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/lang/String;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/SaveApproval" .end annotation .end method .method public abstract saveRollLines(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Lcom/jdlf/compass/model/rolls/RollPackage;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "[", "Ljava/lang/String;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/SaveRollPackage" .end annotation .end method .method public abstract sendFileToServer(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/String;", ">;", "Lretrofit/Callback<", "Ljava/lang/String;", ">;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/ios.svc/UploadFile" .end annotation .end method .method public abstract shouldShowPhotoAlert(Ljava/lang/String;Ljava/lang/String;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/lang/String; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/lang/String;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/lang/Boolean;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile/Photo.svc/ShouldShowPhotoAlert" .end annotation .end method .method public abstract testAuth(Ljava/lang/String;Ljava/lang/String;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/lang/String; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/lang/String;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/lang/String;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/TestAuth" .end annotation .end method .method public abstract updateChronicleEntry(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Lcom/jdlf/compass/model/chronicle/ChronicleEntry;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/lang/String;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile/chronicle.svc/UpdateChronicleEntry" .end annotation .end method .method public abstract updateParentDetails(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/String;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/lang/String;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/UpdateParentDetails" .end annotation .end method .method public abstract updatePstBooking(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Lcom/jdlf/compass/model/pst/PstBooking;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Lcom/jdlf/compass/model/pst/PstBooking;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/UpdatePstBooking" .end annotation .end method .method public abstract updateResult(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Lcom/jdlf/compass/model/learningtasks/LearningTaskStudentResult;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/lang/String;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/UpdateTaskStudentResult" .end annotation .end method .method public abstract updateUserContext(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Integer;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Lcom/jdlf/compass/model/account/User;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/UpdateUserContext" .end annotation .end method .method public abstract upgradeSamlSession(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/String;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/lang/String;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile.svc/UpgradeSamlSession" .end annotation .end method .method public abstract validateChronicleNotes(Ljava/lang/String;Ljava/util/Map;Lretrofit/Callback;)V .param p1 # Ljava/lang/String; .annotation runtime Lretrofit/http/Header; value = "Cookie" .end annotation .end param .param p2 # Ljava/util/Map; .annotation runtime Lretrofit/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/String;", "Ljava/util/Map<", "Ljava/lang/String;", "Ljava/lang/Object;", ">;", "Lretrofit/Callback<", "Lcom/jdlf/compass/model/util/GenericMobileResponse<", "Ljava/lang/String;", ">;>;)V" } .end annotation .annotation runtime Lretrofit/http/POST; value = "/services/mobile/chronicle.svc/ValidateChronicleNotes" .end annotation .end method