Package org.cyclos.services
-
Interface Summary Interface Description CRUDService<DTO extends EntityDTO,D extends EntityData<DTO>,DP> A CRUD service is capable of performing basic data access operationsCRUDWithConfirmationPasswordService<DTO extends EntityDTO,D extends EntityData<DTO>,DP> A special CRUD service that requires confirmation password for actions like saving and removingService Marker interface for Cyclos services -
Annotation Types Summary Annotation Type Description MaskValueInLog Annotation indicating that either a method result or a method parameter should be masked in the logsRawText Annotation indicating that a service method String parameter should not be sanitized.RemotePath It is used to indicate the remote path to be used in the remote interface