Uses of Class
org.exoplatform.kudos.entity.KudosEntity
Packages that use KudosEntity
-
Uses of KudosEntity in org.exoplatform.kudos.dao
Methods in org.exoplatform.kudos.dao that return KudosEntityMethods in org.exoplatform.kudos.dao that return types with arguments of type KudosEntityModifier and TypeMethodDescriptionKudosDAO.getKudosByEntity(int entityType, long entityId, int limit) KudosDAO.getKudosByPeriod(KudosPeriod kudosPeriod, int limit) KudosDAO.getKudosByPeriodAndEntityType(KudosPeriod kudosPeriod, int entityType, int limit) KudosDAO.getKudosByPeriodAndReceiver(KudosPeriod kudosPeriod, long receiverId, boolean isReceiverUser, int limit) KudosDAO.getKudosByPeriodAndSender(KudosPeriod kudosPeriod, long senderId, int limit) KudosDAO.getKudosListOfActivity(Long activityId) -
Uses of KudosEntity in org.exoplatform.kudos.service.utils
Methods in org.exoplatform.kudos.service.utils that return KudosEntityMethods in org.exoplatform.kudos.service.utils with parameters of type KudosEntityModifier and TypeMethodDescriptionstatic KudosUtils.fromEntity(KudosEntity kudosEntity, String defaultPortal)