Uses of Interface
com.soffid.iam.model.ObjectMappingTriggerEntityDao
-
Packages that use ObjectMappingTriggerEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of ObjectMappingTriggerEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement ObjectMappingTriggerEntityDao Modifier and Type Class Description class
ObjectMappingTriggerEntityDaoBase
DAO Base for Entity ObjectMappingTriggerEntityclass
ObjectMappingTriggerEntityDaoImpl
Methods in com.soffid.iam.model that return ObjectMappingTriggerEntityDao Modifier and Type Method Description ObjectMappingTriggerEntityDao
ObjectMappingEntityDaoBase. getObjectMappingTriggerEntityDao()
Gets reference toobjectMappingTriggerEntityDao
.Methods in com.soffid.iam.model with parameters of type ObjectMappingTriggerEntityDao Modifier and Type Method Description void
ObjectMappingEntityDaoBase. setObjectMappingTriggerEntityDao(ObjectMappingTriggerEntityDao objectMappingTriggerEntityDao)
Sets reference toobjectMappingTriggerEntityDao
. -
Uses of ObjectMappingTriggerEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return ObjectMappingTriggerEntityDao Modifier and Type Method Description ObjectMappingTriggerEntityDao
DispatcherServiceBase. getObjectMappingTriggerEntityDao()
Gets reference toobjectMappingTriggerEntityDao
.Methods in com.soffid.iam.service with parameters of type ObjectMappingTriggerEntityDao Modifier and Type Method Description void
DispatcherServiceBase. setObjectMappingTriggerEntityDao(ObjectMappingTriggerEntityDao objectMappingTriggerEntityDao)
Sets reference toobjectMappingTriggerEntityDao
.
-