@Service public class NotificationDTOMapper extends java.lang.Object implements INotificationDTOMapper
| Constructor and Description |
|---|
NotificationDTOMapper() |
public java.util.List<EntryDTO> toEntryList(java.util.List<JpaEntry> entries)
toEntryList in interface INotificationDTOMapperpublic java.util.List<JpaEntry> toJpaEntryList(java.util.List<EntryDTO> entries)
toJpaEntryList in interface INotificationDTOMapperpublic EntryDTO toEntry(JpaEntry entry)
toEntry in interface INotificationDTOMapperpublic JpaEntry toJpaEntry(EntryDTO entry)
toJpaEntry in interface INotificationDTOMapperpublic java.util.Set<AddresseeDTO> toAddresseeSet(java.util.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 java.util.List<RecipientDTO> toRecipientList(java.util.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 java.util.List<EventDTO> toEventList(java.util.List<org.jasig.portlet.notice.service.jpa.JpaEvent> events)
toEventList in interface INotificationDTOMapperpublic java.util.List<org.jasig.portlet.notice.service.jpa.JpaEvent> toJpaEventList(java.util.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 © 2018 Jasig. All Rights Reserved.