public interface CustomOperationActionService extends CRUDService<CustomOperationActionDTO,CustomOperationActionData,CustomOperationActionDataParams>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomOperationActionVO> |
list(CustomOperationVO ownerOperation)
Lists all available custom operations actions for the given custom operation
|
getData, getDataForNew, load, remove, removeAll, savejava.util.List<CustomOperationActionVO> list(CustomOperationVO ownerOperation) throws FrameworkException
FrameworkException