public class SavePlatformGroupCmd extends Object implements Command<PlatformGroupEntity>, Serializable
Modifier and Type | Field and Description |
---|---|
protected PlatformGroupBuilderImpl |
platformGroupBuilder |
Constructor and Description |
---|
SavePlatformGroupCmd(PlatformGroupBuilderImpl platformGroupBuilder) |
Modifier and Type | Method and Description |
---|---|
PlatformGroupEntity |
execute(CommandContext commandContext) |
protected PlatformGroupBuilderImpl platformGroupBuilder
public SavePlatformGroupCmd(PlatformGroupBuilderImpl platformGroupBuilder)
public PlatformGroupEntity execute(CommandContext commandContext)
execute
in interface Command<PlatformGroupEntity>