Uses of Class
de.hybris.platform.acceleratorservices.jalo.email.EmailMessage
Packages that use EmailMessage
Package
Description
-
Uses of EmailMessage in de.hybris.platform.acceleratorservices.jalo
Fields in de.hybris.platform.acceleratorservices.jalo with type parameters of type EmailMessageModifier and TypeFieldDescriptionprotected static final OneToManyHandler<EmailMessage>GeneratedAcceleratorServicesManager.BUSINESSPROCESS2EMAILMESSAGERELEMAILSHANDLEROneToManyHandlerfor handling 1:n EMAILS's relation attributes from 'many' side.Methods in de.hybris.platform.acceleratorservices.jalo that return EmailMessageModifier and TypeMethodDescriptionGeneratedAcceleratorServicesManager.createEmailMessage(SessionContext ctx, Map attributeValues) GeneratedAcceleratorServicesManager.createEmailMessage(Map attributeValues) Methods in de.hybris.platform.acceleratorservices.jalo that return types with arguments of type EmailMessageModifier and TypeMethodDescriptionGeneratedAcceleratorServicesManager.getEmails(SessionContext ctx, BusinessProcess item) Generated method - Getter of theBusinessProcess.emailsattribute.GeneratedAcceleratorServicesManager.getEmails(BusinessProcess item) Generated method - Getter of theBusinessProcess.emailsattribute.Methods in de.hybris.platform.acceleratorservices.jalo with parameters of type EmailMessageModifier and TypeMethodDescriptionvoidGeneratedAcceleratorServicesManager.addToEmails(SessionContext ctx, BusinessProcess item, EmailMessage value) Generated method - Addsvalueto emails.voidGeneratedAcceleratorServicesManager.addToEmails(BusinessProcess item, EmailMessage value) Generated method - Addsvalueto emails.voidGeneratedAcceleratorServicesManager.removeFromEmails(SessionContext ctx, BusinessProcess item, EmailMessage value) Generated method - Removesvaluefrom emails.voidGeneratedAcceleratorServicesManager.removeFromEmails(BusinessProcess item, EmailMessage value) Generated method - Removesvaluefrom emails.Method parameters in de.hybris.platform.acceleratorservices.jalo with type arguments of type EmailMessageModifier and TypeMethodDescriptionvoidGeneratedAcceleratorServicesManager.setEmails(SessionContext ctx, BusinessProcess item, List<EmailMessage> value) Generated method - Setter of theBusinessProcess.emailsattribute.voidGeneratedAcceleratorServicesManager.setEmails(BusinessProcess item, List<EmailMessage> value) Generated method - Setter of theBusinessProcess.emailsattribute. -
Uses of EmailMessage in de.hybris.platform.acceleratorservices.jalo.email
Fields in de.hybris.platform.acceleratorservices.jalo.email with type parameters of type EmailMessageModifier and TypeFieldDescriptionprotected static final OneToManyHandler<EmailMessage>GeneratedEmailAddress.MESSAGESSENTHANDLEROneToManyHandlerfor handling 1:n MESSAGESSENT's relation attributes from 'many' side.Methods in de.hybris.platform.acceleratorservices.jalo.email that return EmailMessageModifier and TypeMethodDescriptionGeneratedEmailAttachment.getMessage()Generated method - Getter of theEmailAttachment.messageattribute.GeneratedEmailAttachment.getMessage(SessionContext ctx) Generated method - Getter of theEmailAttachment.messageattribute.Methods in de.hybris.platform.acceleratorservices.jalo.email that return types with arguments of type EmailMessageModifier and TypeMethodDescriptionGeneratedEmailAddress.getBccMessages()Generated method - Getter of theEmailAddress.bccMessagesattribute.GeneratedEmailAddress.getBccMessages(SessionContext ctx) Generated method - Getter of theEmailAddress.bccMessagesattribute.GeneratedEmailAddress.getCcMessages()Generated method - Getter of theEmailAddress.ccMessagesattribute.GeneratedEmailAddress.getCcMessages(SessionContext ctx) Generated method - Getter of theEmailAddress.ccMessagesattribute.GeneratedEmailAddress.getMessagesSent()Generated method - Getter of theEmailAddress.messagesSentattribute.GeneratedEmailAddress.getMessagesSent(SessionContext ctx) Generated method - Getter of theEmailAddress.messagesSentattribute.GeneratedEmailAddress.getToMessages()Generated method - Getter of theEmailAddress.toMessagesattribute.GeneratedEmailAddress.getToMessages(SessionContext ctx) Generated method - Getter of theEmailAddress.toMessagesattribute.Methods in de.hybris.platform.acceleratorservices.jalo.email with parameters of type EmailMessageModifier and TypeMethodDescriptionvoidGeneratedEmailAddress.addToBccMessages(EmailMessage value) Generated method - Addsvalueto bccMessages.voidGeneratedEmailAddress.addToBccMessages(SessionContext ctx, EmailMessage value) Generated method - Addsvalueto bccMessages.voidGeneratedEmailAddress.addToCcMessages(EmailMessage value) Generated method - Addsvalueto ccMessages.voidGeneratedEmailAddress.addToCcMessages(SessionContext ctx, EmailMessage value) Generated method - Addsvalueto ccMessages.voidGeneratedEmailAddress.addToMessagesSent(EmailMessage value) Generated method - Addsvalueto messagesSent.voidGeneratedEmailAddress.addToMessagesSent(SessionContext ctx, EmailMessage value) Generated method - Addsvalueto messagesSent.voidGeneratedEmailAddress.addToToMessages(EmailMessage value) Generated method - Addsvalueto toMessages.voidGeneratedEmailAddress.addToToMessages(SessionContext ctx, EmailMessage value) Generated method - Addsvalueto toMessages.voidGeneratedEmailAddress.removeFromBccMessages(EmailMessage value) Generated method - Removesvaluefrom bccMessages.voidGeneratedEmailAddress.removeFromBccMessages(SessionContext ctx, EmailMessage value) Generated method - Removesvaluefrom bccMessages.voidGeneratedEmailAddress.removeFromCcMessages(EmailMessage value) Generated method - Removesvaluefrom ccMessages.voidGeneratedEmailAddress.removeFromCcMessages(SessionContext ctx, EmailMessage value) Generated method - Removesvaluefrom ccMessages.voidGeneratedEmailAddress.removeFromMessagesSent(EmailMessage value) Generated method - Removesvaluefrom messagesSent.voidGeneratedEmailAddress.removeFromMessagesSent(SessionContext ctx, EmailMessage value) Generated method - Removesvaluefrom messagesSent.voidGeneratedEmailAddress.removeFromToMessages(EmailMessage value) Generated method - Removesvaluefrom toMessages.voidGeneratedEmailAddress.removeFromToMessages(SessionContext ctx, EmailMessage value) Generated method - Removesvaluefrom toMessages.voidGeneratedEmailAttachment.setMessage(EmailMessage value) Generated method - Setter of theEmailAttachment.messageattribute.voidGeneratedEmailAttachment.setMessage(SessionContext ctx, EmailMessage value) Generated method - Setter of theEmailAttachment.messageattribute.Method parameters in de.hybris.platform.acceleratorservices.jalo.email with type arguments of type EmailMessageModifier and TypeMethodDescriptionvoidGeneratedEmailAddress.setBccMessages(SessionContext ctx, List<EmailMessage> value) Generated method - Setter of theEmailAddress.bccMessagesattribute.voidGeneratedEmailAddress.setBccMessages(List<EmailMessage> value) Generated method - Setter of theEmailAddress.bccMessagesattribute.voidGeneratedEmailAddress.setCcMessages(SessionContext ctx, List<EmailMessage> value) Generated method - Setter of theEmailAddress.ccMessagesattribute.voidGeneratedEmailAddress.setCcMessages(List<EmailMessage> value) Generated method - Setter of theEmailAddress.ccMessagesattribute.voidGeneratedEmailAddress.setMessagesSent(SessionContext ctx, List<EmailMessage> value) Generated method - Setter of theEmailAddress.messagesSentattribute.voidGeneratedEmailAddress.setMessagesSent(List<EmailMessage> value) Generated method - Setter of theEmailAddress.messagesSentattribute.voidGeneratedEmailAddress.setToMessages(SessionContext ctx, List<EmailMessage> value) Generated method - Setter of theEmailAddress.toMessagesattribute.voidGeneratedEmailAddress.setToMessages(List<EmailMessage> value) Generated method - Setter of theEmailAddress.toMessagesattribute.