Class TinyTrackCollectorDaoImpl
-
- All Implemented Interfaces:
-
pro.fessional.wings.tiny.grow.track.TinyTrackService.Collector
@Service()@ConditionalWingsEnabled() public class TinyTrackCollectorDaoImpl implements TinyTrackService.Collector
- Since:
2024-07-27
trydofor
-
-
Constructor Summary
Constructors Constructor Description TinyTrackCollectorDaoImpl()
-
Method Summary
Modifier and Type Method Description voidcollect(@NotNull() TinyTracking tracking)voidsetWinGrowTrackDao(WinGrowTrackDao winGrowTrackDao)voidsetLightIdService(LightIdService lightIdService)-
-
Method Detail
-
collect
@Transactional() void collect(@NotNull() TinyTracking tracking)
-
setWinGrowTrackDao
@Autowired() void setWinGrowTrackDao(WinGrowTrackDao winGrowTrackDao)
-
setLightIdService
@Autowired() void setLightIdService(LightIdService lightIdService)
-
-
-
-