Uses of Class
com.soffid.iam.model.NoticeEntity
-
Packages that use NoticeEntity Package Description com.soffid.iam.model -
-
Uses of NoticeEntity in com.soffid.iam.model
Subclasses of NoticeEntity in com.soffid.iam.model Modifier and Type Class Description class
NoticeEntityImpl
Entity NoticeEntity implementationMethods in com.soffid.iam.model that return NoticeEntity Modifier and Type Method Description NoticeEntity
NoticeEntityDao. load(Long id)
Loads an instance ofNoticeEntity
from the persistent store.NoticeEntity
NoticeEntityDaoBase. load(Long id)
Loads an instance ofNoticeEntity
from the persistent store.NoticeEntity
NoticeEntityDao. newNoticeEntity()
Creates an instance ofNoticeEntity
.NoticeEntity
NoticeEntityDaoBase. newNoticeEntity()
Creates an instance ofNoticeEntity
.NoticeEntity
NoticeEntityDao. notificacioToEntity(es.caib.seycon.ng.comu.Notificacio instance)
Transforms fromNotificacio
objectNoticeEntity
NoticeEntityDaoBase. notificacioToEntity(es.caib.seycon.ng.comu.Notificacio instance)
Transforms fromNotificacio
objectNoticeEntity
NoticeEntityDao. reminderToEntity(com.soffid.iam.api.Reminder instance)
Transforms fromReminder
objectNoticeEntity
NoticeEntityDaoImpl. reminderToEntity(com.soffid.iam.api.Reminder notificacio)
Methods in com.soffid.iam.model that return types with arguments of type NoticeEntity Modifier and Type Method Description List<NoticeEntity>
NoticeEntityDao. findAll()
Operation findAllList<NoticeEntity>
NoticeEntityDao. findAll(CriteriaSearchConfiguration criteria)
CriteriaSearchConfiguration finderList<NoticeEntity>
NoticeEntityDaoBase. findAll()
Operation findAllList<NoticeEntity>
NoticeEntityDaoBase. findAll(CriteriaSearchConfiguration criteria)
CriteriaSearchConfiguration implementationList<NoticeEntity>
NoticeEntityDaoBase. findAll(String queryString, CriteriaSearchConfiguration criteria)
Internal implementationList<NoticeEntity>
NoticeEntityDao. findByApplicationCode(CriteriaSearchConfiguration criteria, String informationSystem)
CriteriaSearchConfiguration finderList<NoticeEntity>
NoticeEntityDao. findByApplicationCode(String informationSystem)
Operation findByApplicationCodeList<NoticeEntity>
NoticeEntityDaoBase. findByApplicationCode(CriteriaSearchConfiguration criteria, String informationSystem)
CriteriaSearchConfiguration implementationList<NoticeEntity>
NoticeEntityDaoBase. findByApplicationCode(String informationSystem)
Operation findByApplicationCodeList<NoticeEntity>
NoticeEntityDaoBase. findByApplicationCode(String queryString, CriteriaSearchConfiguration criteria, String informationSystem)
Internal implementationCollection<NoticeEntity>
RoleEntity. getNotificationEntities()
Gets value for attribute notificationEntitiesList<NoticeEntity>
NoticeEntityDao. loadAll()
Loads all instances ofNoticeEntity
from the persistent store.List<NoticeEntity>
NoticeEntityDaoBase. loadAll()
Loads all instances ofNoticeEntity
from the persistent store.List<NoticeEntity>
NoticeEntityDao. notificacioToEntityList(Collection<es.caib.seycon.ng.comu.Notificacio> instances)
Transforms fromNotificacio
listList<NoticeEntity>
NoticeEntityDaoBase. notificacioToEntityList(Collection<es.caib.seycon.ng.comu.Notificacio> instances)
Transforms fromReminder
listList<NoticeEntity>
NoticeEntityDao. query(String query, Parameter[] parameters)
Query ofNoticeEntity
from the persistent store.List<NoticeEntity>
NoticeEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofNoticeEntity
from the persistent store.List<NoticeEntity>
NoticeEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofNoticeEntity
from the persistent store.List<NoticeEntity>
NoticeEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofNoticeEntity
from the persistent store.List<NoticeEntity>
NoticeEntityDao. reminderToEntityList(Collection<com.soffid.iam.api.Reminder> instances)
Transforms fromReminder
listList<NoticeEntity>
NoticeEntityDaoBase. reminderToEntityList(Collection<com.soffid.iam.api.Reminder> instances)
Transforms fromReminder
listMethods in com.soffid.iam.model with parameters of type NoticeEntity Modifier and Type Method Description void
NoticeEntityDao. create(NoticeEntity entity)
Adds an instance ofNoticeEntity
to the persistent store.void
NoticeEntityDaoBase. create(NoticeEntity entity)
Adds an instance ofNoticeEntity
to the persistent store.void
NoticeEntityDao. notificacioToEntity(es.caib.seycon.ng.comu.Notificacio source, NoticeEntity target, boolean copyIfNull)
Copy data fromNotificacio
objectvoid
NoticeEntityDaoBase. notificacioToEntity(es.caib.seycon.ng.comu.Notificacio source, NoticeEntity target, boolean copyIfNull)
Copy data fromNotificacio
objectvoid
NoticeEntityDao. reminderToEntity(com.soffid.iam.api.Reminder source, NoticeEntity target, boolean copyIfNull)
Copy data fromReminder
objectvoid
NoticeEntityDaoBase. reminderToEntity(com.soffid.iam.api.Reminder source, NoticeEntity target, boolean copyIfNull)
Copy data fromReminder
objectvoid
NoticeEntityDaoImpl. reminderToEntity(com.soffid.iam.api.Reminder source, NoticeEntity target, boolean copyIfNull)
void
NoticeEntityDao. remove(NoticeEntity entity)
Removes an instance ofNoticeEntity
from the persistent store.void
NoticeEntityDaoBase. remove(NoticeEntity entity)
Removes an instance ofNoticeEntity
from the persistent store.es.caib.seycon.ng.comu.Notificacio
NoticeEntityDao. toNotificacio(NoticeEntity entity)
Transforms toNotificacio
objectvoid
NoticeEntityDao. toNotificacio(NoticeEntity source, es.caib.seycon.ng.comu.Notificacio target)
Copy data toNotificacio
objectes.caib.seycon.ng.comu.Notificacio
NoticeEntityDaoBase. toNotificacio(NoticeEntity entity)
Transforms toReminder
objectvoid
NoticeEntityDaoBase. toNotificacio(NoticeEntity source, es.caib.seycon.ng.comu.Notificacio target)
com.soffid.iam.api.Reminder
NoticeEntityDao. toReminder(NoticeEntity entity)
Transforms toReminder
objectvoid
NoticeEntityDao. toReminder(NoticeEntity source, com.soffid.iam.api.Reminder target)
Copy data toReminder
objectcom.soffid.iam.api.Reminder
NoticeEntityDaoBase. toReminder(NoticeEntity entity)
Transforms toReminder
objectvoid
NoticeEntityDaoBase. toReminder(NoticeEntity source, com.soffid.iam.api.Reminder target)
Copy data toReminder
objectcom.soffid.iam.api.Reminder
NoticeEntityDaoImpl. toReminder(NoticeEntity entity)
void
NoticeEntityDaoImpl. toReminder(NoticeEntity source, com.soffid.iam.api.Reminder target)
void
NoticeEntityDao. update(NoticeEntity entity)
Updates an instance ofNoticeEntity
at the persistent store.void
NoticeEntityDaoBase. update(NoticeEntity entity)
Updates an instance ofNoticeEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type NoticeEntity Modifier and Type Method Description void
NoticeEntityDao. create(Collection<? extends NoticeEntity> entities)
Creates a collection ofNoticeEntity
and adds it to the persistent store.void
NoticeEntityDaoBase. create(Collection<? extends NoticeEntity> entities)
Creates a collection ofNoticeEntity
and adds it to the persistent store.void
NoticeEntityDao. remove(Collection<? extends NoticeEntity> entities)
Removes a collection ofNoticeEntity
from the persistent store.void
NoticeEntityDaoBase. remove(Collection<? extends NoticeEntity> entities)
Removes a collection ofNoticeEntity
from the persistent store.void
RoleEntity. setNotificationEntities(Collection<NoticeEntity> notificationEntities)
Sets value for attribute notificationEntitiesList<es.caib.seycon.ng.comu.Notificacio>
NoticeEntityDao. toNotificacioList(Collection<NoticeEntity> entities)
Transforms toNotificacio
listList<es.caib.seycon.ng.comu.Notificacio>
NoticeEntityDaoBase. toNotificacioList(Collection<NoticeEntity> instances)
Transforms toNotificacio
listList<com.soffid.iam.api.Reminder>
NoticeEntityDao. toReminderList(Collection<NoticeEntity> entities)
Transforms toReminder
listList<com.soffid.iam.api.Reminder>
NoticeEntityDaoBase. toReminderList(Collection<NoticeEntity> instances)
Transforms toReminder
listvoid
NoticeEntityDao. update(Collection<? extends NoticeEntity> entities)
Updates a collection ofNoticeEntity
in the persistent store.void
NoticeEntityDaoBase. update(Collection<? extends NoticeEntity> entities)
Updates a collection ofNoticeEntity
in the persistent store.
-