Uses of Interface
com.soffid.iam.model.ReconcileTriggerEntityDao
-
Packages that use ReconcileTriggerEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of ReconcileTriggerEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement ReconcileTriggerEntityDao Modifier and Type Class Description classReconcileTriggerEntityDaoBaseDAO Base for Entity ReconcileTriggerEntityclassReconcileTriggerEntityDaoImplDAO ReconcileTriggerEntity implementationMethods in com.soffid.iam.model that return ReconcileTriggerEntityDao Modifier and Type Method Description ReconcileTriggerEntityDaoSystemEntityDaoBase. getReconcileTriggerEntityDao()Gets reference toreconcileTriggerEntityDao.Methods in com.soffid.iam.model with parameters of type ReconcileTriggerEntityDao Modifier and Type Method Description voidSystemEntityDaoBase. setReconcileTriggerEntityDao(ReconcileTriggerEntityDao reconcileTriggerEntityDao)Sets reference toreconcileTriggerEntityDao. -
Uses of ReconcileTriggerEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return ReconcileTriggerEntityDao Modifier and Type Method Description ReconcileTriggerEntityDaoDispatcherServiceBase. getReconcileTriggerEntityDao()Gets reference toreconcileTriggerEntityDao.Methods in com.soffid.iam.service with parameters of type ReconcileTriggerEntityDao Modifier and Type Method Description voidDispatcherServiceBase. setReconcileTriggerEntityDao(ReconcileTriggerEntityDao reconcileTriggerEntityDao)Sets reference toreconcileTriggerEntityDao.
-