Package com.soffid.iam.model
Interface NoticeEntityDao
-
- All Known Implementing Classes:
NoticeEntityDaoBase
,NoticeEntityDaoImpl
public interface NoticeEntityDao
DAO for Entity NoticeEntity- See Also:
es.caib.seycon.ng.model.NotificacioEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
create(NoticeEntity entity)
Adds an instance ofNoticeEntity
to the persistent store.void
create(Collection<? extends NoticeEntity> entities)
Creates a collection ofNoticeEntity
and 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 findByApplicationCodeNoticeEntity
load(Long id)
Loads an instance ofNoticeEntity
from the persistent store.List<NoticeEntity>
loadAll()
Loads all instances ofNoticeEntity
from the persistent store.NoticeEntity
newNoticeEntity()
Creates an instance ofNoticeEntity
.NoticeEntity
notificacioToEntity(es.caib.seycon.ng.comu.Notificacio instance)
Transforms fromNotificacio
objectvoid
notificacioToEntity(es.caib.seycon.ng.comu.Notificacio source, NoticeEntity target, boolean copyIfNull)
Copy data fromNotificacio
objectList<NoticeEntity>
notificacioToEntityList(Collection<es.caib.seycon.ng.comu.Notificacio> instances)
Transforms fromNotificacio
listList<NoticeEntity>
query(String query, Parameter[] parameters)
Query ofNoticeEntity
from the persistent store.List<NoticeEntity>
query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofNoticeEntity
from the persistent store.NoticeEntity
reminderToEntity(com.soffid.iam.api.Reminder instance)
Transforms fromReminder
objectvoid
reminderToEntity(com.soffid.iam.api.Reminder source, NoticeEntity target, boolean copyIfNull)
Copy data fromReminder
objectList<NoticeEntity>
reminderToEntityList(Collection<com.soffid.iam.api.Reminder> instances)
Transforms fromReminder
listvoid
remove(NoticeEntity entity)
Removes an instance ofNoticeEntity
from the persistent store.void
remove(Long id)
Removes an instance ofNoticeEntity
from the persistent store.void
remove(Collection<? extends NoticeEntity> entities)
Removes a collection ofNoticeEntity
from the persistent store.es.caib.seycon.ng.comu.Notificacio
toNotificacio(NoticeEntity entity)
Transforms toNotificacio
objectvoid
toNotificacio(NoticeEntity source, es.caib.seycon.ng.comu.Notificacio target)
Copy data toNotificacio
objectList<es.caib.seycon.ng.comu.Notificacio>
toNotificacioList(Collection<NoticeEntity> entities)
Transforms toNotificacio
listcom.soffid.iam.api.Reminder
toReminder(NoticeEntity entity)
Transforms toReminder
objectvoid
toReminder(NoticeEntity source, com.soffid.iam.api.Reminder target)
Copy data toReminder
objectList<com.soffid.iam.api.Reminder>
toReminderList(Collection<NoticeEntity> entities)
Transforms toReminder
listvoid
update(NoticeEntity entity)
Updates an instance ofNoticeEntity
at the persistent store.void
update(Collection<? extends NoticeEntity> entities)
Updates a collection ofNoticeEntity
in 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 toReminder
object
-
toReminder
com.soffid.iam.api.Reminder toReminder(NoticeEntity entity)
Transforms toReminder
object
-
toReminderList
List<com.soffid.iam.api.Reminder> toReminderList(Collection<NoticeEntity> entities)
Transforms toReminder
list
-
reminderToEntity
void reminderToEntity(com.soffid.iam.api.Reminder source, NoticeEntity target, boolean copyIfNull)
Copy data fromReminder
object
-
reminderToEntity
NoticeEntity reminderToEntity(com.soffid.iam.api.Reminder instance)
Transforms fromReminder
object
-
reminderToEntityList
List<NoticeEntity> reminderToEntityList(Collection<com.soffid.iam.api.Reminder> instances)
Transforms fromReminder
list
-
toNotificacio
void toNotificacio(NoticeEntity source, es.caib.seycon.ng.comu.Notificacio target)
Copy data toNotificacio
object
-
toNotificacio
es.caib.seycon.ng.comu.Notificacio toNotificacio(NoticeEntity entity)
Transforms toNotificacio
object
-
toNotificacioList
List<es.caib.seycon.ng.comu.Notificacio> toNotificacioList(Collection<NoticeEntity> entities)
Transforms toNotificacio
list
-
notificacioToEntity
void notificacioToEntity(es.caib.seycon.ng.comu.Notificacio source, NoticeEntity target, boolean copyIfNull)
Copy data fromNotificacio
object
-
notificacioToEntity
NoticeEntity notificacioToEntity(es.caib.seycon.ng.comu.Notificacio instance)
Transforms fromNotificacio
object
-
notificacioToEntityList
List<NoticeEntity> notificacioToEntityList(Collection<es.caib.seycon.ng.comu.Notificacio> instances)
Transforms fromNotificacio
list
-
newNoticeEntity
NoticeEntity newNoticeEntity()
Creates an instance ofNoticeEntity
.
-
create
void create(NoticeEntity entity)
Adds an instance ofNoticeEntity
to the persistent store.
-
update
void update(NoticeEntity entity)
Updates an instance ofNoticeEntity
at the persistent store.
-
remove
void remove(NoticeEntity entity)
Removes an instance ofNoticeEntity
from the persistent store.
-
load
NoticeEntity load(Long id)
Loads an instance ofNoticeEntity
from the persistent store.
-
loadAll
List<NoticeEntity> loadAll()
Loads all instances ofNoticeEntity
from the persistent store.
-
create
void create(Collection<? extends NoticeEntity> entities)
Creates a collection ofNoticeEntity
and adds it to the persistent store.
-
update
void update(Collection<? extends NoticeEntity> entities)
Updates a collection ofNoticeEntity
in the persistent store.
-
remove
void remove(Collection<? extends NoticeEntity> entities)
Removes a collection ofNoticeEntity
from the persistent store.
-
remove
void remove(Long id)
Removes an instance ofNoticeEntity
from the persistent store.
-
query
List<NoticeEntity> query(String query, Parameter[] parameters)
Query ofNoticeEntity
from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters
-
query
List<NoticeEntity> query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofNoticeEntity
from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return
-
-