Uses of Interface
com.soffid.iam.model.RoleAttributeEntityDao
-
Packages that use RoleAttributeEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of RoleAttributeEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement RoleAttributeEntityDao Modifier and Type Class Description class
RoleAttributeEntityDaoBase
DAO Base for Entity RoleAttributeEntityclass
RoleAttributeEntityDaoImpl
DAO RoleAttributeEntity implementationMethods in com.soffid.iam.model that return RoleAttributeEntityDao Modifier and Type Method Description RoleAttributeEntityDao
RoleEntityDaoBase. getRoleAttributeEntityDao()
Gets reference toroleAttributeEntityDao
.Methods in com.soffid.iam.model with parameters of type RoleAttributeEntityDao Modifier and Type Method Description void
RoleEntityDaoBase. setRoleAttributeEntityDao(RoleAttributeEntityDao roleAttributeEntityDao)
Sets reference toroleAttributeEntityDao
. -
Uses of RoleAttributeEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return RoleAttributeEntityDao Modifier and Type Method Description RoleAttributeEntityDao
ApplicationServiceBase. getRoleAttributeEntityDao()
Gets reference toroleAttributeEntityDao
.Methods in com.soffid.iam.service with parameters of type RoleAttributeEntityDao Modifier and Type Method Description void
ApplicationServiceBase. setRoleAttributeEntityDao(RoleAttributeEntityDao roleAttributeEntityDao)
Sets reference toroleAttributeEntityDao
.
-