Uses of Interface
com.soffid.iam.model.StatsEntityDao
-
Packages that use StatsEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of StatsEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement StatsEntityDao Modifier and Type Class Description class
StatsEntityDaoBase
DAO Base for Entity StatsEntityclass
StatsEntityDaoImpl
-
Uses of StatsEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return StatsEntityDao Modifier and Type Method Description StatsEntityDao
StatsServiceBase. getStatsEntityDao()
Gets reference tostatsEntityDao
.StatsEntityDao
SyncServerServiceBase. getStatsEntityDao()
Gets reference tostatsEntityDao
.Methods in com.soffid.iam.service with parameters of type StatsEntityDao Modifier and Type Method Description void
StatsServiceBase. setStatsEntityDao(StatsEntityDao statsEntityDao)
Sets reference tostatsEntityDao
.void
SyncServerServiceBase. setStatsEntityDao(StatsEntityDao statsEntityDao)
Sets reference tostatsEntityDao
.
-