| Package | Description |
|---|---|
| li.strolch.service.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractService<T extends ServiceArgument,U extends ServiceResult> |
interface |
Service<T extends ServiceArgument,U extends ServiceResult>
Interface for Strolch service's.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ServiceArgument,U extends ServiceResult> |
ServiceHandler.doService(Certificate certificate,
Service<T,U> service,
T argument) |
<T extends ServiceArgument,U extends ServiceResult> |
DefaultServiceHandler.doService(Certificate certificate,
Service<T,U> service,
T argument) |
| Modifier and Type | Method and Description |
|---|---|
protected StrolchTransaction |
AbstractService.openArgOrUserTx(ServiceArgument arg)
Opens a
StrolchTransaction by evaluating if the given argument has a realm defined, if not, then the
realm from the user certificate is used. |
protected StrolchTransaction |
AbstractService.openArgOrUserTx(ServiceArgument arg,
String action)
Opens a
StrolchTransaction by evaluating if the given argument has a realm defined, if not, then the
realm from the user certificate is used. |
| Modifier and Type | Method and Description |
|---|---|
<U extends ServiceResult> |
ServiceHandler.doService(Certificate certificate,
Service<ServiceArgument,U> service) |
<U extends ServiceResult> |
DefaultServiceHandler.doService(Certificate certificate,
Service<ServiceArgument,U> service) |
Copyright © 2011–2016 Strolch. All rights reserved.