public interface PlatformCommandService
| Modifier and Type | Method and Description |
|---|---|
void |
create(SPlatformCommand command)
Create a sPlatformCommand
|
void |
delete(java.lang.String name)
Delete a sPlatformCommand from its name
|
void |
deleteAll()
Delete all sPlatformCommands
|
SPlatformCommand |
getPlatformCommand(java.lang.String name)
Get sPlatformCommand by its name
|
java.util.List<SPlatformCommand> |
getPlatformCommands(QueryOptions queryOptions)
Get the sPlatformCommand having the given value for the given int index
|
void |
update(SPlatformCommand command,
EntityUpdateDescriptor updateDescriptor)
Update a sPlatformCommand with given sPlatformCommand and new content.
|
void create(SPlatformCommand command) throws SPlatformCommandAlreadyExistsException, SPlatformCommandCreationException, SPlatformCommandGettingException
command - SPlatformCommandAlreadyExistsException - occurs when the sPlatformCommand has already been takenSPlatformCommandCreationException - occurs when an exception is thrown during sPlatformCommand creationSPlatformCommandGettingException - occurs when an exception is thrown during getting sPlatformCommandvoid delete(java.lang.String name)
throws SPlatformCommandNotFoundException,
SPlatformCommandDeletionException,
SPlatformCommandGettingException
name - the platform nameSPlatformCommandNotFoundException - occurs when the identifier does not refer to an existing sPlatformCommandSPlatformCommandDeletionException - occurs when an exception is thrown during sPlatformCommand creationSPlatformCommandGettingException - occurs when an exception is thrown during getting sPlatformCommandvoid deleteAll()
throws SPlatformCommandDeletionException
SPlatformCommandDeletionException - occurs when an exception is thrown during sPlatformCommand creationSPlatformCommand getPlatformCommand(java.lang.String name) throws SPlatformCommandNotFoundException, SPlatformCommandGettingException
name - SPlatformCommandNotFoundException - occurs when the identifier does not refer to an existing sPlatformCommandSPlatformCommandGettingException - occurs when an exception is thrown during getting sPlatformCommandjava.util.List<SPlatformCommand> getPlatformCommands(QueryOptions queryOptions) throws SPlatformCommandGettingException
queryOptions - criteriaSPlatformCommandGettingException - occurs when an exception is thrown during getting sPlatformCommandvoid update(SPlatformCommand command, EntityUpdateDescriptor updateDescriptor) throws SPlatformCommandNotFoundException, SPlatformCommandUpdateException
command - updateDescriptor - SPlatformCommandNotFoundException - occurs when the identifier does not refer to an existing sPlatformCommandSPlatformCommandUpdateException - occurs when an exception is thrown during sPlatformCommand update