Uses of Class
lumis.service.likeit.Like
-
Packages that use Like Package Description lumis.service.likeit -
-
Uses of Like in lumis.service.likeit
Methods in lumis.service.likeit that return Like Modifier and Type Method Description Like
LikeItResource. getLike(String id)
Returns aLike
by its identifier.Methods in lumis.service.likeit that return types with arguments of type Like Modifier and Type Method Description List<Like>
LikeItResource.LikesList. getItems()
Methods in lumis.service.likeit with parameters of type Like Modifier and Type Method Description Response
LikeItResource. addLike(Like like)
Adds aLike
.static void
LikeItMonitorUtil. collectDislike(HttpServletRequest request, Like like, ITransaction transaction)
Collects the event data.static void
LikeItMonitorUtil. collectLike(HttpServletRequest request, Like like, ITransaction transaction)
Collects the event data.Constructor parameters in lumis.service.likeit with type arguments of type Like Constructor Description LikesItem(String serviceInstanceId, String itemId, List<Like> likes, UriInfo uriInfo, boolean canPostLikes)
LikesList(UriInfo uriInfo, List<Like> items)
-