Uses of Interface
com.soffid.iam.model.AccountMetadataEntityDao
-
Packages that use AccountMetadataEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of AccountMetadataEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement AccountMetadataEntityDao Modifier and Type Class Description class
AccountMetadataEntityDaoBase
DAO Base for Entity AccountMetadataEntityclass
AccountMetadataEntityDaoImpl
DAO AccountMetadataEntity implementationMethods in com.soffid.iam.model that return AccountMetadataEntityDao Modifier and Type Method Description AccountMetadataEntityDao
AccountAttributeEntityDaoBase. getAccountMetadataEntityDao()
Gets reference toaccountMetadataEntityDao
.AccountMetadataEntityDao
CustomObjectTypeEntityDaoBase. getAccountMetadataEntityDao()
Gets reference toaccountMetadataEntityDao
.AccountMetadataEntityDao
SystemEntityDaoBase. getAccountMetadataEntityDao()
Gets reference toaccountMetadataEntityDao
.Methods in com.soffid.iam.model with parameters of type AccountMetadataEntityDao Modifier and Type Method Description void
AccountAttributeEntityDaoBase. setAccountMetadataEntityDao(AccountMetadataEntityDao accountMetadataEntityDao)
Sets reference toaccountMetadataEntityDao
.void
CustomObjectTypeEntityDaoBase. setAccountMetadataEntityDao(AccountMetadataEntityDao accountMetadataEntityDao)
Sets reference toaccountMetadataEntityDao
.void
SystemEntityDaoBase. setAccountMetadataEntityDao(AccountMetadataEntityDao accountMetadataEntityDao)
Sets reference toaccountMetadataEntityDao
. -
Uses of AccountMetadataEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return AccountMetadataEntityDao Modifier and Type Method Description AccountMetadataEntityDao
AccountServiceBase. getAccountMetadataEntityDao()
Gets reference toaccountMetadataEntityDao
.AccountMetadataEntityDao
AdditionalDataServiceBase. getAccountMetadataEntityDao()
Gets reference toaccountMetadataEntityDao
.AccountMetadataEntityDao
DispatcherServiceBase. getAccountMetadataEntityDao()
Gets reference toaccountMetadataEntityDao
.Methods in com.soffid.iam.service with parameters of type AccountMetadataEntityDao Modifier and Type Method Description void
AccountServiceBase. setAccountMetadataEntityDao(AccountMetadataEntityDao accountMetadataEntityDao)
Sets reference toaccountMetadataEntityDao
.void
AdditionalDataServiceBase. setAccountMetadataEntityDao(AccountMetadataEntityDao accountMetadataEntityDao)
Sets reference toaccountMetadataEntityDao
.void
DispatcherServiceBase. setAccountMetadataEntityDao(AccountMetadataEntityDao accountMetadataEntityDao)
Sets reference toaccountMetadataEntityDao
.
-