Package de.hybris.platform.ticket.model
Class CsTicketEventEmailConfigurationModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.ticket.model.CsTicketEventEmailConfigurationModel
- All Implemented Interfaces:
Serializable
Generated model class for type CsTicketEventEmailConfiguration first defined at extension ticketsystem.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofCsTicketEventEmailConfiguration.alteredAttributesattribute defined at extensionticketsystem.static final StringGenerated constant - Attribute key ofCsTicketEventEmailConfiguration.codeattribute defined at extensionticketsystem.static final StringGenerated constant - Attribute key ofCsTicketEventEmailConfiguration.eventTypeattribute defined at extensionticketsystem.static final StringGenerated constant - Attribute key ofCsTicketEventEmailConfiguration.htmlTemplateattribute defined at extensionticketsystem.static final StringGenerated constant - Attribute key ofCsTicketEventEmailConfiguration.plainTextTemplateattribute defined at extensionticketsystem.static final StringGenerated constant - Attribute key ofCsTicketEventEmailConfiguration.recipientTypeattribute defined at extensionticketsystem.static final StringGenerated constant - Attribute key ofCsTicketEventEmailConfiguration.subjectattribute defined at extensionticketsystem.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.Generated constructor - Default constructor for creation with existing contextDeprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsTicketEventEmailConfigurationModel(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 -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theCsTicketEventEmailConfiguration.alteredAttributesattribute defined at extensionticketsystem.getCode()Generated method - Getter of theCsTicketEventEmailConfiguration.codeattribute defined at extensionticketsystem.Generated method - Getter of theCsTicketEventEmailConfiguration.eventTypeattribute defined at extensionticketsystem.Generated method - Getter of theCsTicketEventEmailConfiguration.htmlTemplateattribute defined at extensionticketsystem.Generated method - Getter of theCsTicketEventEmailConfiguration.plainTextTemplateattribute defined at extensionticketsystem.Generated method - Getter of theCsTicketEventEmailConfiguration.recipientTypeattribute defined at extensionticketsystem.Generated method - Getter of theCsTicketEventEmailConfiguration.subjectattribute defined at extensionticketsystem.voidGenerated method - Setter ofCsTicketEventEmailConfiguration.alteredAttributesattribute defined at extensionticketsystem.voidGenerated method - Initial setter ofCsTicketEventEmailConfiguration.codeattribute defined at extensionticketsystem.voidsetEventType(CommentTypeModel value) Generated method - Setter ofCsTicketEventEmailConfiguration.eventTypeattribute defined at extensionticketsystem.voidGenerated method - Setter ofCsTicketEventEmailConfiguration.htmlTemplateattribute defined at extensionticketsystem.voidGenerated method - Setter ofCsTicketEventEmailConfiguration.plainTextTemplateattribute defined at extensionticketsystem.voidGenerated method - Setter ofCsTicketEventEmailConfiguration.recipientTypeattribute defined at extensionticketsystem.voidsetSubject(String value) Generated method - Setter ofCsTicketEventEmailConfiguration.subjectattribute defined at extensionticketsystem.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
CODE
Generated constant - Attribute key ofCsTicketEventEmailConfiguration.codeattribute defined at extensionticketsystem.- See Also:
-
PLAINTEXTTEMPLATE
Generated constant - Attribute key ofCsTicketEventEmailConfiguration.plainTextTemplateattribute defined at extensionticketsystem.- See Also:
-
HTMLTEMPLATE
Generated constant - Attribute key ofCsTicketEventEmailConfiguration.htmlTemplateattribute defined at extensionticketsystem.- See Also:
-
SUBJECT
Generated constant - Attribute key ofCsTicketEventEmailConfiguration.subjectattribute defined at extensionticketsystem.- See Also:
-
EVENTTYPE
Generated constant - Attribute key ofCsTicketEventEmailConfiguration.eventTypeattribute defined at extensionticketsystem.- See Also:
-
ALTEREDATTRIBUTES
Generated constant - Attribute key ofCsTicketEventEmailConfiguration.alteredAttributesattribute defined at extensionticketsystem.- See Also:
-
RECIPIENTTYPE
Generated constant - Attribute key ofCsTicketEventEmailConfiguration.recipientTypeattribute defined at extensionticketsystem.- See Also:
-
-
Constructor Details
-
CsTicketEventEmailConfigurationModel
public CsTicketEventEmailConfigurationModel()Generated constructor - Default constructor for generic creation. -
CsTicketEventEmailConfigurationModel
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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_code- initial attribute declared by typeCsTicketEventEmailConfigurationat extensionticketsystem
-
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_code- initial attribute declared by typeCsTicketEventEmailConfigurationat extensionticketsystem_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getAlteredAttributes
@Accessor(qualifier="alteredAttributes", type=GETTER) public Set<AttributeDescriptorModel> getAlteredAttributes()Generated method - Getter of theCsTicketEventEmailConfiguration.alteredAttributesattribute defined at extensionticketsystem. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the alteredAttributes
-
getCode
Generated method - Getter of theCsTicketEventEmailConfiguration.codeattribute defined at extensionticketsystem.- Returns:
- the code
-
getEventType
Generated method - Getter of theCsTicketEventEmailConfiguration.eventTypeattribute defined at extensionticketsystem.- Returns:
- the eventType
-
getHtmlTemplate
Generated method - Getter of theCsTicketEventEmailConfiguration.htmlTemplateattribute defined at extensionticketsystem.- Returns:
- the htmlTemplate
-
getPlainTextTemplate
@Accessor(qualifier="plainTextTemplate", type=GETTER) public RendererTemplateModel getPlainTextTemplate()Generated method - Getter of theCsTicketEventEmailConfiguration.plainTextTemplateattribute defined at extensionticketsystem.- Returns:
- the plainTextTemplate
-
getRecipientType
Generated method - Getter of theCsTicketEventEmailConfiguration.recipientTypeattribute defined at extensionticketsystem.- Returns:
- the recipientType
-
getSubject
Generated method - Getter of theCsTicketEventEmailConfiguration.subjectattribute defined at extensionticketsystem.- Returns:
- the subject
-
setAlteredAttributes
@Accessor(qualifier="alteredAttributes", type=SETTER) public void setAlteredAttributes(Set<AttributeDescriptorModel> value) Generated method - Setter ofCsTicketEventEmailConfiguration.alteredAttributesattribute defined at extensionticketsystem.- Parameters:
value- the alteredAttributes
-
setCode
Generated method - Initial setter ofCsTicketEventEmailConfiguration.codeattribute defined at extensionticketsystem. Can only be used at creation of model - before first save.- Parameters:
value- the code
-
setEventType
Generated method - Setter ofCsTicketEventEmailConfiguration.eventTypeattribute defined at extensionticketsystem.- Parameters:
value- the eventType
-
setHtmlTemplate
@Accessor(qualifier="htmlTemplate", type=SETTER) public void setHtmlTemplate(RendererTemplateModel value) Generated method - Setter ofCsTicketEventEmailConfiguration.htmlTemplateattribute defined at extensionticketsystem.- Parameters:
value- the htmlTemplate
-
setPlainTextTemplate
@Accessor(qualifier="plainTextTemplate", type=SETTER) public void setPlainTextTemplate(RendererTemplateModel value) Generated method - Setter ofCsTicketEventEmailConfiguration.plainTextTemplateattribute defined at extensionticketsystem.- Parameters:
value- the plainTextTemplate
-
setRecipientType
@Accessor(qualifier="recipientType", type=SETTER) public void setRecipientType(CsEmailRecipients value) Generated method - Setter ofCsTicketEventEmailConfiguration.recipientTypeattribute defined at extensionticketsystem.- Parameters:
value- the recipientType
-
setSubject
Generated method - Setter ofCsTicketEventEmailConfiguration.subjectattribute defined at extensionticketsystem.- Parameters:
value- the subject
-