Class CsTicketEventEmailConfigurationModel

All Implemented Interfaces:
Serializable

public class CsTicketEventEmailConfigurationModel extends ItemModel
Generated model class for type CsTicketEventEmailConfiguration first defined at extension ticketsystem.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • CODE

      public static final String CODE
      Generated constant - Attribute key of CsTicketEventEmailConfiguration.code attribute defined at extension ticketsystem.
      See Also:
    • PLAINTEXTTEMPLATE

      public static final String PLAINTEXTTEMPLATE
      Generated constant - Attribute key of CsTicketEventEmailConfiguration.plainTextTemplate attribute defined at extension ticketsystem.
      See Also:
    • HTMLTEMPLATE

      public static final String HTMLTEMPLATE
      Generated constant - Attribute key of CsTicketEventEmailConfiguration.htmlTemplate attribute defined at extension ticketsystem.
      See Also:
    • SUBJECT

      public static final String SUBJECT
      Generated constant - Attribute key of CsTicketEventEmailConfiguration.subject attribute defined at extension ticketsystem.
      See Also:
    • EVENTTYPE

      public static final String EVENTTYPE
      Generated constant - Attribute key of CsTicketEventEmailConfiguration.eventType attribute defined at extension ticketsystem.
      See Also:
    • ALTEREDATTRIBUTES

      public static final String ALTEREDATTRIBUTES
      Generated constant - Attribute key of CsTicketEventEmailConfiguration.alteredAttributes attribute defined at extension ticketsystem.
      See Also:
    • RECIPIENTTYPE

      public static final String RECIPIENTTYPE
      Generated constant - Attribute key of CsTicketEventEmailConfiguration.recipientType attribute defined at extension ticketsystem.
      See Also:
  • Constructor Details

    • CsTicketEventEmailConfigurationModel

      public CsTicketEventEmailConfigurationModel()
      Generated constructor - Default constructor for generic creation.
    • CsTicketEventEmailConfigurationModel

      public CsTicketEventEmailConfigurationModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • CsTicketEventEmailConfigurationModel

      @Deprecated(since="4.1.1", forRemoval=true) public CsTicketEventEmailConfigurationModel(String _code)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _code - initial attribute declared by type CsTicketEventEmailConfiguration at extension ticketsystem
    • CsTicketEventEmailConfigurationModel

      @Deprecated(since="4.1.1", forRemoval=true) public CsTicketEventEmailConfigurationModel(String _code, ItemModel _owner)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _code - initial attribute declared by type CsTicketEventEmailConfiguration at extension ticketsystem
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getAlteredAttributes

      @Accessor(qualifier="alteredAttributes", type=GETTER) public Set<AttributeDescriptorModel> getAlteredAttributes()
      Generated method - Getter of the CsTicketEventEmailConfiguration.alteredAttributes attribute defined at extension ticketsystem. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the alteredAttributes
    • getCode

      @Accessor(qualifier="code", type=GETTER) public String getCode()
      Generated method - Getter of the CsTicketEventEmailConfiguration.code attribute defined at extension ticketsystem.
      Returns:
      the code
    • getEventType

      @Accessor(qualifier="eventType", type=GETTER) public CommentTypeModel getEventType()
      Generated method - Getter of the CsTicketEventEmailConfiguration.eventType attribute defined at extension ticketsystem.
      Returns:
      the eventType
    • getHtmlTemplate

      @Accessor(qualifier="htmlTemplate", type=GETTER) public RendererTemplateModel getHtmlTemplate()
      Generated method - Getter of the CsTicketEventEmailConfiguration.htmlTemplate attribute defined at extension ticketsystem.
      Returns:
      the htmlTemplate
    • getPlainTextTemplate

      @Accessor(qualifier="plainTextTemplate", type=GETTER) public RendererTemplateModel getPlainTextTemplate()
      Generated method - Getter of the CsTicketEventEmailConfiguration.plainTextTemplate attribute defined at extension ticketsystem.
      Returns:
      the plainTextTemplate
    • getRecipientType

      @Accessor(qualifier="recipientType", type=GETTER) public CsEmailRecipients getRecipientType()
      Generated method - Getter of the CsTicketEventEmailConfiguration.recipientType attribute defined at extension ticketsystem.
      Returns:
      the recipientType
    • getSubject

      @Accessor(qualifier="subject", type=GETTER) public String getSubject()
      Generated method - Getter of the CsTicketEventEmailConfiguration.subject attribute defined at extension ticketsystem.
      Returns:
      the subject
    • setAlteredAttributes

      @Accessor(qualifier="alteredAttributes", type=SETTER) public void setAlteredAttributes(Set<AttributeDescriptorModel> value)
      Generated method - Setter of CsTicketEventEmailConfiguration.alteredAttributes attribute defined at extension ticketsystem.
      Parameters:
      value - the alteredAttributes
    • setCode

      @Accessor(qualifier="code", type=SETTER) public void setCode(String value)
      Generated method - Initial setter of CsTicketEventEmailConfiguration.code attribute defined at extension ticketsystem. Can only be used at creation of model - before first save.
      Parameters:
      value - the code
    • setEventType

      @Accessor(qualifier="eventType", type=SETTER) public void setEventType(CommentTypeModel value)
      Generated method - Setter of CsTicketEventEmailConfiguration.eventType attribute defined at extension ticketsystem.
      Parameters:
      value - the eventType
    • setHtmlTemplate

      @Accessor(qualifier="htmlTemplate", type=SETTER) public void setHtmlTemplate(RendererTemplateModel value)
      Generated method - Setter of CsTicketEventEmailConfiguration.htmlTemplate attribute defined at extension ticketsystem.
      Parameters:
      value - the htmlTemplate
    • setPlainTextTemplate

      @Accessor(qualifier="plainTextTemplate", type=SETTER) public void setPlainTextTemplate(RendererTemplateModel value)
      Generated method - Setter of CsTicketEventEmailConfiguration.plainTextTemplate attribute defined at extension ticketsystem.
      Parameters:
      value - the plainTextTemplate
    • setRecipientType

      @Accessor(qualifier="recipientType", type=SETTER) public void setRecipientType(CsEmailRecipients value)
      Generated method - Setter of CsTicketEventEmailConfiguration.recipientType attribute defined at extension ticketsystem.
      Parameters:
      value - the recipientType
    • setSubject

      @Accessor(qualifier="subject", type=SETTER) public void setSubject(String value)
      Generated method - Setter of CsTicketEventEmailConfiguration.subject attribute defined at extension ticketsystem.
      Parameters:
      value - the subject