Uses of Interface
com.soffid.iam.model.ApplicationAttributeEntityDao
-
Packages that use ApplicationAttributeEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of ApplicationAttributeEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement ApplicationAttributeEntityDao Modifier and Type Class Description classApplicationAttributeEntityDaoBaseDAO Base for Entity ApplicationAttributeEntityclassApplicationAttributeEntityDaoImplDAO AccountAttributeEntity implementationMethods in com.soffid.iam.model that return ApplicationAttributeEntityDao Modifier and Type Method Description ApplicationAttributeEntityDaoInformationSystemEntityDaoBase. getApplicationAttributeEntityDao()Gets reference toapplicationAttributeEntityDao.Methods in com.soffid.iam.model with parameters of type ApplicationAttributeEntityDao Modifier and Type Method Description voidInformationSystemEntityDaoBase. setApplicationAttributeEntityDao(ApplicationAttributeEntityDao applicationAttributeEntityDao)Sets reference toapplicationAttributeEntityDao. -
Uses of ApplicationAttributeEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return ApplicationAttributeEntityDao Modifier and Type Method Description ApplicationAttributeEntityDaoApplicationServiceBase. getApplicationAttributeEntityDao()Gets reference toapplicationAttributeEntityDao.Methods in com.soffid.iam.service with parameters of type ApplicationAttributeEntityDao Modifier and Type Method Description voidApplicationServiceBase. setApplicationAttributeEntityDao(ApplicationAttributeEntityDao applicationAttributeEntityDao)Sets reference toapplicationAttributeEntityDao.
-