Index

A B C D E F G H I K L M N P Q R S T U V W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ACTIVE_STATUS - Static variable in class com.eurodyn.qlack.fuse.mailing.util.MailConstants
 
addAttachment(AttachmentDTO) - Method in class com.eurodyn.qlack.fuse.mailing.dto.EmailDTO
 
addContactToDistributionList(String, String) - Method in class com.eurodyn.qlack.fuse.mailing.service.DistributionListService
Add a contact to a distribution list.
addedOnDate - Variable in class com.eurodyn.qlack.fuse.mailing.model.QEmail
 
attachment - Static variable in class com.eurodyn.qlack.fuse.mailing.model.QAttachment
 
Attachment - Class in com.eurodyn.qlack.fuse.mailing.model
This class represents an email attachment.
Attachment() - Constructor for class com.eurodyn.qlack.fuse.mailing.model.Attachment
 
AttachmentDTO - Class in com.eurodyn.qlack.fuse.mailing.dto
Data Transfer Object for Attachment.
AttachmentDTO(String, String, String) - Constructor for class com.eurodyn.qlack.fuse.mailing.dto.AttachmentDTO
Parameterized Constructor
attachmentDTOListToAttachmentSet(List<AttachmentDTO>) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.EmailMapperImpl
 
attachmentDTOToAttachment(AttachmentDTO) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.EmailMapperImpl
 
AttachmentMapper - Interface in com.eurodyn.qlack.fuse.mailing.mapper
Mapping interface for Attachment entities and DTOs
AttachmentMapperImpl - Class in com.eurodyn.qlack.fuse.mailing.mapper
 
AttachmentMapperImpl() - Constructor for class com.eurodyn.qlack.fuse.mailing.mapper.AttachmentMapperImpl
 
AttachmentRepository - Interface in com.eurodyn.qlack.fuse.mailing.repository
Repository interface for Attachment entities
attachments - Variable in class com.eurodyn.qlack.fuse.mailing.model.QEmail
 
attachments - Variable in class com.eurodyn.qlack.fuse.mailing.model.QInternalMessage
 
attachmentSetToAttachmentDTOList(Set<Attachment>) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.EmailMapperImpl
 
attachmentSize - Variable in class com.eurodyn.qlack.fuse.mailing.model.QAttachment
 
attachmentToAttachmentDTO(Attachment) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.EmailMapperImpl
 
AttributeDTO - Class in com.eurodyn.qlack.fuse.mailing.dto
Data Transfer Object for Attribute.
AttributeDTO() - Constructor for class com.eurodyn.qlack.fuse.mailing.dto.AttributeDTO
 

B

bccEmails - Variable in class com.eurodyn.qlack.fuse.mailing.model.QEmail
 
body - Variable in class com.eurodyn.qlack.fuse.mailing.model.QEmail
 

C

CANCELED - Enum constant in enum class com.eurodyn.qlack.fuse.mailing.util.MailConstants.EMAIL_STATUS
 
ccEmails - Variable in class com.eurodyn.qlack.fuse.mailing.model.QEmail
 
charset - Variable in class com.eurodyn.qlack.fuse.mailing.model.QEmail
 
checkAndSendQueued() - Method in class com.eurodyn.qlack.fuse.mailing.monitor.MailQueueMonitor
Check for QUEUED emails and send them.
cleanup(Long, MailConstants.EMAIL_STATUS[]) - Method in class com.eurodyn.qlack.fuse.mailing.service.MailService
Removes all e-mails prior to the specified date having the requested status.
clearAttribute(String) - Method in class com.eurodyn.qlack.fuse.mailing.dto.AttributeDTO
 
com.eurodyn.qlack.fuse.mailing.dto - package com.eurodyn.qlack.fuse.mailing.dto
 
com.eurodyn.qlack.fuse.mailing.exception - package com.eurodyn.qlack.fuse.mailing.exception
 
com.eurodyn.qlack.fuse.mailing.mapper - package com.eurodyn.qlack.fuse.mailing.mapper
 
com.eurodyn.qlack.fuse.mailing.model - package com.eurodyn.qlack.fuse.mailing.model
 
com.eurodyn.qlack.fuse.mailing.monitor - package com.eurodyn.qlack.fuse.mailing.monitor
 
com.eurodyn.qlack.fuse.mailing.repository - package com.eurodyn.qlack.fuse.mailing.repository
 
com.eurodyn.qlack.fuse.mailing.service - package com.eurodyn.qlack.fuse.mailing.service
 
com.eurodyn.qlack.fuse.mailing.util - package com.eurodyn.qlack.fuse.mailing.util
 
com.eurodyn.qlack.fuse.mailing.validators - package com.eurodyn.qlack.fuse.mailing.validators
 
COMMA_TOKEN - Static variable in class com.eurodyn.qlack.fuse.mailing.util.MailConstants
 
contact - Static variable in class com.eurodyn.qlack.fuse.mailing.model.QContact
 
