Package com.soffid.iam.model
Interface NoticeEntityDao
-
- All Known Implementing Classes:
NoticeEntityDaoBase,NoticeEntityDaoImpl
public interface NoticeEntityDaoDAO for Entity NoticeEntity- See Also:
es.caib.seycon.ng.model.NotificacioEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreate(NoticeEntity entity)Adds an instance ofNoticeEntityto the persistent store.voidcreate(Collection<? extends NoticeEntity> entities)Creates a collection ofNoticeEntityand adds it to the persistent store.List<NoticeEntity>findAll()Operation findAllList<NoticeEntity>findAll(CriteriaSearchConfiguration criteria)CriteriaSearchConfiguration finderList<NoticeEntity>findByApplicationCode(CriteriaSearchConfiguration criteria, String informationSystem)CriteriaSearchConfiguration finderList<NoticeEntity>findByApplicationCode(String informationSystem)Operation findByApplicationCodeNoticeEntityload(Long id)Loads an instance ofNoticeEntityfrom the persistent store.List<NoticeEntity>loadAll()Loads all instances ofNoticeEntityfrom the persistent store.NoticeEntitynewNoticeEntity()Creates an instance ofNoticeEntity.NoticeEntitynotificacioToEntity(es.caib.seycon.ng.comu.Notificacio instance)Transforms fromNotificacioobjectvoidnotificacioToEntity(es.caib.seycon.ng.comu.Notificacio source, NoticeEntity target, boolean copyIfNull)Copy data fromNotificacioobjectList<NoticeEntity>notificacioToEntityList(Collection<es.caib.seycon.ng.comu.Notificacio> instances)Transforms fromNotificaciolistList<NoticeEntity>query(String query, Parameter[] parameters)Query ofNoticeEntityfrom the persistent store.List<NoticeEntity>query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofNoticeEntityfrom the persistent store.NoticeEntityreminderToEntity(com.soffid.iam.api.Reminder instance)Transforms fromReminderobjectvoidreminderToEntity(com.soffid.iam.api.Reminder source, NoticeEntity target, boolean copyIfNull)Copy data fromReminderobjectList<NoticeEntity>reminderToEntityList(Collection<com.soffid.iam.api.Reminder> instances)Transforms fromReminderlistvoidremove(NoticeEntity entity)Removes an instance ofNoticeEntityfrom the persistent store.voidremove(Long id)Removes an instance ofNoticeEntityfrom the persistent store.voidremove(Collection<? extends NoticeEntity> entities)Removes a collection ofNoticeEntityfrom the persistent store.es.caib.seycon.ng.comu.NotificaciotoNotificacio(NoticeEntity entity)Transforms toNotificacioobjectvoidtoNotificacio(NoticeEntity source, es.caib.seycon.ng.comu.Notificacio target)Copy data toNotificacioobjectList<es.caib.seycon.ng.comu.Notificacio>toNotificacioList(Collection<NoticeEntity> entities)Transforms toNotificaciolistcom.soffid.iam.api.RemindertoReminder(NoticeEntity entity)Transforms toReminderobjectvoidtoReminder(NoticeEntity source, com.soffid.iam.api.Reminder target)Copy data toReminderobjectList<com.soffid.iam.api.Reminder>toReminderList(Collection<NoticeEntity> entities)Transforms toReminderlistvoidupdate(NoticeEntity entity)Updates an instance ofNoticeEntityat the persistent store.voidupdate(Collection<? extends NoticeEntity> entities)Updates a collection ofNoticeEntityin the persistent store.
-
-
-
Method Detail
-
findAll
List<NoticeEntity> findAll()
Operation findAll- Returns:
-
findAll
List<NoticeEntity> findAll(CriteriaSearchConfiguration criteria)
CriteriaSearchConfiguration finder
-
findByApplicationCode
List<NoticeEntity> findByApplicationCode(String informationSystem)
Operation findByApplicationCode- Parameters:
informationSystem-- Returns:
-
findByApplicationCode
List<NoticeEntity> findByApplicationCode(CriteriaSearchConfiguration criteria, String informationSystem)
CriteriaSearchConfiguration finder
-
toReminder
void toReminder(NoticeEntity source, com.soffid.iam.api.Reminder target)
Copy data toReminderobject
-
toReminder
com.soffid.iam.api.Reminder toReminder(NoticeEntity entity)
Transforms toReminderobject
-
toReminderList
List<com.soffid.iam.api.Reminder> toReminderList(Collection<NoticeEntity> entities)
Transforms toReminderlist
-
reminderToEntity
void reminderToEntity(com.soffid.iam.api.Reminder source, NoticeEntity target, boolean copyIfNull)Copy data fromReminderobject
-
reminderToEntity
NoticeEntity reminderToEntity(com.soffid.iam.api.Reminder instance)
Transforms fromReminderobject
-
reminderToEntityList
List<NoticeEntity> reminderToEntityList(Collection<com.soffid.iam.api.Reminder> instances)
Transforms fromReminderlist
-
toNotificacio
void toNotificacio(NoticeEntity source, es.caib.seycon.ng.comu.Notificacio target)
Copy data toNotificacioobject
-
toNotificacio
es.caib.seycon.ng.comu.Notificacio toNotificacio(NoticeEntity entity)
Transforms toNotificacioobject
-
toNotificacioList
List<es.caib.seycon.ng.comu.Notificacio> toNotificacioList(Collection<NoticeEntity> entities)
Transforms toNotificaciolist
-
notificacioToEntity
void notificacioToEntity(es.caib.seycon.ng.comu.Notificacio source, NoticeEntity target, boolean copyIfNull)Copy data fromNotificacioobject
-
notificacioToEntity
NoticeEntity notificacioToEntity(es.caib.seycon.ng.comu.Notificacio instance)
Transforms fromNotificacioobject
-
notificacioToEntityList
List<NoticeEntity> notificacioToEntityList(Collection<es.caib.seycon.ng.comu.Notificacio> instances)
Transforms fromNotificaciolist
-
newNoticeEntity
NoticeEntity newNoticeEntity()
Creates an instance ofNoticeEntity.
-
create
void create(NoticeEntity entity)
Adds an instance ofNoticeEntityto the persistent store.
-
update
void update(NoticeEntity entity)
Updates an instance ofNoticeEntityat the persistent store.
-
remove
void remove(NoticeEntity entity)
Removes an instance ofNoticeEntityfrom the persistent store.
-
load
NoticeEntity load(Long id)
Loads an instance ofNoticeEntityfrom the persistent store.
-
loadAll
List<NoticeEntity> loadAll()
Loads all instances ofNoticeEntityfrom the persistent store.
-
create
void create(Collection<? extends NoticeEntity> entities)
Creates a collection ofNoticeEntityand adds it to the persistent store.
-
update
void update(Collection<? extends NoticeEntity> entities)
Updates a collection ofNoticeEntityin the persistent store.
-
remove
void remove(Collection<? extends NoticeEntity> entities)
Removes a collection ofNoticeEntityfrom the persistent store.
-
remove
void remove(Long id)
Removes an instance ofNoticeEntityfrom the persistent store.
-
query
List<NoticeEntity> query(String query, Parameter[] parameters)
Query ofNoticeEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters
-
query
List<NoticeEntity> query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofNoticeEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return
-
-