public interface OutputService extends PersistedService
| Modifier and Type | Method and Description |
|---|---|
Output |
create(CreateOutputRequest request) |
Output |
create(Output request) |
void |
destroy(Output model) |
Output |
load(String streamOutputId) |
Set<Output> |
loadAll() |
Set<Output> |
loadForStream(Stream stream) |
destroy, destroyAll, save, saveWithoutValidation, validate, validate, validateOutput load(String streamOutputId) throws NotFoundException
NotFoundExceptionOutput create(Output request) throws ValidationException
ValidationExceptionOutput create(CreateOutputRequest request) throws ValidationException
ValidationExceptionvoid destroy(Output model) throws NotFoundException
NotFoundExceptionCopyright © 2012–2014 TORCH GmbH. All rights reserved.