Contact - Class in com.eurodyn.qlack.fuse.mailing.model
This class represents a contact.
Contact() - Constructor for class com.eurodyn.qlack.fuse.mailing.model.Contact
 
contactConvert(ContactDTO) - Static method in class com.eurodyn.qlack.fuse.mailing.util.ConverterUtil
Converts the entity data transfer object ContactDTO to Contact.
ContactDTO - Class in com.eurodyn.qlack.fuse.mailing.dto
Data Transfer Object for Contact.
ContactDTO() - Constructor for class com.eurodyn.qlack.fuse.mailing.dto.ContactDTO
 
contactDTOListToContactSet(List<ContactDTO>) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.DistributionListMapperImpl
 
contactDTOToContact(ContactDTO) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.DistributionListMapperImpl
 
ContactMapper - Interface in com.eurodyn.qlack.fuse.mailing.mapper
Mapping interface for Contact entities and DTOs
ContactMapperImpl - Class in com.eurodyn.qlack.fuse.mailing.mapper
 
ContactMapperImpl() - Constructor for class com.eurodyn.qlack.fuse.mailing.mapper.ContactMapperImpl
 
ContactRepository - Interface in com.eurodyn.qlack.fuse.mailing.repository
Repository interface for Contact entities
contacts - Variable in class com.eurodyn.qlack.fuse.mailing.model.QDistributionList
 
contactSetToContactDTOList(Set<Contact>) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.DistributionListMapperImpl
 
contactToContactDTO(Contact) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.DistributionListMapperImpl
 
contentType - Variable in class com.eurodyn.qlack.fuse.mailing.model.QAttachment
 
contentType - Variable in class com.eurodyn.qlack.fuse.mailing.model.QInternalAttachment
 
ConverterUtil - Class in com.eurodyn.qlack.fuse.mailing.util
This is utility class used for converting DTO's to entities and vice versa.
createContact(ContactDTO) - Method in class com.eurodyn.qlack.fuse.mailing.service.DistributionListService
Create a new contact.
createdBy - Variable in class com.eurodyn.qlack.fuse.mailing.model.QDistributionList
 
createDistributionList(DistributionListDTO) - Method in class com.eurodyn.qlack.fuse.mailing.service.DistributionListService
Create a new distribution list.
createdOn - Variable in class com.eurodyn.qlack.fuse.mailing.model.QDistributionList
 
createRecepientlist(String) - Static method in class com.eurodyn.qlack.fuse.mailing.util.ConverterUtil
Creates a list of e-mails.

D

DAILY_RECURRING_OPTION - Static variable in class com.eurodyn.qlack.fuse.mailing.util.MailConstants
 
data - Variable in class com.eurodyn.qlack.fuse.mailing.model.QAttachment
 
data - Variable in class com.eurodyn.qlack.fuse.mailing.model.QInternalAttachment
 
dateReceived - Variable in class com.eurodyn.qlack.fuse.mailing.model.QInternalMessage
 
dateSent - Variable in class com.eurodyn.qlack.fuse.mailing.model.QEmail
 
dateSent - Variable in class com.eurodyn.qlack.fuse.mailing.model.QInternalMessage
 
deleteDistributionList(String) - Method in class com.eurodyn.qlack.fuse.mailing.service.DistributionListService
Delete a distribution list.
deleteFromQueue(String) - Method in class com.eurodyn.qlack.fuse.mailing.service.MailService
Delete an email from the queue.
deleteMessage(String, String) - Method in class com.eurodyn.qlack.fuse.mailing.service.InternalMessageService
Delete a message.
deleteType - Variable in class com.eurodyn.qlack.fuse.mailing.model.QInternalMessage
 
description - Variable in class com.eurodyn.qlack.fuse.mailing.model.QDistributionList
 
distributionList - Static variable in class com.eurodyn.qlack.fuse.mailing.model.QDistributionList
 
DistributionList - Class in com.eurodyn.qlack.fuse.mailing.model
A distribution list is assigned of contacts that emails are distributed to when sent to it.
DistributionList() - Constructor for class com.eurodyn.qlack.fuse.mailing.model.DistributionList
 
DistributionListDTO - Class in com.eurodyn.qlack.fuse.mailing.dto
Data Transfer Object for distribution lists.
DistributionListDTO() - Constructor for class com.eurodyn.qlack.fuse.mailing.dto.DistributionListDTO
 
DistributionListMapper - Interface in com.eurodyn.qlack.fuse.mailing.mapper
Mapping interface for DistributionList entities and DTOs
DistributionListMapperImpl - Class in com.eurodyn.qlack.fuse.mailing.mapper
 
DistributionListMapperImpl() - Constructor for class com.eurodyn.qlack.fuse.mailing.mapper.DistributionListMapperImpl
 
DistributionListRepository - Interface in com.eurodyn.qlack.fuse.mailing.repository
Repository interface for DistributionList entities
distributionLists - Variable in class com.eurodyn.qlack.fuse.mailing.model.QContact
 
