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 class
ReconcileTriggerEntityDaoBase
DAO Base for Entity ReconcileTriggerEntityclass
ReconcileTriggerEntityDaoImpl
DAO ReconcileTriggerEntity implementationMethods in com.soffid.iam.model that return ReconcileTriggerEntityDao Modifier and Type Method Description ReconcileTriggerEntityDao
SystemEntityDaoBase. getReconcileTriggerEntityDao()
Gets reference toreconcileTriggerEntityDao
.Methods in com.soffid.iam.model with parameters of type ReconcileTriggerEntityDao Modifier and Type Method Description void
SystemEntityDaoBase. 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 ReconcileTriggerEntityDao
DispatcherServiceBase. getReconcileTriggerEntityDao()
Gets reference toreconcileTriggerEntityDao
.Methods in com.soffid.iam.service with parameters of type ReconcileTriggerEntityDao Modifier and Type Method Description void
DispatcherServiceBase. setReconcileTriggerEntityDao(ReconcileTriggerEntityDao reconcileTriggerEntityDao)
Sets reference toreconcileTriggerEntityDao
.
-