Uses of Interface
com.soffid.iam.model.GroupAttributeEntityDao
-
Packages that use GroupAttributeEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of GroupAttributeEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement GroupAttributeEntityDao Modifier and Type Class Description class
GroupAttributeEntityDaoBase
DAO Base for Entity GroupAttributeEntityclass
GroupAttributeEntityDaoImpl
DAO AccountAttributeEntity implementationMethods in com.soffid.iam.model that return GroupAttributeEntityDao Modifier and Type Method Description GroupAttributeEntityDao
GroupEntityDaoBase. getGroupAttributeEntityDao()
Gets reference togroupAttributeEntityDao
.Methods in com.soffid.iam.model with parameters of type GroupAttributeEntityDao Modifier and Type Method Description void
GroupEntityDaoBase. setGroupAttributeEntityDao(GroupAttributeEntityDao groupAttributeEntityDao)
Sets reference togroupAttributeEntityDao
. -
Uses of GroupAttributeEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return GroupAttributeEntityDao Modifier and Type Method Description GroupAttributeEntityDao
GroupServiceBase. getGroupAttributeEntityDao()
Gets reference togroupAttributeEntityDao
.Methods in com.soffid.iam.service with parameters of type GroupAttributeEntityDao Modifier and Type Method Description void
GroupServiceBase. setGroupAttributeEntityDao(GroupAttributeEntityDao groupAttributeEntityDao)
Sets reference togroupAttributeEntityDao
.
-