DistributionListService - Class in com.eurodyn.qlack.fuse.mailing.service
Provide distribution list related services.
DistributionListService(DistributionListRepository, ContactRepository, DistributionListMapper, ContactMapper) - Constructor for class com.eurodyn.qlack.fuse.mailing.service.DistributionListService
 
dlistConvert(DistributionListDTO) - Static method in class com.eurodyn.qlack.fuse.mailing.util.ConverterUtil
Converts the entity data transfer object DistributionListDTO to DistributionList.
dlistConvert(DistributionList) - Static method in class com.eurodyn.qlack.fuse.mailing.util.ConverterUtil
Converts the entity DistributionList to data transfer object DistributionListDTO

E

editDistributionList(DistributionListDTO) - Method in class com.eurodyn.qlack.fuse.mailing.service.DistributionListService
Edit an existing distribution list.
email - Variable in class com.eurodyn.qlack.fuse.mailing.model.QAttachment
 
email - Variable in class com.eurodyn.qlack.fuse.mailing.model.QContact
 
email - Static variable in class com.eurodyn.qlack.fuse.mailing.model.QEmail
 
Email - Class in com.eurodyn.qlack.fuse.mailing.model
Email
Email() - Constructor for class com.eurodyn.qlack.fuse.mailing.model.Email
 
EmailCharset - Enum Class in com.eurodyn.qlack.fuse.mailing.util
Charset enum for email
emailConvert(Email) - Static method in class com.eurodyn.qlack.fuse.mailing.util.ConverterUtil
Converts the Email entity to DTO.
EmailDTO - Class in com.eurodyn.qlack.fuse.mailing.dto
Data Transfer Object for Email data.
EmailDTO() - Constructor for class com.eurodyn.qlack.fuse.mailing.dto.EmailDTO
 
EmailDTO.EMAIL_TYPE - Enum Class in com.eurodyn.qlack.fuse.mailing.dto
 
EmailMapper - Interface in com.eurodyn.qlack.fuse.mailing.mapper
Mapping interface for Email entities and DTOs
EmailMapperImpl - Class in com.eurodyn.qlack.fuse.mailing.mapper
 
EmailMapperImpl() - Constructor for class com.eurodyn.qlack.fuse.mailing.mapper.EmailMapperImpl
 
EmailRepository - Interface in com.eurodyn.qlack.fuse.mailing.repository
Repository interface for Email entities
emailType - Variable in class com.eurodyn.qlack.fuse.mailing.model.QEmail
 
EmailValidator - Class in com.eurodyn.qlack.fuse.mailing.validators
 
EmailValidator() - Constructor for class com.eurodyn.qlack.fuse.mailing.validators.EmailValidator
 
equals(Object) - Method in class com.eurodyn.qlack.fuse.mailing.dto.AttachmentDTO
 

F

FAILED - Enum constant in enum class com.eurodyn.qlack.fuse.mailing.util.MailConstants.EMAIL_STATUS
 
fetchById(I) - Method in interface com.eurodyn.qlack.fuse.mailing.repository.MailingRepository
Finds a T entity by its id
filename - Variable in class com.eurodyn.qlack.fuse.mailing.model.QAttachment
 
filename - Variable in class com.eurodyn.qlack.fuse.mailing.model.QInternalAttachment
 
find(String) - Method in class com.eurodyn.qlack.fuse.mailing.service.DistributionListService
Find a specific distribution list.
findAll(Predicate) - Method in interface com.eurodyn.qlack.fuse.mailing.repository.MailingRepository
Finds and returns a list of all the predicate eligible T entities
findAll(Predicate, Sort) - Method in interface com.eurodyn.qlack.fuse.mailing.repository.MailingRepository
Finds and returns a list of all the predicate eligible T entities
findByAddedOnDateAndStatus(Long, MailConstants.EMAIL_STATUS...) - Method in interface com.eurodyn.qlack.fuse.mailing.repository.EmailRepository
 
findByMessagesId(String) - Method in interface com.eurodyn.qlack.fuse.mailing.repository.InternalAttachmentRepository
 
findByName(String) - Method in interface com.eurodyn.qlack.fuse.mailing.repository.DistributionListRepository
 
firstName - Variable in class com.eurodyn.qlack.fuse.mailing.model.QContact
 
format - Variable in class com.eurodyn.qlack.fuse.mailing.model.QInternalAttachment
 
fromEmail - Variable in class com.eurodyn.qlack.fuse.mailing.model.QEmail
 

G

getAttribute(String) - Method in class com.eurodyn.qlack.fuse.mailing.dto.AttributeDTO
 
