Uses of Class
me.nickhanson.codeforge.entity.DrillItem
Packages that use DrillItem
-
Uses of DrillItem in me.nickhanson.codeforge.persistence
Methods in me.nickhanson.codeforge.persistence that return DrillItemMethods in me.nickhanson.codeforge.persistence that return types with arguments of type DrillItemModifier and TypeMethodDescriptionList all DrillItems that are due at or before the specified time.List all DrillItems that are due at or before the specified time for a specific user.List of due DrillItems up to the specified limit, ordered by nextDueAt.User-scoped due queue up to the specified limit, ordered by nextDueAt.DrillItemDao.getAll()DrillItemDao.listByChallengeId(Long challengeId) List all DrillItems for a given Challenge ID, ordered by nextDueAt ascending.DrillItemDao.listByChallengeIdAndUser(Long challengeId, String userId) List all DrillItems for a given Challenge ID and user, ordered by nextDueAt ascending.DrillItemDao.soonestUpcoming()Find the DrillItem with the soonest upcoming nextDueAt.DrillItemDao.soonestUpcoming(String userId) Find the soonest upcoming DrillItem for a user.Methods in me.nickhanson.codeforge.persistence with parameters of type DrillItem -
Uses of DrillItem in me.nickhanson.codeforge.service
Methods in me.nickhanson.codeforge.service that return DrillItemModifier and TypeMethodDescriptionDrillService.ensureDrillItem(Long challengeId, String userId) Ensures that a DrillItem exists for the given challenge and user, creating one if necessary.Methods in me.nickhanson.codeforge.service that return types with arguments of type DrillItem