Uses of Class
at.letto.dto.ServiceInfoDTO
Packages that use ServiceInfoDTO
Package
Description
-
Uses of ServiceInfoDTO in at.letto.basespringboot.controller
Methods in at.letto.basespringboot.controller that return ServiceInfoDTOMethods in at.letto.basespringboot.controller that return types with arguments of type ServiceInfoDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<ServiceInfoDTO> BaseInfoController.info()
org.springframework.http.ResponseEntity
<ServiceInfoDTO> BaseInfoController.infoApiAdmin()
org.springframework.http.ResponseEntity
<ServiceInfoDTO> BaseInfoController.infoAuthAdmin()
org.springframework.http.ResponseEntity
<ServiceInfoDTO> BaseInfoController.infoOpen()
-
Uses of ServiceInfoDTO in at.letto.restclient.endpoint
Methods in at.letto.restclient.endpoint with parameters of type ServiceInfoDTOModifier and TypeMethodDescriptionvoid
InfoControllerInterface.setInfo
(ServiceInfoDTO serviceInfoDTO, boolean admin) Setzt die notwendigen Werte im serviceInfoDTO -
Uses of ServiceInfoDTO in at.letto.service.rest
Methods in at.letto.service.rest that return ServiceInfoDTO -
Uses of ServiceInfoDTO in at.open.letto.plugin.controller
Methods in at.open.letto.plugin.controller with parameters of type ServiceInfoDTOModifier and TypeMethodDescriptionvoid
InfoControllerImplementation.setInfo
(ServiceInfoDTO serviceInfoDTO, boolean admin)