Package net.atthegate.server.service
Class IotService
java.lang.Object
net.atthegate.server.service.IotService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
equalsPrevious
(IotEntryReport entry, IotEntryReport previous) static com.google.appengine.api.search.Document
getDocumentFromEntry
(IotEntry entry) static com.google.appengine.api.search.Index
static void
putIotEntriesToIndex
(List<IotEntry> entries) static void
putIotEntryToIndex
(IotEntry entry) static Long
saveIotEntry
(IotEntry entry) static IotListResult
searchIotEntries
(String uid, Long dateFrom, Long dateTo, String licence, String deviceName, Boolean notConnected, Boolean opened, String cursorStr) static IotListResult
searchIotEntries
(String uid, String dateFrom, String dateTo, String searchRequest, String cursorStr)
-
Field Details
-
SEARCH_INDEX_NAME
- See Also:
-
-
Constructor Details
-
IotService
public IotService()
-
-
Method Details
-
saveIotEntry
-
equalsPrevious
-
getIotIndex
public static com.google.appengine.api.search.Index getIotIndex() -
getDocumentFromEntry
-
putIotEntryToIndex
-
putIotEntriesToIndex
-
searchIotEntries
-
searchIotEntries
-