Class UserProfileUtility

java.lang.Object
dev.getelements.elements.service.util.UserProfileUtility

public class UserProfileUtility extends Object
  • 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

      public dev.getelements.elements.sdk.model.user.User getUser()
    • setUser

      @Inject public void setUser(dev.getelements.elements.sdk.model.user.User user)
    • getUserDao

      public dev.getelements.elements.sdk.dao.UserDao getUserDao()
    • setUserDao

      @Inject public void setUserDao(dev.getelements.elements.sdk.dao.UserDao userDao)
    • getProfileDao

      public dev.getelements.elements.sdk.dao.ProfileDao getProfileDao()
    • setProfileDao

      @Inject public void setProfileDao(dev.getelements.elements.sdk.dao.ProfileDao profileDao)