Uses of Interface
com.soffid.iam.model.NoticeEntityDao
-
Packages that use NoticeEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of NoticeEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement NoticeEntityDao Modifier and Type Class Description class
NoticeEntityDaoBase
DAO Base for Entity NoticeEntityclass
NoticeEntityDaoImpl
Methods in com.soffid.iam.model that return NoticeEntityDao Modifier and Type Method Description NoticeEntityDao
InformationSystemEntityDaoBase. getNoticeEntityDao()
Gets reference tonotificacioEntityDao
.NoticeEntityDao
RoleAccountEntityDaoBase. getNoticeEntityDao()
Gets reference tonotificacioEntityDao
.NoticeEntityDao
RoleEntityDaoBase. getNoticeEntityDao()
Gets reference tonotificacioEntityDao
.NoticeEntityDao
UserEntityDaoBase. getNoticeEntityDao()
Gets reference tonotificacioEntityDao
.Methods in com.soffid.iam.model with parameters of type NoticeEntityDao Modifier and Type Method Description void
InformationSystemEntityDaoBase. setNoticeEntityDao(NoticeEntityDao notificacioEntityDao)
Sets reference tonotificacioEntityDao
.void
RoleAccountEntityDaoBase. setNoticeEntityDao(NoticeEntityDao notificacioEntityDao)
Sets reference tonotificacioEntityDao
.void
RoleEntityDaoBase. setNoticeEntityDao(NoticeEntityDao notificacioEntityDao)
Sets reference tonotificacioEntityDao
.void
UserEntityDaoBase. setNoticeEntityDao(NoticeEntityDao notificacioEntityDao)
Sets reference tonotificacioEntityDao
. -
Uses of NoticeEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return NoticeEntityDao Modifier and Type Method Description NoticeEntityDao
ApplicationServiceBase. getNoticeEntityDao()
Gets reference tonotificacioEntityDao
.Methods in com.soffid.iam.service with parameters of type NoticeEntityDao Modifier and Type Method Description void
ApplicationServiceBase. setNoticeEntityDao(NoticeEntityDao notificacioEntityDao)
Sets reference tonotificacioEntityDao
.
-