Index
Entity DAO com.soffid.iam.rc.model.AuditEntityDao
[Entity]
Description
DAO methods
findById
id
java.lang.Long
Returns
com.soffid.iam.rc.model.AuditEntity
findByIndex
select a from com.soffid.iam.rc.model.AuditEntity as a where searchIndex=:searchIndex and tenant.id=:tenantId order by date asc
searchIndex
java.lang.String
Returns
java.util.Collection<
com.soffid.iam.rc.model.AuditEntity
>
unlinkAccounts
Unlinks audit logs from account that is going to be removed
account
com.soffid.iam.base.model.AccountEntity
Returns
void
DAO Dependencies
AccountEntity
GroupEntity
HostEntity
InformationSystemEntity
MailDomainEntity
MailListEntity
NetworkEntity
PrinterEntity
RoleEntity
SystemEntity
TenantEntity
UserEntity
Managed value objects
Audit
Service Dependencies
PasswordService
12/16/25