public class GetPlatformUserByIdCmd extends Object implements Command<PlatformUserEntity>, Serializable
| Constructor and Description |
|---|
GetPlatformUserByIdCmd(String userId) |
| Modifier and Type | Method and Description |
|---|---|
PlatformUserEntity |
execute(CommandContext commandContext) |
protected String userId
public GetPlatformUserByIdCmd(String userId)
public PlatformUserEntity execute(CommandContext commandContext)
execute in interface Command<PlatformUserEntity>