Uses of Class
de.hybris.platform.ticket.events.model.CsTicketEmailModel
-
Packages that use CsTicketEmailModel Package Description de.hybris.platform.ticket.events.model Contains generated models for each type of de.hybris.platform.ticket.events.jalo package.de.hybris.platform.ticket.strategies.impl -
-
Uses of CsTicketEmailModel in de.hybris.platform.ticket.events.model
Methods in de.hybris.platform.ticket.events.model that return types with arguments of type CsTicketEmailModel Modifier and Type Method Description java.util.List<CsTicketEmailModel>CsTicketEventModel. getEmails()Generated method - Getter of theCsTicketEvent.emailsattribute defined at extensionticketsystem.Method parameters in de.hybris.platform.ticket.events.model with type arguments of type CsTicketEmailModel Modifier and Type Method Description voidCsTicketEventModel. setEmails(java.util.List<CsTicketEmailModel> value)Generated method - Setter ofCsTicketEvent.emailsattribute defined at extensionticketsystem. -
Uses of CsTicketEmailModel in de.hybris.platform.ticket.strategies.impl
Methods in de.hybris.platform.ticket.strategies.impl that return CsTicketEmailModel Modifier and Type Method Description protected CsTicketEmailModelDefaultTicketEventEmailStrategy. constructAndSendEmail(AbstractTicketContext ticketContext, CsTicketEventEmailConfigurationModel config)
-