Searched refs:favoriteKey (Results 1 – 1 of 1) sorted by relevance
85 Key favoriteKey = null; in addFavorite() local90 favoriteKey = e.getKey(); in addFavorite()93 if (favoriteKey == null) { in addFavorite()98 favoriteKey = entity.getKey(); in addFavorite()110 json.add("key", new JsonPrimitive(KeyFactory.keyToString(favoriteKey))); in addFavorite()123 User user, Key favoriteKey, boolean muteNotifications, HttpServletResponse response) in updateFavorite() argument128 favoriteEntity = datastore.get(favoriteKey); in updateFavorite()148 "Transaction rollback forced for favorite update: " + favoriteKey); in updateFavorite()154 json.add("key", new JsonPrimitive(KeyFactory.keyToString(favoriteKey))); in updateFavorite()