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 class
UserGroupAttributeEntityDaoBase
DAO Base for Entity UserGroupAttributeEntityclass
UserGroupAttributeEntityDaoImpl
DAO RoleAttributeEntity implementationMethods in com.soffid.iam.model that return UserGroupAttributeEntityDao Modifier and Type Method Description UserGroupAttributeEntityDao
UserGroupEntityDaoBase. getUserGroupAttributeEntityDao()
Gets reference touserGroupAttributeEntityDao
.Methods in com.soffid.iam.model with parameters of type UserGroupAttributeEntityDao Modifier and Type Method Description void
UserGroupEntityDaoBase. 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 UserGroupAttributeEntityDao
GroupServiceBase. getUserGroupAttributeEntityDao()
Gets reference touserGroupAttributeEntityDao
.Methods in com.soffid.iam.service with parameters of type UserGroupAttributeEntityDao Modifier and Type Method Description void
GroupServiceBase. setUserGroupAttributeEntityDao(UserGroupAttributeEntityDao userGroupAttributeEntityDao)
Sets reference touserGroupAttributeEntityDao
.
-