public class GetCategory extends java.lang.Object implements TransactionContentWithResult<SCategory>
| Constructor and Description |
|---|
GetCategory(CategoryService categoryService,
long categoryId) |
GetCategory(CategoryService categoryService,
java.lang.String categoryName) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
SCategory |
getResult() |
public GetCategory(CategoryService categoryService, java.lang.String categoryName)
public GetCategory(CategoryService categoryService, long categoryId)
public void execute()
throws SBonitaException
execute in interface TransactionContentSBonitaExceptionpublic SCategory getResult()
getResult in interface TransactionContentWithResult<SCategory>