getByStatus(MailConstants.EMAIL_STATUS) - Method in class com.eurodyn.qlack.fuse.mailing.service.MailService
Get all email of the provided status
getInternalAttachment(String) - Method in class com.eurodyn.qlack.fuse.mailing.service.InternalMessageService
Get an attachment based on its Id.
getInternalInboxFolder(String) - Method in class com.eurodyn.qlack.fuse.mailing.service.InternalMessageService
Get the Inbox.
getInternalMessage(String) - Method in class com.eurodyn.qlack.fuse.mailing.service.InternalMessageService
View the details of a message.
getInternalMessageAttachments(String) - Method in class com.eurodyn.qlack.fuse.mailing.service.InternalMessageService
Get the attachments of a message based on its id.
getInternalSentFolder(String) - Method in class com.eurodyn.qlack.fuse.mailing.service.InternalMessageService
Get the sent folder.
getMail(String) - Method in class com.eurodyn.qlack.fuse.mailing.service.MailService
Get an email DTO by Id
getMailCount(String, String) - Method in class com.eurodyn.qlack.fuse.mailing.service.InternalMessageService
Get the number of the messages
getValue() - Method in enum class com.eurodyn.qlack.fuse.mailing.util.EmailCharset
 

H

hashCode() - Method in class com.eurodyn.qlack.fuse.mailing.dto.AttachmentDTO
 
HTML - Enum constant in enum class com.eurodyn.qlack.fuse.mailing.dto.EmailDTO.EMAIL_TYPE
 

I

id - Variable in class com.eurodyn.qlack.fuse.mailing.model.QAttachment
 
id - Variable in class com.eurodyn.qlack.fuse.mailing.model.QContact
 
id - Variable in class com.eurodyn.qlack.fuse.mailing.model.QDistributionList
 
id - Variable in class com.eurodyn.qlack.fuse.mailing.model.QEmail
 
id - Variable in class com.eurodyn.qlack.fuse.mailing.model.QInternalAttachment
 
id - Variable in class com.eurodyn.qlack.fuse.mailing.model.QInternalMessage
 
id - Variable in class com.eurodyn.qlack.fuse.mailing.model.QMailingModel
 
INACTIVE_STATUS - Static variable in class com.eurodyn.qlack.fuse.mailing.util.MailConstants
 
INBOX_FOLDER_TYPE - Static variable in class com.eurodyn.qlack.fuse.mailing.util.MailConstants
 
internalAttachment - Static variable in class com.eurodyn.qlack.fuse.mailing.model.QInternalAttachment
 
InternalAttachment - Class in com.eurodyn.qlack.fuse.mailing.model
This class represents an internal attachment.
InternalAttachment() - Constructor for class com.eurodyn.qlack.fuse.mailing.model.InternalAttachment
 
internalAttachmentConvert(InternalAttachmentDTO) - Static method in class com.eurodyn.qlack.fuse.mailing.util.ConverterUtil
Converts the InternalAttachment entity to data transfer object.
internalAttachmentConvert(InternalAttachment) - Static method in class com.eurodyn.qlack.fuse.mailing.util.ConverterUtil
Converts the InternalAttachment entity to DTO.
InternalAttachmentDTO - Class in com.eurodyn.qlack.fuse.mailing.dto
Data Transfer Object for internal messages attachment.
InternalAttachmentDTO() - Constructor for class com.eurodyn.qlack.fuse.mailing.dto.InternalAttachmentDTO
 
internalAttachmentDTOListToInternalAttachmentSet(List<InternalAttachmentDTO>) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.InternalMessageMapperImpl
 
internalAttachmentDTOToInternalAttachment(InternalAttachmentDTO) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.InternalMessageMapperImpl
 
InternalAttachmentMapper - Interface in com.eurodyn.qlack.fuse.mailing.mapper
Mapping interface for InternalAttachment entities and DTOs
InternalAttachmentMapperImpl - Class in com.eurodyn.qlack.fuse.mailing.mapper
 
InternalAttachmentMapperImpl() - Constructor for class com.eurodyn.qlack.fuse.mailing.mapper.InternalAttachmentMapperImpl
 
InternalAttachmentRepository - Interface in com.eurodyn.qlack.fuse.mailing.repository
Repository interface for InternalAttachment entities
internalAttachmentSetToInternalAttachmentDTOList(Set<InternalAttachment>) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.InternalMessageMapperImpl
 
internalAttachmentToInternalAttachmentDTO(InternalAttachment) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.InternalMessageMapperImpl
 
internalMessage - Static variable in class com.eurodyn.qlack.fuse.mailing.model.QInternalMessage
 
InternalMessage - Class in com.eurodyn.qlack.fuse.mailing.model
Internal Message.
InternalMessage() - Constructor for class com.eurodyn.qlack.fuse.mailing.model.InternalMessage
 
internalMessageConvert(InternalMessageDTO) - Static method in class com.eurodyn.qlack.fuse.mailing.util.ConverterUtil
Converts InternalMessageDTO DTO to InternalMessage without attachments.
internalMessageConvert(InternalMessage) - Static method in class com.eurodyn.qlack.fuse.mailing.util.ConverterUtil
Converts InternalMessage entity to InternalMessageDTO.
internalMessageConvertList(List<InternalMessage>) - Static method in class com.eurodyn.qlack.fuse.mailing.util.ConverterUtil
Converts list of InternalMessage entities to list data transfer object.
InternalMessageDTO - Class in com.eurodyn.qlack.fuse.mailing.dto
Data Transfer Object for internal message.
InternalMessageDTO() - Constructor for class com.eurodyn.qlack.fuse.mailing.dto.InternalMessageDTO
 
