Uses of Interface
com.soffid.iam.model.EntryPointTreeEntityDao
-
Packages that use EntryPointTreeEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of EntryPointTreeEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement EntryPointTreeEntityDao Modifier and Type Class Description class
EntryPointTreeEntityDaoBase
DAO Base for Entity EntryPointTreeEntityclass
EntryPointTreeEntityDaoImpl
Methods in com.soffid.iam.model that return EntryPointTreeEntityDao Modifier and Type Method Description EntryPointTreeEntityDao
EntryPointEntityDaoBase. getEntryPointTreeEntityDao()
Gets reference toarbrePuntEntradaEntityDao
.Methods in com.soffid.iam.model with parameters of type EntryPointTreeEntityDao Modifier and Type Method Description void
EntryPointEntityDaoBase. setEntryPointTreeEntityDao(EntryPointTreeEntityDao arbrePuntEntradaEntityDao)
Sets reference toarbrePuntEntradaEntityDao
. -
Uses of EntryPointTreeEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return EntryPointTreeEntityDao Modifier and Type Method Description EntryPointTreeEntityDao
EntryPointServiceBase. getEntryPointTreeEntityDao()
Gets reference toarbrePuntEntradaEntityDao
.Methods in com.soffid.iam.service with parameters of type EntryPointTreeEntityDao Modifier and Type Method Description void
EntryPointServiceBase. setEntryPointTreeEntityDao(EntryPointTreeEntityDao arbrePuntEntradaEntityDao)
Sets reference toarbrePuntEntradaEntityDao
.
-