Uses of Interface
com.soffid.iam.model.HostAttributeEntityDao
-
Packages that use HostAttributeEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of HostAttributeEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement HostAttributeEntityDao Modifier and Type Class Description class
HostAttributeEntityDaoBase
DAO Base for Entity HostAttributeEntityclass
HostAttributeEntityDaoImpl
DAO AccountAttributeEntity implementationMethods in com.soffid.iam.model that return HostAttributeEntityDao Modifier and Type Method Description HostAttributeEntityDao
HostEntityDaoBase. getHostAttributeEntityDao()
Gets reference tohostAttributeEntityDao
.Methods in com.soffid.iam.model with parameters of type HostAttributeEntityDao Modifier and Type Method Description void
HostEntityDaoBase. setHostAttributeEntityDao(HostAttributeEntityDao hostAttributeEntityDao)
Sets reference tohostAttributeEntityDao
. -
Uses of HostAttributeEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return HostAttributeEntityDao Modifier and Type Method Description HostAttributeEntityDao
NetworkServiceBase. getHostAttributeEntityDao()
Gets reference tohostAttributeEntityDao
.Methods in com.soffid.iam.service with parameters of type HostAttributeEntityDao Modifier and Type Method Description void
NetworkServiceBase. setHostAttributeEntityDao(HostAttributeEntityDao hostAttributeEntityDao)
Sets reference tohostAttributeEntityDao
.
-