InternalMessageMapper - Interface in com.eurodyn.qlack.fuse.mailing.mapper
Mapping interface for InternalMessage entities and DTOs
InternalMessageMapperImpl - Class in com.eurodyn.qlack.fuse.mailing.mapper
 
InternalMessageMapperImpl() - Constructor for class com.eurodyn.qlack.fuse.mailing.mapper.InternalMessageMapperImpl
 
InternalMessageService - Class in com.eurodyn.qlack.fuse.mailing.service
Provide internal messages related services.
InternalMessageService(InternalMessagesRepository, InternalAttachmentRepository, InternalMessageMapper, InternalAttachmentMapper) - Constructor for class com.eurodyn.qlack.fuse.mailing.service.InternalMessageService
 
InternalMessagesRepository - Interface in com.eurodyn.qlack.fuse.mailing.repository
Repository interface for InternalMessage entities
ISO_8859_1 - Enum constant in enum class com.eurodyn.qlack.fuse.mailing.util.EmailCharset
 
isValid(EmailDTO) - Method in class com.eurodyn.qlack.fuse.mailing.validators.EmailValidator
 

K

KOI8_R - Enum constant in enum class com.eurodyn.qlack.fuse.mailing.util.EmailCharset
 

L

lastName - Variable in class com.eurodyn.qlack.fuse.mailing.model.QContact
 
locale - Variable in class com.eurodyn.qlack.fuse.mailing.model.QContact
 

M

MailBaseDTO - Class in com.eurodyn.qlack.fuse.mailing.dto
Data Transfer Object for Mail
MailBaseDTO() - Constructor for class com.eurodyn.qlack.fuse.mailing.dto.MailBaseDTO
 
MailConstants - Class in com.eurodyn.qlack.fuse.mailing.util
Constants.
MailConstants() - Constructor for class com.eurodyn.qlack.fuse.mailing.util.MailConstants
 
MailConstants.EMAIL_STATUS - Enum Class in com.eurodyn.qlack.fuse.mailing.util
Email Status
mailFrom - Variable in class com.eurodyn.qlack.fuse.mailing.model.QInternalMessage
 
MailingException - Exception in com.eurodyn.qlack.fuse.mailing.exception
Exceptions wrapper for Mailing module.
MailingException(String) - Constructor for exception com.eurodyn.qlack.fuse.mailing.exception.MailingException
 
MailingException(String, Throwable) - Constructor for exception com.eurodyn.qlack.fuse.mailing.exception.MailingException
 
MailingException(Throwable) - Constructor for exception com.eurodyn.qlack.fuse.mailing.exception.MailingException
 
MailingMapper<E extends MailingModel,D> - Interface in com.eurodyn.qlack.fuse.mailing.mapper
Generic mapping interface for entities and DTOs of the qlack-fuse-mailing module.
mailingModel - Static variable in class com.eurodyn.qlack.fuse.mailing.model.QMailingModel
 
MailingModel - Class in com.eurodyn.qlack.fuse.mailing.model
Superclass for all model classes.
MailingModel() - Constructor for class com.eurodyn.qlack.fuse.mailing.model.MailingModel
 
MailingProperties - Class in com.eurodyn.qlack.fuse.mailing.util
Properties class for qlack-fuse-mailing module.
MailingProperties() - Constructor for class com.eurodyn.qlack.fuse.mailing.util.MailingProperties
 
MailingRepository<T extends MailingModel,I extends Serializable> - Interface in com.eurodyn.qlack.fuse.mailing.repository
Generic repository interface for entities of the qlack-fuse-mailing module.
MailQueueMonitor - Class in com.eurodyn.qlack.fuse.mailing.monitor
Monitor email queue.
MailQueueMonitor(MailQueueSender, MailingProperties, EmailRepository, DistributionListRepository, EmailMapper) - Constructor for class com.eurodyn.qlack.fuse.mailing.monitor.MailQueueMonitor
 
MailQueueSender - Class in com.eurodyn.qlack.fuse.mailing.monitor
Sender email queue.
MailQueueSender(MailingProperties, JavaMailSenderImpl) - Constructor for class com.eurodyn.qlack.fuse.mailing.monitor.MailQueueSender
 
MailService - Class in com.eurodyn.qlack.fuse.mailing.service
Bean implementation for Send and Search Mail functionality
MailService(MailQueueMonitor, EmailMapper, EmailRepository, AttachmentMapper, AttachmentRepository, EmailValidator) - Constructor for class com.eurodyn.qlack.fuse.mailing.service.MailService
 
mailTo - Variable in class com.eurodyn.qlack.fuse.mailing.model.QInternalMessage
 
