@Service public class NotificationDTOMapper extends Object implements INotificationDTOMapper
| Constructor and Description |
|---|
NotificationDTOMapper() |
public List<EntryDTO> toEntryList(List<JpaEntry> entries)
toEntryList in interface INotificationDTOMapperpublic List<JpaEntry> toJpaEntryList(List<EntryDTO> entries)
toJpaEntryList in interface INotificationDTOMapperpublic EntryDTO toEntry(JpaEntry entry)
toEntry in interface INotificationDTOMapperpublic JpaEntry toJpaEntry(EntryDTO entry)
toJpaEntry in interface INotificationDTOMapperpublic Set<AddresseeDTO> toAddresseeSet(Set<org.jasig.portlet.notice.service.jpa.JpaAddressee> addressees)
toAddresseeSet in interface INotificationDTOMapperpublic AddresseeDTO toAddressee(org.jasig.portlet.notice.service.jpa.JpaAddressee addressee)
toAddressee in interface INotificationDTOMapperpublic org.jasig.portlet.notice.service.jpa.JpaAddressee toJpaAddressee(AddresseeDTO addressee)
toJpaAddressee in interface INotificationDTOMapperpublic List<RecipientDTO> toRecipientList(List<org.jasig.portlet.notice.service.jpa.JpaRecipient> recipients)
toRecipientList in interface INotificationDTOMapperpublic RecipientDTO toRecipient(org.jasig.portlet.notice.service.jpa.JpaRecipient recipient)
toRecipient in interface INotificationDTOMapperpublic List<EventDTO> toEventList(List<org.jasig.portlet.notice.service.jpa.JpaEvent> events)
toEventList in interface INotificationDTOMapperpublic List<org.jasig.portlet.notice.service.jpa.JpaEvent> toJpaEventList(List<EventDTO> events)
toJpaEventList in interface INotificationDTOMapperpublic EventDTO toEvent(org.jasig.portlet.notice.service.jpa.JpaEvent event)
toEvent in interface INotificationDTOMapperpublic org.jasig.portlet.notice.service.jpa.JpaEvent toJpaEvent(EventDTO event)
toJpaEvent in interface INotificationDTOMapperCopyright © 2016 Jasig. All Rights Reserved.