| Package | Description |
|---|---|
| de.hybris.platform.webservices | |
| de.hybris.platform.webservices.resources.commands |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCommand<RESOURCE> |
| Modifier and Type | Method and Description |
|---|---|
Command |
DefaultCommandHandler.getCommand(java.lang.String name) |
Command |
CommandHandler.getCommand(java.lang.String name)
Returns a
Command by it's name or 'null' when nothing is found. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCommandHandler.addCommand(Command command) |
void |
CommandHandler.addCommand(Command command)
Adds a single command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCommandHandler.setAllCommands(java.util.List<Command> commands) |
void |
CommandHandler.setAllCommands(java.util.List<Command> commands)
Sets a list of commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbortCronJobCommand
the Command for aborting the cronjob
|
class |
CreateCronJobCommand
the Command for creating new cronjob based on current cronjob
|
class |
PlaceOrderCommand
the Command for placing new order
|
class |
StartCronJobCommand
the Command for starting new cronjob
|
Copyright © 2018 SAP SE. All Rights Reserved.