map(Date) - Method in interface com.eurodyn.qlack.fuse.mailing.mapper.MailingMapper
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object or null if value is null.
mapCsvToList(String) - Method in interface com.eurodyn.qlack.fuse.mailing.mapper.EmailMapper
Converts a Comma Separated Value (CSV) String to a List of String values
mapListToCsv(List<String>) - Method in interface com.eurodyn.qlack.fuse.mailing.mapper.EmailMapper
Converts a List of String values to a Comma Separated Value (CSV) String.
mapToDTO(Attachment) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.AttachmentMapperImpl
 
mapToDTO(Contact) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.ContactMapperImpl
 
mapToDTO(DistributionList) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.DistributionListMapperImpl
 
mapToDTO(Email) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.EmailMapperImpl
 
mapToDTO(InternalAttachment) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.InternalAttachmentMapperImpl
 
mapToDTO(InternalMessage) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.InternalMessageMapperImpl
 
mapToDTO(E) - Method in interface com.eurodyn.qlack.fuse.mailing.mapper.MailingMapper
Maps an entity to a DTO.
mapToDTO(Long) - Method in interface com.eurodyn.qlack.fuse.mailing.mapper.MailingMapper
Returns a Date object representing the Long value of time in milliseconds or null if value is null.
mapToDTO(List<Attachment>) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.AttachmentMapperImpl
 
mapToDTO(List<Contact>) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.ContactMapperImpl
 
mapToDTO(List<DistributionList>) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.DistributionListMapperImpl
 
mapToDTO(List<Email>) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.EmailMapperImpl
 
mapToDTO(List<InternalAttachment>) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.InternalAttachmentMapperImpl
 
mapToDTO(List<InternalMessage>) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.InternalMessageMapperImpl
 
mapToDTO(List<E>) - Method in interface com.eurodyn.qlack.fuse.mailing.mapper.MailingMapper
Maps a list of entities to a list of DTO's.
mapToDTOWithRecipients(Email, boolean) - Method in interface com.eurodyn.qlack.fuse.mailing.mapper.EmailMapper
Maps an entity to DTO and also maps the recipients if includeRecipients is set to true.
mapToEntity(AttachmentDTO) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.AttachmentMapperImpl
 
mapToEntity(ContactDTO) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.ContactMapperImpl
 
mapToEntity(DistributionListDTO) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.DistributionListMapperImpl
 
mapToEntity(EmailDTO) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.EmailMapperImpl
 
mapToEntity(InternalAttachmentDTO) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.InternalAttachmentMapperImpl
 
mapToEntity(InternalMessageDTO) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.InternalMessageMapperImpl
 
mapToEntity(D) - Method in interface com.eurodyn.qlack.fuse.mailing.mapper.MailingMapper
Maps a DTO to an entity.
mapToEntity(List<AttachmentDTO>) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.AttachmentMapperImpl
 
mapToEntity(List<ContactDTO>) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.ContactMapperImpl
 
mapToEntity(List<DistributionListDTO>) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.DistributionListMapperImpl
 
mapToEntity(List<EmailDTO>) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.EmailMapperImpl
 
mapToEntity(List<InternalAttachmentDTO>) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.InternalAttachmentMapperImpl
 
mapToEntity(List<InternalMessageDTO>) - Method in class com.eurodyn.qlack.fuse.mailing.mapper.InternalMessageMapperImpl
 
mapToEntity(List<D>) - Method in interface com.eurodyn.qlack.fuse.mailing.mapper.MailingMapper
Maps a list of DTO's to a list of entities.
mapToEntityWithRecipients(EmailDTO, boolean) - Method in interface com.eurodyn.qlack.fuse.mailing.mapper.EmailMapper
Maps a DTO to entity and also maps the recipients if includeRecipients is set to true.
MARK_READ - Static variable in class com.eurodyn.qlack.fuse.mailing.util.MailConstants
 
MARK_REPLIED - Static variable in class com.eurodyn.qlack.fuse.mailing.util.MailConstants
 
MARK_UNREAD - Static variable in class com.eurodyn.qlack.fuse.mailing.util.MailConstants
 
markMessageAsRead(String) - Method in class com.eurodyn.qlack.fuse.mailing.service.InternalMessageService
Mark a message as Read
markMessageAsReplied(String) - Method in class com.eurodyn.qlack.fuse.mailing.service.InternalMessageService
Mark a message as Replied.
markMessageAsUnread(String) - Method in class com.eurodyn.qlack.fuse.mailing.service.InternalMessageService
Mark a message as Unread.
message - Variable in class com.eurodyn.qlack.fuse.mailing.model.QInternalMessage
 
messages - Variable in class com.eurodyn.qlack.fuse.mailing.model.QInternalAttachment
 

N

name - Variable in class com.eurodyn.qlack.fuse.mailing.model.QDistributionList
 

P

prepareAndSendMimeMessage(MimeMessage, EmailDTO, boolean) - Method in class com.eurodyn.qlack.fuse.mailing.monitor.MailQueueSender
 

Q

QAttachment - Class in com.eurodyn.qlack.fuse.mailing.model
QAttachment is a Querydsl query type for Attachment
QAttachment(Path<? extends Attachment>) - Constructor for class com.eurodyn.qlack.fuse.mailing.model.QAttachment
 
