Class UserAccountUtil


  • public class UserAccountUtil
    extends Object
    Author:
    Filip Hrisafov
    • Method Detail

      • findUserAccountById

        public static UserAccount findUserAccountById​(String accountId)
      • setUserAccountStateAndSubState

        public static void setUserAccountStateAndSubState​(String userAccountId,
                                                          String state,
                                                          String subState)
      • setUserAccountState

        public static void setUserAccountState​(String userAccountId,
                                               String state)
      • setUserAccountSubState

        public static void setUserAccountSubState​(String userAccountId,
                                                  String subState)
      • setUserAccountStateAndSubState

        public static void setUserAccountStateAndSubState​(CommandContext commandContext,
                                                          String userAccountId,
                                                          String state,
                                                          String subState)