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