public class CsTicketEventEmailConfigurationModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ALTEREDATTRIBUTES
Generated constant - Attribute key of
CsTicketEventEmailConfiguration.alteredAttributes attribute defined at extension ticketsystem. |
static String |
CODE
Generated constant - Attribute key of
CsTicketEventEmailConfiguration.code attribute defined at extension ticketsystem. |
static String |
EVENTTYPE
Generated constant - Attribute key of
CsTicketEventEmailConfiguration.eventType attribute defined at extension ticketsystem. |
static String |
HTMLTEMPLATE
Generated constant - Attribute key of
CsTicketEventEmailConfiguration.htmlTemplate attribute defined at extension ticketsystem. |
static String |
PLAINTEXTTEMPLATE
Generated constant - Attribute key of
CsTicketEventEmailConfiguration.plainTextTemplate attribute defined at extension ticketsystem. |
static String |
RECIPIENTTYPE
Generated constant - Attribute key of
CsTicketEventEmailConfiguration.recipientType attribute defined at extension ticketsystem. |
static String |
SUBJECT
Generated constant - Attribute key of
CsTicketEventEmailConfiguration.subject attribute defined at extension ticketsystem. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CsTicketEventEmailConfigurationModel()
Generated constructor - Default constructor for generic creation.
|
CsTicketEventEmailConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CsTicketEventEmailConfigurationModel(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CsTicketEventEmailConfigurationModel(String _code,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Set<AttributeDescriptorModel> |
getAlteredAttributes()
Generated method - Getter of the
CsTicketEventEmailConfiguration.alteredAttributes attribute defined at extension ticketsystem. |
String |
getCode()
Generated method - Getter of the
CsTicketEventEmailConfiguration.code attribute defined at extension ticketsystem. |
CommentTypeModel |
getEventType()
Generated method - Getter of the
CsTicketEventEmailConfiguration.eventType attribute defined at extension ticketsystem. |
RendererTemplateModel |
getHtmlTemplate()
Generated method - Getter of the
CsTicketEventEmailConfiguration.htmlTemplate attribute defined at extension ticketsystem. |
RendererTemplateModel |
getPlainTextTemplate()
Generated method - Getter of the
CsTicketEventEmailConfiguration.plainTextTemplate attribute defined at extension ticketsystem. |
CsEmailRecipients |
getRecipientType()
Generated method - Getter of the
CsTicketEventEmailConfiguration.recipientType attribute defined at extension ticketsystem. |
String |
getSubject()
Generated method - Getter of the
CsTicketEventEmailConfiguration.subject attribute defined at extension ticketsystem. |
void |
setAlteredAttributes(Set<AttributeDescriptorModel> value)
Generated method - Setter of
CsTicketEventEmailConfiguration.alteredAttributes attribute defined at extension ticketsystem. |
void |
setCode(String value)
Generated method - Initial setter of
CsTicketEventEmailConfiguration.code attribute defined at extension ticketsystem. |
void |
setEventType(CommentTypeModel value)
Generated method - Setter of
CsTicketEventEmailConfiguration.eventType attribute defined at extension ticketsystem. |
void |
setHtmlTemplate(RendererTemplateModel value)
Generated method - Setter of
CsTicketEventEmailConfiguration.htmlTemplate attribute defined at extension ticketsystem. |
void |
setPlainTextTemplate(RendererTemplateModel value)
Generated method - Setter of
CsTicketEventEmailConfiguration.plainTextTemplate attribute defined at extension ticketsystem. |
void |
setRecipientType(CsEmailRecipients value)
Generated method - Setter of
CsTicketEventEmailConfiguration.recipientType attribute defined at extension ticketsystem. |
void |
setSubject(String value)
Generated method - Setter of
CsTicketEventEmailConfiguration.subject attribute defined at extension ticketsystem. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String CODE
CsTicketEventEmailConfiguration.code attribute defined at extension ticketsystem.public static final String PLAINTEXTTEMPLATE
CsTicketEventEmailConfiguration.plainTextTemplate attribute defined at extension ticketsystem.public static final String HTMLTEMPLATE
CsTicketEventEmailConfiguration.htmlTemplate attribute defined at extension ticketsystem.public static final String SUBJECT
CsTicketEventEmailConfiguration.subject attribute defined at extension ticketsystem.public static final String EVENTTYPE
CsTicketEventEmailConfiguration.eventType attribute defined at extension ticketsystem.public static final String ALTEREDATTRIBUTES
CsTicketEventEmailConfiguration.alteredAttributes attribute defined at extension ticketsystem.public static final String RECIPIENTTYPE
CsTicketEventEmailConfiguration.recipientType attribute defined at extension ticketsystem.public CsTicketEventEmailConfigurationModel()
public CsTicketEventEmailConfigurationModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CsTicketEventEmailConfigurationModel(String _code)
_code - initial attribute declared by type CsTicketEventEmailConfiguration at extension ticketsystem@Deprecated public CsTicketEventEmailConfigurationModel(String _code, ItemModel _owner)
_code - initial attribute declared by type CsTicketEventEmailConfiguration at extension ticketsystem_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="alteredAttributes", type=GETTER) public Set<AttributeDescriptorModel> getAlteredAttributes()
CsTicketEventEmailConfiguration.alteredAttributes attribute defined at extension ticketsystem.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="code", type=GETTER) public String getCode()
CsTicketEventEmailConfiguration.code attribute defined at extension ticketsystem.@Accessor(qualifier="eventType", type=GETTER) public CommentTypeModel getEventType()
CsTicketEventEmailConfiguration.eventType attribute defined at extension ticketsystem.@Accessor(qualifier="htmlTemplate", type=GETTER) public RendererTemplateModel getHtmlTemplate()
CsTicketEventEmailConfiguration.htmlTemplate attribute defined at extension ticketsystem.@Accessor(qualifier="plainTextTemplate", type=GETTER) public RendererTemplateModel getPlainTextTemplate()
CsTicketEventEmailConfiguration.plainTextTemplate attribute defined at extension ticketsystem.@Accessor(qualifier="recipientType", type=GETTER) public CsEmailRecipients getRecipientType()
CsTicketEventEmailConfiguration.recipientType attribute defined at extension ticketsystem.@Accessor(qualifier="subject", type=GETTER) public String getSubject()
CsTicketEventEmailConfiguration.subject attribute defined at extension ticketsystem.@Accessor(qualifier="alteredAttributes", type=SETTER) public void setAlteredAttributes(Set<AttributeDescriptorModel> value)
CsTicketEventEmailConfiguration.alteredAttributes attribute defined at extension ticketsystem.value - the alteredAttributes@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
CsTicketEventEmailConfiguration.code attribute defined at extension ticketsystem. Can only be used at creation of model - before first save.value - the code@Accessor(qualifier="eventType", type=SETTER) public void setEventType(CommentTypeModel value)
CsTicketEventEmailConfiguration.eventType attribute defined at extension ticketsystem.value - the eventType@Accessor(qualifier="htmlTemplate", type=SETTER) public void setHtmlTemplate(RendererTemplateModel value)
CsTicketEventEmailConfiguration.htmlTemplate attribute defined at extension ticketsystem.value - the htmlTemplate@Accessor(qualifier="plainTextTemplate", type=SETTER) public void setPlainTextTemplate(RendererTemplateModel value)
CsTicketEventEmailConfiguration.plainTextTemplate attribute defined at extension ticketsystem.value - the plainTextTemplate@Accessor(qualifier="recipientType", type=SETTER) public void setRecipientType(CsEmailRecipients value)
CsTicketEventEmailConfiguration.recipientType attribute defined at extension ticketsystem.value - the recipientTypeCopyright © 2017 SAP SE. All Rights Reserved.