Uses of Record Class
de.murmelmeister.murmelapi.user.parent.UserParent
Packages that use UserParent
-
Uses of UserParent in de.murmelmeister.murmelapi.user.parent
Fields in de.murmelmeister.murmelapi.user.parent with type parameters of type UserParentModifier and TypeFieldDescriptionprivate final com.github.benmanes.caffeine.cache.LoadingCache<UserParentCache.ParentKey, UserParent> UserParentCache.cacheByKeyprivate final com.github.benmanes.caffeine.cache.LoadingCache<Integer, List<UserParent>> UserParentCache.cacheByUserIdprivate final com.github.benmanes.caffeine.cache.LoadingCache<String, List<UserParent>> UserParentCache.listCacheMethods in de.murmelmeister.murmelapi.user.parent that return UserParentModifier and TypeMethodDescriptionUserParentProvider.add(int userId, int parentId, long duration, int createdBy) UserParentProviderImpl.add(int userId, int parentId, long duration, int createdBy) UserParentCache.get(int userId, int parentId) UserParentProvider.getParent(int userId, int parentId) UserParentProviderImpl.getParent(int userId, int parentId) private UserParentUserParentCache.loadByKey(UserParentCache.ParentKey key) UserParentProvider.update(int userId, int parentId, long duration, int changedBy) UserParentProviderImpl.update(int userId, int parentId, long duration, int changedBy) UserParent.withUpdateMeta(LocalDateTime expiresAt, Integer changedBy, LocalDateTime changedAt) Methods in de.murmelmeister.murmelapi.user.parent that return types with arguments of type UserParentModifier and TypeMethodDescriptionUserParentCache.getCachedParents()UserParentCache.getParents(int userId) UserParentProvider.getParents(int userId) UserParentProviderImpl.getParents(int userId) private List<UserParent> UserParentCache.loadAllFromDatabase()private List<UserParent> UserParentCache.loadByUserId(int userId) Methods in de.murmelmeister.murmelapi.user.parent with parameters of type UserParent -
Uses of UserParent in de.murmelmeister.murmelapi.utils
Methods in de.murmelmeister.murmelapi.utils that return types with arguments of type UserParentModifier and TypeMethodDescriptionstatic de.murmelmeister.library.database.ResultSetProcessor<UserParent> ResultSetUtil.userParent()