Uses of Interface
com.soffid.iam.model.UserProcessEntityDao
-
Packages that use UserProcessEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of UserProcessEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement UserProcessEntityDao Modifier and Type Class Description class
UserProcessEntityDaoBase
DAO Base for Entity UserProcessEntityclass
UserProcessEntityDaoImpl
-
Uses of UserProcessEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return UserProcessEntityDao Modifier and Type Method Description UserProcessEntityDao
UserServiceBase. getUserProcessEntityDao()
Gets reference tousuariWFProcessEntityDao
.Methods in com.soffid.iam.service with parameters of type UserProcessEntityDao Modifier and Type Method Description void
UserServiceBase. setUserProcessEntityDao(UserProcessEntityDao usuariWFProcessEntityDao)
Sets reference tousuariWFProcessEntityDao
.
-