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 classCustomObjectEntityDaoBaseDAO Base for Entity CustomObjectEntityclassCustomObjectEntityDaoImplMethods in com.soffid.iam.model that return CustomObjectEntityDao Modifier and Type Method Description CustomObjectEntityDaoCustomObjectAttributeEntityDaoBase. getCustomObjectEntityDao()Gets reference tocustomObjectEntityDao.CustomObjectEntityDaoCustomObjectTypeEntityDaoBase. getCustomObjectEntityDao()Gets reference tocustomObjectEntityDao.Methods in com.soffid.iam.model with parameters of type CustomObjectEntityDao Modifier and Type Method Description voidCustomObjectAttributeEntityDaoBase. setCustomObjectEntityDao(CustomObjectEntityDao customObjectEntityDao)Sets reference tocustomObjectEntityDao.voidCustomObjectTypeEntityDaoBase. 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 CustomObjectEntityDaoAdditionalDataServiceBase. getCustomObjectEntityDao()Gets reference tocustomObjectEntityDao.CustomObjectEntityDaoCustomObjectServiceBase. getCustomObjectEntityDao()Gets reference tocustomObjectEntityDao.Methods in com.soffid.iam.service with parameters of type CustomObjectEntityDao Modifier and Type Method Description voidAdditionalDataServiceBase. setCustomObjectEntityDao(CustomObjectEntityDao customObjectEntityDao)Sets reference tocustomObjectEntityDao.voidCustomObjectServiceBase. 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 CustomObjectEntityDaoAttributeValidationServiceBase. getCustomObjectEntityDao()Gets reference tocustomObjectEntityDao.Methods in com.soffid.iam.service.impl with parameters of type CustomObjectEntityDao Modifier and Type Method Description voidAttributeValidationServiceBase. setCustomObjectEntityDao(CustomObjectEntityDao customObjectEntityDao)Sets reference tocustomObjectEntityDao.
-