| Modifier and Type | Method and Description |
|---|---|
List<SPlatformCommand> |
GetSPlatformCommands.getResult() |
| Modifier and Type | Method and Description |
|---|---|
SPlatformCommand |
PlatformCommandService.getPlatformCommand(String name)
Get sPlatformCommand by its name
|
| Modifier and Type | Method and Description |
|---|---|
List<SPlatformCommand> |
PlatformCommandService.getPlatformCommands(QueryOptions queryOptions)
Get the sPlatformCommand having the given value for the given int index
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformCommandService.create(SPlatformCommand command)
Create a sPlatformCommand
|
void |
PlatformCommandService.update(SPlatformCommand command,
EntityUpdateDescriptor updateDescriptor)
Update a sPlatformCommand with given sPlatformCommand and new content.
|
| Modifier and Type | Method and Description |
|---|---|
SPlatformCommand |
PlatformCommandServiceImpl.getPlatformCommand(String platformCommandName) |
| Modifier and Type | Method and Description |
|---|---|
List<SPlatformCommand> |
PlatformCommandServiceImpl.getPlatformCommands(QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformCommandServiceImpl.create(SPlatformCommand platformCommand) |
void |
PlatformCommandServiceImpl.deletePlatformCommand(SPlatformCommand sPlatformCommand) |
void |
PlatformCommandServiceImpl.update(SPlatformCommand platformCommand,
EntityUpdateDescriptor updateDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
SPlatformCommand |
SPlatformCommandBuilder.done() |
| Modifier and Type | Method and Description |
|---|---|
SPlatformCommandBuilder |
SPlatformCommandBuilderFactory.createNewInstance(SPlatformCommand command) |
| Modifier and Type | Class and Description |
|---|---|
class |
SPlatformCommandImpl |
| Modifier and Type | Method and Description |
|---|---|
SPlatformCommand |
SPlatformCommandBuilderImpl.done() |
| Modifier and Type | Method and Description |
|---|---|
SPlatformCommandBuilder |
SPlatformCommandBuilderFactoryImpl.createNewInstance(SPlatformCommand originalCommand) |
| Constructor and Description |
|---|
SPlatformCommandImpl(SPlatformCommand platformCommand) |
| Modifier and Type | Method and Description |
|---|---|
static SelectOneDescriptor<SPlatformCommand> |
SelectDescriptorBuilder.getPlatformCommandByName(String platformCommandName) |
| Modifier and Type | Method and Description |
|---|---|
static CommandDescriptor |
ModelConvertor.toCommandDescriptor(SPlatformCommand platformCommand) |
| Modifier and Type | Method and Description |
|---|---|
static List<CommandDescriptor> |
ModelConvertor.toPlatformCommandDescriptors(List<SPlatformCommand> sPlatformCommands) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.