Uses of Class
org.nentangso.core.service.dto.LocationDTO
-
Packages that use LocationDTO Package Description org.nentangso.core.service.helper org.nentangso.core.service.provider -
-
Uses of LocationDTO in org.nentangso.core.service.helper
Methods in org.nentangso.core.service.helper that return types with arguments of type LocationDTO Modifier and Type Method Description Set<LocationDTO>NtsLocationHelper. findAll()Optional<LocationDTO>NtsLocationHelper. findById(Long id) -
Uses of LocationDTO in org.nentangso.core.service.provider
Methods in org.nentangso.core.service.provider that return types with arguments of type LocationDTO Modifier and Type Method Description Optional<LocationDTO>NtsKeycloakLocationProvider. findById(Long id)Optional<LocationDTO>NtsLocationProvider. findById(Long id)
-