Uses of Interface
com.soffid.iam.model.TaskLogEntityDao
-
Packages that use TaskLogEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of TaskLogEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement TaskLogEntityDao Modifier and Type Class Description class
TaskLogEntityDaoBase
DAO Base for Entity TaskLogEntityclass
TaskLogEntityDaoImpl
Methods in com.soffid.iam.model that return TaskLogEntityDao Modifier and Type Method Description TaskLogEntityDao
TaskEntityDaoBase. getTaskLogEntityDao()
Gets reference totaskLogEntityDao
.Methods in com.soffid.iam.model with parameters of type TaskLogEntityDao Modifier and Type Method Description void
TaskEntityDaoBase. setTaskLogEntityDao(TaskLogEntityDao taskLogEntityDao)
Sets reference totaskLogEntityDao
. -
Uses of TaskLogEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return TaskLogEntityDao Modifier and Type Method Description TaskLogEntityDao
SyncServerServiceBase. getTaskLogEntityDao()
Gets reference totaskLogEntityDao
.Methods in com.soffid.iam.service with parameters of type TaskLogEntityDao Modifier and Type Method Description void
SyncServerServiceBase. setTaskLogEntityDao(TaskLogEntityDao taskLogEntityDao)
Sets reference totaskLogEntityDao
.
-