Uses of Interface
com.soffid.iam.model.AccountSnapshotEntityDao
-
Packages that use AccountSnapshotEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of AccountSnapshotEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement AccountSnapshotEntityDao Modifier and Type Class Description class
AccountSnapshotEntityDaoBase
DAO Base for Entity AccountSnapshotEntityclass
AccountSnapshotEntityDaoImpl
Methods in com.soffid.iam.model that return AccountSnapshotEntityDao Modifier and Type Method Description AccountSnapshotEntityDao
AccountEntityDaoBase. getAccountSnapshotEntityDao()
Gets reference toaccountSnapshotEntityDao
.Methods in com.soffid.iam.model with parameters of type AccountSnapshotEntityDao Modifier and Type Method Description void
AccountEntityDaoBase. setAccountSnapshotEntityDao(AccountSnapshotEntityDao accountSnapshotEntityDao)
Sets reference toaccountSnapshotEntityDao
. -
Uses of AccountSnapshotEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return AccountSnapshotEntityDao Modifier and Type Method Description AccountSnapshotEntityDao
AccountServiceBase. getAccountSnapshotEntityDao()
Gets reference toaccountSnapshotEntityDao
.Methods in com.soffid.iam.service with parameters of type AccountSnapshotEntityDao Modifier and Type Method Description void
AccountServiceBase. setAccountSnapshotEntityDao(AccountSnapshotEntityDao accountSnapshotEntityDao)
Sets reference toaccountSnapshotEntityDao
.
-