Uses of Interface
com.soffid.iam.model.CustomObjectEntityDao
-
Packages that use CustomObjectEntityDao Package Description com.soffid.iam.model com.soffid.iam.service com.soffid.iam.service.impl -
-
Uses of CustomObjectEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement CustomObjectEntityDao Modifier and Type Class Description class
CustomObjectEntityDaoBase
DAO Base for Entity CustomObjectEntityclass
CustomObjectEntityDaoImpl
Methods in com.soffid.iam.model that return CustomObjectEntityDao Modifier and Type Method Description CustomObjectEntityDao
CustomObjectAttributeEntityDaoBase. getCustomObjectEntityDao()
Gets reference tocustomObjectEntityDao
.CustomObjectEntityDao
CustomObjectTypeEntityDaoBase. getCustomObjectEntityDao()
Gets reference tocustomObjectEntityDao
.Methods in com.soffid.iam.model with parameters of type CustomObjectEntityDao Modifier and Type Method Description void
CustomObjectAttributeEntityDaoBase. setCustomObjectEntityDao(CustomObjectEntityDao customObjectEntityDao)
Sets reference tocustomObjectEntityDao
.void
CustomObjectTypeEntityDaoBase. setCustomObjectEntityDao(CustomObjectEntityDao customObjectEntityDao)
Sets reference tocustomObjectEntityDao
. -
Uses of CustomObjectEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return CustomObjectEntityDao Modifier and Type Method Description CustomObjectEntityDao
AdditionalDataServiceBase. getCustomObjectEntityDao()
Gets reference tocustomObjectEntityDao
.CustomObjectEntityDao
CustomObjectServiceBase. getCustomObjectEntityDao()
Gets reference tocustomObjectEntityDao
.Methods in com.soffid.iam.service with parameters of type CustomObjectEntityDao Modifier and Type Method Description void
AdditionalDataServiceBase. setCustomObjectEntityDao(CustomObjectEntityDao customObjectEntityDao)
Sets reference tocustomObjectEntityDao
.void
CustomObjectServiceBase. setCustomObjectEntityDao(CustomObjectEntityDao customObjectEntityDao)
Sets reference tocustomObjectEntityDao
. -
Uses of CustomObjectEntityDao in com.soffid.iam.service.impl
Methods in com.soffid.iam.service.impl that return CustomObjectEntityDao Modifier and Type Method Description CustomObjectEntityDao
AttributeValidationServiceBase. getCustomObjectEntityDao()
Gets reference tocustomObjectEntityDao
.Methods in com.soffid.iam.service.impl with parameters of type CustomObjectEntityDao Modifier and Type Method Description void
AttributeValidationServiceBase. setCustomObjectEntityDao(CustomObjectEntityDao customObjectEntityDao)
Sets reference tocustomObjectEntityDao
.
-