Uses of Interface
com.soffid.iam.model.UserGroupAttributeEntityDao
-
Packages that use UserGroupAttributeEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of UserGroupAttributeEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement UserGroupAttributeEntityDao Modifier and Type Class Description classUserGroupAttributeEntityDaoBaseDAO Base for Entity UserGroupAttributeEntityclassUserGroupAttributeEntityDaoImplDAO RoleAttributeEntity implementationMethods in com.soffid.iam.model that return UserGroupAttributeEntityDao Modifier and Type Method Description UserGroupAttributeEntityDaoUserGroupEntityDaoBase. getUserGroupAttributeEntityDao()Gets reference touserGroupAttributeEntityDao.Methods in com.soffid.iam.model with parameters of type UserGroupAttributeEntityDao Modifier and Type Method Description voidUserGroupEntityDaoBase. setUserGroupAttributeEntityDao(UserGroupAttributeEntityDao userGroupAttributeEntityDao)Sets reference touserGroupAttributeEntityDao. -
Uses of UserGroupAttributeEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return UserGroupAttributeEntityDao Modifier and Type Method Description UserGroupAttributeEntityDaoGroupServiceBase. getUserGroupAttributeEntityDao()Gets reference touserGroupAttributeEntityDao.Methods in com.soffid.iam.service with parameters of type UserGroupAttributeEntityDao Modifier and Type Method Description voidGroupServiceBase. setUserGroupAttributeEntityDao(UserGroupAttributeEntityDao userGroupAttributeEntityDao)Sets reference touserGroupAttributeEntityDao.
-