Uses of Interface
com.soffid.iam.model.EntryPointRoleEntityDao
-
Packages that use EntryPointRoleEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of EntryPointRoleEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement EntryPointRoleEntityDao Modifier and Type Class Description class
EntryPointRoleEntityDaoBase
DAO Base for Entity EntryPointRoleEntityclass
EntryPointRoleEntityDaoImpl
Methods in com.soffid.iam.model that return EntryPointRoleEntityDao Modifier and Type Method Description EntryPointRoleEntityDao
EntryPointEntityDaoBase. getEntryPointRoleEntityDao()
Gets reference toautoritzacioPUERolEntityDao
.Methods in com.soffid.iam.model with parameters of type EntryPointRoleEntityDao Modifier and Type Method Description void
EntryPointEntityDaoBase. setEntryPointRoleEntityDao(EntryPointRoleEntityDao autoritzacioPUERolEntityDao)
Sets reference toautoritzacioPUERolEntityDao
. -
Uses of EntryPointRoleEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return EntryPointRoleEntityDao Modifier and Type Method Description EntryPointRoleEntityDao
ApplicationServiceBase. getEntryPointRoleEntityDao()
Gets reference toautoritzacioPUERolEntityDao
.EntryPointRoleEntityDao
EntryPointServiceBase. getEntryPointRoleEntityDao()
Gets reference toautoritzacioPUERolEntityDao
.Methods in com.soffid.iam.service with parameters of type EntryPointRoleEntityDao Modifier and Type Method Description void
ApplicationServiceBase. setEntryPointRoleEntityDao(EntryPointRoleEntityDao autoritzacioPUERolEntityDao)
Sets reference toautoritzacioPUERolEntityDao
.void
EntryPointServiceBase. setEntryPointRoleEntityDao(EntryPointRoleEntityDao autoritzacioPUERolEntityDao)
Sets reference toautoritzacioPUERolEntityDao
.
-