Uses of Interface
com.soffid.iam.model.VaultFolderEntityDao
-
Packages that use VaultFolderEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of VaultFolderEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement VaultFolderEntityDao Modifier and Type Class Description class
VaultFolderEntityDaoBase
DAO Base for Entity VaultFolderEntityclass
VaultFolderEntityDaoImpl
DAO VaultFolderEntity implementationMethods in com.soffid.iam.model that return VaultFolderEntityDao Modifier and Type Method Description VaultFolderEntityDao
AccountEntityDaoBase. getVaultFolderEntityDao()
Gets reference tovaultFolderEntityDao
.VaultFolderEntityDao
PamPolicyEntityDaoBase. getVaultFolderEntityDao()
Gets reference tovaultFolderEntityDao
.VaultFolderEntityDao
VaultFolderAccessEntityDaoBase. getVaultFolderEntityDao()
Gets reference tovaultFolderEntityDao
.Methods in com.soffid.iam.model with parameters of type VaultFolderEntityDao Modifier and Type Method Description void
AccountEntityDaoBase. setVaultFolderEntityDao(VaultFolderEntityDao vaultFolderEntityDao)
Sets reference tovaultFolderEntityDao
.void
PamPolicyEntityDaoBase. setVaultFolderEntityDao(VaultFolderEntityDao vaultFolderEntityDao)
Sets reference tovaultFolderEntityDao
.void
VaultFolderAccessEntityDaoBase. setVaultFolderEntityDao(VaultFolderEntityDao vaultFolderEntityDao)
Sets reference tovaultFolderEntityDao
. -
Uses of VaultFolderEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return VaultFolderEntityDao Modifier and Type Method Description VaultFolderEntityDao
AccountServiceBase. getVaultFolderEntityDao()
Gets reference tovaultFolderEntityDao
.VaultFolderEntityDao
UserServiceBase. getVaultFolderEntityDao()
Gets reference tovaultFolderEntityDao
.VaultFolderEntityDao
VaultServiceBase. getVaultFolderEntityDao()
Gets reference tovaultFolderEntityDao
.Methods in com.soffid.iam.service with parameters of type VaultFolderEntityDao Modifier and Type Method Description void
AccountServiceBase. setVaultFolderEntityDao(VaultFolderEntityDao vaultFolderEntityDao)
Sets reference tovaultFolderEntityDao
.void
UserServiceBase. setVaultFolderEntityDao(VaultFolderEntityDao vaultFolderEntityDao)
Sets reference tovaultFolderEntityDao
.void
VaultServiceBase. setVaultFolderEntityDao(VaultFolderEntityDao vaultFolderEntityDao)
Sets reference tovaultFolderEntityDao
.
-