QAttachment(PathMetadata) - Constructor for class com.eurodyn.qlack.fuse.mailing.model.QAttachment
 
QAttachment(PathMetadata, PathInits) - Constructor for class com.eurodyn.qlack.fuse.mailing.model.QAttachment
 
QAttachment(Class<? extends Attachment>, PathMetadata, PathInits) - Constructor for class com.eurodyn.qlack.fuse.mailing.model.QAttachment
 
QAttachment(String) - Constructor for class com.eurodyn.qlack.fuse.mailing.model.QAttachment
 
QContact - Class in com.eurodyn.qlack.fuse.mailing.model
QContact is a Querydsl query type for Contact
QContact(Path<? extends Contact>) - Constructor for class com.eurodyn.qlack.fuse.mailing.model.QContact
 
QContact(PathMetadata) - Constructor for class com.eurodyn.qlack.fuse.mailing.model.QContact
 
QContact(String) - Constructor for class com.eurodyn.qlack.fuse.mailing.model.QContact
 
QDistributionList - Class in com.eurodyn.qlack.fuse.mailing.model
QDistributionList is a Querydsl query type for DistributionList
QDistributionList(Path<? extends DistributionList>) - Constructor for class com.eurodyn.qlack.fuse.mailing.model.QDistributionList
 
QDistributionList(PathMetadata) - Constructor for class com.eurodyn.qlack.fuse.mailing.model.QDistributionList
 
QDistributionList(String) - Constructor for class com.eurodyn.qlack.fuse.mailing.model.QDistributionList
 
QEmail - Class in com.eurodyn.qlack.fuse.mailing.model
QEmail is a Querydsl query type for Email
QEmail(Path<? extends Email>) - Constructor for class com.eurodyn.qlack.fuse.mailing.model.QEmail
 
QEmail(PathMetadata) - Constructor for class com.eurodyn.qlack.fuse.mailing.model.QEmail
 
QEmail(String) - Constructor for class com.eurodyn.qlack.fuse.mailing.model.QEmail
 
QInternalAttachment - Class in com.eurodyn.qlack.fuse.mailing.model
QInternalAttachment is a Querydsl query type for InternalAttachment
QInternalAttachment(Path<? extends InternalAttachment>) - Constructor for class com.eurodyn.qlack.fuse.mailing.model.QInternalAttachment
 
QInternalAttachment(PathMetadata) - Constructor for class com.eurodyn.qlack.fuse.mailing.model.QInternalAttachment
 
QInternalAttachment(PathMetadata, PathInits) - Constructor for class com.eurodyn.qlack.fuse.mailing.model.QInternalAttachment
 
QInternalAttachment(Class<? extends InternalAttachment>, PathMetadata, PathInits) - Constructor for class com.eurodyn.qlack.fuse.mailing.model.QInternalAttachment
 
QInternalAttachment(String) - Constructor for class com.eurodyn.qlack.fuse.mailing.model.QInternalAttachment
 
QInternalMessage - Class in com.eurodyn.qlack.fuse.mailing.model
QInternalMessage is a Querydsl query type for InternalMessage
QInternalMessage(Path<? extends InternalMessage>) - Constructor for class com.eurodyn.qlack.fuse.mailing.model.QInternalMessage
 
QInternalMessage(PathMetadata) - Constructor for class com.eurodyn.qlack.fuse.mailing.model.QInternalMessage
 
QInternalMessage(String) - Constructor for class com.eurodyn.qlack.fuse.mailing.model.QInternalMessage
 
QMailingModel - Class in com.eurodyn.qlack.fuse.mailing.model
QMailingModel is a Querydsl query type for MailingModel
QMailingModel(Path<? extends MailingModel>) - Constructor for class com.eurodyn.qlack.fuse.mailing.model.QMailingModel
 
QMailingModel(PathMetadata) - Constructor for class com.eurodyn.qlack.fuse.mailing.model.QMailingModel
 
QMailingModel(String) - Constructor for class com.eurodyn.qlack.fuse.mailing.model.QMailingModel
 
QUEUED - Enum constant in enum class com.eurodyn.qlack.fuse.mailing.util.MailConstants.EMAIL_STATUS
 
queueEmail(EmailDTO) - Method in class com.eurodyn.qlack.fuse.mailing.service.MailService
Queue an email.
queueEmails(List<EmailDTO>) - Method in class com.eurodyn.qlack.fuse.mailing.service.MailService
Queue a list of Emails.

R

removeContactFromDistributionList(String, String) - Method in class com.eurodyn.qlack.fuse.mailing.service.DistributionListService
Remove a contact from a distribution list.
replyToEmails - Variable in class com.eurodyn.qlack.fuse.mailing.model.QEmail
 
resetAllRecipients() - Method in class com.eurodyn.qlack.fuse.mailing.dto.EmailDTO
 

S

