Class ApiHelper

java.lang.Object
net.atthegate.server.ApiHelper

public class ApiHelper extends Object
Created by ivbar on 22.07.16.
  • Field Details

  • Constructor Details

    • ApiHelper

      public ApiHelper()
  • Method Details

    • getStorageDownloadUrl

      public static String getStorageDownloadUrl(String fileName, String uuid)
    • getEnriesRef

      public static com.google.firebase.database.DatabaseReference getEnriesRef(com.google.firebase.database.DatabaseReference firebase, String uid)
    • getEnryRef

      public static com.google.firebase.database.DatabaseReference getEnryRef(com.google.firebase.database.DatabaseReference firebase, String uid, String key)
    • getEnriesImagesRef

      public static com.google.firebase.database.DatabaseReference getEnriesImagesRef(com.google.firebase.database.DatabaseReference firebase, String uid, String key)
    • getNotifications

      public static com.google.firebase.database.DatabaseReference getNotifications(com.google.firebase.database.DatabaseReference firebase, String uid)
    • getInvitationPremissions

      public static com.google.firebase.database.DatabaseReference getInvitationPremissions(com.google.firebase.database.DatabaseReference firebase, String uid)
    • getInvitation

      public static com.google.firebase.database.DatabaseReference getInvitation(com.google.firebase.database.DatabaseReference firebase, String uid, String key)
    • getInvitationVisitsCount

      public static com.google.firebase.database.DatabaseReference getInvitationVisitsCount(com.google.firebase.database.DatabaseReference firebase, String uid, String key)
    • addWaitingNotification

      public static void addWaitingNotification(UserProfile appUserProfile, CustomNotification cn, AtgEntry atgEntry, AtTheGateAppUser appUser)
    • storeReportsFileLink

      public static void storeReportsFileLink(com.google.firebase.database.DatabaseReference firebase, ReportFileLink rpl)
    • getReportsFileLink

      public static com.google.firebase.database.DatabaseReference getReportsFileLink(com.google.firebase.database.DatabaseReference firebase, String uid, String key)
    • setPreRegPhotoURL

      public static void setPreRegPhotoURL(com.google.firebase.database.DatabaseReference firebase, String uid, String preregKey, String url)