Uses of Interface
com.soffid.iam.model.ScheduledTaskHandlerEntityDao
-
Packages that use ScheduledTaskHandlerEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of ScheduledTaskHandlerEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement ScheduledTaskHandlerEntityDao Modifier and Type Class Description class
ScheduledTaskHandlerEntityDaoBase
DAO Base for Entity ScheduledTaskHandlerEntityclass
ScheduledTaskHandlerEntityDaoImpl
DAO ScheduledTaskHandlerEntity implementationMethods in com.soffid.iam.model that return ScheduledTaskHandlerEntityDao Modifier and Type Method Description ScheduledTaskHandlerEntityDao
ScheduledTaskEntityDaoBase. getScheduledTaskHandlerEntityDao()
Gets reference toscheduledTaskHandlerEntityDao
.Methods in com.soffid.iam.model with parameters of type ScheduledTaskHandlerEntityDao Modifier and Type Method Description void
ScheduledTaskEntityDaoBase. setScheduledTaskHandlerEntityDao(ScheduledTaskHandlerEntityDao scheduledTaskHandlerEntityDao)
Sets reference toscheduledTaskHandlerEntityDao
. -
Uses of ScheduledTaskHandlerEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return ScheduledTaskHandlerEntityDao Modifier and Type Method Description ScheduledTaskHandlerEntityDao
ScheduledTaskServiceBase. getScheduledTaskHandlerEntityDao()
Gets reference toscheduledTaskHandlerEntityDao
.Methods in com.soffid.iam.service with parameters of type ScheduledTaskHandlerEntityDao Modifier and Type Method Description void
ScheduledTaskServiceBase. setScheduledTaskHandlerEntityDao(ScheduledTaskHandlerEntityDao scheduledTaskHandlerEntityDao)
Sets reference toscheduledTaskHandlerEntityDao
.
-