Uses of Interface
com.soffid.iam.model.SystemGroupEntityDao
-
Packages that use SystemGroupEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of SystemGroupEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement SystemGroupEntityDao Modifier and Type Class Description class
SystemGroupEntityDaoBase
DAO Base for Entity SystemGroupEntityclass
SystemGroupEntityDaoImpl
Methods in com.soffid.iam.model that return SystemGroupEntityDao Modifier and Type Method Description SystemGroupEntityDao
GroupEntityDaoBase. getSystemGroupEntityDao()
Gets reference togrupDispatcherEntityDao
.SystemGroupEntityDao
SystemEntityDaoBase. getSystemGroupEntityDao()
Gets reference togrupDispatcherEntityDao
.Methods in com.soffid.iam.model with parameters of type SystemGroupEntityDao Modifier and Type Method Description void
GroupEntityDaoBase. setSystemGroupEntityDao(SystemGroupEntityDao grupDispatcherEntityDao)
Sets reference togrupDispatcherEntityDao
.void
SystemEntityDaoBase. setSystemGroupEntityDao(SystemGroupEntityDao grupDispatcherEntityDao)
Sets reference togrupDispatcherEntityDao
. -
Uses of SystemGroupEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return SystemGroupEntityDao Modifier and Type Method Description SystemGroupEntityDao
DispatcherServiceBase. getSystemGroupEntityDao()
Gets reference togrupDispatcherEntityDao
.Methods in com.soffid.iam.service with parameters of type SystemGroupEntityDao Modifier and Type Method Description void
DispatcherServiceBase. setSystemGroupEntityDao(SystemGroupEntityDao grupDispatcherEntityDao)
Sets reference togrupDispatcherEntityDao
.
-