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