Uses of Interface
com.soffid.iam.model.CustomObjectAttributeEntityDao
-
Packages that use CustomObjectAttributeEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of CustomObjectAttributeEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement CustomObjectAttributeEntityDao Modifier and Type Class Description class
CustomObjectAttributeEntityDaoBase
DAO Base for Entity CustomObjectAttributeEntityclass
CustomObjectAttributeEntityDaoImpl
Methods in com.soffid.iam.model that return CustomObjectAttributeEntityDao Modifier and Type Method Description CustomObjectAttributeEntityDao
CustomObjectEntityDaoBase. getCustomObjectAttributeEntityDao()
Gets reference tocustomObjectAttributeEntityDao
.Methods in com.soffid.iam.model with parameters of type CustomObjectAttributeEntityDao Modifier and Type Method Description void
CustomObjectEntityDaoBase. setCustomObjectAttributeEntityDao(CustomObjectAttributeEntityDao customObjectAttributeEntityDao)
Sets reference tocustomObjectAttributeEntityDao
. -
Uses of CustomObjectAttributeEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return CustomObjectAttributeEntityDao Modifier and Type Method Description CustomObjectAttributeEntityDao
CustomObjectServiceBase. getCustomObjectAttributeEntityDao()
Gets reference tocustomObjectAttributeEntityDao
.Methods in com.soffid.iam.service with parameters of type CustomObjectAttributeEntityDao Modifier and Type Method Description void
CustomObjectServiceBase. setCustomObjectAttributeEntityDao(CustomObjectAttributeEntityDao customObjectAttributeEntityDao)
Sets reference tocustomObjectAttributeEntityDao
.
-