search(String) - Method in class com.eurodyn.qlack.fuse.mailing.service.DistributionListService
Search for a specific distribution list, with the criteria provided.
SEMI_COLON_TOKEN - Static variable in class com.eurodyn.qlack.fuse.mailing.util.MailConstants
 
send(EmailDTO) - Method in class com.eurodyn.qlack.fuse.mailing.monitor.MailQueueSender
Send an Email.
sendInternalMail(InternalMessageDTO) - Method in class com.eurodyn.qlack.fuse.mailing.service.InternalMessageService
Send a new internal message.
sendOne(String) - Method in class com.eurodyn.qlack.fuse.mailing.monitor.MailQueueMonitor
Sends only one email.
sendOne(String) - Method in class com.eurodyn.qlack.fuse.mailing.service.MailService
Send an email
sendToDistributionList(String, String) - Method in class com.eurodyn.qlack.fuse.mailing.monitor.MailQueueMonitor
Sends email to a mail distribution lists recipients.
sendToDistributionList(String, String) - Method in class com.eurodyn.qlack.fuse.mailing.service.MailService
Sends email to a mail distribution lists recipients.
SENT - Enum constant in enum class com.eurodyn.qlack.fuse.mailing.util.MailConstants.EMAIL_STATUS
 
SENT_FOLDER_TYPE - Static variable in class com.eurodyn.qlack.fuse.mailing.util.MailConstants
 
serverResponse - Variable in class com.eurodyn.qlack.fuse.mailing.model.QEmail
 
serverResponseDate - Variable in class com.eurodyn.qlack.fuse.mailing.model.QEmail
 
setAttribute(String, Object) - Method in class com.eurodyn.qlack.fuse.mailing.dto.AttributeDTO
 
setDateReceived(Long) - Method in class com.eurodyn.qlack.fuse.mailing.dto.InternalMessageDTO
Converts and sets the received date
setDateSent(Long) - Method in class com.eurodyn.qlack.fuse.mailing.dto.EmailDTO
 
setDateSent(Long) - Method in class com.eurodyn.qlack.fuse.mailing.dto.InternalMessageDTO
Converts and sets the sent date
setToContact(String) - Method in class com.eurodyn.qlack.fuse.mailing.dto.EmailDTO
 
setToContact(List<String>) - Method in class com.eurodyn.qlack.fuse.mailing.dto.EmailDTO
 
status - Variable in class com.eurodyn.qlack.fuse.mailing.model.QEmail
 
status - Variable in class com.eurodyn.qlack.fuse.mailing.model.QInternalMessage
 
subject - Variable in class com.eurodyn.qlack.fuse.mailing.model.QEmail
 
subject - Variable in class com.eurodyn.qlack.fuse.mailing.model.QInternalMessage
 

T

TEXT - Enum constant in enum class com.eurodyn.qlack.fuse.mailing.dto.EmailDTO.EMAIL_TYPE
 
toEmails - Variable in class com.eurodyn.qlack.fuse.mailing.model.QEmail
 
toString() - Method in class com.eurodyn.qlack.fuse.mailing.dto.AttachmentDTO
 
tries - Variable in class com.eurodyn.qlack.fuse.mailing.model.QEmail
 

U

updateStatus(String, MailConstants.EMAIL_STATUS) - Method in class com.eurodyn.qlack.fuse.mailing.service.MailService
Update email status
US_ASCII - Enum constant in enum class com.eurodyn.qlack.fuse.mailing.util.EmailCharset
 
userId - Variable in class com.eurodyn.qlack.fuse.mailing.model.QContact
 
UTF_8 - Enum constant in enum class com.eurodyn.qlack.fuse.mailing.util.EmailCharset
 

V

valueOf(String) - Static method in enum class com.eurodyn.qlack.fuse.mailing.dto.EmailDTO.EMAIL_TYPE
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.eurodyn.qlack.fuse.mailing.util.EmailCharset
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.eurodyn.qlack.fuse.mailing.util.MailConstants.EMAIL_STATUS
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.eurodyn.qlack.fuse.mailing.dto.EmailDTO.EMAIL_TYPE
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.eurodyn.qlack.fuse.mailing.util.EmailCharset
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.eurodyn.qlack.fuse.mailing.util.MailConstants.EMAIL_STATUS
Returns an array containing the constants of this enum class, in the order they are declared.

W

WEEKLY_RECURRING_OPTION - Static variable in class com.eurodyn.qlack.fuse.mailing.util.MailConstants
 

_

_super - Variable in class com.eurodyn.qlack.fuse.mailing.model.QAttachment
 
_super - Variable in class com.eurodyn.qlack.fuse.mailing.model.QContact
 
_super - Variable in class com.eurodyn.qlack.fuse.mailing.model.QDistributionList
 
_super - Variable in class com.eurodyn.qlack.fuse.mailing.model.QEmail
 
_super - Variable in class com.eurodyn.qlack.fuse.mailing.model.QInternalAttachment
 
_super - Variable in class com.eurodyn.qlack.fuse.mailing.model.QInternalMessage
 
A B C D E F G H I K L M N P Q R S T U V W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form