Uses of Interface
com.soffid.iam.model.RoleDependencyEntityDao
-
Packages that use RoleDependencyEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of RoleDependencyEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement RoleDependencyEntityDao Modifier and Type Class Description classRoleDependencyEntityDaoBaseDAO Base for Entity RoleDependencyEntityclassRoleDependencyEntityDaoImplMethods in com.soffid.iam.model that return RoleDependencyEntityDao Modifier and Type Method Description RoleDependencyEntityDaoRoleEntityDaoBase. getRoleDependencyEntityDao()Gets reference torolAssociacioRolEntityDao.Methods in com.soffid.iam.model with parameters of type RoleDependencyEntityDao Modifier and Type Method Description voidRoleEntityDaoBase. setRoleDependencyEntityDao(RoleDependencyEntityDao rolAssociacioRolEntityDao)Sets reference torolAssociacioRolEntityDao. -
Uses of RoleDependencyEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return RoleDependencyEntityDao Modifier and Type Method Description RoleDependencyEntityDaoApplicationServiceBase. getRoleDependencyEntityDao()Gets reference torolAssociacioRolEntityDao.RoleDependencyEntityDaoUserServiceBase. getRoleDependencyEntityDao()Gets reference torolAssociacioRolEntityDao.Methods in com.soffid.iam.service with parameters of type RoleDependencyEntityDao Modifier and Type Method Description voidApplicationServiceBase. setRoleDependencyEntityDao(RoleDependencyEntityDao rolAssociacioRolEntityDao)Sets reference torolAssociacioRolEntityDao.voidUserServiceBase. setRoleDependencyEntityDao(RoleDependencyEntityDao rolAssociacioRolEntityDao)Sets reference torolAssociacioRolEntityDao.
-