public class GetCategories extends java.lang.Object implements TransactionContentWithResult<java.util.List<SCategory>>
| Constructor and Description |
|---|
GetCategories(int startIndex,
int maxResults,
java.lang.String fieldExecutor,
CategoryService categoryService,
OrderByType orderExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
java.util.List<SCategory> |
getResult() |
public GetCategories(int startIndex,
int maxResults,
java.lang.String fieldExecutor,
CategoryService categoryService,
OrderByType orderExecutor)
public void execute()
throws SBonitaException
execute in interface TransactionContentSBonitaExceptionpublic java.util.List<SCategory> getResult()
getResult in interface TransactionContentWithResult<java.util.List<SCategory>>