Uses of Interface
com.soffid.iam.model.UserAccountEntityDao
-
Packages that use UserAccountEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of UserAccountEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement UserAccountEntityDao Modifier and Type Class Description class
UserAccountEntityDaoBase
DAO Base for Entity UserAccountEntityclass
UserAccountEntityDaoImpl
Methods in com.soffid.iam.model that return UserAccountEntityDao Modifier and Type Method Description UserAccountEntityDao
AccountEntityDaoBase. getUserAccountEntityDao()
Gets reference touserAccountEntityDao
.UserAccountEntityDao
UserEntityDaoBase. getUserAccountEntityDao()
Gets reference touserAccountEntityDao
.Methods in com.soffid.iam.model with parameters of type UserAccountEntityDao Modifier and Type Method Description void
AccountEntityDaoBase. setUserAccountEntityDao(UserAccountEntityDao userAccountEntityDao)
Sets reference touserAccountEntityDao
.void
UserEntityDaoBase. setUserAccountEntityDao(UserAccountEntityDao userAccountEntityDao)
Sets reference touserAccountEntityDao
. -
Uses of UserAccountEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return UserAccountEntityDao Modifier and Type Method Description UserAccountEntityDao
AccountServiceBase. getUserAccountEntityDao()
Gets reference touserAccountEntityDao
.UserAccountEntityDao
ApplicationServiceBase. getUserAccountEntityDao()
Gets reference touserAccountEntityDao
.UserAccountEntityDao
PamSecurityHandlerServiceBase. getUserAccountEntityDao()
Gets reference touserAccountEntityDao
.UserAccountEntityDao
UserServiceBase. getUserAccountEntityDao()
Gets reference touserAccountEntityDao
.Methods in com.soffid.iam.service with parameters of type UserAccountEntityDao Modifier and Type Method Description void
AccountServiceBase. setUserAccountEntityDao(UserAccountEntityDao userAccountEntityDao)
Sets reference touserAccountEntityDao
.void
ApplicationServiceBase. setUserAccountEntityDao(UserAccountEntityDao userAccountEntityDao)
Sets reference touserAccountEntityDao
.void
PamSecurityHandlerServiceBase. setUserAccountEntityDao(UserAccountEntityDao userAccountEntityDao)
Sets reference touserAccountEntityDao
.void
UserServiceBase. setUserAccountEntityDao(UserAccountEntityDao userAccountEntityDao)
Sets reference touserAccountEntityDao
.
-