Uses of Class
io.extact.rms.application.domain.UserAccount
Packages that use UserAccount
Package
Description
-
Uses of UserAccount in io.extact.rms.application
Methods in io.extact.rms.application that return UserAccountModifier and TypeMethodDescriptionRentalReservationApplication.addUserAccount
(UserAccount addUserAccount) ユーザアカウントを登録する。RentalReservationApplicationImpl.addUserAccount
(UserAccount addUserAccount) RentalReservationApplication.authenticate
(String loginId, String password) ユーザをパスワードで認証する。RentalReservationApplicationImpl.authenticate
(String loginId, String password) RentalReservationApplication.getOwnUserProfile()
自分のプロファイル情報を取得する。RentalReservationApplicationImpl.getOwnUserProfile()
RentalReservationApplication.updateUserAccount
(UserAccount updateUserAccount) ユーザアカウントを更新する。RentalReservationApplicationImpl.updateUserAccount
(UserAccount updateUserAccount) RentalReservationApplication.updateUserProfile
(UserAccount updateUserAccount) 自分のプロファイル情報を更新する。 自分以外の情報を更新しようとした場合は禁止操作として403を返す。RentalReservationApplicationImpl.updateUserProfile
(UserAccount updateUserAccount) Methods in io.extact.rms.application that return types with arguments of type UserAccountModifier and TypeMethodDescriptionRentalReservationApplication.getAllUserAccounts()
ユーザの全件取得。RentalReservationApplicationImpl.getAllUserAccounts()
Methods in io.extact.rms.application with parameters of type UserAccountModifier and TypeMethodDescriptionRentalReservationApplication.addUserAccount
(UserAccount addUserAccount) ユーザアカウントを登録する。RentalReservationApplicationImpl.addUserAccount
(UserAccount addUserAccount) RentalReservationApplication.updateUserAccount
(UserAccount updateUserAccount) ユーザアカウントを更新する。RentalReservationApplicationImpl.updateUserAccount
(UserAccount updateUserAccount) RentalReservationApplication.updateUserProfile
(UserAccount updateUserAccount) 自分のプロファイル情報を更新する。 自分以外の情報を更新しようとした場合は禁止操作として403を返す。RentalReservationApplicationImpl.updateUserProfile
(UserAccount updateUserAccount) -
Uses of UserAccount in io.extact.rms.application.domain
Methods in io.extact.rms.application.domain that return UserAccountModifier and TypeMethodDescriptionstatic UserAccount
UserAccount.ofTransient
(String loginId, String password, String userName, String phoneNumber, String contact, UserAccount.UserType userType) -
Uses of UserAccount in io.extact.rms.application.persistence
Methods in io.extact.rms.application.persistence that return UserAccountModifier and TypeMethodDescriptionUserAccountRepository.findByLoginId
(String loginId) ログインIDに一致するユーザを取得する。UserAccountRepository.findByLoginIdAndPasswod
(String loginId, String password) ログインIDとパスワードに一致するユーザを取得。 -
Uses of UserAccount in io.extact.rms.application.persistence.file
Methods in io.extact.rms.application.persistence.file that return UserAccountModifier and TypeMethodDescriptionUserAccountFileRepository.findByLoginId
(String loginId) UserAccountFileRepository.findByLoginIdAndPasswod
(String loginId, String password) Methods in io.extact.rms.application.persistence.file that return types with arguments of type UserAccountModifier and TypeMethodDescriptionFileRepositoryInitializeProducers.createUserAccoutConverter
(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint) Constructor parameters in io.extact.rms.application.persistence.file with type arguments of type UserAccountModifierConstructorDescriptionUserAccountFileRepository
(FileAccessor fileAccessor, EntityArrayConverter<UserAccount> converter) -
Uses of UserAccount in io.extact.rms.application.persistence.file.converter
Methods in io.extact.rms.application.persistence.file.converter that return UserAccountModifier and TypeMethodDescriptionMethods in io.extact.rms.application.persistence.file.converter with parameters of type UserAccountModifier and TypeMethodDescriptionString[]
UserAccountArrayConverter.toArray
(UserAccount userAccount) -
Uses of UserAccount in io.extact.rms.application.persistence.jpa
Methods in io.extact.rms.application.persistence.jpa that return UserAccountModifier and TypeMethodDescriptionUserAccountJpaRepository.findByLoginId
(String loginId) UserAccountJpaRepository.findByLoginIdAndPasswod
(String loginId, String password) Methods in io.extact.rms.application.persistence.jpa that return types with arguments of type UserAccount -
Uses of UserAccount in io.extact.rms.application.service
Methods in io.extact.rms.application.service that return UserAccountModifier and TypeMethodDescriptionUserAccountService.findByLoginId
(String loginId) UserAccountService.findByLoginIdAndPasswod
(String loginId, String password) Methods in io.extact.rms.application.service that return types with arguments of type UserAccountModifier and TypeMethodDescriptionUserAccountService.getDuplicateChecker()
UserAccountService.getRepository()