Uses of Interface
com.soffid.iam.model.ScheduledTaskLogEntityDao
-
Packages that use ScheduledTaskLogEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of ScheduledTaskLogEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement ScheduledTaskLogEntityDao Modifier and Type Class Description class
ScheduledTaskLogEntityDaoBase
DAO Base for Entity ScheduledTaskLogEntityclass
ScheduledTaskLogEntityDaoImpl
Methods in com.soffid.iam.model that return ScheduledTaskLogEntityDao Modifier and Type Method Description ScheduledTaskLogEntityDao
ScheduledTaskEntityDaoBase. getScheduledTaskLogEntityDao()
Gets reference toscheduledTaskLogEntityDao
.Methods in com.soffid.iam.model with parameters of type ScheduledTaskLogEntityDao Modifier and Type Method Description void
ScheduledTaskEntityDaoBase. setScheduledTaskLogEntityDao(ScheduledTaskLogEntityDao scheduledTaskLogEntityDao)
Sets reference toscheduledTaskLogEntityDao
. -
Uses of ScheduledTaskLogEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return ScheduledTaskLogEntityDao Modifier and Type Method Description ScheduledTaskLogEntityDao
ScheduledTaskServiceBase. getScheduledTaskLogEntityDao()
Gets reference toscheduledTaskLogEntityDao
.Methods in com.soffid.iam.service with parameters of type ScheduledTaskLogEntityDao Modifier and Type Method Description void
ScheduledTaskServiceBase. setScheduledTaskLogEntityDao(ScheduledTaskLogEntityDao scheduledTaskLogEntityDao)
Sets reference toscheduledTaskLogEntityDao
.
-