public class UpdateUserAccountCmd extends Object implements Command<UserAccountEntity>
Modifier and Type | Field and Description |
---|---|
protected String |
accountId |
protected UserAccountBuilderImpl |
userAccountBuilder |
Constructor and Description |
---|
UpdateUserAccountCmd(UserAccountBuilderImpl userAccountBuilder,
String accountId) |
Modifier and Type | Method and Description |
---|---|
UserAccountEntity |
execute(CommandContext commandContext) |
protected boolean |
isPropertyModified(String property) |
protected final UserAccountBuilderImpl userAccountBuilder
protected final String accountId
public UpdateUserAccountCmd(UserAccountBuilderImpl userAccountBuilder, String accountId)
public UserAccountEntity execute(CommandContext commandContext)
execute
in interface Command<UserAccountEntity>
protected boolean isPropertyModified(String property)