Uses of Interface
com.soffid.iam.model.UserPreferenceEntityDao
-
Packages that use UserPreferenceEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of UserPreferenceEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement UserPreferenceEntityDao Modifier and Type Class Description class
UserPreferenceEntityDaoBase
DAO Base for Entity UserPreferenceEntityclass
UserPreferenceEntityDaoImpl
Methods in com.soffid.iam.model that return UserPreferenceEntityDao Modifier and Type Method Description UserPreferenceEntityDao
UserEntityDaoBase. getUserPreferenceEntityDao()
Gets reference touserPreferenceEntityDao
.Methods in com.soffid.iam.model with parameters of type UserPreferenceEntityDao Modifier and Type Method Description void
UserEntityDaoBase. setUserPreferenceEntityDao(UserPreferenceEntityDao userPreferenceEntityDao)
Sets reference touserPreferenceEntityDao
. -
Uses of UserPreferenceEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return UserPreferenceEntityDao Modifier and Type Method Description UserPreferenceEntityDao
PreferencesServiceBase. getUserPreferenceEntityDao()
Gets reference touserPreferenceEntityDao
.UserPreferenceEntityDao
UserServiceBase. getUserPreferenceEntityDao()
Gets reference touserPreferenceEntityDao
.Methods in com.soffid.iam.service with parameters of type UserPreferenceEntityDao Modifier and Type Method Description void
PreferencesServiceBase. setUserPreferenceEntityDao(UserPreferenceEntityDao userPreferenceEntityDao)
Sets reference touserPreferenceEntityDao
.void
UserServiceBase. setUserPreferenceEntityDao(UserPreferenceEntityDao userPreferenceEntityDao)
Sets reference touserPreferenceEntityDao
.
-