Uses of Class
io.meeds.kudos.entity.KudosEntity
Packages that use KudosEntity
-
Uses of KudosEntity in io.meeds.kudos.dao
Methods in io.meeds.kudos.dao that return KudosEntityMethods in io.meeds.kudos.dao that return types with arguments of type KudosEntityModifier and TypeMethodDescriptionKudosDAO.findByCreatedDateBetweenAndEntityTypeOrderByCreatedDateDesc(long startDateInSeconds, long endDateInSeconds, int entityType, org.springframework.data.domain.Limit limit) KudosDAO.findByCreatedDateBetweenAndReceiverIdAndIsReceiverUserOrderByIdDesc(long startDateInSeconds, long endDateInSeconds, long receiverId, boolean isReceiverUser, org.springframework.data.domain.Limit limit) KudosDAO.findByCreatedDateBetweenAndSenderIdOrderByCreatedDateDesc(long startDateInSeconds, long endDateInSeconds, long senderId, org.springframework.data.domain.Limit limit) KudosDAO.findByCreatedDateBetweenOrderByCreatedDateDesc(long startDateInSeconds, long endDateInSeconds, org.springframework.data.domain.Limit limit) KudosDAO.findByEntityTypeAndEntityIdOrderByCreatedDateDesc(int entityType, long entityId, org.springframework.data.domain.Limit limit) KudosDAO.findKudosListOfActivity(Long activityId, List<Integer> entityTypes) -
Uses of KudosEntity in io.meeds.kudos.service.utils
Methods in io.meeds.kudos.service.utils that return KudosEntityMethods in io.meeds.kudos.service.utils with parameters of type KudosEntity