Uses of Interface
com.soffid.iam.model.RoleAccountEntityDao
-
Packages that use RoleAccountEntityDao Package Description com.soffid.iam.model com.soffid.iam.service com.soffid.iam.service.workflow -
-
Uses of RoleAccountEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement RoleAccountEntityDao Modifier and Type Class Description class
RoleAccountEntityDaoBase
DAO Base for Entity RoleAccountEntityclass
RoleAccountEntityDaoImpl
Methods in com.soffid.iam.model that return RoleAccountEntityDao Modifier and Type Method Description RoleAccountEntityDao
AccountEntityDaoBase. getRoleAccountEntityDao()
Gets reference torolAccountEntityDao
.RoleAccountEntityDao
AuthorizationEntityDaoBase. getRoleAccountEntityDao()
Gets reference torolAccountEntityDao
.RoleAccountEntityDao
DomainValueEntityDaoBase. getRoleAccountEntityDao()
Gets reference torolAccountEntityDao
.RoleAccountEntityDao
GroupEntityDaoBase. getRoleAccountEntityDao()
Gets reference torolAccountEntityDao
.RoleAccountEntityDao
InformationSystemEntityDaoBase. getRoleAccountEntityDao()
Gets reference torolAccountEntityDao
.RoleAccountEntityDao
IssueEntityDaoBase. getRoleAccountEntityDao()
Gets reference torolAccountEntityDao
.RoleAccountEntityDao
RoleEntityDaoBase. getRoleAccountEntityDao()
Gets reference torolAccountEntityDao
.RoleAccountEntityDao
RuleEntityDaoBase. getRoleAccountEntityDao()
Gets reference torolAccountEntityDao
.RoleAccountEntityDao
UserEntityDaoBase. getRoleAccountEntityDao()
Gets reference torolAccountEntityDao
.Methods in com.soffid.iam.model with parameters of type RoleAccountEntityDao Modifier and Type Method Description void
AccountEntityDaoBase. setRoleAccountEntityDao(RoleAccountEntityDao rolAccountEntityDao)
Sets reference torolAccountEntityDao
.void
AuthorizationEntityDaoBase. setRoleAccountEntityDao(RoleAccountEntityDao rolAccountEntityDao)
Sets reference torolAccountEntityDao
.void
DomainValueEntityDaoBase. setRoleAccountEntityDao(RoleAccountEntityDao rolAccountEntityDao)
Sets reference torolAccountEntityDao
.void
GroupEntityDaoBase. setRoleAccountEntityDao(RoleAccountEntityDao rolAccountEntityDao)
Sets reference torolAccountEntityDao
.void
InformationSystemEntityDaoBase. setRoleAccountEntityDao(RoleAccountEntityDao rolAccountEntityDao)
Sets reference torolAccountEntityDao
.void
IssueEntityDaoBase. setRoleAccountEntityDao(RoleAccountEntityDao rolAccountEntityDao)
Sets reference torolAccountEntityDao
.void
RoleEntityDaoBase. setRoleAccountEntityDao(RoleAccountEntityDao rolAccountEntityDao)
Sets reference torolAccountEntityDao
.void
RuleEntityDaoBase. setRoleAccountEntityDao(RoleAccountEntityDao rolAccountEntityDao)
Sets reference torolAccountEntityDao
.void
UserEntityDaoBase. setRoleAccountEntityDao(RoleAccountEntityDao rolAccountEntityDao)
Sets reference torolAccountEntityDao
. -
Uses of RoleAccountEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return RoleAccountEntityDao Modifier and Type Method Description RoleAccountEntityDao
AccountServiceBase. getRoleAccountEntityDao()
Gets reference torolAccountEntityDao
.RoleAccountEntityDao
ApplicationServiceBase. getRoleAccountEntityDao()
Gets reference torolAccountEntityDao
.RoleAccountEntityDao
AuthorizationServiceBase. getRoleAccountEntityDao()
Gets reference torolAccountEntityDao
.RoleAccountEntityDao
EntitlementDelegationServiceBase. getRoleAccountEntityDao()
Gets reference torolAccountEntityDao
.RoleAccountEntityDao
GroupServiceBase. getRoleAccountEntityDao()
Gets reference torolAccountEntityDao
.RoleAccountEntityDao
RuleEvaluatorServiceBase. getRoleAccountEntityDao()
Gets reference torolAccountEntityDao
.RoleAccountEntityDao
UserServiceBase. getRoleAccountEntityDao()
Gets reference torolAccountEntityDao
.Methods in com.soffid.iam.service with parameters of type RoleAccountEntityDao Modifier and Type Method Description void
AccountServiceBase. setRoleAccountEntityDao(RoleAccountEntityDao rolAccountEntityDao)
Sets reference torolAccountEntityDao
.void
ApplicationServiceBase. setRoleAccountEntityDao(RoleAccountEntityDao rolAccountEntityDao)
Sets reference torolAccountEntityDao
.void
AuthorizationServiceBase. setRoleAccountEntityDao(RoleAccountEntityDao rolAccountEntityDao)
Sets reference torolAccountEntityDao
.void
EntitlementDelegationServiceBase. setRoleAccountEntityDao(RoleAccountEntityDao rolAccountEntityDao)
Sets reference torolAccountEntityDao
.void
GroupServiceBase. setRoleAccountEntityDao(RoleAccountEntityDao rolAccountEntityDao)
Sets reference torolAccountEntityDao
.void
RuleEvaluatorServiceBase. setRoleAccountEntityDao(RoleAccountEntityDao rolAccountEntityDao)
Sets reference torolAccountEntityDao
.void
UserServiceBase. setRoleAccountEntityDao(RoleAccountEntityDao rolAccountEntityDao)
Sets reference torolAccountEntityDao
. -
Uses of RoleAccountEntityDao in com.soffid.iam.service.workflow
Methods in com.soffid.iam.service.workflow that return RoleAccountEntityDao Modifier and Type Method Description RoleAccountEntityDao
AuthorizationInformationServiceBase. getRoleAccountEntityDao()
Gets reference torolAccountEntityDao
.Methods in com.soffid.iam.service.workflow with parameters of type RoleAccountEntityDao Modifier and Type Method Description void
AuthorizationInformationServiceBase. setRoleAccountEntityDao(RoleAccountEntityDao rolAccountEntityDao)
Sets reference torolAccountEntityDao
.
-