| Interface | Description |
|---|---|
| ContactService |
A service that provides access to
Contact entities. |
| DivisionService |
A service that provides access to
Division entities. |
| EntityService<T extends AbstractEntity> |
An abstract CRUD service for an entity type.
|
| ExportService |
A service for exporting the database.
|
| ExportService.ExportResult | |
| LeagueService |
A service that provides access to
League entities. |
| PlayerService |
A service for accessing
Player entities. |
| RootService |
A service that provides support for the API root resource.
|
| TeamService |
/**
A service that provides access to
Team entities. |
| UserContext |
An object that represents the user.
|
| UserContextService |
A
|
| Class | Description |
|---|---|
| ContactServiceBean |
A
ContactService implemented as an injectable bean |
| DivisionServiceBean |
A
DivisionService implemented as an injectable bean. |
| EntityServiceBase<T extends AbstractEntity> |
A base for entity service implementations.
|
| ExportServiceBean |
A
ExportService as an injectable bean. |
| LeagueServiceBean |
A
LeagueService implemented as an injectable bean. |
| PlayerServiceBean |
A
PlayerService implemented as an injectable bean |
| RootServiceBean |
A
RootService implemented as an injectable bean. |
| TeamServiceBean |
A
TeamService implemented as an injectable bean. |
| UserContextServiceBean |
A mocked up
UserContextService. |
| Exception | Description |
|---|---|
| NoSuchEntityException |
An exception thrown when a requested persistent entity is not found.
|
| UpdateConflictException |
An exception thrown when an update fails due to an optimistic lock conflict.
|
Copyright © 2014–2016. All rights reserved.