public class UserAccountUtil extends Object
Modifier and Type | Method and Description |
---|---|
static UserAccount |
findUserAccountById(String accountId) |
static void |
setUserAccountState(String userAccountId,
String state) |
static void |
setUserAccountStateAndSubState(CommandContext commandContext,
String userAccountId,
String state,
String subState) |
static void |
setUserAccountStateAndSubState(String userAccountId,
String state,
String subState) |
static void |
setUserAccountSubState(String userAccountId,
String subState) |
public static UserAccount findUserAccountById(String accountId)
public static void setUserAccountStateAndSubState(String userAccountId, String state, String subState)
public static void setUserAccountSubState(String userAccountId, String subState)
public static void setUserAccountStateAndSubState(CommandContext commandContext, String userAccountId, String state, String subState)