Uses of Class
org.exoplatform.kudos.model.KudosPeriod
-
Packages that use KudosPeriod Package Description org.exoplatform.kudos.dao org.exoplatform.kudos.model org.exoplatform.kudos.service org.exoplatform.kudos.service.utils -
-
Uses of KudosPeriod in org.exoplatform.kudos.dao
Methods in org.exoplatform.kudos.dao with parameters of type KudosPeriod Modifier and Type Method Description longKudosDAO. countKudosByPeriodAndReceiver(KudosPeriod kudosPeriod, long receiverId, boolean isReceiverUser)longKudosDAO. countKudosByPeriodAndSender(KudosPeriod kudosPeriod, long senderId)List<KudosEntity>KudosDAO. getKudosByPeriod(KudosPeriod kudosPeriod, int limit)List<KudosEntity>KudosDAO. getKudosByPeriodAndEntityType(KudosPeriod kudosPeriod, int entityType, int limit)List<KudosEntity>KudosDAO. getKudosByPeriodAndReceiver(KudosPeriod kudosPeriod, long receiverId, boolean isReceiverUser, int limit)List<KudosEntity>KudosDAO. getKudosByPeriodAndSender(KudosPeriod kudosPeriod, long senderId, int limit) -
Uses of KudosPeriod in org.exoplatform.kudos.model
Methods in org.exoplatform.kudos.model that return KudosPeriod Modifier and Type Method Description KudosPeriodKudosPeriodType. getPeriodOfTime(LocalDateTime localDateTime) -
Uses of KudosPeriod in org.exoplatform.kudos.service
Methods in org.exoplatform.kudos.service that return KudosPeriod Modifier and Type Method Description KudosPeriodKudosService. getCurrentKudosPeriod()KudosPeriodKudosService. getKudosPeriodOfTime(long dateInSeconds)KudosPeriodKudosService. getKudosPeriodOfTime(KudosPeriodType periodType, long dateInSeconds)Methods in org.exoplatform.kudos.service with parameters of type KudosPeriod Modifier and Type Method Description longKudosStorage. countKudosByPeriodAndReceiver(KudosPeriod kudosPeriod, String receiverType, String receiverId)longKudosStorage. countKudosByPeriodAndSender(KudosPeriod kudosPeriod, long senderIdentityId)List<Kudos>KudosStorage. getKudosByPeriod(KudosPeriod kudosPeriod, int limit)List<Kudos>KudosStorage. getKudosByPeriodAndReceiver(KudosPeriod kudosPeriod, String receiverType, String receiverId, int limit)List<Kudos>KudosStorage. getKudosByPeriodAndSender(KudosPeriod kudosPeriod, long senderIdentityId, int limit) -
Uses of KudosPeriod in org.exoplatform.kudos.service.utils
Methods in org.exoplatform.kudos.service.utils that return KudosPeriod Modifier and Type Method Description static KudosPeriodUtils. getCurrentPeriod(GlobalSettings globalSettings)static KudosPeriodUtils. getPeriodOfTime(GlobalSettings globalSettings, LocalDateTime localDateTime)
-