Uses of Class
de.hybris.platform.acceleratorservices.jalo.email.EmailAddress
Packages that use EmailAddress
Package
Description
-
Uses of EmailAddress in de.hybris.platform.acceleratorservices.jalo
Methods in de.hybris.platform.acceleratorservices.jalo that return EmailAddressModifier and TypeMethodDescriptionGeneratedAcceleratorServicesManager.createEmailAddress(SessionContext ctx, Map attributeValues) GeneratedAcceleratorServicesManager.createEmailAddress(Map attributeValues) -
Uses of EmailAddress in de.hybris.platform.acceleratorservices.jalo.email
Methods in de.hybris.platform.acceleratorservices.jalo.email that return EmailAddressModifier and TypeMethodDescriptionGeneratedEmailMessage.getFromAddress()Generated method - Getter of theEmailMessage.fromAddressattribute.GeneratedEmailMessage.getFromAddress(SessionContext ctx) Generated method - Getter of theEmailMessage.fromAddressattribute.Methods in de.hybris.platform.acceleratorservices.jalo.email that return types with arguments of type EmailAddressModifier and TypeMethodDescriptionGeneratedEmailMessage.getBccAddresses()Generated method - Getter of theEmailMessage.bccAddressesattribute.GeneratedEmailMessage.getBccAddresses(SessionContext ctx) Generated method - Getter of theEmailMessage.bccAddressesattribute.GeneratedEmailMessage.getCcAddresses()Generated method - Getter of theEmailMessage.ccAddressesattribute.GeneratedEmailMessage.getCcAddresses(SessionContext ctx) Generated method - Getter of theEmailMessage.ccAddressesattribute.GeneratedEmailMessage.getToAddresses()Generated method - Getter of theEmailMessage.toAddressesattribute.GeneratedEmailMessage.getToAddresses(SessionContext ctx) Generated method - Getter of theEmailMessage.toAddressesattribute.Methods in de.hybris.platform.acceleratorservices.jalo.email with parameters of type EmailAddressModifier and TypeMethodDescriptionvoidGeneratedEmailMessage.addToBccAddresses(EmailAddress value) Generated method - Addsvalueto bccAddresses.voidGeneratedEmailMessage.addToBccAddresses(SessionContext ctx, EmailAddress value) Generated method - Addsvalueto bccAddresses.voidGeneratedEmailMessage.addToCcAddresses(EmailAddress value) Generated method - Addsvalueto ccAddresses.voidGeneratedEmailMessage.addToCcAddresses(SessionContext ctx, EmailAddress value) Generated method - Addsvalueto ccAddresses.voidGeneratedEmailMessage.addToToAddresses(EmailAddress value) Generated method - Addsvalueto toAddresses.voidGeneratedEmailMessage.addToToAddresses(SessionContext ctx, EmailAddress value) Generated method - Addsvalueto toAddresses.voidGeneratedEmailMessage.removeFromBccAddresses(EmailAddress value) Generated method - Removesvaluefrom bccAddresses.voidGeneratedEmailMessage.removeFromBccAddresses(SessionContext ctx, EmailAddress value) Generated method - Removesvaluefrom bccAddresses.voidGeneratedEmailMessage.removeFromCcAddresses(EmailAddress value) Generated method - Removesvaluefrom ccAddresses.voidGeneratedEmailMessage.removeFromCcAddresses(SessionContext ctx, EmailAddress value) Generated method - Removesvaluefrom ccAddresses.voidGeneratedEmailMessage.removeFromToAddresses(EmailAddress value) Generated method - Removesvaluefrom toAddresses.voidGeneratedEmailMessage.removeFromToAddresses(SessionContext ctx, EmailAddress value) Generated method - Removesvaluefrom toAddresses.voidGeneratedEmailMessage.setFromAddress(EmailAddress value) Generated method - Setter of theEmailMessage.fromAddressattribute.voidGeneratedEmailMessage.setFromAddress(SessionContext ctx, EmailAddress value) Generated method - Setter of theEmailMessage.fromAddressattribute.Method parameters in de.hybris.platform.acceleratorservices.jalo.email with type arguments of type EmailAddressModifier and TypeMethodDescriptionvoidGeneratedEmailMessage.setBccAddresses(SessionContext ctx, List<EmailAddress> value) Generated method - Setter of theEmailMessage.bccAddressesattribute.voidGeneratedEmailMessage.setBccAddresses(List<EmailAddress> value) Generated method - Setter of theEmailMessage.bccAddressesattribute.voidGeneratedEmailMessage.setCcAddresses(SessionContext ctx, List<EmailAddress> value) Generated method - Setter of theEmailMessage.ccAddressesattribute.voidGeneratedEmailMessage.setCcAddresses(List<EmailAddress> value) Generated method - Setter of theEmailMessage.ccAddressesattribute.voidGeneratedEmailMessage.setToAddresses(SessionContext ctx, List<EmailAddress> value) Generated method - Setter of theEmailMessage.toAddressesattribute.voidGeneratedEmailMessage.setToAddresses(List<EmailAddress> value) Generated method - Setter of theEmailMessage.toAddressesattribute.