Uses of Class
org.cxml.Email
-
Packages that use Email Package Description de.hybris.platform.b2b.punchout.populators.impl org.cxml -
-
Uses of Email in de.hybris.platform.b2b.punchout.populators.impl
Methods in de.hybris.platform.b2b.punchout.populators.impl with parameters of type Email Modifier and Type Method Description protected java.lang.StringDefaultAddressModelPopulator. toEmailString(Email email) -
Uses of Email in org.cxml
Fields in org.cxml declared as Email Modifier and Type Field Description protected EmailAddress. emailprotected EmailNotification. emailFields in org.cxml with type parameters of type Email Modifier and Type Field Description protected java.util.List<Email>Contact. emailMethods in org.cxml that return Email Modifier and Type Method Description EmailObjectFactory. createEmail()Create an instance ofEmailEmailAddress. getEmail()Gets the value of the email property.EmailNotification. getEmail()Gets the value of the email property.Methods in org.cxml that return types with arguments of type Email Modifier and Type Method Description java.util.List<Email>Contact. getEmail()Gets the value of the email property.Methods in org.cxml with parameters of type Email Modifier and Type Method Description voidAddress. setEmail(Email value)Sets the value of the email property.voidNotification. setEmail(Email value)Sets the value of the email property.
-