Modifier and Type | Method and Description |
---|---|
UserAccount |
UserAccountService.findById(String userAccountId) |
UserAccount |
UserAccountBuilder.save()
Performs the save of the user account
|
Modifier and Type | Method and Description |
---|---|
UserAccount |
UserAccountServiceImpl.findById(String userAccountId) |
UserAccount |
UserAccountBuilderImpl.save() |
Modifier and Type | Method and Description |
---|---|
List<UserAccount> |
UserAccountQueryImpl.executeList(CommandContext commandContext) |
Modifier and Type | Interface and Description |
---|---|
interface |
UserAccountEntity |
Modifier and Type | Class and Description |
---|---|
class |
UserAccountEntityImpl |
Modifier and Type | Method and Description |
---|---|
List<UserAccount> |
UserAccountEntityManagerImpl.findUserAccountByQueryCriteria(UserAccountQuery query) |
List<UserAccount> |
UserAccountEntityManager.findUserAccountByQueryCriteria(UserAccountQuery query) |
Modifier and Type | Method and Description |
---|---|
List<UserAccount> |
UserAccountDataManager.findUserAccountsByQueryCriteria(UserAccountQueryImpl query) |
Modifier and Type | Method and Description |
---|---|
List<UserAccount> |
MybatisUserAccountDataManager.findUserAccountsByQueryCriteria(UserAccountQueryImpl query) |
Modifier and Type | Method and Description |
---|---|
static UserAccount |
UserAccountUtil.findUserAccountById(String accountId) |