Uses of Class
no.ntnu.principes.domain.profile.Profile
Packages that use Profile
Package
Description
-
Uses of Profile in no.ntnu.principes.components.secondary
Methods in no.ntnu.principes.components.secondary with parameters of type ProfileModifier and TypeMethodDescriptionprotected voidProfileRowInCombobox.updateItem(Profile item, boolean empty) Updates the content and appearance of a cell in theComboBoxdisplayingProfileobjects. -
Uses of Profile in no.ntnu.principes.repository
Methods in no.ntnu.principes.repository that return ProfileModifier and TypeMethodDescriptionprotected ProfileMaps a database result set row to a Profile object.Saves a member, updating if it exists or creating if it doesn't.Methods in no.ntnu.principes.repository that return types with arguments of type ProfileModifier and TypeMethodDescriptionMemberRepository.findAll()Retrieves all members.MemberRepository.findAllById(List<Long> list) Finds members by multiple IDs in a single query.Finds a member by their ID.MemberRepository.findByName(String name) Finds a member by their name.MemberRepository.findMembersWithCompletedTasks()Finds all members who have completed tasks (status = DONE).MemberRepository.findMembersWithPendingTasks()Finds all members who have pending tasks (status = TODO).Methods in no.ntnu.principes.repository with parameters of type Profile -
Uses of Profile in no.ntnu.principes.util
Methods in no.ntnu.principes.util that return ProfileMethods in no.ntnu.principes.util that return types with arguments of type ProfileModifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty<Profile> Auth.profileProperty()Gets the observable profile property.Methods in no.ntnu.principes.util with parameters of type ProfileModifier and TypeMethodDescriptionvoidAuth.authenticate(Profile profile) Authenticates a user with the specified profile.