| Interface | Description |
|---|---|
| IGenericObjectQueryService |
Query the amorphous database
|
| Class | Description |
|---|---|
| AnyWebService | |
| AuthorizableSecurableService |
A service that allows
SecurableService to be Authorizablealso. |
| GenericFormService |
Provide a generic service(s) that can act as a Form that performs the following in a standard manner:
Accept a HTTP POST form in application/x-www-form-urlencoded
The form fields are server entity field names
The service will then pass the
HttpServletRequest to the submit Transformer
The Submit transformer result will be wrapped in a Response object and sent back synchronously to the client
If there are any listeners they will be also invoked synchronously. |
| GenericObjectQueryService |
Query the amorphous database
|
| GenericObjectUpdateService |
Update the amorphous database
|
| SecurableService |
A Service that assumes that it needs to sit in a Secured context; by some form of Auth filtering process.<
|
Copyright © 2018. All rights reserved.