public class SelectDescriptorBuilder
extends java.lang.Object
| Constructor and Description |
|---|
SelectDescriptorBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static SelectByIdDescriptor<SCommand> |
getCommandById(long commandId) |
static SelectOneDescriptor<SCommand> |
getCommandByName(java.lang.String commandName) |
static SelectListDescriptor<SCommand> |
getCommands(java.lang.String field,
OrderByType order,
int fromIndex,
int numberOfElements) |
static SelectListDescriptor<SCommand> |
getUserCommands(java.lang.String field,
OrderByType order,
int fromIndex,
int numberOfElements) |
public static SelectOneDescriptor<SCommand> getCommandByName(java.lang.String commandName)
public static SelectListDescriptor<SCommand> getCommands(java.lang.String field, OrderByType order, int fromIndex, int numberOfElements)
public static SelectListDescriptor<SCommand> getUserCommands(java.lang.String field, OrderByType order, int fromIndex, int numberOfElements)
public static SelectByIdDescriptor<SCommand> getCommandById(long commandId)