Class IotService

java.lang.Object
net.atthegate.server.service.IotService

public class IotService extends Object
  • Field Details

  • Constructor Details

    • IotService

      public IotService()
  • Method Details

    • saveIotEntry

      public static Long saveIotEntry(IotEntry entry)
    • equalsPrevious

      public static boolean equalsPrevious(IotEntryReport entry, IotEntryReport previous)
    • getIotIndex

      public static com.google.appengine.api.search.Index getIotIndex()
    • getDocumentFromEntry

      public static com.google.appengine.api.search.Document getDocumentFromEntry(IotEntry entry)
    • putIotEntryToIndex

      public static void putIotEntryToIndex(IotEntry entry)
    • putIotEntriesToIndex

      public static void putIotEntriesToIndex(List<IotEntry> entries)
    • searchIotEntries

      public static IotListResult searchIotEntries(String uid, String dateFrom, String dateTo, String searchRequest, String cursorStr)
    • searchIotEntries

      public static IotListResult searchIotEntries(String uid, Long dateFrom, Long dateTo, String licence, String deviceName, Boolean notConnected, Boolean opened, String cursorStr)