Uses of Record Class
com.endurancetrio.business.tracker.dto.TrackerAccountDTO
Packages that use TrackerAccountDTO
Package
Description
-
Uses of TrackerAccountDTO in com.endurancetrio.business.tracker.mapper
Methods in com.endurancetrio.business.tracker.mapper that return TrackerAccountDTOModifier and TypeMethodDescriptionTrackerAccountMapper.map(TrackerAccount entity) Converts aTrackerAccountentity to aTrackerAccountDTO.Methods in com.endurancetrio.business.tracker.mapper with parameters of type TrackerAccountDTOModifier and TypeMethodDescriptionDeviceTelemetryMapper.map(DeviceTelemetryDTO dto, TrackerAccountDTO account) Converts aDeviceTelemetryDTOto aDeviceTelemetryentity.TrackerAccountMapper.map(TrackerAccountDTO dto) Converts aTrackerAccountDTOto aTrackerAccountentity. -
Uses of TrackerAccountDTO in com.endurancetrio.business.tracker.service
Methods in com.endurancetrio.business.tracker.service that return TrackerAccountDTOModifier and TypeMethodDescriptionTrackerAccountService.getByOwner(String owner) Retrieves the tracker account details for the specified owner.TrackerAccountServiceMain.getByOwner(String owner)