| Interface | Description |
|---|---|
| CRUDService<DTO extends EntityDTO,D extends EntityData<DTO>,DP> |
A CRUD service is capable of performing basic data access operations
|
| CRUDWithConfirmationPasswordService<DTO extends EntityDTO,D extends EntityData<DTO>,DP> |
A special CRUD service that requires confirmation password for actions like saving and removing
|
| Service |
Marker interface for Cyclos services
|
| Annotation Type | Description |
|---|---|
| GwtIncompatible |
It is used to indicate that a business method or field must be ignored by the GWT compiler and the Remote/Mobile
service generator.
|
| RemotePath |
It is used to indicate the remote path to be used in the remote interface
|