Class UserProfileUtility
java.lang.Object
dev.getelements.elements.service.util.UserProfileUtility
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAndCheckForMatch
(String profileId, String userId) <ExceptionT extends Throwable>
UserProfileUtility.UsernameProfileRecordgetAndCheckForMatch
(String profileId, String userId, Supplier<ExceptionT> exceptionTSupplier) getUser()
void
setProfileDao
(ProfileDao profileDao) void
void
setUserDao
(UserDao userDao)
-
Constructor Details
-
UserProfileUtility
public UserProfileUtility()
-
-
Method Details
-
getAndCheckForMatch
public UserProfileUtility.UsernameProfileRecord getAndCheckForMatch(String profileId, String userId) -
getAndCheckForMatch
public <ExceptionT extends Throwable> UserProfileUtility.UsernameProfileRecord getAndCheckForMatch(String profileId, String userId, Supplier<ExceptionT> exceptionTSupplier) throws ExceptionT - Throws:
ExceptionT
-
getUser
-
setUser
-
getUserDao
-
setUserDao
-
getProfileDao
-
setProfileDao
-