Uses of Interface
com.soffid.iam.model.EntryPointEntityDao
-
Packages that use EntryPointEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of EntryPointEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement EntryPointEntityDao Modifier and Type Class Description class
EntryPointEntityDaoBase
DAO Base for Entity EntryPointEntityclass
EntryPointEntityDaoImpl
Methods in com.soffid.iam.model that return EntryPointEntityDao Modifier and Type Method Description EntryPointEntityDao
EntryPointAccountEntityDaoBase. getEntryPointEntityDao()
Gets reference topuntEntradaEntityDao
.EntryPointEntityDao
EntryPointExecutableEntityDaoBase. getEntryPointEntityDao()
Gets reference topuntEntradaEntityDao
.EntryPointEntityDao
EntryPointGroupEntityDaoBase. getEntryPointEntityDao()
Gets reference topuntEntradaEntityDao
.EntryPointEntityDao
EntryPointRoleEntityDaoBase. getEntryPointEntityDao()
Gets reference topuntEntradaEntityDao
.EntryPointEntityDao
EntryPointTreeEntityDaoBase. getEntryPointEntityDao()
Gets reference topuntEntradaEntityDao
.EntryPointEntityDao
EntryPointUserEntityDaoBase. getEntryPointEntityDao()
Gets reference topuntEntradaEntityDao
.EntryPointEntityDao
HostEntryPointEntityDaoBase. getEntryPointEntityDao()
Gets reference topuntEntradaEntityDao
.EntryPointEntityDao
SystemEntityDaoBase. getEntryPointEntityDao()
Gets reference topuntEntradaEntityDao
.Methods in com.soffid.iam.model with parameters of type EntryPointEntityDao Modifier and Type Method Description void
EntryPointAccountEntityDaoBase. setEntryPointEntityDao(EntryPointEntityDao puntEntradaEntityDao)
Sets reference topuntEntradaEntityDao
.void
EntryPointExecutableEntityDaoBase. setEntryPointEntityDao(EntryPointEntityDao puntEntradaEntityDao)
Sets reference topuntEntradaEntityDao
.void
EntryPointGroupEntityDaoBase. setEntryPointEntityDao(EntryPointEntityDao puntEntradaEntityDao)
Sets reference topuntEntradaEntityDao
.void
EntryPointRoleEntityDaoBase. setEntryPointEntityDao(EntryPointEntityDao puntEntradaEntityDao)
Sets reference topuntEntradaEntityDao
.void
EntryPointTreeEntityDaoBase. setEntryPointEntityDao(EntryPointEntityDao puntEntradaEntityDao)
Sets reference topuntEntradaEntityDao
.void
EntryPointUserEntityDaoBase. setEntryPointEntityDao(EntryPointEntityDao puntEntradaEntityDao)
Sets reference topuntEntradaEntityDao
.void
HostEntryPointEntityDaoBase. setEntryPointEntityDao(EntryPointEntityDao puntEntradaEntityDao)
Sets reference topuntEntradaEntityDao
.void
SystemEntityDaoBase. setEntryPointEntityDao(EntryPointEntityDao puntEntradaEntityDao)
Sets reference topuntEntradaEntityDao
. -
Uses of EntryPointEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return EntryPointEntityDao Modifier and Type Method Description EntryPointEntityDao
EntryPointServiceBase. getEntryPointEntityDao()
Gets reference topuntEntradaEntityDao
.EntryPointEntityDao
NetworkDiscoveryServiceBase. getEntryPointEntityDao()
Gets reference topuntEntradaEntityDao
.EntryPointEntityDao
NetworkServiceBase. getEntryPointEntityDao()
Gets reference topuntEntradaEntityDao
.Methods in com.soffid.iam.service with parameters of type EntryPointEntityDao Modifier and Type Method Description void
EntryPointServiceBase. setEntryPointEntityDao(EntryPointEntityDao puntEntradaEntityDao)
Sets reference topuntEntradaEntityDao
.void
NetworkDiscoveryServiceBase. setEntryPointEntityDao(EntryPointEntityDao puntEntradaEntityDao)
Sets reference topuntEntradaEntityDao
.void
NetworkServiceBase. setEntryPointEntityDao(EntryPointEntityDao puntEntradaEntityDao)
Sets reference topuntEntradaEntityDao
.
-