Uses of Class
com.endurancetrio.data.tracker.model.entity.TrackerAccount
Packages that use TrackerAccount
Package
Description
-
Uses of TrackerAccount in com.endurancetrio.business.tracker.mapper
Methods in com.endurancetrio.business.tracker.mapper that return TrackerAccountModifier and TypeMethodDescriptionTrackerAccountMapper.map(TrackerAccountDTO dto) Converts aTrackerAccountDTOto aTrackerAccountentity.Methods in com.endurancetrio.business.tracker.mapper with parameters of type TrackerAccountModifier and TypeMethodDescriptionTrackerAccountMapper.map(TrackerAccount entity) Converts aTrackerAccountentity to aTrackerAccountDTO. -
Uses of TrackerAccount in com.endurancetrio.data.tracker.model.entity
Methods in com.endurancetrio.data.tracker.model.entity that return TrackerAccountMethods in com.endurancetrio.data.tracker.model.entity with parameters of type TrackerAccountConstructors in com.endurancetrio.data.tracker.model.entity with parameters of type TrackerAccountModifierConstructorDescriptionDeviceTelemetry(TrackerAccount account, String device, Instant time, Double latitude, Double longitude, boolean active) -
Uses of TrackerAccount in com.endurancetrio.data.tracker.repository
Methods in com.endurancetrio.data.tracker.repository that return types with arguments of type TrackerAccount