Index
Entity DAO com.soffid.iam.model.NoticeEntityDao
[Entity]
Description
DAO methods
findAll
from com.soffid.iam.model.NoticeEntity notifica order by notifica.modificationDate asc
Returns
java.util.List<
com.soffid.iam.model.NoticeEntity
>
findByApplicationCode
from com.soffid.iam.model.NoticeEntity notifica where notifica.application.name = :informationSystem and notifica.application.tenant.id = :tenantId order by notifica.modificationDate asc
informationSystem
java.lang.String
Returns
java.util.List<
com.soffid.iam.model.NoticeEntity
>
DAO Dependencies
InformationSystemEntity
RoleEntity
UserEntity
Managed value objects
Reminder
Service Dependencies
2/28/24