| Package | Description |
|---|---|
| org.jasig.portlet.notice.service.jpa |
| Modifier and Type | Method and Description |
|---|---|
JpaEntry |
INotificationDTOMapper.toJpaEntry(EntryDTO entry) |
JpaEntry |
NotificationDTOMapper.toJpaEntry(EntryDTO entry) |
| Modifier and Type | Method and Description |
|---|---|
List<JpaEntry> |
INotificationDTOMapper.toJpaEntryList(List<EntryDTO> entries) |
List<JpaEntry> |
NotificationDTOMapper.toJpaEntryList(List<EntryDTO> entries) |
| Modifier and Type | Method and Description |
|---|---|
void |
JpaEntryPostProcessor.process(JpaEntry mappedObject,
EntryDTO src) |
EntryDTO |
INotificationDTOMapper.toEntry(JpaEntry entry) |
EntryDTO |
NotificationDTOMapper.toEntry(JpaEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
List<EntryDTO> |
INotificationDTOMapper.toEntryList(List<JpaEntry> entries) |
List<EntryDTO> |
NotificationDTOMapper.toEntryList(List<JpaEntry> entries) |
Copyright © 2017 Jasig. All Rights Reserved.