public class GetUserAccountDefinitionModelByKeyCmd extends Object implements Command<UserAccountDefinitionModel>
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected String |
tenantId |
| Constructor and Description |
|---|
GetUserAccountDefinitionModelByKeyCmd(String key) |
GetUserAccountDefinitionModelByKeyCmd(String key,
String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
UserAccountDefinitionModel |
execute(CommandContext commandContext) |
public GetUserAccountDefinitionModelByKeyCmd(String key)
public UserAccountDefinitionModel execute(CommandContext commandContext)
execute in interface Command<UserAccountDefinitionModel>