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 classUserPreferenceEntityDaoBaseDAO Base for Entity UserPreferenceEntityclassUserPreferenceEntityDaoImplMethods in com.soffid.iam.model that return UserPreferenceEntityDao Modifier and Type Method Description UserPreferenceEntityDaoUserEntityDaoBase. getUserPreferenceEntityDao()Gets reference touserPreferenceEntityDao.Methods in com.soffid.iam.model with parameters of type UserPreferenceEntityDao Modifier and Type Method Description voidUserEntityDaoBase. 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 UserPreferenceEntityDaoPreferencesServiceBase. getUserPreferenceEntityDao()Gets reference touserPreferenceEntityDao.UserPreferenceEntityDaoUserServiceBase. getUserPreferenceEntityDao()Gets reference touserPreferenceEntityDao.Methods in com.soffid.iam.service with parameters of type UserPreferenceEntityDao Modifier and Type Method Description voidPreferencesServiceBase. setUserPreferenceEntityDao(UserPreferenceEntityDao userPreferenceEntityDao)Sets reference touserPreferenceEntityDao.voidUserServiceBase. setUserPreferenceEntityDao(UserPreferenceEntityDao userPreferenceEntityDao)Sets reference touserPreferenceEntityDao.
-