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 classCustomObjectAttributeEntityDaoBaseDAO Base for Entity CustomObjectAttributeEntityclassCustomObjectAttributeEntityDaoImplMethods in com.soffid.iam.model that return CustomObjectAttributeEntityDao Modifier and Type Method Description CustomObjectAttributeEntityDaoCustomObjectEntityDaoBase. getCustomObjectAttributeEntityDao()Gets reference tocustomObjectAttributeEntityDao.Methods in com.soffid.iam.model with parameters of type CustomObjectAttributeEntityDao Modifier and Type Method Description voidCustomObjectEntityDaoBase. 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 CustomObjectAttributeEntityDaoCustomObjectServiceBase. getCustomObjectAttributeEntityDao()Gets reference tocustomObjectAttributeEntityDao.Methods in com.soffid.iam.service with parameters of type CustomObjectAttributeEntityDao Modifier and Type Method Description voidCustomObjectServiceBase. setCustomObjectAttributeEntityDao(CustomObjectAttributeEntityDao customObjectAttributeEntityDao)Sets reference tocustomObjectAttributeEntityDao.
-